
body {
	position: initial;
	-webkit-font-smoothing: subpixel-antialiased;
	padding-top: 0 !important;
	background: #ffffff;
	font-size: 0.875rem;
}

.text-decoration-none {
	text-decoration: none !important;
}

.module-center {
	text-align: center;
}

.auto-module {
	width: 100%;
	overflow: auto;
}
h2{
	font-size: 1.875em;
}
h3{
   font-size: 1rem;
   font-weight: bolder;
}
/*
.cart-2022 h2,
.cart-2022 h3 {
	font-size: 1.3em;
	margin-top: 1.2em;
	font-weight: bolder;
}
*/
.cart-2022 p {
	margin: 0 0 10px 0;
	line-height: 1.6em;
	font-size: 14px;
}

.cart-2022 div {
	box-sizing: border-box;
}

.cart-2022 pre {
	background: #ffffff;
}

.cart-2022 a {
	color: #1d73dd;
	cursor: pointer;
}

.cart-2022 a:focus,
.cart-2022 a:hover {
	color: #1d73dd;
	text-decoration: none;
}

.cart-2022 a:visited {
	color: #333333;
	text-decoration: none;
}

.cart-2022 a:focus-visible {
	outline: none;
}

.help_inline {
	color: #F41D27;
}

.mrr-10 {
	margin-right: 10px;
}

.mrr-20 {
	margin-right: 20px;
}

.mrr-30 {
	margin-right: 30px;
}

.text-red,
.text-error {
	color: #F41D27;
}

.font30 {
	font-size: 30px;
}

.w4 {
	width: 4%;
	position: relative;
	display: inline-block;
	float: left;
}

.w5 {
	width: 5%;
}

.w15 {
	width: 15%;
	position: relative;
	display: inline-block;
	float: left;
	text-align: left;
}

.w15:nth-child(2) {
	text-align: right !important;
}

.w16 {
	width: 16%;
	position: relative;
	display: inline-block;
	float: left;
	text-align: center;
}

.w21 {
	width: 21%;
	position: relative;
	display: inline-block;
	float: left;
	text-align: center;
}

.w22 {
	width: 22%;
	position: relative;
	display: inline-block;
	float: left;
}

.w25 {
	width: 25%;
	position: relative;
	display: inline-block;
	float: left;
	text-align: center;
}

.w40 {
	width: 40%;
	position: relative;
	display: inline-block;
	float: left;
}

.w48 {
	width: 48%;
	position: relative;
	display: inline-block;
	float: left;
}

.w55 {
	width: 55%;
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 5px;
}

.w55 span {
	word-break: break-all;
}

.w60 {
	width: 60%;
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 5px;
}

.w60 span {
	word-break: break-all;
}

.one-item {
	position: relative;
	clear: both;
	padding: 5px 0;
}

.w95 {
	width: calc(100% - 25px);
}

.one-item {
	position: relative;
	clear: both;
	padding: 5px 0;
}

.one-item>div:nth-child(2) {
	text-align: left;
}
ul li{
    font-size: 0.875rem;
}
input[type=checkbox] {
	vertical-align: -1x;
	margin-top: 12px;
}

.product-service-list {
	width: 100%;
	position: relative;
}

.product-service-list>table th input[type=checkbox] {
	vertical-align: -1x;
	margin-top: 0px;
}

.product-service-list h3 {
	margin-top: 2em;
	margin-bottom: 0.5em;
}

.step-main {
	background: #f9f9f9;
	padding: 10px 0;
	border-bottom: 1px solid #D3D3D3;
}


.step-box {
	position: relative;
	text-align: right;
}

.step-box>div {
	display: inline-block;
	padding: 10px 0 10px 10px;
	font-size: 13px;
}

.step-box>div span {
	display: inline-block;
	background: #666666;
	color: #FFFFFF;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-right: 10px;
}

.step-box>div.active {
	color: #1D73DD;
}

.step-box>div.active span {
	background: #1D73DD;
}

.step-box>div .iconfont {
	font-size: 20px;
	vertical-align: middle;
	margin-left: 10px;
	color: #333333;
}

.align-center,
.module-center {
	text-align: center;
}

.text-color-green {
	color: #3BAC45;
}

.font20 {
	font-size: 20px !important;
}

.font32 {
	font-size: 32px !important;
}

.font-bold {
	font-weight: bold;
}

.cart-2022 input,
.cart-2022 select {
	vertical-align: middle;
	border-radius: 0;
	padding: 2px 8px;
	border-width: 1px;
	border-color: #d3d3d3;
	box-shadow: none;
	background: none;
	outline: none;
	border: 1px solid #d3d3d3;
	background: #ffffff;
	min-height: 40px;
}
.cart-2022 select {
	padding: 2px 5px;
}

textarea {
	border: 1px solid #d3d3d3;
}

.cart-2022 input[type="radio"],
.cart-2022 input[type="checkbox"] {
	min-height: auto;
	vertical-align: -1px;
	margin-right: 5px;
}

.cart-2022 textarea:focus,
.cart-2022 textarea:focus-visible {
	outline: none;
}

input::placeholder {
	color: #D3D3D3;
}

input::-webkit-input-placeholder {
	/* WebKit browsers  */
	color: #D3D3D3;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18  */
	color: #D3D3D3;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #D3D3D3;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #D3D3D3;
}

textarea::placeholder {
	color: #D3D3D3;
}

textarea::-webkit-input-placeholder {
	/* WebKit browsers  */
	color: #D3D3D3;
}

textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #D3D3D3;
}

textarea::-moz-placeholder {
	/* Mozilla Firefox 19+  */
	color: #D3D3D3;
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #D3D3D3;
}


.order-summary-address-content {
	padding: 10px;
}

.pd-10 {
	padding: 10px;
}

.shopcart-content-main .row {
	display: flex;
	flex-flow: wrap;
}

.recommend-box {
	position: relative;
	width: 100%;
	height: 100%;
	transition: margin-top 0.3s;
	display: block;
	background: #FFFFFF;
	border: 1px solid #d3d3d3;

}

.recommend-box:hover {
	box-shadow: 0 0 8px #bbbbbb;
	margin-top: -10px;
}

