body{
	--bg:#fff;
}

.dialog-footer{
	text-align: center;
}

.line_of_view{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 30px;
}
.line_of_view.line_small{
	padding:0 60px;
	padding-bottom:40px;
}
.line_of_view .line_item{
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color:#917b02;
	text-shadow: 0 0 3px #fff;
}
.line_of_view .line_item>.line_image{
	width:120px;
	height:120px;
	border-radius: 100px;
	background: #ffffff;
	margin:auto;
	margin-bottom:10px;
	border:1px solid #917b02;
	display: flex;
	align-items: center;
	justify-content: center;
}
.line_of_view .line_item>.line_image>img{
	width:40%;
	height:40%;
	object-fit: contain;
	display: block;
}
.line_of_view .line_arr{
}
.line_of_view .line_arr>img{
	width:25px;
	height:25px;
	object-fit: contain;
}
.line_of_view .line_subitem{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: space-between;
}
.line_of_view .line_subitem>div{
	margin-bottom:70px;
}
.line_of_view .line_subitem>div:last-child{
	margin:0;
}

.tipview{
	background: #caad09;
	color:#fff;
	/* padding:20px; */
	height:42px;
}
.tipview .custom-slide{
	color:#fff;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
	padding-top:10px;
}
.custom-slide>img{
	width:20px;
	height:20px;
	margin-right:10px;
	margin-top:-5px;
}

.showtip{
	position: relative;
}
.showtip>div:last-child{
	position: absolute;
	bottom:20px;
	left:0;
	width:450px;
	max-width: 80vw;
	background: #fff;
	padding:20px;
	border-radius: 10px;
	z-index: 1;
	font-size: 0.9rem;
	display: none;
}
.showtip:hover>div:last-child{
	display: block;
}

.banner{
	position: relative;
}
.banner>img{
	width:100%;
	height:450px;
	object-fit: cover;
}
.banner>div{
	font-size: 5rem;
	font-weight: bold;
	color:#fff;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0 0 10px #000;
}

.text_pagetitle{
	text-align: center;
	padding:36px 0;
	font-size: 26px;
	font-weight: bold;
	color:#caad09;
}

.text_sendtool{
	display: flex;
	align-items: center;
	padding:0 15px;
	background: #fff;
	margin:40px 0;
}
.text_sendtool>div{
	text-align: center;
	width:25%;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	background: #fff;
}
.text_sendtool>div>span{
	color:#000;
	padding:15px 0;
	border-bottom:3px solid #fff;
	display: inline-block;
}
.text_sendtool>div:hover>span{
	border-bottom:3px solid #caad09;
	color:#caad09;
}


.deliveryinfo{
	font-size: 0.9rem;
}
.deliveryline{
	margin-top:20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px #ccc;
}
.deliverytitle{
	padding:20px;
	position: relative;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: bold;
	color:#caad09;
}
.deliverytitle:before, .deliverytitle:after {
    content: "";
    position: absolute;
    top: 53%;
    border-radius: 2px;
}
.deliverytitle:before {
    right: 34px;
    width: 2px;
    height: 16px;
    transition: all .3s;
    margin-top: -8.5px;
    background: #8b8a96;
}
.deliverytitle.hover:before {
    height: 0;
    margin-top: 0;
}
.deliverytitle:after {
    right: 27px;
    width: 16px;
    height: 2px;
    margin-top: -1.5px;
    background: #8b8a96;
}
.deliverycontent{
	padding:20px;
	padding-top:0;
	font-size: 0.9rem;
}
.deliverycontent>span{
	font-weight: bold;
}

.textcontent{
	padding:40px 0;
}
.textview{
	background: #fff;
	padding:36px;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	margin-bottom:30px;
}
.textview>.text_title{
	font-size: 1.5rem;
	color:#caad09;
	margin-bottom:36px;
	font-weight: bold;
}
.textview>.text_content{
	display: table;
}
.textview>.text_content>.text_bigcontent{
	/* font-size: 1.1rem; */
}
.textview>.text_content>.text_video{
	display: table-cell;
	width: 50%;
	/* padding: 0 15px 15px; */
	vertical-align: top;
}
.textview>.text_content>.text_top{
	vertical-align: top;
}

.textview>.text_content>div>img{
	width:250px;
	height:auto;
	border-radius: 10px;
	display: block;
}
.text_video>video{
	width:100%;
	height:330px;
	object-fit: contain;
	border-radius: 10px;
	display: block;
}
.textview>.text_content>div{
	display: table-cell;
	vertical-align: middle;
	font-size: 0.9rem;
	line-height: 150%;
}
.textview>.text_content>div:nth-child(2){
	padding-left:20px;
}
.textview .bold{
	/* font-weight: bold; */
}
.textview>.text_content span.text_subtitle{
	font-weight: bold;
	font-size:1.1rem;
	margin-bottom:20px;
	display: block;
}
.textview>.text_content span.text_btn{
	padding: 11px 29px;
	font-size: 0.9rem;
	font-weight: 600;
	border: 1px solid #caad09;
	background: #caad09;
	cursor: pointer;
	border-radius: 10px;
	margin-top:24px;
	line-height: 1;
	display: inline-block;
	color:#fff;
}

