#header{
	height: 60px;
	position: relative;
	z-index: 99;
	background: #1a1a1a;
	max-width: 100%;
	overflow: visible;
}
#header::after{
	position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background-color: rgb(41, 41, 41);
    pointer-events: none;
}
.cube-head{
	display: block;
    margin: auto;
    width: 100%;
}
#header.head-fixed .cube-head .cube-head-wrap{
    position: fixed;
    top: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.cube-head ul,.cube-head li,.cube-head ol{
	padding: 0;
    margin: 0;
    list-style: none;
}
.cube-head .cube-head-wrap{
	position: relative;
    text-align: center;
    background-color: #1a1a1a;
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
}
.cube-head .head-left{
	float: left;
}
.cube-head .head-left::before,
.cube-head .head-left::after{
	content: "";
	display: table;
	clear: both;
}
.cube-head .head-left .left-trigger{
	display: none;
}
.cube-head .left-band{
	height:60px;
	position: relative;
}
.cube-head .left-band .band-url{
	height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: top;
    /*padding-left: 15px;*/
}
.cube-head .left-band .band-url svg{
	width: 130px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.cube-head .left-band .band-url svg path,
.cube-head .left-band .band-url svg polygon {
    fill: #fff!important;
}
.cube-head .left-band{
	margin: 0;
    list-style: none;
    text-align: center;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.cube-head .head-middle{
    margin: 0;
    list-style: none;
    text-align: center;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.cube-head .head-middle > li.menu-item-depth-0{
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: -1px;
    cursor: pointer;
}
.cube-head .head-middle > li.menu-item-depth-0 > a.main-menu-link,
.cube-head .head-middle > li.menu-item-depth-0 > .parent-menu-wap-wrap{
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: -1px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    color: #fff;
}
.cube-head .head-middle > li.menu-item-depth-0 > a.main-menu-link,
.cube-head .head-middle > li.menu-item-depth-0 > .parent-menu-wap-wrap a{
	padding: 0 20px;
	color: #fff;
	display: block;
}
.cube-head .head-right{
	float: right;
}
.cube-head .head-right-item{
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: -1px;
    cursor: pointer;
}
.cube-head .head-right-item .headicon{
	font-size: 25px;
	color: #fff;
}
.cube-head .head-right-item .lanfont{
	font-size: 25px;
	color: rgba(51, 51, 51, 1.0);
}
.cube-head .head-right-item > a{
	vertical-align: top;
    line-height: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: -1px;
    cursor: pointer;
    display: inline-block;
    color: #000;
    font-size: 0;
}

.cube-head .right-user-icon .user-avatar img {
    padding: 1px;
    background: #FFF;
    border: 1px solid;
    border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.cube-head .main-menu-item .menu-wrap{
	display: none;
	position: absolute;
    left: 50%;
    width: 100vw;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #1a1a1a;
    text-align: center;
    cursor: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    overflow: hidden;
    opacity: 0.98;
}
.cube-head .menu-depth-1::before,
.cube-head .menu-depth-1::after{
	content: "";
	display: table;
	clear: both;
}
.cube-head .menu-depth-1 .sub-menu-item{
	font-size: 0;
    display: inline-block;
}
.cube-head .menu-wrap .sub-menu.menu-depth-1{
	max-width: 1200px;
	width: 100%;
	min-height: 220px;
	white-space: nowrap;
	margin:auto;
	text-align: center;
	position: relative;
}

.cube-head .sub-menu-link{
	display: block;
}
.cube-head .sub-menu-thum-box {
    width: 180px;
    display: inline-block;
    white-space: normal;
    padding: 20px 10px;
    vertical-align: top;
    margin-top: 10px;
}
.cube-head .sub-menu-thum-box p{
	color: #f7f7f7;
	font-size: 14px;
	line-height: 1.5;
	display: block;
	margin:0;
	font-family: MYingHei W5,Roman-55,Microsoft Yahei,sans-serif;
}

.cube-head .sub-menu-thum-box img{
	width: auto;
	height: auto;
	margin-bottom: 20px;
}
.cube-head .head-right-item .right-down-wrap{
	height: 0;
    box-shadow: none;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    position: absolute;
    -webkit-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    background-color: #1a1a1a;
    cursor: default;
    visibility: hidden;
    right: 0;
    opacity: 0.98;
}
.cube-head .head-right-item .right-down-wrap ul{
	margin-top: 10px;
    margin-bottom: 20px;
}

.cube-head .head-right-item .right-down-wrap .right-user,
.cube-head .head-right-item .right-down-wrap .right-lan{
	position: relative;
    height: 50px;
    padding: 0 30px;
    min-width: 230px;
    cursor: pointer;
}
.cube-head .head-right-item .right-down-wrap .right-user a,
.cube-head .head-right-item .right-down-wrap .right-lan a{
	display: block;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

.cube-head .head-right-item .right-down-wrap .right-user a .headicon{
	margin-right: 15px;
	color: #fff;
	font-size: 20px;
	vertical-align: middle;
	line-height: 50px;
}
.cube-head .head-right-item .right-down-wrap .right-user a p,
.cube-head .head-right-item .right-down-wrap .right-lan a p{
	display: inline;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	vertical-align: middle;
}
.cube-head .headicon,
.cube-head .lanfont{
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.cube-head .head-right-item .right-down-wrap .right-lan .headicon,
.cube-head .head-right-item .right-down-wrap .right-lan .lanfont{
	vertical-align: middle;
    display: inline;
    margin-right: 15px;
}
.cube-head .left-trigger{
	cursor: pointer;
}
/*按钮按之前*/
.cube-head .left-trigger .icon-show-menu::after,
.cube-head .left-trigger .icon-show-menu::before{
	content: "";
    display: block;
    background-color: #fff;
}
.cube-head .left-trigger .icon-show-menu{
    width: 18px;
    margin-left: -9px;
    height: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
}
.cube-head .left-trigger .open .icon-show-menu{
	height: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.cube-head .left-trigger .icon-show-menu::before{
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 0;
    width: 18px;
    position: absolute;
    left: 50%;
    top:-6px;
    margin-top: -1px;
    margin-left: -9px;
}
.cube-head .left-trigger .icon-show-menu::after{
	border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 18px;
    width: 0;
    position: absolute;
    left: 50%;
    top: 6px;
    margin-left: -1px;
    margin-top: -9px;
}
.cube-head .left-trigger .icon-show-menu::before,
.cube-head .left-trigger .icon-show-menu::after{
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .25s;
    transition: .25s;
}
.cube-head .left-trigger .icon-show-menu::before{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cube-head .left-trigger .icon-show-menu::after{
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*按钮按之后*/
.cube-head .left-trigger .open .icon-show-menu::before,
.cube-head .left-trigger .open .icon-show-menu::after{
    border-color: #fff;
   	top: 50%;
   	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .25s;
    transition: .25s;
}
#header.head-fixed .cube-head .left-band,
#header.head-fixed .cube-head .right-search-icon,
#header.head-fixed .cube-head .right-lan-icon{
    display: none;
}
#header.head-fixed{
	position: static;
}
.hide-body{
    height: 0;
    overflow: hidden;
}
.cube-head .head-middle > li.menu-item-depth-0 > a.main-menu-link .has-children-fold-btn{
	display: none;
}
.cube-head .head-middle > li.menu-item-depth-0.wap-user-menu-item{
    display: block;
    height: 50px;
    margin-top: 20px;
}
.cube-head .head-middle > li.menu-item-depth-0.wap-user-menu-item .infobox{
	-webkit-box-pack: justify;
    justify-content: space-between;
}
@media screen and (min-width: 1025px){
	.cube-head .head-middle > li.menu-item-depth-0.wap-user-menu-item{
		display: none;
	}
	.cube-head .left-band .band-url svg:hover path,
	.cube-head .left-band .band-url svg:hover polygon{
		fill:#0f5ada!important;
	}
	.cube-head .head-middle > li.menu-item-depth-0:hover > a.main-menu-link,
	.cube-head .head-middle > li.menu-item-depth-0:hover > .parent-menu-wap-wrap{
		background: #000;
	    border-bottom: 2px solid #568be5;
	}
	.cube-head .head-right-item:hover > a{
		background: #000;
	    border-bottom: 2px solid #568be5;
	}
	.cube-head .main-menu-item:hover .menu-wrap{
		display: block;
	}
	.cube-head .sub-menu-thum-box:hover p{
		color: #568be5;
	}
	.cube-head .head-right-item:hover .right-down-wrap{
		height: auto;
	    box-shadow: 0 4px 10px rgba(0,0,0,.1);
	    visibility: visible;
	}
	.cube-head .head-right-item .right-down-wrap .right-user a:hover,
	.cube-head .head-right-item .right-down-wrap .right-lan a:hover{
		border-bottom: 1px solid #568be5;
	}
	.cube-head .head-right-item .right-down-wrap .right-user a:hover .headicon,
	.cube-head .head-right-item .right-down-wrap .right-user a:hover p,
	.cube-head .head-right-item .right-down-wrap .right-lan a:hover p{
		color: #568be5;
	}
}
@media screen and (max-width: 1024px){
	#header{
	    height: 50px;
	    left: 0;
	    right: 0;
	    top: 0;
	}
	.cube-head .head-right{
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	.cube-head .head-right-item,.cube-head .head-right-item > a{
		font-size: 1pc;
	    display: inline-block;
	    min-width: 50px;
	    line-height: 50px;
	    height: 50px;
	}
	.cube-head .head-right-item > a > .headicon{
		font-size: 21px;
	}
	.cube-head .head-right .right-user-icon{
	    display: none;
	}
	.cube-head .head-left{
	    width: 100%;
	    height: 50px;
	    position: relative;
	    padding-right: 0;
	}
	.cube-head .head-left li,
	.cube-head .head-left li > a{
	    font-size: 1pc;
	    display: block;
	    min-width: 50px;
	    line-height: 50px;
	    height: 50px;
	}
	.cube-head .head-left li > a.band-url{
		line-height: 50px;
		min-width: 50px;
		height: 50px;
		padding-left: 0;
	}
	.cube-head .left-band .band-url svg{
		width: 110px;
	}
	.cube-head .head-left .left-trigger{
		display: inline-block;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	.cube-head .head-middle{
	    display: block;
	    width: 100%;
	    background-color: #1a1a1a;
	    overflow: hidden;
	    height: auto;
	    -webkit-transition: .25s;
	    transition: .25s;
	    max-height: 0;
	    color: #000;
	}
	.cube-head .head-middle.open{
	    max-height: 750pt;
	}
	.cube-head .head-middle > li.menu-item-depth-0.wap-user-menu-item{
		display: block;
	}
	.cube-head .head-middle > li.menu-item-depth-0{
	    font-size: 1pc;
	    display: block;
	    min-width: 50px;
	    line-height: 50px;
	    height: auto;
	}
	.cube-head .head-middle > li.menu-item-depth-0:after{
	    content: "";
	    display: block;
	    height: 0;
	    border-top: 1px solid #777;
	    margin-left: 30px;
	    margin-right: 30px;
	}
	.cube-head .head-middle > li.menu-item-depth-0 > a.main-menu-link,
	.cube-head .head-middle > li.menu-item-depth-0 > .parent-menu-wap-wrap{
		width: 100%;
	    padding: 0 30px;
	    text-align: left;
		font-size: 1pc;
	    display: block;
	    min-width: 50px;
	    line-height: 50px;
	    height: 50px;
	    position: relative;
	    border-bottom: 2px solid transparent;
    	color: #fff;
	}
	.cube-head .head-middle > li.menu-item-depth-0 > .parent-menu-wap-wrap a{
		display: inline-block;
		width: calc(100% - 100px);
		padding:0;
	}
}
@media screen and (max-width: 1024px){
	.cube-head .head-middle > li.menu-item-depth-0.open > .menu-wrap{
		display: block;
		position: static;
	    box-shadow: none;
	    -webkit-transform: translate(0);
	    transform: translate(0);
	    height: auto;
	    max-height: 25pc;
	}
	.cube-head .menu-wrap .sub-menu.menu-depth-1{
		min-height: 0;
	}
	.cube-head .menu-depth-1 .sub-menu-item{
	    display: block;
	    width: 100%;
	    max-width: 100%;
	    font-size: 1pc;
	    text-align: left;
	}
	.cube-head .sub-menu-thum-box{
		width: 100%;
		vertical-align: middle;
		display: block;
		padding:0;
		margin:0;
	}
	.cube-head .sub-menu-thum-box p{
		line-height: 50px;
		font-size: 16px;
	}
	.cube-head .sub-menu-link{
	    line-height: 50px;
	    padding: 0 60px;
	}
	.cube-head .sub-menu-thum-box img{
		display: none;
	}
	.lan-tog-area{
		width: 100%;
	    background-color: rgba(0, 0, 0, 0.6);
	    opacity: 0;
	    visibility: hidden;
	    pointer-events: none;
	    height: 100%;
	    position: fixed;
	    z-index: 1;
	    display: block;
	    left: 0;
	    top: 0;
	    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
	}
	.lan-tog-area.lan-tog-area.open{
	    z-index: 98;
	    opacity: 1;
	    visibility: visible;
	    pointer-events: auto;
	}
	.cube-head .head-right-item .right-down-wrap.open{
		display:block;
		height: auto;
	    box-shadow: 0 4px 10px rgba(0,0,0,.1);
	    visibility: visible;
	    z-index: 99;
	}
}
@media screen and (max-width: 1024px){
	.cube-head .head-middle > li.menu-item-depth-0 > .parent-menu-wap-wrap .has-children-fold-wrap{
		width:30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
	    position: absolute;
	    right: 30px;
	    top: 10px;
	    border:1px solid #fff;
	    border-radius: 5px;
	}
	.cube-head .head-middle > li.menu-item-depth-0 > .parent-menu-wap-wrap .has-children-fold-btn{
		display: inline-block;
	    width: 28px;
	    height: 28px;
	    line-height: 30px;
	}
	.cube-head .head-middle > li.menu-item-depth-0 > .parent-menu-wap-wrap .has-children-fold-btn:before,
	.cube-head .head-middle > li.menu-item-depth-0 > .parent-menu-wap-wrap .has-children-fold-btn:after{
		content: "";
	    display: block;
	    background-color: #fff;
	    -webkit-transition: .25s;
	    transition: .25s;
	}
	.cube-head .head-middle > li.menu-item-depth-0 > .parent-menu-wap-wrap .has-children-fold-btn:before{
	    border-top: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	    height: 0;
	    width: 9pt;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin-top: -1px;
	    margin-left: -6px;
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	}
	.cube-head .head-middle > li.menu-item-depth-0 > .parent-menu-wap-wrap .has-children-fold-btn:after{
		border-left: 1px solid #fff;
	    border-right: 1px solid #fff;
	    height: 9pt;
	    width: 0;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin-left: -1px;
	    margin-top: -6px;
	    -webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
	}
	.cube-head .head-middle > li.menu-item-depth-0.open > .parent-menu-wap-wrap .has-children-fold-btn:before,
	.cube-head .head-middle > li.menu-item-depth-0.open > .parent-menu-wap-wrap .has-children-fold-btn:after{
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.cube-head .head-middle > li.menu-item-depth-0.wap-user-menu-item .info{
	    position: relative;
	    width: 100%;
	    padding: 0 30px;
	    text-align: left;
	    border-bottom: 0;
	    color: #000;
	    font-weight: 400;
	    height: 50px;
	    -webkit-box-pack: justify;
	    justify-content: space-between;
	    -webkit-box-align: center;
	    align-items: center;
	    display: -webkit-box;
	    display: flex;
	}
	.cube-head .head-middle > li.menu-item-depth-0.wap-user-menu-item .info .headicon{
		font-size: 25px;
	    color: #fff;
	    vertical-align: top;
	    display: inline-block;
	    line-height: 40px;
	    height: 40px;
	    width: 40px;
	    text-align: center;
	}
	.cube-head .head-middle > li.menu-item-depth-0.wap-user-menu-item .info .signin-btn-text{
		vertical-align: top;
	    display: block;
	    height: 40px;
	    line-height: 40px;
	}
	.cube-head .head-middle > li.menu-item-depth-0.wap-user-menu-item .info .signin-btn-text a{
		padding-right: 20px;
	    color: #568be5;
	    font-size: 16px;
	}
	.cube-head .head-middle > li.menu-item-depth-0.wap-user-menu-item{
		margin-bottom: 10px;
	}
	.cube-head .head-middle > li.menu-item-depth-0.wap-user-menu-item .info .info-text{
	    position: relative;
	    width: 100%;
	    color: #fff;
	}
	.cube-head .head-middle > li.menu-item-depth-0.wap-user-menu-item a.infobox{
		display: -webkit-box;
	    display: flex;
	    width: 100%;
	    color: #fff;
	}
	.cube-head .head-middle > li.menu-item-depth-0.wap-user-menu-item .infobox .info-text .user-avatar img{
		padding: 2px;
	    background: #FFF;
	    border: 1px solid;
	    border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
	    width: 40px;
	    height: 40px;
	    border-radius: 50%;
	}
	.cube-head .head-middle > li.menu-item-depth-0.wap-user-menu-item .infobox .info-text .user-name{
	    display: inline-block;
	    vertical-align: middle;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	    padding: 0 40px 0 5px;
	}
}

/*查看全部机型按钮*/
.cube-head .view-all-wrap{
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
}
.cube-head .view-all-wrap a{
	width: 120px;
    display: block;
    padding: 0;
    vertical-align: middle;
    line-height: 36px;
    height: 36px;
    border-radius: 25px;
    color: #333;
    background: #e6e6e6;
    -webkit-transition:none;
    transition:none;
    font-size: 13px;
}
.cube-head .view-all-wrap a .headicon{
	margin-right: 3px;
    font-size: 13px;
    vertical-align: middle;
}
.cube-head .view-all-wrap a:hover{
	color: #fff;
	background: #568be5;
}
@media(max-width: 1024px){
	.cube-head .view-all-wrap{
		display: block;
	    width: 100%;
	    max-width: 100%;
	    font-size: 1pc;
    	text-align: left;
		position: static;
		transform: none;
		left: auto;
		right: auto;
	}
	.cube-head .view-all-wrap a{
	    line-height: 50px;
	    padding: 0 60px;
	    background: none;
	    height: 50px;
	    color: #fff;
	    width: 100%;
	    font-size: 1pc;
	}
	.cube-head .view-all-wrap a:hover{
		color: #000;
		background: none;
	}
	.cube-head .view-all-wrap a .headicon{

	}
}


/*SearchBar*/
body #page::after{
	opacity: 0;
    visibility: hidden;
    pointer-events: none;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 8;
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}
body.draw-open-body,body.sticky-body{
	top: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
body.draw-open-body #page::after{
	opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.search-bar{
	height: 79px;
	display: none;
    position: fixed;
    width: 100%;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
	z-index: 999;
	background-color: #fff;
}
.search-bar.draw-fix-top{
	-ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    max-height: 100vh;
}
.search-bar-inner{
	display: flex;
    flex: 1;
    padding-left: 55px;
    padding-right: 55px;
    height: auto;
}
.search-bar-inner .search-form-container{
	flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 7px;
    padding-right: 10px;
    background-color: #fff;
}
.search-bar-inner form{
    flex: 1 1 100%;
    position: relative;
    max-width: 750px;
    border: 1px solid transparent;
}
.search-bar-inner form .search-box{
	width: 100%;
	position: relative;
	font-size: 14px;
}
.search-bar-inner form .submit_btn{
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 0 12px;
    height: 100%;
    vertical-align: middle;
    background-color: transparent;
    border: 0;
    margin: 0;
    color: var(--color-text-field-text);
}
.search-bar-inner form .search_input{
	padding: 10px 18px;
	padding-right: 45px;
    width: 100%;
    min-height: 44px;
    color: #000;
    background-color: #fff;
    border: none;
    border: 1px solid #cccccc;
}
.search-bar-inner .search-bar-action{
	width: 40px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.search-bar-inner .headicon{
	color: #000;
	font-size: 20px;
}
.search-bar-inner .submit_btn:hover .headicon,
.search-bar-inner .search-bar-action:hover .headicon{
	color: #568be5;
}
@media(max-width:767px){
	.search-bar-inner{
		padding:0 4vw;
	}
	.search-bar-inner .search-form-container{
		padding:0;
	}
}

.cube-head .sub-menu-thum-box{
	padding: 30px 10px;
	width: auto;
	margin: 0;
}
.cube-head .sub-menu-thum-box .submenu-item .submenu-item-img img{
	max-width: 126px;
	max-height: 126px;
	margin: 0;
	transition: all .3s;
}
.cube-head .sub-menu-thum-box .submenu-item:hover .submenu-item-img img{
    transform: scale(1.06);
}
.submenu-item{
	border-radius: 10px;
	width: 180px;
	height: 180px;
	margin-bottom: 15px;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
}
.submenu-item-img{
	display: flex;
	justify-content: center;
	align-items: center;
}
@media(max-width: 1024px){
	.cube-head .sub-menu-thum-box .submenu-item{
		display: none;
	}
	.cube-head .sub-menu-thum-box{
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

.cube-head .cube-head-wrap{
	max-width: 1400px;
	padding-left: 30px;
	padding-right: 30px;
}
@media(max-width: 1024px){
	.cube-head .cube-head-wrap{
		padding: 0;
	}
}