.recommend-cover {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.recommend-cover img {
	width: 100%;
}

.recommend-box img {
	transition: all 0.5s;
}

.recommend-details {
	padding: 30px 30px 35px;
	position: relative;
	text-align: center;
}

.recommend-details p {
	line-height: 1.5em;
	font-size: 16px;
	margin-bottom: 20px;
}

.download-box {
	float: right;
	width: auto;
}

.download-box td {
	border: none;
	padding: 10px;
	text-align: center;
}

.download-box td img {
	margin-bottom: 10px;
}

/*TBD style*/
.tbd-desc {
	position: absolute;
	border: 1px solid #1d73dd;
	padding: 20px;
	width: 400px;
	text-align: left;
	border-radius: 5px;
	right: 0;
	top: 40px;
	z-index: 1002;
	color: #333;
	background: #fff;
	display: none;
	padding-bottom: 50px;
}

.tbd-desc.active {
	display: block;
	z-index: 10002
}

.tbd-name {
	cursor: pointer;
}

.tbd-name.active {
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	z-index: 1002;
	position: absolute;
	left: 50%;
	margin-left: -20px;
}

.ui-widget-overlay {
	display: none;
}

.ui-widget-overlay.active {
	display: block;
	z-index: 1000;
}

.tbd-desc .icon-close {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #ffffff !important;
	color: #333;
	border-radius: 50%;
	text-align: center;
	z-index: 1002;
	right: -40px !important;
	top: -10px !important;
	padding-top: 2px;
	font-size: 18px;
	line-height: 24px !important;
	cursor: pointer;
	border: 1px solid #1d73dd;
}

.icon-roundclosefill,
.icon-roundclosefill:hover {
	color: #ffffff;
}

.get-it-btn {
	position: absolute;
	display: inline-block;
	background: #fff;
	color: #1d73dd;
	padding: 4px 10px;
	border-radius: 0px;
	border: 1px solid #1d73dd;
	right: 20px;
	bottom: 10px;
	cursor: pointer;
}

.get-it-btn:hover {
	background: #1d73dd;
	color: #fff;
}

/* table */
.border-1 {
	border: 1px solid #d3d3d3;
}

.border-1-tr,
.border-1-tr tr {
	border-bottom: 1px solid #d3d3d3;
}

.table-w900 {
	max-width: 900px;
}

/* 无边框斑马纹-表格 start */

.noBorderTable,
.basicTable {
	width: 100%;
	margin: 10px 0;
	background-color: #fff;
	color: #333;
}

.noBorderTable thead tr,
.basicTable thead tr {
	background-color: #F6F9FF;
}

.noBorderTable th,
.noBorderTable td,
.basicTable th,
.basicTable td {
	border: 0;
	position: relative;
	padding: 10px 20px;
	min-height: 40px;
	line-height: 1.5;
	font-size: 14px;
	text-align: center;
}

.noBorderTable td,
.basicTable td {
	padding: 10px 20px;
	font-size: 14px;
}

.table-left th,
.table-left td {
	text-align: left;
}

.table-right th,
.table-right td {
	text-align: right;
}

.th-left,
.th-left th {
	text-align: left;
}

.th-right,
.th-right th {
	text-align: right;
}

.td-left,
.td-left td {
	text-align: left !important;
}


.td-right,
.td-right td {
	text-align: right !important;
}

.noBorderTable tr:nth-child(even),
tr.bg-tr {
	background-color: #f9f9f9;
}

/* 无边框斑马纹-表格 end */

/* 标准表格 start */
.basicTable th,
.basicTable td {
	border: 1px solid #D3D3D3;
}

/* 标准表格 end */

/* Tab切换列表-用于订购系统 start */
.tabListByOrder .tab-title {
	padding: 20px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}


.tabListByOrder .tab-active,
.tabListByOrder .tab-title:hover {
	border-bottom: 3px solid #1D73DD;
	color: #1D73DD;
}

/* Tab切换列表-用于订购系统 end */
/* Tab切换列表-用于服务详细页面 start */

.tabhidden{
	display: none;
}
.tabListByServe {
	position: relative;
}

.tabListByServe .tab-title {
	border: 1px solid #D3D3D3;
	border-bottom: none;
	padding: 0 1.25rem;
	height: 3.75rem;
	font-size: 1rem;
	color: #333;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.tabListByServe .tabListByServe-title {
	z-index: 99;
	display: flex;
	margin-bottom: 0;
	max-width: 100%;
	overflow: auto;
}

.tabListByServe li.tab-title-item {
	margin-left: 3.75rem;
}

.tabListByServe li.tab-title-item:first-child {
	margin-left: 6.25rem
}

.tabListByServe .tabListByServe-content {
	display: flex;
	width: 100%;
	border-top: 0.0625rem solid #1D73DD;
	margin-top: -1px;
}

.tabListByServe .tabListByServe-content {
	z-index: 9;
}

.tabListByServe .tab-active {
	border: 1px solid #1D73DD;
	border-bottom: none;
	background-color: #fff;
	color: #1D73DD;
}

.tabListByServe .tab-title:hover {
	color: #1D73DD;
}
.tabListByServe li{
	list-style: none;
    margin-bottom: 0px;	
}
.tab-content {
    padding: 3.75rem 1.875rem;
}

/* Tab切换列表-用于服务详细页面 end */

/* fold section start */
.collapseNormalInfo {
	padding-left: 0;
	list-style: none;

}

.collapseNormalInfo .collapseNormalInfo-item,
.collapseNormalSuccess .collapseNormalSuccess-item {
	margin-bottom: 4px;
	border: 1px solid #D3D3D3;
	border-bottom: 0;
}

.collapseNormalInfo .collapse-title,
.collapseNormalSuccess .collapse-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
	padding: 0 20px;
	border-bottom: 1px solid #D3D3D3;
}

.collapseNormalInfo .collapse-title {
	background-color: #f6f9ff;
}

.collapseNormalSuccess .collapse-title {
	background-color: #eaf7f6;
}

.collapseNormalInfo .title-text,
.collapseNormalSuccess .title-text {
	margin-right: 20px;
	font-size: 16px;
	color: #666;
}

.collapseNormalInfo .collapse-content,
.collapseNormalSuccess .collapse-content {
	padding: 20px;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #D3D3D3;
}

.collapseNormalInfo .content-title,
.collapseNormalSuccess .content-title {
	font-size: 14px;
}

.collapseNormalInfo .content-description,
.collapseNormalSuccess .content-description {
	font-size: 14px;
	line-height: 1.5;
}

.rotate-90 {
	transform: rotate(90deg);
}

.rotate-180 {
	transform: rotate(180deg);
}

.rotate-down-90 {
	transform: rotate(-90deg);
}

/* fold section end */

.module-center {
	text-align: center;
}

.main-full {
	position: relative;
	height: auto;
	padding-top: 0px;
}

.main-full.has-cookies {
	position: relative;
	height: calc(100vh - 130px);
	padding-bottom: 20px;
}

.shopcart-left input:focus,
.edit-address-content input:focus,
.order-summary-address input:focus{
	border-color: #1d73dd;
}

.product-service-list>table {
	width: 100%;
	position: relative;
	margin: 10px auto;
	font-size: 14px;
	border: 1px solid #d3d3d3;
	border-collapse: collapse;
}

.selected-all {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 42px;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	line-height: 42px;
	padding-left: 10px;
	font-size: 14px;
}

.selected-all label {
	padding-left: 5px;
}

.selected-all-delect {
	float: right;
	margin-right: 15px;
	color: #999;
	cursor: pointer;
}

.selected-all-delect .icon-delete8e {
	color: #999 !important;
	cursor: pointer;
}