.p_inputview{
	display: flex;
	align-items: center;
	background: #fdfdfd;
	border-radius: 10px;
	border:1px solid #e3e3e3;
	font-size: 1rem;
	padding:15px;
	margin-bottom:20px;
	position: relative;
	z-index: 1;
}
.p_inputview>div:nth-child(1){
	font-weight: bold;
	width: auto;
	position: absolute;
	top: -10px;
}
.p_inputview>div:nth-child(1):before{
	background: #fdfdfd;
	position: absolute;
	top: 9px;
	content: " ";
	width: 120%;
	height: 100%;
	left: 0;
	z-index: -1;
}
.p_inputview>div:nth-child(1)>span{
	color:#f00;
	position: relative;
}
.p_inputview>input,.p_inputview>select,.p_inputview>textarea,.p_inputview>div:nth-child(2){
	/* margin-left:10px; */
	width:auto;
	outline: none;
	border:none;
	flex-grow: 1;
	font-size:1rem;
}
.p_flexview{
	display: flex;
	justify-content: space-between;
}
.p_flexview>div{
	width:48%;
}
.p_checkbox{
	display: flex;
	align-items: center;
	font-size: 1rem;
}
.p_checkbox>input{
	width:18px;
	height:18px;
	border-radius: 5px;
	margin-right:10px;
}
.p_checkboxview{
	background: #fff;
	border:1px solid #e3e3e3;
	padding:20px;
	border-radius: 5px;
	font-size: 1rem;
}
.p_checkboxview>div:nth-child(1){
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p_checkboxview>div:nth-child(1)>div:nth-child(2){
	color:#caad09;
	font-weight: bold;
}
.p_checkboxview>div:nth-child(2){
	margin-top:10px;
	font-size: 0.9rem;
}



.toplink{
	display: flex;
	justify-content: space-between;
	padding:20px 0;
	border-bottom:1px solid #e3e3e3;
	background: #fff;
}
.toplink>div{
	display: flex;
	align-items: center;
	color:#888;
	font-size: 0.9rem;
	cursor: pointer;
}
.toplink>div>img{
	margin-right:10px;
	width:30px;
	height:30px;
	display: block;
}
.toplink>div>span{
	font-weight: bold;
	color: #caad09;
	font-size: 1rem;
}

.cartviewbg{
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1000;
	background: #000000aa;
}
.cartmodelview{
	position: fixed;
	right:0;
	top:0;
	bottom:0;
	background: #fff;
	width:375px;
	z-index: 1001;
}
.carttitle{
	padding:20px;
	border-bottom:1px solid #e3e3e3;
	font-size: 1.2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: sticky;
	top:0;
	left:0;
	right:0;
	background: #fff;
}
.carttitle>div:nth-child(1)>img{
	width:25px;
	height:25px;
	margin-right:10px;
}
.carttitle>div:nth-child(2){
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
}
.cartlistview{
	/* background: #f3f3f3; */
	height: 75%;
	overflow: auto;
}
.cartlistview::-webkit-scrollbar {
	display: none; /* 隐藏滚动条 */
}
.cartlist{
	padding:20px;
	/* padding-bottom:0; */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cartlist>input{
	width:25px;
	height:25px;
	margin-right:10px;
	flex-grow: 1;
	accent-color: #caad09;
}
.cartimage{
	border:1px solid #e3e3e3;
	padding:10px;
	border-radius: 5px;
}
.cartimage>img{
	width:72px;
	height:72px;
	display: block;
	object-fit: contain;
}
.cartinfo{
	margin-left:10px;
	width:100%;
}
.cartinfo>div:nth-child(1){
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom:10px;
	height:4rem;
}
.cartinfo>div:nth-child(2){
	background: #caad09;
	color:#fff;
	border-radius: 100px;
	padding:3px 10px;
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom:10px;
	display: inline-block;
}
.cartoption{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cartoption>div:nth-child(1){
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-right:10px;
}
.cartoption>div:nth-child(1)>div:nth-child(2){
	width: 34px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	font-weight: 700;
	text-align: center;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	border-left: none;
	border-right: none;
}
.cartoption>div:nth-child(1)>div:nth-child(1),.cartoption>div:nth-child(1)>div:nth-child(3){
	width: 34px;
	height: 34px;
	background-color: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 2px;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 34px;
	cursor: pointer;
}
.cartoption>div:nth-child(2){
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	font-size: 0.9rem;
	color:#f00;
	margin-right:10px;
	cursor: pointer;
}
.cartoption>div:nth-child(2)>span:nth-child(1){
	color:#444;
	font-size: 15px;
}
.cartoption>div:nth-child(3){
	font-size: 0.9rem;
	color:#caad09;
	font-weight: bold;
}
.cartlist:last-child{
	/* padding-bottom:20px; */
}

.cartradio{
	display: flex;
	align-items: center;
	padding:20px;
	border-top:1px solid #e3e3e3;
	cursor: pointer;
}
.cartradio:last-child{
	border-bottom:1px solid #e3e3e3;
}
.cartradio>input{
	width:25px;
	height:25px;
	accent-color: #caad09;
}
.cartradio>div{
	font-size: 0.9rem;
	width:100%;
	margin-left:10px;
}

.cartcheckout{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	padding:20px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}
.checkout{
	background: #caad09;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.2rem;
	font-weight: bold;
	padding:10px;
	border-radius: 5px;
	margin-bottom:20px;
	cursor: pointer;
	margin-right: 80px;
}
.carttip{
	font-size: 0.9rem;
	color:#888;
	text-align: center;
}

.title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	padding:0 0 ;
	background: #fff;
}
.title_m{
	display: none;
}
.title>img:nth-child(1){
	width:250px;
	height:155px;
	object-fit: contain;
	cursor: pointer;
}
.title>div:nth-child(2)>div:nth-child(1)>img{
	/* width:150px; */
	width:auto;
	height:60px;
	object-fit: contain;
}
.searchview{
	display: flex;
	align-items: center;
	padding:10px;
	border:1px solid #e3e3e3;
	border-radius: 10px;
	cursor: pointer;
}
.searchview>input{
	outline: none;
	border:none;
	background: none;
	margin-right:5px;
	width:450px;
}
.searchview>div{
	
}
.searchview>div>img{
	width:25px;
	height:25px;
	
}

.title_area_account{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.areaview{
	margin-right:30px;
}
.areaview{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.areaview>span{
	margin-right:5px;
	font-weight: bold;
	font-size: 1rem;
}
.areaview>span:last-child{
	margin:0;
}
.areaview>img{
	width:30px;
	height:30px;
	margin-right:5px;
}
.areaview>div{
	margin-right:5px;
}
.areaview>div>select{
	outline: none;
	border:none;
	font-weight: bold;
	width:auto;
	font-size: 1rem;
	color:#caad09;
}
.accountview{
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right:30px;
}
.accountview>div:nth-child(1){
	display: flex;
	align-items: center;
}
.accountview>div:nth-child(1)>div{
	padding:10px 15px;
	border-radius: 10px;
	background: #f3f3f3;
	font-size: 0.9rem;
	margin-right:10px;
	cursor: pointer;
	font-weight: bold;
}
.accountview>div:nth-child(1)>div:nth-child(2){
	margin:0;
}
.accountview>img{
	width:30px;
	height:30px;
	margin-right:10px;
}
.accountview>div:nth-child(2){
	font-weight: bold;
	font-size: 1rem;
	max-width:100px;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	position: relative;
}
.accountview>div:nth-child(2)>div:nth-child(2){
	position: absolute;
	z-index: 1;
	background: #fff;
	padding:10px;
	border-radius: 5px;
	text-align: center;
	display: none;
	box-shadow: 0 0 5px #ccc;
	left: -55px;
	top: 20px;
	width: 125px;
}
.accountview>div:nth-child(2)>div:nth-child(2)>div{
	padding:10px 0;
}
.accountview>div:nth-child(2)>div:nth-child(2)>div:hover{
	background:#f3f3f3;
}
.accountview:hover>div:nth-child(2)>div:nth-child(2){
	display: block;
}
.cartview{
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 0;
	position: fixed;
	border-radius: 10px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	right: 10px;
	bottom: 90px;
	z-index: 99;
}
.cartview>div:nth-child(1){
	width:30px;
	height:30px;
	margin-right:10px;
	position: relative;
	margin-right: 0;
}
.cartview>div:nth-child(1)>img{
	width:100%;
	height:100%;
}
.cartview>div:nth-child(2){
	font-weight: bold;
	font-size: 1rem;
	display: none;
}
.cartview>div:nth-child(3){
	position: absolute;
	top: 12px;
	left: 37px;
	background: #fff;
	color: #caad09;
	border: 1px solid #caad09;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	border-radius: 100px;
	width: 20px;
	height: 20px;
}
.callusview{
	margin-left:30px;
	font-size: 1rem;
	font-weight: bold;
	color:#caad09;
}



.toolbar{
	background: #fff;
	font-weight: bold;
}
.toolview{
	display: flex;
	border-top:1px solid #e3e3e3;
	align-items: center;
}
.toolview>div{
	border-radius: 2px 2px 0 0;
	border-color: transparent;
	text-transform: uppercase;
	padding:15px;
	color:#000;
	/* border-left:1px solid #e3e3e3; */
	/* border-right:1px solid #e3e3e3; */
	position: relative;
	width:15%;
	text-align: center;
	cursor: pointer;
}
.toolview>div.hover,.toolview>div:hover{
	/* margin: -3px 0 0; */
	border-radius: 2px 2px 0 0;
	border-color: transparent;
	/* background-color: #caad09; */
	text-transform: uppercase;
	padding:15px;
}
.toolview>div>div{
	display: none;
	position: absolute;
	top:47px;
	left:0;
	width:100%;
	max-width: 100%;
	cursor: pointer;
	z-index: 1;
	background: #fff;
	border-radius: 10px 10px;
	overflow: hidden;
	box-shadow: 0 0 10px #ccc;
}
.toolview>div:hover>div{
	display: block;
}
.toolview>div>div>div{
	color:#000;
	font-weight: bold;
	font-size: 0.9rem;
	text-align: center;
	padding:15px 0;
}
.toolview>div>div>div:hover{
	background: #caad0955;
}

.top{
	text-align: center;
	background: #fff;
	display: flex;
	align-items: flex-end;
}
.top>img{
	width:8%;
	height:auto;
	object-fit: contain;
}
.top>img:nth-child(2){
	width:84%;
	height:auto;
}


.bg{
	background: var(--bg);
	/* padding-bottom:40px; */
}

.paymentview{
	/* padding: 40px 0; */
	width:48%;
	position: relative;
	top:-50px;
}
.paymentview>div:nth-child(1),.paymentview>div:nth-child(3){
	font-size: 1rem;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:20px;
	margin-bottom:20px;
	font-weight: bold;
}
.paymentview>div:nth-child(2){
	display: flex;
	flex-wrap: wrap;
	margin-bottom:40px;
}
.paymentview>div:nth-child(2)>div{
	width:80px;
	background: #fff;
	border:1px solid #e3e3e3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right:10px;
	border-radius: 10px;
	margin-bottom:10px;
}
.paymentview>div:nth-child(2)>div>img{
	width:40px;
	height:30px;
	object-fit: contain;
}
.paymentview>div:nth-child(3){
	display: flex;
	justify-content: space-between;
}
.paymentview>div:nth-child(4){
	display: flex;
	justify-content: space-between;
}

.webmap{
	display: flex;
	/* padding:40px 0; */
	width:48%;
}
.webmap>div{
	margin-right:40px;
	border-top:1px solid #e3e3e3;
	padding-top:20px;
	width:48%;
}
.webmap>div>div:nth-child(1){
	font-size: 1.2rem;
	font-weight: bold;
	color:#000;
}
.webmap>div>div{
	margin-bottom:10px;
	font-size: 0.9rem;
	color:#888;
	cursor: pointer;
}

.brandlistview{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 80px;
}
.brandlistview .branditem{
	width: 18%;
	height:80px;
	margin-bottom:20px;
	font-size: 1.2rem;
	font-weight: bold;
	max-width:18%;
	padding:15px;
	border-radius: 10px;
	background: #ccc;
	border:1px solid #e3e3e3;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color:#caad09;
}
.branditem>img{
	width:80%;
	height:100%;
	object-fit: contain;
}

.footer_logo{
	
}
.footer_info{
	display: flex;
	justify-content: space-between;
}
.termview{
	display: flex;
	align-items: center;
	padding-top:20px;
	border-top:1px solid #e3e3e3;
}
.termview>div{
	color:#888;
	margin-right:20px;
	cursor: pointer;
}
.bottomview{
	display: flex;
	justify-content: space-between;
	font-size: 0.9rem;
	color:#888;
	padding:40px 0;
}
.brandlist{
	padding:40px 0;
	border-bottom:1px solid #e3e3e3;
}
.brandlist>div:nth-child(1){
	margin-bottom: 20px;
}
.footer{
	background: #f3f3f3;
	/* padding-top:40px; */
	border-top:1px solid #e3e3e3;
}


.adview{
	/* margin-top: 40px; */
	background: url(https://cdn.actyres.com.au/tuimage/static/base/bg.png) no-repeat;
	background-size: 100% 100%;
}
.adview>div:nth-child(1){
	text-align: center;
	font-size: 3.3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	padding-top: 40px;
	text-shadow: 0 5px 5px #00000088;
}
.adview>div:nth-child(2){
	display: flex;
	justify-content: space-between;
	padding:60px 0;
}
.adview>div:nth-child(2)>div{
	position: relative;
	width:48%;
	height:268px;
}
.adview>div:nth-child(2)>div>div{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:200px;
	text-align: center;
	height:4.5rem;
	border-radius: 10px;
	color:#fff;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 4.5rem;
	background: #caad09;
	cursor: pointer;
	margin:auto;
}
.adview>div:nth-child(2)>div>img{
	border-radius: 10px;
	object-fit: cover;
	width:100%;
	height:100%;
	display: block;
}

.bgmodel_bg{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00000088;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 999;
	font-family: BowlbyOneSC;
}
.bgmodel{
	position: relative;
	width:840px;
}
.bgmodel>img{
	width:100%;
	height:auto;
	min-height:350px;
	object-fit: cover;
	border-radius: 5px;
	display: block;
}
.bgmodel>.bgcontent{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 1rem;
	font-style: italic;
}
.bgmodel>.bgcontent>div{
	background: #ffffff66;
	padding:20px;
	border-radius: 5px;
	width: 100%;
}
.bgmodel>.bgcontent>div>.content_01{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:10px;
}
.bgmodel>.bgcontent>div>.content_01>div{
	width:49%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-shadow: 1px 0px 0px #00ffea;
}
.bgmodel>.bgcontent>div>.content_01>div>div:nth-child(1){
	font-size: 1.2rem;
	width: 11rem;
	margin-right:10px;
	text-align: center;
}
.bgmodel>.bgcontent>div .bgbtn{
	display: flex;
	justify-content: space-between;
}
.bgmodel>.bgcontent>div .bgbtn>img{
	width:45%;
	height:auto;
	display: block;
	cursor: pointer;
}

.bgmodel>.bgcontent2{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 1.5rem;
	font-weight: bold;
}
.bgmodel>.bgcontent2>div{
	background: #888888aa;
	padding:20px;
	border-radius: 5px;
	width: 15.625rem;
}
.bgmodel>.bgcontent2>div>.content_01{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:10px;
}


.itemview{
		width: 100%;
		max-width: 1320px;
		position: relative;
		margin: 0 auto;
		/* padding-left: 20px;
		padding-right: 20px; */
	}
	@media only screen and (min-width: 0px) and (max-width: 1099.99px) {
		.itemview{
			max-width: 100%;
			padding: 0 20px;
		}
		
		
		.title{
			display: flex;
			justify-content: space-between;
			align-items: center;
			font-size: 1rem;
			padding:0 0 ;
			background: #fff;
			display: none;
		}
		.title_m{
			display: block;
			padding:20px;
		}
		.title_m>div>img:nth-child(2){
			width: 100px;
			height: 50px;
			object-fit: contain;
			margin-left:10px;
			cursor: pointer;
		}
		.searchview{
			display: flex;
			align-items: center;
			padding:10px;
			border:1px solid #e3e3e3;
			border-radius: 10px;
			cursor: pointer;
		}
		.searchview>input{
			outline: none;
			border:none;
			background: none;
			margin-right:5px;
			width:450px;
		}
		.searchview>div>img{
			width:25px;
			height:25px;
			
		}
		
		
		.title_area_account{
			display: flex;
			align-items: center;
		}
		.areaview{
			margin-right:0;
		}
		.areaview{
			display: flex;
			align-items: center;
			cursor: pointer;
			width: 100%;
			margin-top: 20px;
			border-top: 1px solid #e3e3e3;
			padding-top: 20px;
		}
		.areaview>span{
			margin-right:auto;
			font-weight: bold;
			font-size: 1rem;
		}
		.areaview>span:last-child{
			margin:0;
		}
		.areaview>img{
			width:30px;
			height:30px;
			margin-right:5px;
		}
		.areaview>div{
			margin-right: 5px;
			border: 1px solid #e3e3e3;
			padding: 5px 20px;
			border-radius: 100px;
		}
		.areaview>div>select{
			outline: none;
			border:none;
			font-weight: bold;
			width:auto;
			font-size: 1rem;
			color:#caad09;
		}
		.accountview{
			display: flex;
			align-items: center;
			cursor: pointer;
			margin-right:0;
			margin-left:auto;
		}
		.accountview>div:nth-child(1){
			display: flex;
			align-items: center;
		}
		.accountview>div:nth-child(1)>div{
			padding:10px 15px;
			border-radius: 10px;
			background: #f3f3f3;
			font-size: 0.9rem;
			margin-right:10px;
			cursor: pointer;
			font-weight: bold;
		}
		.accountview>div:nth-child(1)>div:nth-child(2){
			margin:0;
		}
		.accountview>img{
			width:30px;
			height:30px;
			margin-right:10px;
		}
		.accountview>div:nth-child(2){
			font-weight: bold;
			font-size: 1rem;
			max-width:100px;
			/* white-space: nowrap; */
			/* overflow: hidden; */
			/* text-overflow: ellipsis; */
			position: relative;
		}
		.accountview>div:nth-child(2)>div:nth-child(2){
			position: absolute;
			z-index: 1;
			background: #fff;
			padding:10px;
			border-radius: 5px;
			text-align: center;
			display: none;
			box-shadow: 0 0 5px #ccc;
			left: -55px;
			top: 20px;
			width: 125px;
		}
		.accountview>div:nth-child(2)>div:nth-child(2)>div{
			padding:10px 0;
		}
		.accountview>div:nth-child(2)>div:nth-child(2)>div:hover{
			background:#f3f3f3;
		}
		.accountview:hover>div:nth-child(2)>div:nth-child(2){
			display: block;
		}
		.cartview{
			display: flex;
			align-items: center;
			position: relative;
			cursor: pointer;
			margin-left: 10px;
			margin-top: 0;
			position: fixed;
			border-radius: 10px;
			padding: 20px;
			background: #fff;
			box-shadow: 0 0 10px #ccc;
			right: 10px;
			bottom: 90px;
			z-index: 99;
		}
		.cartview>div:nth-child(1){
			width:30px;
			height:30px;
			margin-right:10px;
			position: relative;
			margin-right: 0;
		}
		.cartview>div:nth-child(1)>img{
			width:100%;
			height:100%;
		}
		.cartview>div:nth-child(2){
			font-weight: bold;
			font-size: 1rem;
			display: none;
		}
		.cartview>div:nth-child(3){
			position: absolute;
			top: 12px;
			left: 37px;
			background: #fff;
			color: #caad09;
			border: 1px solid #caad09;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 12px;
			font-weight: bold;
			border-radius: 100px;
			width: 20px;
			height: 20px;
		}
		.callusview{
			margin-left:30px;
			font-size: 1rem;
			font-weight: bold;
			color:#caad09;
		}
		
		
		
		.toolbar{
			font-weight: bold;
			position: fixed;
			top:0;
			left:0;
			bottom:0;
			z-index: 99;
			right:0;
			background: #00000088;
			display: none;
		}
		.toolbar.hover{
			display: block;
		}
		.toolview{
			display: block;
			border-top:0px solid #e3e3e3;
			align-items: center;
			padding:20px;
			max-width:90%;
			width:100%;
			background: #fff;
			margin:0;
			height:100%;
		}
		.toolview>div{
			border-radius: 2px 2px 0 0;
			border-color: transparent;
			text-transform: uppercase;
			padding:15px;
			color:#000;
			/* border-left:1px solid #e3e3e3; */
			/* border-right:1px solid #e3e3e3; */
			position: relative;
			width:100%;
			text-align: center;
			cursor: pointer;
		}
		.toolview>div.hover,.toolview>div:hover{
			/* margin: -3px 0 0; */
			border-radius: 2px 2px 0 0;
			border-color: transparent;
			/* background-color: #caad09; */
			text-transform: uppercase;
			padding:15px;
			color:#caad09;
		}
		.toolview>div>div{
			display: none;
			position: unset;
			margin-top:20px;
			left:0;
			width:100%;
			max-width: 100%;
			cursor: pointer;
			z-index: 1;
			background: #f3f3f3;
			border-radius: 10px 10px;
			overflow: hidden;
			box-shadow: 0 0 10px #fff;
		}
		.toolview>div:hover>div{
			display: block;
		}
		.toolview>div>div>div{
			color:#000;
			font-weight: bold;
			font-size: 0.9rem;
			text-align: center;
			padding:15px 0;
		}
		.toolview>div>div>div:hover{
			background: #caad0955;
		}
		
		.top{
			text-align: center;
			background: #fff;
			display: flex;
			align-items: flex-end;
		}
		.top>img{
			width:8%;
			height:auto;
			object-fit: contain;
		}
		.top>img:nth-child(2){
			width:84%;
			height:auto;
		}
		
		
		.bg{
			background: var(--bg);
			/* padding-bottom:40px; */
		}
		
		.paymentview{
			/* padding: 40px 0; */
			width:100%;
			position: unset;
			margin-top:20px;
			padding-bottom:20px;
		}
		.paymentview>div:nth-child(1),.paymentview>div:nth-child(3){
			font-size: 1rem;
			border-bottom:1px solid #e3e3e3;
			padding-bottom:20px;
			margin-bottom:20px;
			font-weight: bold;
		}
		.paymentview>div:nth-child(2){
			display: flex;
			flex-wrap: wrap;
			margin-bottom:40px;
		}
		.paymentview>div:nth-child(2)>div{
			width:80px;
			background: #fff;
			border:1px solid #e3e3e3;
			display: flex;
			align-items: center;
			justify-content: center;
			margin-right:10px;
			border-radius: 10px;
			margin-bottom:10px;
		}
		.paymentview>div:nth-child(2)>div>img{
			width:40px;
			height:30px;
			object-fit: contain;
		}
		.paymentview>div:nth-child(3){
			display: flex;
			justify-content: space-between;
		}
		.paymentview>div:nth-child(4){
			display: flex;
			justify-content: space-between;
		}
		
		.webmap{
			display: flex;
			/* padding:40px 0; */
			width:100%;
			border-top:1px solid #e3e3e3;
		}
		.webmap>div{
			margin-right:20px;
			border-top:0;
			padding-top:20px;
			width:48%;
		}
		.webmap>div>div:nth-child(1){
			font-size: 1rem;
			font-weight: bold;
			color:#000;
		}
		.webmap>div>div{
			margin-bottom:10px;
			font-size: 0.9rem;
			color:#888;
			cursor: pointer;
		}
		
		.brandlistview{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			padding:0 80px;
		}
		.brandlistview .branditem{
			width: 48%;
			height:80px;
			margin-bottom:20px;
			font-size: 1.2rem;
			font-weight: bold;
			max-width:48%;
			padding:15px;
			border-radius: 10px;
			background: #ccc;
			border:1px solid #e3e3e3;
			display: flex;
			align-items: center;
			justify-content: center;
			cursor: pointer;
			color:#caad09;
		}
		.branditem>img{
			width:80%;
			height:100%;
			object-fit: contain;
		}
		
		.footer_logo{
			text-align: center;
		}
		.footer_info{
			display: block;
		}
		.termview{
			display: flex;
			align-items: center;
			padding-top:20px;
			border-top:1px solid #e3e3e3;
		}
		.termview>div{
			color:#888;
			margin-right:20px;
			cursor: pointer;
		}
		.bottomview{
			display: flex;
			justify-content: space-between;
			font-size: 0.9rem;
			color:#888;
			padding-top:20px;
			padding-bottom:20px;
		}
		.brandlist{
			padding-top:20px;
			padding-bottom:20px;
			border-bottom:1px solid #e3e3e3;
		}
		.brandlist>div:nth-child(1){
			margin-bottom: 20px;
		}
		.footer{
			background: #f3f3f3;
			/* padding-top:40px; */
			border-top:1px solid #e3e3e3;
		}
		
		
		.adview{
			/* margin-top: 40px; */
			background: url(https://cdn.actyres.com.au/tuimage/static/base/bg.png) no-repeat;
			background-size: 100% 100%;
		}
		.adview>div:nth-child(1){
			text-align: center;
			font-size: 3rem;
			font-weight: bold;
			color: #fff;
			line-height: 1;
			padding-top: 40px;
			text-shadow: 0 5px 5px #00000088;
		}
		.adview>div:nth-child(2){
			display: flex;
			justify-content: space-between;
			padding:60px 20px;
		}
		.adview>div:nth-child(2)>div{
			position: relative;
			width:48%;
			height:150px;
		}
		.adview>div:nth-child(2)>div>div{
			position: absolute;
			top:0;
			bottom:0;
			left:0;
			right:0;
			width:150px;
			text-align: center;
			height:4rem;
			border-radius: 10px;
			color:#fff;
			font-weight: bold;
			font-size: 1.2rem;
			line-height: 4rem;
			background: #caad09;
			cursor: pointer;
			margin:auto;
		}
		.adview>div:nth-child(2)>div>img{
			border-radius: 10px;
			object-fit: cover;
			width:100%;
			height:100%;
			display: block;
		}
		
		.line_of_view{
			display: block;
			align-items: center;
			justify-content: space-between;
			padding:0 30px;
		}
		.line_of_view.line_small{
			padding:0 60px;
			padding-bottom:40px;
		}
		.line_of_view .line_item{
			font-size: 1rem;
			font-weight: bold;
			text-align: center;
			color:#caad09;
			text-shadow: 0 0 3px #fff;
		}
		.line_of_view .line_item>.line_image{
			width:80px;
			height:80px;
			border-radius: 100px;
			background: #ffffff;
			margin:auto;
			margin-bottom:10px;
			border:1px solid #caad09;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.line_of_view .line_item>.line_image>img{
			width:40%;
			height:40%;
			object-fit: contain;
			display: block;
		}
		.line_of_view .line_arr{
			text-align: center;
			padding: 20px 0;
		}
		.line_of_view .line_arr>img{
			width:25px;
			height:25px;
			object-fit: contain;
			transform: rotate(90deg);
		}
		.line_of_view .line_subitem{
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			align-content: space-between;
			justify-content: space-between;
			margin-bottom:0;
		}
		.line_of_view .line_subitem>div{
			width:23%;
		}
		.line_of_view .line_subitem>div{
			margin:0;
		}
		
		.tipview{
			background: #caad09;
			color:#fff;
			/* padding:20px; */
			height:42px;
		}
		.tipview .custom-slide{
			color:#fff;
			text-align: center;
			font-size: 0.9rem;
			line-height: 1.4;
			padding-top:10px;
		}
		.custom-slide>img{
			width:20px;
			height:20px;
			margin-right:10px;
			margin-top:-5px;
		}
		
		.showtip{
			position: relative;
		}
		.showtip>div:last-child{
			position: absolute;
			bottom:20px;
			left:-50%;
			right:0;
			margin:auto;
			width:450px;
			max-width: 80vw;
			background: #fff;
			padding:20px;
			border-radius: 10px;
			z-index: 1;
			font-size: 0.9rem;
			display: none;
		}
		.showtip:hover>div:last-child{
			display: block;
		}
		
		.banner{
			position: relative;
		}
		.banner>img{
			width:100%;
			height:450px;
			object-fit: cover;
		}
		.banner>div{
			font-size: 2.5rem;
			font-weight: bold;
			color:#fff;
			position: absolute;
			top:0;
			left:0;
			right:0;
			bottom:0;
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
			text-shadow: 0 0 10px #000;
		}
		
		.text_pagetitle{
			text-align: center;
			padding:36px 0;
			font-size: 26px;
			font-weight: bold;
			color:#caad09;
		}
		
		.text_sendtool{
			display: flex;
			align-items: center;
			padding:0 15px;
			background: #fff;
			margin:40px 0;
		}
		.text_sendtool>div{
			text-align: center;
			width:25%;
			font-size: 1rem;
			font-weight: bold;
			cursor: pointer;
			background: #fff;
		}
		.text_sendtool>div>span{
			color:#000;
			padding:15px 0;
			border-bottom:3px solid #fff;
			display: inline-block;
		}
		.text_sendtool>div:hover>span{
			border-bottom:3px solid #caad09;
			color:#caad09;
		}
		
		
		.deliveryinfo{
			font-size: 0.9rem;
		}
		.deliveryline{
			margin-top:20px;
			background: #fff;
			border-radius: 10px;
			box-shadow: 0 0 5px #ccc;
		}
		.deliverytitle{
			padding:20px;
			position: relative;
			cursor: pointer;
			font-size: 1.2rem;
			font-weight: bold;
			color:#caad09;
		}
		.deliverytitle:before, .deliverytitle:after {
		    content: "";
		    position: absolute;
		    top: 53%;
		    border-radius: 2px;
		}
		.deliverytitle:before {
		    right: 34px;
		    width: 2px;
		    height: 16px;
		    transition: all .3s;
		    margin-top: -8.5px;
		    background: #8b8a96;
		}
		.deliverytitle.hover:before {
		    height: 0;
		    margin-top: 0;
		}
		.deliverytitle:after {
		    right: 27px;
		    width: 16px;
		    height: 2px;
		    margin-top: -1.5px;
		    background: #8b8a96;
		}
		.deliverycontent{
			padding:20px;
			padding-top:0;
			font-size: 0.9rem;
		}
		.deliverycontent>span{
			font-weight: bold;
		}
		
		.textcontent{
			padding-top:40px;
			padding-bottom:40px;
		}
		.textview{
			background: #fff;
			padding:20px;
			border-radius: 10px;
			box-shadow: 0 0 10px #ccc;
			margin-bottom:30px;
		}
		.textview>.text_title{
			font-size: 1.5rem;
			color:#caad09;
			margin-bottom:36px;
			font-weight: bold;
		}
		.textview>.text_content{
			display: table;
		}
		.textview>.text_content>.text_bigcontent{
			/* font-size: 1.1rem; */
		}
		.textview>.text_content>.text_video{
			display: table-cell;
			width: 50%;
			/* padding: 0 15px 15px; */
			vertical-align: top;
		}
		.textview>.text_content>.text_top{
			vertical-align: top;
		}
		
		.textview>.text_content>div>img{
			width: 100%;
			height: auto;
			border-radius: 10px;
			display: block;
			margin-bottom: 20px;
		}
		.text_video>video{
			width:100%;
			height:330px;
			object-fit: contain;
			border-radius: 10px;
			display: block;
		}
		.textview>.text_content>div{
			display: block;
			vertical-align: middle;
			font-size: 0.9rem;
			line-height: 150%;
		}
		.textview>.text_content>div:nth-child(2){
			padding-left:0;
		}
		.textview .bold{
			/* font-weight: bold; */
		}
		.textview>.text_content span.text_subtitle{
			font-weight: bold;
			font-size:1.1rem;
			margin-bottom:20px;
			display: block;
		}
		.textview>.text_content span.text_btn{
			padding: 11px 29px;
			font-size: 0.9rem;
			font-weight: 600;
			border: 1px solid #caad09;
			background: #caad09;
			cursor: pointer;
			border-radius: 10px;
			margin-top:24px;
			line-height: 1;
			display: inline-block;
			color:#fff;
		}
		
		.p_inputview{
			display: flex;
			align-items: center;
			background: #fdfdfd;
			border-radius: 10px;
			border:1px solid #e3e3e3;
			font-size: 1rem;
			padding:15px;
			margin-bottom:20px;
			position: relative;
			z-index: 1;
		}
		.p_inputview>div:nth-child(1){
			font-weight: bold;
			width: auto;
			position: absolute;
			top: -10px;
		}
		.p_inputview>div:nth-child(1):before{
			background: #fdfdfd;
			position: absolute;
			top: 9px;
			content: " ";
			width: 120%;
			height: 100%;
			left: 0;
			z-index: -1;
		}
		.p_inputview>div:nth-child(1)>span{
			color:#f00;
			position: relative;
		}
		.p_inputview>input,.p_inputview>select,.p_inputview>textarea,.p_inputview>div:nth-child(2){
			/* margin-left:10px; */
			width:100%;
			outline: none;
			border:none;
			flex-grow: 1;
			font-size:1rem;
		}
		.p_flexview{
			display: flex;
			justify-content: space-between;
		}
		.p_flexview>div{
			width:48%;
		}
		.p_checkbox{
			display: flex;
			align-items: center;
			font-size: 1rem;
		}
		.p_checkbox>input{
			width:18px;
			height:18px;
			border-radius: 5px;
			margin-right:10px;
		}
		.p_checkboxview{
			background: #fff;
			border:1px solid #e3e3e3;
			padding:20px;
			border-radius: 5px;
			font-size: 1rem;
		}
		.p_checkboxview>div:nth-child(1){
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		.p_checkboxview>div:nth-child(1)>div:nth-child(2){
			color:#caad09;
			font-weight: bold;
		}
		.p_checkboxview>div:nth-child(2){
			margin-top:10px;
			font-size: 0.9rem;
		}
		
		
		
		.toplink{
			display: flex;
			justify-content: space-between;
			padding:20px !important;
			border-bottom:1px solid #e3e3e3;
			background: #fff;
		}
		.toplink>div{
			display: block;
			align-items: center;
			color:#888;
			font-size: 0.8rem;
			cursor: pointer;
			width: 22%;
			text-align: center;
		}
		.toplink>div>img{
			width:30px;
			height:30px;
			display: block;
			margin:auto;
		}
		.toplink>div>span{
			font-weight: bold;
			color: #caad09;
			font-size: 1rem;
		}
		
		.cartviewbg{
			position: fixed;
			top:0;
			left:0;
			right:0;
			bottom:0;
			z-index: 1000;
			background: #000000aa;
		}
		.cartmodelview{
			position: fixed;
			right:0;
			top:0;
			bottom:0;
			background: #fff;
			width:375px;
			z-index: 1001;
		}
		.carttitle{
			padding:20px;
			border-bottom:1px solid #e3e3e3;
			font-size: 1.2rem;
			font-weight: bold;
			display: flex;
			align-items: center;
			justify-content: space-between;
			position: sticky;
			top:0;
			left:0;
			right:0;
			background: #fff;
		}
		.carttitle>div:nth-child(1)>img{
			width:25px;
			height:25px;
			margin-right:10px;
		}
		.carttitle>div:nth-child(2){
			font-size: 2rem;
			line-height: 1;
			font-weight: bold;
		}
		.cartlistview{
			/* background: #f3f3f3; */
			height: 75%;
			overflow: auto;
		}
		.cartlistview::-webkit-scrollbar {
			display: none; /* 隐藏滚动条 */
		}
		.cartlist{
			padding:20px;
			/* padding-bottom:0; */
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		.cartlist>input{
			width:25px;
			height:25px;
			margin-right:10px;
			flex-grow: 1;
			accent-color: #caad09;
		}
		.cartimage{
			border:1px solid #e3e3e3;
			padding:10px;
			border-radius: 5px;
		}
		.cartimage>img{
			width:72px;
			height:72px;
			display: block;
			object-fit: contain;
		}
		.cartinfo{
			margin-left:10px;
			width:100%;
		}
		.cartinfo>div:nth-child(1){
			font-size: 0.9rem;
			font-weight: bold;
			margin-bottom:10px;
			height:4rem;
		}
		.cartinfo>div:nth-child(2){
			background: #caad09;
			color:#fff;
			border-radius: 100px;
			padding:3px 10px;
			font-size: 0.9rem;
			font-weight: bold;
			margin-bottom:10px;
			display: inline-block;
		}
		.cartoption{
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		.cartoption>div:nth-child(1){
			display: flex;
			align-items: center;
			justify-content: center;
			line-height: 1;
			margin-right:10px;
		}
		.cartoption>div:nth-child(1)>div:nth-child(2){
			width: 22px;
			height: 24px;
			font-size: 11px;
			line-height: 22px;
			font-weight: 700;
			text-align: center;
			border-top: 1px solid #f3f3f3;
			border-bottom: 1px solid #f3f3f3;
			border-left: none;
			border-right: none;
		}
		.cartoption>div:nth-child(1)>div:nth-child(1),.cartoption>div:nth-child(1)>div:nth-child(3){
			width: 22px;
			height: 24px;
			background-color: #fff;
			border: 1px solid #f3f3f3;
			border-radius: 2px;
			font-size: 15px;
			text-align: center;
			font-weight: 700;
			line-height: 22px;
			cursor: pointer;
		}
		.cartoption>div:nth-child(2){
			display: flex;
			align-items: center;
			justify-content: center;
			line-height: 1;
			line-height: 22px;
			font-weight: 700;
			text-align: center;
			font-size: 0.9rem;
			color:#f00;
			margin-right:10px;
			cursor: pointer;
		}
		.cartoption>div:nth-child(2)>span:nth-child(1){
			color:#444;
			font-size: 15px;
		}
		.cartoption>div:nth-child(3){
			font-size: 0.9rem;
			color:#caad09;
			font-weight: bold;
		}
		.cartlist:last-child{
			/* padding-bottom:20px; */
		}
		
		.cartradio{
			display: flex;
			align-items: center;
			padding:20px;
			border-top:1px solid #e3e3e3;
			cursor: pointer;
		}
		.cartradio:last-child{
			border-bottom:1px solid #e3e3e3;
		}
		.cartradio>input{
			width:25px;
			height:25px;
			accent-color: #caad09;
		}
		.cartradio>div{
			font-size: 0.9rem;
			width:100%;
			margin-left:10px;
		}
		
		.cartcheckout{
			position: absolute;
			bottom:0;
			left:0;
			right:0;
			padding:20px;
			background: #fff;
			box-shadow: 0 0 10px #ccc;
		}
		.checkout{
			background: #caad09;
			color:#fff;
			display: flex;
			align-items: center;
			justify-content: space-between;
			font-size: 1.2rem;
			font-weight: bold;
			padding:10px;
			border-radius: 5px;
			margin-bottom:20px;
			cursor: pointer;
			margin-right: 80px;
		}
		.carttip{
			font-size: 0.9rem;
			color:#888;
			text-align: center;
		}
		
		.bgmodel>.bgcontent>div>.content_01{
			display: block;
			align-items: center;
			justify-content: space-between;
			margin-bottom:10px;
		}
		.bgmodel>.bgcontent>div>.content_01>div{
			width:100% !important;
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-bottom:10px;
		}
	}
	
	
	body {
		padding: 0;
		margin: 0;
		font-family: Open Sans, Poppins, Montserrat, sans-serif;
		font-size: 14px;
		letter-spacing: -1px;
	background: #fff;
	}
	.el-message-box{
	max-width:90% !important;
	width: auto !important;
	}
	.is-layout-constrained > .alignwide{max-width:none;}
	.has-global-padding{
	padding-right:0;
	padding-left:0;
	}
	.is-layout-flow > :first-child{display:none;}
	.woocommerce-cart .wp-block-post-title{display:none;}


	.page {
		height: 100vh;
		overflow: hidden;
		overflow-y: auto;
		background-color: #fff;
	}

	input,
	textarea {
		border: none;
		outline: none;
		background: none;
	}

	* {
		box-sizing: border-box;
	margin-block-start:0;
	margin-block-end:0;
	}
	:root :where(.is-layout-flow) > *{margin-block-start:0;}
	:root :where(.is-layout-constrained) > *{margin-block-start:0;}


	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: .5rem;
		font-weight: 500;
		line-height: 1.2;
	}

	img {
		vertical-align: middle;
		border-style: none;
	}

	h3 {
		font-size: 2.2em;
		line-height: 1;
		font-weight: 700;
	}

	.remove-ul ul {
		list-style: none;
		padding: initial;
	}

	.vc_col-sm-6 {
		width: 50%;
	}

	.vc_col-sm-1,
	.vc_col-sm-10,
	.vc_col-sm-11,
	.vc_col-sm-12,
	.vc_col-sm-2,
	.vc_col-sm-3,
	.vc_col-sm-4,
	.vc_col-sm-5,
	.vc_col-sm-6,
	.vc_col-sm-7,
	.vc_col-sm-8,
	.vc_col-sm-9 {
		float: left;
	}

	.vc_col-sm-12 {
		width: 100%;
	}

	.vc_row.vc_row-flex {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
	}

	.black-links a {
		color: #000;
	}

	.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_column_container {
		align-items: flex-end;
	}

	.vc_row.vc_row-flex > .vc_column_container {
		display: flex;
	}

	.vc_row.vc_row-o-content-bottom > .vc_column_container > .vc_column-inner {
		justify-content: flex-end;
	}

	.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		z-index: 1;
		overflow: hidden;
	}

	.wpb_single_image .vc_figure {
		display: inline-block;
		vertical-align: top;
		margin: 0;
		max-width: 100%;
	}

	.wpb_single_image .vc_single_image-wrapper {
		display: inline-block;
		vertical-align: top;
		max-width: 100%;
	}

	.wpb_single_image img {
		height: auto;
		max-width: 100%;
		vertical-align: top;
	}

	.wpb_button,
	.wpb_content_element,
	ul.wpb_thumbnails-fluid > li {
		margin-bottom: 35px;
	}

	.h2-custom,
	h2 {
		font-size: 2.9em;
		line-height: 1.07;
		font-weight: 700;
	}

	.vc_col-sm-1\/5 {
		width: 20%;
		margin-top: -30px;
		float: left;
	}

	.small,
	small {
		font-size: 80%;
		font-weight: 400;
	}

	p {
		font-size: 1.2857em;
		margin-top: 0;
		margin-bottom: 1rem;
	}

	a,
	a:hover {
		text-decoration: none;
	}

	a {
		color: #caad09;
	}

	.white-text .h2-custom,
	.white-text h1,
	.white-text h2,
	.white-text h3 {
		color: #fff !important;
	}

	.grey-section {
		background: #e4e4e4;
		overflow: hidden;
	}

	h4 {
		font-size: 1.8em;
		line-height: 1;
		font-weight: 700;
	}

	.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
	.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
	.vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
	.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
	.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
	.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
	.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
	.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
	.vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
	.vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(0, -50%);
	}

	.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
		width: 8px;
		height: 2px;
	}

	.vc_toggle_default .vc_toggle_icon::after,
	.vc_toggle_default .vc_toggle_icon::before {
		content: '';
		display: block;
		left: 50%;
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		transform: translate(-50%, -50%);
		background: #bababa;
	}

	b,
	strong {
		font-weight: bolder;
	}

	.vc_section.vc_section-has-fill,
	.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
	.vc_section.vc_section-has-fill + .vc_section {
		padding-top: 35px;
	}

	.vc_col-sm-3 {
		width: 25%;
	}

	.vc_col-sm-2 {
		width: 16.66666667%;
	}

	.vc_col-sm-4 {
		width: 33.33333333%;
	}

	.vc_col-md-5 {
		width: 41.66666667%;
	}

	.vc_col-md-7 {
		width: 58.33333333%;
	}

	.vc_col-sm-8 {
		width: 66.66666667%;
	}

	.vc_column_container > .vc_column-inner {
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}

	li,
	ol,
	p,
	td {
		font-size: 1.2857em;
	}

	.grey-section .columns {
		column-width: 30vw;
		column-gap: 25px;
	}

	.grey-section a {
		color: #000;
	}

	.grey-section .columns ul {
		list-style: none;
		padding: initial;
	}

	.brand-icons_link {
		display: none;
		text-align: right;
	}

	.wpb_button,
	.wpb_content_element,
	ul.wpb_thumbnails-fluid > li {
		margin-bottom: 35px;
	}

	.white-text .h2-custom,
	.white-text h1,
	.white-text h2,
	.white-text h3 {
		color: #fff !important;
	}

	.quick-links_link > a,
	.services_link > a {
		color: silver;
	}

	.quick-links_link,
	.services_link {
		text-align: right;
		margin-top: 10px;
	}

	.vc_col-sm-9 {
		width: 75%;
	}

	h5 {
		font-size: 1.1em;
		line-height: 1;
	}

	.content-wrapper {
		width: 100%;
		max-width: 1340px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.a-custom {
		font-size: 1.21em;
		transition: color .3s;
	}

	.vc_toggle_content {
		margin-bottom: 21.73913043px;
		margin-top: 1em;
		overflow: hidden;
		padding: 0;
	}

	.newtitle {
		position: relative;
		height: 440px;
		overflow: hidden;
			max-width:100%;
	}

	.newtitle .newbg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 440px;
	}

	.newtitle .newbg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.newtitle .newcontent {
		position: relative;
		max-width: 1340px;
		margin-left: auto !important;
		margin-right: auto !important;
		height: 440px;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
	}

	.newtitle .newcontent h1 {
		width: 100%;
		font-size: 4.5rem !important;
		line-height: 1;
		text-align: left;
		color: #fff;
		font-weight: bold;
	}

	@media only screen and (min-width: 0px) and (max-width: 1099.99px) {
		
		.newtitle {
			position: relative;
			height: 50vh;
			overflow: hidden;
		}

		.newtitle .newbg {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 50vh;
			overflow: hidden;
		}

		.newtitle .newbg img {
			width: auto;
			height: 100%;
			object-fit: cover;
		}
	.newtitle .newbg img.windowimg{display:none;}
	.newtitle .newbg img.mobileimg{display:block !important;}

		.newtitle .newcontent {
			position: relative;
			margin-left: auto !important;
			margin-right: auto !important;
			padding: 0 20px;
			height: 50vh;
			display: flex;
			flex-wrap: wrap;
			align-content: center;
		}

		.newtitle .newcontent h1 {
			width: 100%;
			font-size: 2.5rem !important;
			line-height: 1;
			text-align: center;
			color: #fff;
			font-weight: bold;
		}

		.content-wrapper {
			max-width: 100%;
			padding: 0 10px;
		}
	}

	.mapLabel {
		background: #444;
		color: #fff !important;
		padding: 10px;
		margin-bottom: 70px;
		border-radius: 5px;
	}

	.el-dialog {
		border-radius: 5px !important;
	}

	.el-dialog__title {
		font-weight: bold;
	}

	.pagecontent{max-width:100%;}