.icon-delete8e:before {
	content: "\e62d";
	font-size: 24px;
}

.selected-all-delect:hover {
	color: #58585b;

}

.selected-all-delect:hover .icon-delete8e {
	color: #58585b !important;
}

.selected-all-delect.active {
	color: #58585b;

}

.product-service-main {
	position: relative;
	height: calc(100vh - 210px);
	overflow: auto;
	padding-right: 10px;
}

.main-full.has-cookies .product-service-main {
	position: relative;
	height: calc(100vh - 200px);
	overflow: auto;
	padding-bottom: 10px;
}

.product-service-list h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #333333;
	font-size: 16px;
}

.product-service-list>table th {
	border: 0;
	background: #f6f9ff;
	vertical-align: middle;
	border-top: none;
	border-bottom: none;
	font-size: 14px;
	line-height: 1.5em;
	padding: 12px;
}

.product-service-list>table td {
	vertical-align: top;
	border: 0px solid #d3d3d3;
	text-align: center;
	position: relative;
	border-top: none;
	padding: 10px 0;
	color: #666666;
	font-size: 14px;
	line-height: 1.5em;
}

.product-service-list>table td:nth-child(2) {
	border-left: 0;
	padding-left: 0;
	border-right: 0;
}

.product-service-list>table td:nth-child(3) {
	border-left: 0;
	padding-right: 5px;
	padding-top: 12px;
	width: 50px;
}

.slide-down-icon {
	transition: all 0.5s;
	-mox-transtion: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-left: 20px;
	vertical-align: middle;
	font-size: 24px;
	cursor: pointer;
	color: #1d73dd;
	position: absolute;
}

.slide-down-icon.active {
	transform: rotate(180deg);
}

.product-service-list .w60 .icon-signagreement {
	position: absolute;
	right: 0;
	top: 0;

}

.icon-signagreement:before {
	content: "\e687";
	font-size: 24px;
}

.old-price {
	text-decoration: line-through;
	color: #aaa;
}

.old-shippingfee-price {
	text-decoration: line-through;
	color: #aaa;
}

.old-price span {
	color: #ccc;
}

.new-price {
	font-weight: 600;
}

.align-left {
	text-align: left;
}

.service-table input {
	border: 0 !important;
}

.service-table th .w60,
.service-table th .w55,
.product-table th .w48 {
	text-align: left;

}

.product-table td {
	vertical-align: top;
}

.cart-2022 input#catalog_no,
.cart-2022 input#quantity {
	width: 150px !important;
}

.sum {
	float: right;
	margin-right: 20px;
}

.clear {
	clear: both;
}

.quote {
	width: 100%;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 2px dotted #ccc;
}

.quote-input {
	width: 60%;
	position: relative;
	height: 30px;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.apply-btn {
	width: 35%;
	height: 30px;
	position: relative;
	text-align: center;
	margin-left: 5px;
	padding: 0;
	margin: 0;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/* .icon-signagreement {
	position: absolute;
	top: 0;
	right: 0;
} */

.icon-caozuojiemiantubiao--_duixiangshushuzhuangtu-:before {
	content: "\e684";
}

.icon-signagreement:before {
	color: #1d73dd;
}

.shopcart-right {
	width: 350px;
	height: calc(100vh - 58px);
	margin-top: 0;
	position: relative;
}

.main-full.has-cookies .shopcart-right {
	height: calc(100vh - 100px);
}

.shopcart-right-close {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 10;
	font-weight: bold;
}

.shopcart-right-content {
	padding: 20px;
	box-shadow: none;
	background: none;
	position: relative;
	background: #f9f9f9;
}

.shopcart-summary-title {
	font-weight: 600;
	color: #333333;
	font-size: 16px;
}

.shopcart-summary-title img.slide-down-icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.cart-sum {
	width: 100%;
	position: relative;
	overflow: auto;
}

.cart-sum-item {
	width: 100%;
	height: 30px;
	margin: 5px auto;
	position: relative;
	font-size: 14px;
}

.shopcart-summary-content {
	position: relative;
	height: calc(100% - 90px);
}

.cart-sum-item span {
	display: inline-block;
}

.cart-sum-item>span:nth-child(1) {
	width: 44%;
	height: 30px;
	text-align: left;
	line-height: 30px;
	color: #333333;
}

.cart-sum-item>span:nth-child(2) {
	width: 52%;
	height: 30px;
	text-align: right;
	line-height: 30px;
	color: #666666;
}

.shopcart-summary-content.active {
	display: block;
}

.shopcart-summary-content hr {
	border: 0;
	border-top: 1px solid #d3d3d3;
}

.warn-box {
	position: relative;
	margin: 15px 0;
	width: 100%;
	margin-left: 0;
	background: #fff3f3;
	color: #666666;
	padding: 20px;
	font-size: 14px;
	line-height: 1.5em;
}

.cart-sum-bottom {
	position: relative;
}

.line {
	width: 100%;
	position: relative;
	height: 2px;
	background: #ddd;
}


/*coupon*/
.show-coupons-list img.slide-down-icon {
	margin-top: -8px;

}

.coupons {
	margin-left: 0px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-weight: 200;
}

.coupons span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 22px;
	padding-left: 55px;
	height: 58px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: initial;
	padding-top: 8px;
	text-align: left;
	color: #ffffff;
}

.coupons span.active {
	color: #ffffff;
}

input[name="coupons"],
input[name="contract"] {
	position: absolute;
	left: 0;
	top: 0;
	text-align: 0;
	width: 100%;
	margin: 0;
	opacity: 0;
	padding: 0 15px;
	cursor: pointer;
	color: #a4a4a4;
	height: 55px;
}

.coupons-list-wrapper {
	width: 270px;
	max-height: 120px;
	padding: 0;
	position: relative;
	overflow: auto;
}

.coupons-list-wrapper li {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}

.coupons-list-wrapper li .coupons {
	background: #C2C2C2;
	height: 55px;
	padding: 10px 0px;
	padding-left: 10px;
	border-radius: 5px;
	width: 90%;
	max-width: 232px;
}

.coupons-list-wrapper li .coupons.active {
	background: linear-gradient(to right, #f28E26, #fd644f);
	height: 55px;
	padding: 10px 0px;
	padding-left: 10px;
	width: 90%;
}






/*button*/

a.btn-sm,
a.btn-md {
	text-decoration: none;
}

.btn-sm {
	height: 36px !important;
	font-size: 12px !important;
	text-align: center !important;
	border-radius: 0 !important;
	cursor: pointer !important;
	padding: 0 30px !important;
	/*display: inline-block !important;*/
	line-height: 36px !important;

}

.btn-md {
	height: 38px !important;
	font-size: 14px !important;
	text-align: center !important;
	border-radius: 0px !important;
	cursor: pointer !important;
	padding: 0 30px !important;
	display: inline-block !important;
	line-height: 38px !important;
}

.btn-default-normal {
	background-color: #fff;
	border: 1px solid #D3D3D3;
	color: #666 !important;
}

.btn-default-hot,
.btn-default-normal:hover {
	border: 1px solid #d3d3d3 !important;
	background: #f9f9f9 !important;
	color: #333 !important;
}

.btn-primary-normal {
	background-color: #1D73DD !important;
	border: 1px solid #1D73DD !important;
	color: #fff !important;
}

.btn-primary-hot,
.btn-primary-normal:hover {
	background-color: #004B95 !important;
	border: 1px solid #004B95 !important;
	color: #fff !important;
}

.btn-primary-ghost-normal {
	background-color: #fff !important;
	border: 1px solid #1D73DD !important;
	color: #1D73DD !important;
}

.btn-primary-ghost-hot,
.btn-primary-ghost-normal:hover {
	background-color: #f6f9ff !important;
	border: 1px solid #004B95 !important;
	color: #004B95 !important;
}

.btn-disabled-normal {
	background-color: #f9f9f9 !important;
	border: 1px solid #d3d3d3 !important;
	color: #999999 !important;
	cursor: not-allowed !important;
}

.btn-disabled-normal:hover {
	background-color: #f9f9f9 !important;
	border: 1px solid #d3d3d3 !important;
	color: #999999 !important;
	cursor: not-allowed !important;
}

.btn-w-full {
	width: 100%;
	max-width: 310px;
	margin: 0px auto;
	display: block !important;
}

.btn-w-max-300 {
	max-width: 300px;
}

/*other product*/
.other-div {
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.other-div-title {
	width: 100%;
	line-height: 40px;
	font-size: 20px;
	font-family: arial;
	text-align: left;
	margin-bottom: 10px;
}

.item-info-div {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	line-height: 20px;
}

.other-pdt-ul {
	width: 100%;
	position: relative;
	border: 0;
	display: flex;
	flex-flow: wrap;
	padding: 0px 5px;
	box-sizing: border-box;
}

.other-pdt-ul li {
	border: none;
	width: 32%;
	min-width: 213px;
	display: inline-block;
	margin-right: 2%;
	box-shadow: 0 0 5px #eaeaea;
	padding: 15px;
	box-sizing: border-box;
}

.other-pdt-ul li:nth-child(3) {
	margin-right: 0%;
}

.other-pdt-ul li:hover {
	box-shadow: 0 0 15px #d3d3d3;
}

.other-pdt-ul li .title-name {
	background: none;
	margin: 15px 0px;
	box-sizing: border-box;
	line-height: 1.4em;
	min-height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.other-pdt-ul li .title-name a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.other-pdt-ul li .title-name a:hover {
	color: #1D73DD;
	font-weight: bold;
	text-decoration: underline;
}

.property {
	width: 40%;
	display: inline-block;
	text-align: left;
	font-size: 14px;
	height: 100%;
	vertical-align: middle;
}

.property-value {
	width: 58%;
	display: inline-block;
	text-align: right;
	font-size: 14px;
	height: 100%;
	vertical-align: middle;
}

.other-pdt-item {
	padding: 5px;
	box-sizing: border-box;
}

.width-25 {
	width: 25px !important;
	border: 0 !important;
	padding: 0 !important;
}

/*add more*/

.add-More {
	position: relative;
	width: 100%;
	margin: 30px 0;
	background: none;
	padding: 0;
}

.add-More-details {
	position: relative;
	width: 100%;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	padding: 20px;
	box-sizing: border-box;
	margin: 30px 0;
}

.disc {
	color: #333333;
	font-size: 14px;
}

.font-small {
	font-size: 12px !important;
}

.red {
	color: #Ff4400;
}

.add-More-product-detail {
	position: relative;
	display: flex;
	flex-flow: wrap;
}

.add-More-product-detail>div {
	float: none;
	position: relative;
}

#qty-number {
	height: 30px;
	width: 200px;
	margin-left: 10px;
}

.h10 {
	height: 10px;
}

.h20 {
	height: 20px;
}

.h30 {
	height: 30px;
}

.h40 {
	height: 40px;
}

/* arrow */
.glyphicon-chevron-up:before {
	content: "\e745";
}

.glyphicon-chevron-down:before {
	content: "\e7b2";
}

/*order item detail*/

.order-item-detail {
	position: relative;
	background: #f9f9f9;
	margin-top: 10px;
	display: none;
	z-index: 10;
	box-shadow: none;
}

.order-item-detail-table {
	width: 98%;
	position: relative;
	margin: 0px auto !important;

}

.order-item-detail-table td {
	text-align: left !important;
	line-height: 2em !important;
	border-bottom: 1px dashed #d3d3d3 !important;
}

.order-item-detail-table tr:last-child td {
	border-bottom: none !important;
}

.order-item-detail-table tr td:nth-child(1) {
	padding: 10px;
	width: 20%;
}

.order-item-detail-table tr td:nth-child(3) {
	width: 80%;
}

.order-item-detail-table tr,
.order-item-detail-table tr:nth-child(2n+1),
.order-item-detail-table tr:nth-child(2n+2) {
	background: #f9f9f9;
}


.order-item-detail-title {
	display: none;
}

.property-qty {
	width: 100px;
	text-align: center;
	margin-left: 0;
	border-right: 0;
}

.input-style-1 {
	width: 45px;
	text-align: center;
	height: 30px;
	min-height: 30px !important;
}

.title-boldB {
	font-weight: bold
}

.border-none {
	border: none;
}

.price-span {
	display: block;
	margin: 2px 0;
}

.price-span-new {
	display: inline-block;
	margin: 2px 5px;
}


/* order confirm Shipping   billing css */

.have-agency-show {
	display: none;
}

.cart-2022 .position {
	float: none;
	margin-bottom: 10px;
}




.shipping-content-item {
	width: 48%;
	margin-right: 4%;
}

.shipping-content-payment {
	width: 100%;
	margin: 0 auto;
}

.shipping-content-item:nth-child(2) {
	margin-right: 0;
}

.shipping-content-item-title {
	font-size: 20px;
	line-height: 22px;
	padding: 10px 15px;
	background: #f0f0f0;
	margin-bottom: 15px;
}

.item-content {
	position: relative;
	padding-right: 20px;
	margin-bottom: 30px;
}

.item-content-title {
	font-size: 16px;
	position: relative;
	line-height: 20px;
	margin-bottom: 10px;
	color: #333;
	font-weight: 700;
}

.item-content-detail {
	padding-left: 15px;
}

.shipping-content-item:nth-child(2) .item-content-detail {
	padding-left: 0;
}

.text-999 {
	color: #999;
}

.align-r {
	text-align: right;
}

.gridtable-no-border {
	border: 0;
}

.gridtable.gridtable-no-border th {
	text-align: center;
	background: #f5f5f5 !important;
	color: #58585b !important;
	border: 1px solid #f5f5f5 !important;
}

.gridtable-no-border td {
	border: none !important;
}


/**add address box start**/

.add-billing-address-box {
	border: 1px solid #999;
	background: #f0f0f0;
	padding: 10px;
	width: 200px;
	border-radius: 2px;
	cursor: pointer;
	min-height: 140px;
	position: relative;
}

.add-billing-address-box span {
	display: block;
	text-align: center;
}

.add-billing-address-box span:nth-child(1) {
	color: #999;
	font-size: 80px;
	line-height: 0.8em;
}

.add-billing-address-box span:nth-child(2) {
	font-size: 18px;
	line-height: 1.2em;
	color: #999;
}


/**add address box end**/


/***summary**/

.shipping-summary-new {
	position: relative;
	background: #f9f9f9;
	padding: 20px;
	width: 100%;
	margin-bottom: 10px;
}

.shipping-summary-detail {
	position: relative;
	text-align: right;
	line-height: 1.4em;
	font-size: 16px;
}

.shipping-summary-detail table {
	width: 100%;
	position: relative;
}

.shipping-summary-detail table tr td {
	padding: 5px;
}

.shipping-summary-detail table tr td:nth-child(2) {
	width: 30px;
	max-width: 50%;
}


/***summary*/


/**edit shipping address start**/

.edit-shipping-address {
	position: absolute;
	background: #fff;
	width: 100%;
	max-width: 850px;
	padding: 15px;
	top: 10%;
	left: 25%;
	z-index: 1001;
	display: none;
}

.add-billing-address {
	position: fixed;
	background: #fff;
	width: 100%;
	max-width: 440px;
	padding: 15px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1001;
	display: none;
	height: 450px;
}

.edit-shipping-address.active {
	display: block;
}

.add-billing-address.active {
	display: block;
}

.ui-dialog-shipping-address {
	display: none;
	font-family: Arial;
	max-width: 750px;
}

.ui-dialog-add-bililing {
	display: none;
	font-family: Arial;
	max-width: 750px;
}

.ui-dialog-billing-address {
	display: none;
	font-family: Arial;
	max-width: 750px;
}

.edit-address-title {
	position: relative;
	font-size: 20px;
	line-height: 22px;
	margin: 10px 0;
}

.ui-dialog-content {
	margin: 10px 0;
}

.edit-address-content {
	position: relative;
}

.address-list {
	position: relative;
	display: flex;
	flex-flow: wrap;
}

.address-list-item {
	width: 32%;
	margin-right: 2%;
	border: 2px solid #dfdfdf;
	padding: 15px 10px 5px;
	margin-bottom: 15px;
	position: relative;
	border-radius: 2px;
	cursor: pointer;
	min-height: 140px;
}

.address-list-item.active {
	border: 2px dashed #0066cc;
}

.address-list-item:nth-child(3n) {
	margin-right: 0;
}

.address-list-item-default {
	background: #ffffff;
	border: 1px dashed #1d73dd;
}

.address-list-item-add {
	background: #f9f9f9;
	text-align: center;
	cursor: pointer;
}

.address-list-item-add:hover {
	background: #f9f9f9;
	box-shadow: 0 0 5px #d3d3d3;
	border: none;
}


.address-list-item-add span {
	display: block;
	text-align: center;
	position: absolute;
}

.address-list-item-add span:nth-child(1) {
	color: #999;
	font-size: 80px;
	line-height: 1em;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
}

.address-list-item-add span:nth-child(2) {
	line-height: 1.2em;
	top: calc(40% + 50px);
	left: 50%;
	transform: translate(-50%, -40%);
}

.edit-btn {
	color: #1d73dd;
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	font-size: 14px;
}

.default-address-label {
	position: absolute;
	right: 4px;
	top: 4px;
	background: #dfdfdf;
	padding: 2px;
	font-size: 12px;
}

.default-address-label:hover,
.default-address-label.active {
	background: #1d73dd;
	color: #fff;
}


.control_group .control_label {
	margin-bottom: 0;
	margin-right: 5px;
}

.controls {
	display: inline-block;
	width: calc(100% - 120px);
	max-width: 285px;
}

.controls_sub {
	display: inline-block;
}

.controls input[type="checkbox"],
.controls input[type="radio"] {
	width: auto;
}


#shipping_first_name,
#shipping_last_name {
	width: 100px;
}

#shipping_bus_phone {
	width: 100%;
}

.edit-address-detail {
	max-width: 550px;
	display: none;
}

.edit-address-detail.active {
	display: block;
}

.icon-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 28px;
	cursor: pointer;
	z-index: 2;
}

.icon-roundclosefill {
	font-size: 26px;
}


/**edit shipping address end**/

.ui-widget-overlay {
	display: none;
}

.ui-widget-overlay.active {
	display: block;
	z-index: 1000;
}


/**new style**/


/**riqi**/

#ui-datepicker-div {
	font-size: 14px;
}

.ui-datepicker .ui-datepicker-header {
	background: #6994cb;
}

.ui-datepicker .ui-datepicker-title {
	color: #222222;
}

br {
	line-height: 0.6em;
}

.cl-down {
	background: rgba(0, 0, 0, 0) url("/images/ui_icons.png") no-repeat scroll 0 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 15px;
	margin: 0 0 0 5px;
	width: 10px;
}

.cl-down-r {
	background: rgba(0, 0, 0, 0) url("/images/ui_icons.png") no-repeat scroll -16px 0;
}

.cl-down-i {
	background: rgba(0, 0, 0, 0) url("/images/ui_icons.png") no-repeat scroll -32px 0;
}

.jpbg {
	background-color: #eaf4fd;
}

table.ui-jqge tr td {
	text-align: left;
	padding: 5px 5px 5px 20px;
}

.review_link:link,
.review_link:visited {
	padding: 4px 4px;
	background-color: #4f95ce;
	font-size: 12px;
	color: #ffffff;
	display: table;
	line-height: 16px;
}

.cart-2022 .icon {
	line-height: 20px;
	margin: 0;
	margin-right: 5px;
	vertical-align: middle;
}

.icon:hover {
	color: #1d73dd;
	cursor: pointer;
}

.icon-xiazai:before {
	content: "\e619";
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

#ui-datepicker-div .ui-state-default,
.ui-widget-content .ui-state-default {
	padding: .2em;
	border: 1px solid #cccccc;
	background: #f6f6f6 url(/gsimages/newhome/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
    line-height: normal;	
}

.controls input,
.controls select {
    width: 100%;
    color: #555555;
	font-size: 14px;
}

.Paytable2 tr th,
.Paytable2 tr td {
	background-color: #fff;
}

.ui-dialog-shipping-address,
.ui-dialog-billing-address {
	position: fixed !important;
}

.add-address-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -60px;
	left: 0;
	text-align: center;
}

.pay-flex {
	position: relative;
	display: flex;
	flex-flow: wrap;
}

.pay-flex-item {
	flex: 1;
	text-align: center;
}

.pay-flex-item.date {
	width: 120px !important;
	flex: none;
}

.pay-flex-item div:nth-child(1) {
	background: #f5f5f5;
	padding: 8px 5px;
	height: 50px;
	text-align: center;
	line-height: 17px;
}

.pay-flex-item-span1,
.pay-flex-item-span2 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.pay-flex-item-span1 {
	height: 100%;
}

.pay-flex-item div:nth-child(2) {
	padding: 8px 5px;
}

.pay-flex-item div:nth-child(2) select,
.pay-flex-item div:nth-child(2) input {
	height: 28px;
}

.main-content select {
	padding: 4px 2px !important;
}



/**shipping options**/
.ui-dialog-shipping-options {
	position: fixed !important;
	font-family: Arial;
	max-width: 750px;
	display: none;
}

.shipped {
	display: none;
	padding-left: 18px;
	margin-top: 5px;
	margin-bottom: 15px;
}

/**order confirm**/
.ui-dialog-order-confirm {
	position: fixed !important;
	font-family: Arial;
	max-width: 750px;
	display: none;
}

.gridtable {
	margin-top: 10px;
}

.add-address-box {
	position: relative;
	display: inline-block;
	width: 200px;
	padding: 20px;
	text-align: center;
	margin: 10px;
	border: 1px solid #cccccc;
	background: #f1f1f1;
	cursor: pointer;
}

.add-address-box:hover {
	background: #e9e9e9;
}

.add-address-box span {
	position: reative;
	display: block;
	width: 100%;
}

.add-address-box span:nth-child(1) {
	color: #999;
	font-size: 80px;
	line-height: 1em;
}

.payment-method-title {
	position: relative;
	padding: 10px;
	background: #f6f9ff;
}

.payment-method-list {
	padding: 10px;
	height: 50px;
	overflow: hidden;
}

.payment-method-list.active {
	height: auto;
	max-height: 130px;
	overflow: auto;
}

.payment-method-list p {
	font-size: 14px;
}

i.caret2 {
	position: absolute;
	right: 20px;
	top: 18px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 5px dashed;
	border-top: 5px solid\9;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	transition: all 0.5s;
	-mox-transtion: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}

i.caret2.active {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.add-new-card {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	padding: 30px;
	display: none;
}

.add-new-card>div {
	position: relative;
	display: flex;
	font-size: 12px;
	margin-bottom: 10px;
}

.add-new-card>div:last-child {
	margin-bottom: 0;
}

.add-new-card>div div:nth-child(1) {
	position: relative;
	width: 140px;
	position: relative;
}

.add-new-card>div div:nth-child(2) {
	flex: 1;
	position: relative;
}

.add-new-card>div div:nth-child(2) input,
.add-new-card>div div:nth-child(2)select {
	position: relative;
	width: 100%;
}

.flex-2-item {
	flex: 1 !important;
	padding: 0 10px;
}

.payment-method {
	border: 1px solid #dfdfdf;
	margin-bottom: 10px;
}

.payment-method-list>p {
	position: relative;
	line-height: 30px;
}

.card-detail,
.po-detail {
	position: relative;
	display: flex;
	flex-flow: wrap;
}

.card-detail span,
.po-detail span {
	position: relative;
	text-align: left;
	padding-left: 22px;
}

.card-detail span:nth-child(1),
.po-detail span:nth-child(1),
.card-detail span:nth-child(3),
.po-detail span:nth-child(3) {
	width: 28%;
}

.card-detail span:nth-child(2),
.po-detail span:nth-child(2) {
	width: 25%;
}

.payment-method-list input[name='credit_card_radio'],
.payment-method-list input[name='po'],
.payment-method-list input[name='po_id_radio'],
input[name='credit-card'] {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 10;
}

.icon-roundclosefill {
	position: absolute;
	right: 5px;
	top: 10px;
}

.ui-dialog .ui-dialog-content.ui-widget-content {
	max-height: calc(100vh - 150px);
	overflow: auto;
}

.order-summary-address {
	position: relative;
	display: flex;
	flex-flow: wrap;
}

.order-summary-address>div {
	width: 47.5%;
	margin-right: 5%;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.order-summary-address>div:nth-child(2n) {
	margin-right: 0;
}

.order-summary-address>div h4 {
	background: #f6f9ff;
	padding: 12px;
	margin-top: 0;
	font-weight: bold;
	font-size: 16px;
}

.order-summary-address>div h4 .iconfont {
	font-size: 20px;
	float: right;
	cursor: pointer;
	font-weight: normal;
}

.order-summary-address p {
	padding-left: 10px;
}

.pay-success-desc {
	border: 1px solid #d3d3d3;
	padding: 20px 50px;
	border-radius: 2px;
	background: #f1f1f1;
	line-height: 1.6em;
	font-size: 16px;
}

.shipping-address-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: wrap;
}

.shipping-address-wrapper>div {
	width: 49%;
	margin-right: 2%;
}

.shipping-address-wrapper>div:nth-child(2) {
	margin-right: 0;
}

.shipping-address-wrapper>div table th {
	height: 44px;
}

.edit-address-detail {
	max-width: 100%;
	font-size: 13px;

}

.control_group {
	line-height: 25px;
	margin-bottom: 15px;
	font-size: 14px;
}

.control_label {
	margin-bottom: 0;
	margin-right: 5px;
	width: 140px;
	text-align: right;
	color: #333333;
	font-weight: normal;
	font-size: 14px;
}

.control_group_50 {
	line-height: 25px;
	width: 50%;
	position: relative;
	float: left;
	margin-bottom: 15px;
}

.control_group_50 .control_label {
	margin-bottom: 0;
	margin-right: 5px;
	width: 140px;
	text-align: right;
}

.controls {
	display: inline-block;
	width: calc(100% - 150px);
	max-width: calc(100% - 150px);
}

#shipping_first_name,
#shipping_last_name {
	width: 100%;
}

pre {
	border: none;
}

.ui-icon-closethick .icon {
	vertical-align: top;
}

.ui-icon-closethick::before {
	content: "\e62d";
	line-height: normal;
}

/* old code change */



.ui-draggable .ui-dialog-titlebar {
	cursor: inherit;
	background: #ffffff;
	border: none;
	border-bottom: 1px solid #d3d3d3;
	padding: 12px 30px;
}

.ui-dialog .ui-dialog-content {
	padding: 1.5em 20px;
	text-align: left;
	line-height: 20px;
}

.ui-dialog .ui-dialog-title {
	font-weight: bold;
	font-size: 16px;
	font-family: 'Montserrat', arial, sans-serif;
}

.ui-widget-content {
	font-family: 'Montserrat', arial, sans-serif;
}
/*
.ui-widget-header .ui-icon {
	background-image: none;
	text-indent: inherit;
}
*/


.payment-method-list {
	padding: 10px;
	height: 95px;
	overflow: hidden;
}

.payment-method-list.active {
	max-height: 180px;
}

.payment-method-title i.caret2 {
	position: absolute;
	right: 0;
	top: 10px;
	display: inline-block;
	width: 20px;
	border: 0;
	height: 20px;
	border-width: 0;
}

.ui-widget-content a {
	color: #1d73dd;
}

.ui-widget-content a:link {
	color: #333333;
}

.ui-widget-content a.btn-primary-normal {
	color: #ffffff;
}

.add-new-card>div div:nth-child(1) {
	position: relative;
	width: 140px;
	position: relative;
	font-weight: bold;
}

.add-new-card {
	max-width: 750px;
	padding: 50px;
	background: #f9f9f9;
}

.add-new-card .icon-close-order {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 24px;
}

.ui-dialog-shipping-address,
.ui-dialog-billing-address {
	max-width: 970px;
}

.address-list-item {
	width: 32%;
	margin-right: 2%;
	border: 1px solid #d3d3d3;
	padding: 40px 10px 10px 20px;	
	margin-bottom: 15px;
	position: relative;
	border-radius: 2px;
	cursor: pointer;
	min-height: 140px;
}

.address-list-item-add span:nth-child(1) {
	color: #999;
	font-size: 60px;
	line-height: 1em;
	font-weight: bold;
}




.default-address-label {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #dfdfdf;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 2px;
}


.address-list-item p {
	font-size: 14px;
	word-break: break-all;
	line-height: 2em;
}



.see-all i {
	transition: all 0.3s;
	display: block;
	cursor: pointer;
	position: relative;
	animation: mymove 1.5s infinite;
	-webkit-animation: mymove 1.5s infinite;
	font-size: 30px;
}

.see-all i.active {
	transform: rotateX(180deg);
	animation: mymove 1.5s infinite;
	-webkit-animation: mymove 1.5s infinite;
	/*Safari and Chrome*/
}

@keyframes mymove {
	0% {
		bottom: -2px;
	}

	50% {
		bottom: 2px;
	}

	100% {
		bottom: -2px;
	}
}

@-webkit-keyframes mymove {
	0% {
		bottom: -2px;
	}

	50% {
		bottom: 2px;
	}

	100% {
		bottom: -2px;
	}
}


/* order confirm end */

/* add */
.text-muted {
	color: #666666;
}

.cart-2022 .ui-dialog {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	max-width: 90%;
}

.dlyNs{
    display:none;
}
/* dt 新增样式  */

/* 新版 tab样式   */
 .main-unit-box{
	width: 100%;
	background-color: #FFFFFF;
}
.main-unit-box-content{
	max-width: 1440px;
	margin: auto;
	padding: 0 20px;
}
.main-unit-box-bottom-border{
	border-bottom: 1px solid #D3D3D3;
}
.new-tag{
	margin:20px 0;
}
.new-tag, #tagsecond {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	WIDTH: 100%;
	PADDING-TOP: 0px;
	HEIGHT: 40px;
}
.new-tag li.selectTag, #tagsecond li.selectTag {
	BACKGROUND-POSITION: left top;
	MARGIN-BOTTOM: -2px;
	POSITION: relative;
	HEIGHT: 41px;
	background: #ffffff;
	border-bottom-width: 0;
}
.new-tag li, #tagsecond li {
	BACKGROUND: url(/gsimages/genscript/tabsbg.jpg) no-repeat left -43px;
	FLOAT: left;
	MARGIN-RIGHT: 6px;
	liST-STYLE-TYPE: none;
	HEIGHT: 40px;
	background: #f2f2f2;
	border: 1px solid #d8d8d8;
	border-bottom-width: 0;
}

.new-tag li{
	border: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	background-color: rgba(0,0,0,0);
	margin-right: 85px;
}
.new-tag li.selectTag{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #1D73DD;
	box-sizing: border-box;
	border-bottom-width: 3px;
	border-style: solid;
	border-color: #1D73DD;
}
.new-tag li.selectTag a{
	color: #1D73DD !important;
	border-color: #1D73DD !important;
}

.new-tag li.active{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #1D73DD;
	box-sizing: border-box;
	border-bottom-width: 3px;
	border-style: solid;
	border-color: #1D73DD;
}
.new-tag li.active a{
	color: #1D73DD !important;
	border-color: #1D73DD !important;
}
.new-tag li a{
	color: #333333;
	font-weight: 400;
	background: none;
	text-decoration: none;
}
.new-tag li a:hover ,.main-content .new-tag li a:hover{
	color: #1D73DD ;
	text-decoration: none;
}

#newTagContent .new-tag{
	border-bottom: 1px solid #D3D3D3;
}

/* tab样式   */

.bt-size-default{
	padding: 12px 20px !important;
}

/* .account_title{
	text-align: center;
	font-size:1.875rem !important;
}*/
.account_title {
    text-align: left;
    font-size: 1.375rem !important;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 20px;
}
.show {
    display: block!important;
	margin-left: 0px !important;
}
.hidden {
    display: none!important;
}
.account-list {
	width: 100%;
	overflow-x: auto;
}
div[contenteditable]:empty:before{
    content: attr(placeholder);
    color: #CCCCCC;
}
div[contenteditable]:focus{
    content:none;
}
.content-edit-box{
    padding: 0 5px;
}
/* dt 新增样式  */
/* max-width: 1536px */
@media only screen and (max-width:1536px) {

	.container-cart {
		max-width: 1200px;
	}

	.cart-2022 input#catalog_no,
	.cart-2022 input#quantity {
		width: 90px !important;
	}
}

/* max-width: 1366px  */
@media only screen and (max-width:1366px) {
	.ui-dialog .ui-dialog-content.ui-widget-content {
		max-height: 480px;
		overflow: auto;
		padding: 20px;
	}
}
@media only screen and (max-width:1210px) {
	.container {
		width: 900px;
	}
}
/* max-width: 1280px */
@media only screen and (max-width:1280px) {

	.container-cart {
		max-width: 1130px;
	}

	.coupons-list-wrapper {
		width: 270px;
		max-height: 70px;
	}

	.shopcart-right {
		width: 300px;
	}

	.cart-2022 input#catalog_no,
	.cart-2022 input#quantity {
		width: 80px !important;
	}
}
@media only screen and (max-width:1140px) {
	.container {
		/* width: 785px; */
		width: 100%;
	}
}
/*max-width:1024px*/

@media only screen and (max-width: 1024px) {
	.other-pdt-ul li {
		width: 49%;
		margin-bottom: 20px;
	}

	.other-pdt-ul li:nth-child(2n) {
		margin-right: 0;
	}

	.other-pdt-ul li:nth-child(3n) {
		margin-right: 2%;
	}

	/* order confirm */
	.shipping-content-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	/*  dt 自适应模板 start */
	.my-account-menu {
		display:none;
	}
	.my-account {
		display: block;
		margin-top: 80px;
	}
	.container {
		width: 100%;
	}
	/*  dt 自适应模板 end */
}

@media only screen and (max-width: 992px) {
	.shopcart-bottom.has-cookies {
		bottom: 92px;
	}

	.shipping-left {
		width: 100%;
		max-width: 100%;
		float: none;
		position: relative;
		margin-top: 20px;
		margin-left: 1%;
		margin-bottom: 5px;
		margin-right: 0;
	}

	.shipping-summary {
		display: block;
		background: #fff;
		z-index: 100;
		width: 94%;
	}

	.shopcart-left {
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.shopcart-left-main {
		padding-left: 0;
		padding-right: 0;
	}

	.main-full.has-cookies .product-service-main {
		position: relative;
		height: calc(100vh - 300px);
		overflow: auto;
		padding-bottom: 10px;
	}

	.shopcart-summary {
		background: #fff;
		z-index: 100;
		width: 100%;
		position: absolute;
		bottom: 0;
		box-sizing: border-box;
	}

	

	.shipping-top {
		display: none;
	}
    
	/*shopping cart right*/


	.shopcart-right {
		width: 100%;
		height: auto !important;
		background: #f9f9f9;
		margin-top: 0;
		left: 0;
		bottom: 60px;
		border-left: 0;
		border-top: 1px solid #d3d3d3;
		position: fixed;
		display: none;
	}
	.shopcart-right.active {
		display: block;
	}
	.main-full.has-cookies .shopcart-right {
		width: 100%;
		height: auto !important;
		background: #f9f9f9;
		margin-top: 0;
		left: 0;
		bottom: 80px;
	}


	.cart-sum {
		padding-bottom: 0;
	}

	.cart-sum-bottom {
		position: relative;
		bottom: 0;
	}

	.coupons-list-wrapper li .coupons {
		display: inline-block;
	}

	.order-item-detail {
		width: 150%;
		position: relative;
		background: #FFFFFF;
		margin-top: 10px;
		display: none;
		z-index: 10;
		margin-left: -25%;
		box-shadow: 0 0 5px #555;
	}

	.auto-module {
		width: 100%;
		overflow: auto;
		margin: 0 auto;
	}

	.add-More {
		margin-bottom: 80px;
	}

	.other-pdt-ul {
		text-align: center;
	}

	.other-pdt-ul li {
		width: 45%;
		margin: 2.5%;
	}
	.cart-summary-mobile{
		float:left;
		text-align:left;
		height:100%;
	}
	.cart-summary-show img{
		margin-top:8px;
	}
	.dlyNs{
		display:block;
	}
}

/*max-width:768px*/

@media only screen and (max-width: 768px) {


	.other-pdt-ul li {
		width: 100%;
		margin-bottom: 20px;
		margin: 20px 0;
	}

	.other-pdt-ul li:nth-child(2n) {
		margin-right: 0;
	}

	.other-pdt-ul li:nth-child(3n) {
		margin-right: 0%;
	}

	.add-More-product-detail>div {
		width: 100%;
		float: none;
		position: relative;
		text-align: left;
		margin-bottom: 10px;
	}

	.text-catalog {
		position: relative;
		float: left;
		margin-right: 20px;
	}

	.text-catalog span {
		font-size: 14px;
		display: inline-block;
	}

	.qty-number {
		position: relative;
		float: left;
		text-align: center;
	}

	.qty-number span {
		font-size: 14px;
		display: inline-block;
	}

	.cart-2022 input#catalog_no,
	.cart-2022 input#quantity {
		width: 150px !important;
	}

	/* order confirm */
	.ui-dialog-shipping-address,
	.ui-dialog-billing-address {
		max-width: 300px;
	}

	.address-list-item {
		width: 100%;
		margin-right: 0%;
		padding: 25px 10px 10px;
	}

	.control_label {
		width: 126px !important;
	}

	.controls,
	.controls_sub {
		width: 100%;
	}

	#billing_phone,
	#shipping_phone {
		width: 100%;
		margin-bottom: 5px;
	}

	#billing_firstname,
	#shipping_firstname {
		margin-bottom: 5px;
	}

	.pay-flex-item {
		flex: none;
		width: 100%;
		text-align: left;
	}

	.pay-flex-item.date {
		width: 100% !important;
	}

	.pay-flex-item div:nth-child(1) {
		background: #fff;
		padding: 5px 5px;
		height: 38px;
		text-align: left;
		width: 140px;
		display: inline-block;
		vertical-align: top;
	}

	.pay-flex-item div:nth-child(2) {
		padding: 5px 5px;
		width: calc(100% - 150px);
		display: inline-block;
	}

	.pay-flex-item div:nth-child(2) select,
	.pay-flex-item div:nth-child(2) input {
		height: 28px;
	}

	.item-content {
		padding-right: 0;
	}

	.flex-2-item {
		flex: none !important;
		width: 100%;
	}

	.order-summary-address>div {
		width: 100%;
		margin-right: 0;
	}

	.control_group_50 {
		width: 100%;
	}

	.ui-dialog-shipping-options {
		width: 300px;
	}

	.control_group .control_label {
		text-align: left;
	}

	.control_group_50 .control_label {
		text-align: left;
	}

	.shopcart-bottom-box>div.back-to-prev {
		display: none;
	}

	.step-main {
		display: none;
	}

	.shopcart-summary-title img.slide-down-icon {
		display: inline-block;
	}
	
	.tabListByServe li.tab-title-item:first-child {
		margin-left: 0.5rem;
	}
	.tabListByServe li.tab-title-item {
		margin-left: 1rem;
	}
	.tabListByServe .tab-title {
		padding: 0 0.25rem;
		font-size: 0.875rem;
	}
	.tabListByServe .tabListByServe-title {
		padding-inline-start: 15px;
	}
	
	.tab-content {
		padding: 1.75rem 0rem;
	}
	
	.new-tag li{
       margin-right: 25px;
       max-width: 160px;
	}
	.new-tag ul{
	   padding-inline-start: 0px;
	}

}


@media only screen and (max-width:718px) {
	.main-full.has-cookies .shopcart-right {
		bottom: 171px;
	}

	.shopcart-content-main {
		height: calc(100vh - 120px);
	}

	.shopcart-bottom.has-cookies {
		bottom: 111px;
	}
}

@media only screen and (max-width:632px) {
	.main-full.has-cookies .shopcart-right {
		bottom: 172px;
	}

	.shopcart-content-main {
		height: calc(100vh - 120px);
	}

	.shopcart-bottom.has-cookies {
		bottom: 112px;
	}

	.product-service-list>table th,
	.product-service-list>table td {
		font-size: 12px;
	}
}

@media only screen and (max-width:400px) {
	.main-full.has-cookies .shopcart-right {
		bottom: 190px;
	}

	.shopcart-content-main {
		height: calc(100vh - 120px);
	}

	.shopcart-bottom.has-cookies {
		bottom: 130px;
	}
}