/* cache file /mnt/yzproc/YZ-Site/caches/csscache/7/71006/71006_310701_1_.cache exists */
/*md5:e6a6b16e0bf1554c68d7c80a471bf05f*/
/*time: 2023-10-30 11:34:18*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-109 {
		display: none;
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {
	width: 66px;
	float: right;
}
.ModuleOnLineServiceGiant.layout-109 .qrcodetips{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	 text-align: center;
	  margin-top:4px;
	  color:#666
	}

@keyframes scaleToggleOne {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes turn{
	0%{-webkit-transform:rotate(0deg);}
	25%{-webkit-transform:rotate(90deg);}
	50%{-webkit-transform:rotate(180deg);}
	75%{-webkit-transform:rotate(270deg);}
	100%{-webkit-transform:rotate(360deg);}
}

.turn{
	animation:turn 1s linear ;
}

.ModuleOnLineServiceGiant.layout-109  .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.ModuleOnLineServiceGiant.layout-109 .online-service {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	/* position:fixed;
	bottom:0;
	right:40px; */
	opacity: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	/* z-index:700; */
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.ModuleOnLineServiceGiant.layout-109 .online-service:focus {
	outline: 0
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animated {
	opacity: 1;
	/* transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px) */
	margin-bottom: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 51;
	background: transparent;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
	position: absolute;
	right: 0px;
	top: 5px;
	z-index: 50
}

.ModuleOnLineServiceGiant.layout-109 .online-service .head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles .circle {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-1 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-2 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-3 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	min-height: 44px;
	z-index: 0;
	-webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
	transition: all .3s cubic-bezier(.86, 0, .07, 1);
	width: 180px;
	/* background-color: #1E88E5; */
	color: #fff;
	text-align: left;
	border-radius: 15px 15px 0px 15px;
	box-shadow: 0px 0px 20px 0px rgba(30, 136, 229, 0.08);
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.show_hint {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 1
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.hide_hint {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.ModuleOnLineServiceGiant.layout-109 .online-service-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fffefe;
	box-shadow: 0px 0px 10px 0px rgba(0, 69, 129, 0.08);
	text-align: center;
	line-height: 40px;
	transform: rotate(180deg);
	color: #1E88E5;
	margin: 0 auto;
	cursor: pointer;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content {
	width: 66px;
	background: #fffefe;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	bottom: 60px;
	text-align: center;
	padding-top: 20px;
	display: none;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-tab {
	min-height: 40px;
	height: auto;
	/*max-height: 60px;
    padding-bottom: 10px;
	padding-top: 5px; */
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	position: relative;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	width: 100%;
    height: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .imitem{
	width: 190px;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3{
	width: 2px;
	height: 18px;
	display: inline-block;
	background-color:#666;
	position: absolute;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3:before{ content: '';}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .topline{
	/* visibility: hidden; */
	transform: rotate(45deg);
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .bottomline{
	/* visibility: hidden; */
	transform: rotate(-45deg);
}
@keyframes topline{
	0%{
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	100%{
		transform: rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
}
@keyframes bottomline{
	0%{
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}

	100%{
		transform: rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .topline {
	animation: 0.5s topline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .bottomline {
	animation: 0.5s bottomline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .iconfont {
	font-size: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .active {
	background: #1E88E5;
	color: #fff;
	padding: 5px 0;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close::after {
	position: absolute;
	content: '';
	width: 29px;
	height: 1px;
	border: 1px solid #eeeeee;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.ModuleOnLineServiceGiant.layout-109 .content-tab-name {
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.54s;
}
.ModuleOnLineServiceGiant.layout-109 .content-tab-name.tabnameshow {
	min-height: 20px;
	/* overflow:visible; */
	opacity: 1;
	height: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .hoverdiv {
	position: absolute;
	width: 100%;
	left: -45px;
	height: 100%;
	transform: translatey(-50%);
	top: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content {
	max-width: 450px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	display: flex;
	padding: 20px;
	position: absolute;
	right: 40px;
	flex-wrap: wrap;
	text-align: left;
	width:max-content;
}

.ModuleOnLineServiceGiant.layout-109 .content-common {
	left: auto;
	top: 50%;
	transform: translate(0,-50%);
	right: 40px;
	visibility: hidden;
}
.ModuleOnLineServiceGiant.layout-109 .content-common.showami{
	visibility:visible;
	transform: translate(-10px, -50%);
	transition:all 0.3s;
}

.ModuleOnLineServiceGiant.layout-109 .content-common::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 8px solid #fff;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	/* right: 40px;  */
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a {
	width: calc((100% - 30px) / 2);
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:first {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:nth-child(2n+1) {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IconType img {
	width: 14px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IMType {
	color: #999999;
	font-size: 12px;
	margin-left: 5px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content {
	padding: 14px 0px;
	border-top: 1px solid #eeeeee;
	margin-top: 2px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .IMName {
	width: calc(100% - 50px);
	margin-left: 10px;
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.ModuleOnLineServiceGiant.layout-109 .Contacts-content {
	max-width: 324px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
	cursor: text;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item {
	/* align-items: flex-start;
	align-content: flex-start;*/
	display: flex;
	margin-bottom: 25px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item:last-child {
	margin-bottom: 0;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon{
    width: 12px;
	margin-top: -3px;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon img {
	width: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item-name {
	margin-right: 30px;
	color: #999999;
	font-size: 12px;
	max-width: 100px;
	text-align: left;
	display: inline-block;
	vertical-align: top;

}

.ModuleOnLineServiceGiant.layout-109 .ContactContent {
	color: #333;
	font-size: 12px;
	word-break: break-word;
	width:  calc(100% - 17px);
	margin-left: 5px;
	max-width: 270px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content {
    max-width: 100%;
	display: flex;
}

.ModuleOnLineServiceGiant.layout-109 .QRcode-content {
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
	width: 170px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top
}
.ModuleOnLineServiceGiant.layout-109 .qrcode-content .img{
	max-height:170px;
}

.ModuleOnLineServiceGiant.layout-109 .nodata {
	min-width: 180px;
	border-radius: 10px;
	color: #999999;
	font-size: 12px;
	background: #FEFEFE;
	text-align: center;

}
.module_508429828 .ModuleHead .HeadCenter{float:none;}
#module_508429828 {
padding:0px;
}
#module_508429828 {
position:absolute;
z-index:4001;
top:460px;
left:0px;
width:100%;
height:126px;
}
#module_508429828 .ModuleHead508429828 {
display:none;
}

#module_508429828 .animated-circles.animated .c-1,#module_508429828 .animated-circles.animated .c-2,#module_508429828 .animated-circles.animated.c-3{opacity: 0.25; background-color:#f10215;} #module_508429828 .animated-circles2:after{background-image:linear-gradient(to bottom, #f10215, #f10215)}
#module_508429828 .online-service-nav .head{background-color:#FFFFFF;}
#module_508429828 .online-service{border-width:0px;}
#module_508429828 .online-service{border-style:;}
#module_508429828 .online-service{border-color:;}
#module_508429828 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_508429828 .online-service-content{background-color:#fff;}
#module_508429828 .online-service-content{border-top-left-radius:20px;}
#module_508429828 .online-service-content{border-bottom-left-radius:20px;}
#module_508429828 .online-service-content{border-bottom-right-radius:20px;}
#module_508429828 .online-service-content{border-top-right-radius:20px;}
#module_508429828 .online-service-content-tab .content-tab{background-color:transparent;}
#module_508429828 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_508429828 .content-close::after{border-width:1px;}
#module_508429828 .content-close::after{border-style:solid;}
#module_508429828 .content-close::after{border-color:#eeeeee;}
#module_508429828 .content-close span{background-color:#999999;}
#module_508429828 .online-service-top{background-color:#ffffff;}
#module_508429828 .online-service-top .iconfont{color:#f10215;}
#module_508429828 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_508429828 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_508429828 .online-service:hover{border-width:0px;}
#module_508429828 .online-service:hover{border-style:;}
#module_508429828 .online-service:hover{border-color:;}
#module_508429828 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_508429828 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_508429828 .online-service:hover .online-service-hint{background-color:#e50b1c;}
#module_508429828 .online-service-content-tab .content-tabh:hover{background-color:#e50b1c;}
#module_508429828 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_508429828 .content-close:hover span{background-color:#999999;}
#module_508429828 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_508429828 .online-service-top:hover{background-color:#ffffff;}
#module_508429828 .online-service-top:hover .iconfont{color:#e50b1c;}
#module_508429828 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:586px}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridGiant.layout-101{height: 100%;}
.ModuleGridGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_505042045 .ModuleHead .HeadCenter{float:none;}
#module_505042045 {
padding:0px;
}
#module_505042045 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505042045 .ModuleHead505042045 {
display:none;
}
#module_505042045 .BodyCenter.BodyCenter505042045 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042045 >.module_505042045 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042045 >.module_505042045{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042045 .BodyCenter.BodyCenter505042045 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505042045 .BodyCenter.BodyCenter505042045 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042045 >.module_505042045 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505042045 >.module_505042045 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_505042045 >.module_505042045 {box-shadow: 0px 0px 0px 0px #ccc}
#module_505042045:hover {
border:none;
}
#module_505042045:hover >.module_505042045 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_505042045 .ModuleSubContainer{background-color:transparent;}
#module_505042045 .ModuleSubContainer{background-image:none;}
#module_505042045 .ModuleSubContainer{background-repeat:no-repeat;}
#module_505042045 .ModuleSubContainer{background-position:0% 0%;}
#module_505042045 .ModuleSubContainer{background-attachment:scroll;}
#module_505042045 .ModuleSubContainer{}
#module_505042045 {!bgVideo!}{bgVideoUrl:}
#module_505042045 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_505042045 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_505042045 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer505042045 {}
.ModuleUserLoginGiant.layout-104 .userlogin-container a,
.ModuleUserLoginGiant.layout-104 .userlogin-container span {
  font-size: 14px;
  color: #666;
  vertical-align: middle;
  text-decoration: none;
}
.ModuleUserLoginGiant.layout-104 .userlogin-container {
  position: relative;
}
.ModuleUserLoginGiant.layout-104 .userlogin-container .userlogin {
  color: #f10215;
  margin-right: 5px;
  cursor: pointer;
}

.ModuleUserLoginGiant.layout-104 .userlogin-container .enroll {
  color: #666;
  margin-right: 20px;
}





.ModuleUserLoginGiant.layout-104 .userlogin-container .way-qwz {
  display: inline-block;
  height: 30px;
  line-height: 27px;
}





.ModuleUserLoginGiant.layout-104 .way-qwz a{
  display: inline-block;
  height: 25px;
}

.ModuleUserLoginGiant.layout-104 .way-qwz a.qq-login {
  background: url("/skinp/modules/ModuleUserLoginGiant/images/qq4.png") no-repeat center;
  width: 25px;
  margin-right: 4px;
}

.ModuleUserLoginGiant.layout-104 .way-qwz a.wx-login {
  background: url("/skinp/modules/ModuleUserLoginGiant/images/wechat4.png") no-repeat center;
  width: 25px;
  margin-right: 4px;
}

.ModuleUserLoginGiant.layout-104 .way-qwz a.alipay-login {
  margin-right: 0;
  background: url("/skinp/modules/ModuleUserLoginGiant/images/zhufubao4.png") no-repeat center;
  width: 25px;
  margin-right: 4px;
}.module_505042181 .ModuleHead .HeadCenter{float:none;}
#module_505042181 {
padding:0px;
}
#module_505042181 {
position:static;
z-index:0;
top:38px;
left:1031px;
width:100%;
height: auto;
}
#module_505042181 .ModuleHead505042181 {
display:none;
}
#module_505042181 .ModuleHead .HeadText.HeadText505042181 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_505042181 .ModuleHead .HeadCenter.HeadCenter505042181{text-align:left;}
#module_505042181 .ModuleHead .HeadCenter.HeadCenter505042181 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_505042181 .BodyCenter.BodyCenter505042181 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042181 >.module_505042181 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042181 >.module_505042181{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042181 .BodyCenter.BodyCenter505042181 {
padding-top:30px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042181 .BodyCenter.BodyCenter505042181 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:10px;
}
}
@media screen and (min-width: 768px){
#module_505042181 >.module_505042181 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042181 >.module_505042181 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_505042181 .BodyCenter{text-align:left;}
#module_505042181 .hello{font-size:px;}
#module_505042181 .hello{font-family:;}
#module_505042181 .hello{color:;}
#module_505042181 .hello{}
#module_505042181 .hello{}
#module_505042181 .hello{}
#module_505042181 .enroll{font-size:px;}
#module_505042181 .enroll{font-family:;}
#module_505042181 .enroll{color:;}
#module_505042181 .enroll{}
#module_505042181 .enroll{}
#module_505042181 .enroll{}
#module_505042181 .userlogin{font-size:px;}
#module_505042181 .userlogin{font-family:;}
#module_505042181 .userlogin{color:;}
#module_505042181 .userlogin{}
#module_505042181 .userlogin{}
#module_505042181 .userlogin{}

/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {font-size: 14px;}
.ModuleImageTextGiant.layout-101 .imageTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden; position: relative;}.module_505980879 .ModuleHead .HeadCenter{float:none;}
#module_505980879 {
padding:0px;
}
#module_505980879 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505980879 .ModuleHead505980879 {
display:none;
}
#module_505980879 .BodyCenter.BodyCenter505980879 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505980879 >.module_505980879 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505980879 >.module_505980879{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505980879 .BodyCenter.BodyCenter505980879 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505980879 .BodyCenter.BodyCenter505980879 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505980879 >.module_505980879 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505980879 >.module_505980879 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_505980879 >.module_505980879 {box-shadow: 0px 0px 0px 0px #ccc}
#module_505980879:hover {
border:none;
}
#module_505980879:hover >.module_505980879 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_505980879 .ModuleImageTextGiantContent{margin-top:0px;}
#module_505980879 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_505980879 .ModuleImageTextGiantContent{margin-left:0px;}
#module_505980879 .ModuleImageTextGiantContent{margin-right:0px;}
#module_505980879 .imageTextGiant-Container{padding-top:10px;}
#module_505980879 .imageTextGiant-Container{padding-bottom:10px;}
#module_505980879 .imageTextGiant-Container{padding-left:10px;}
#module_505980879 .imageTextGiant-Container{padding-right:10px;}
#module_505980879 .showHandle .btn{font-size:14px;}
#module_505980879 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_505980879 .showHandle .btn{color:#333;}
#module_505980879 .showHandle .btn{font-weight:400;}
#module_505980879 .showHandle .btn{text-decoration:none;}
#module_505980879 .showHandle .btn{font-style:normal;}
#module_505980879 .showHandle div{border-top-color:#ddd !important;}
#module_505980879 .showHandle div{border-top-style:solid !important;}
#module_505980879 .showHandle div{border-top-width:1px !important;}
#module_505980879 .showHandle{background-color:transparent;}
#module_505980879 .showHandle{background-image:none;}
#module_505980879 .showHandle{background-repeat:no-repeat;}
#module_505980879 .showHandle{}
#module_505980879 .showHandle{}
#module_505980879 .showHandle{}
#module_505980879 a{font-size:unset;font-family:unset}
/*全局layout109*/
.ModuleSearchGiant.layout-109 .btn-group.open .dropdown-toggle{box-shadow: none;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .content{display:table;width: 100%;height:auto;border: 1px solid #ccc;overflow: hidden !important;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .searchTypePanel,
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .searchBtnPanel{position: relative;display:table-cell;height: 36px;border:0px;vertical-align: middle;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .searchTypePanel{width: 1%;border-left: 1px #ccc solid;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .searchBtnPanel{width: 1%;}
/*.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .searchBtnPanel{padding-top: 5px;background: #fff;}*/
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .ModuleSearchInput{float: left;width: 100%;height: 100%;border: 0;text-indent: 14px;font-size:14px;outline: none;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;border: 0;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .bootstrap-select .btn{padding-right: 34px;padding-left: 15px;height:100%;border: 0;border-radius: 0;font-size: 14px;text-decoration: initial !important;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .bootstrap-select .btn:focus{outline: none !important;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .ModuleSearchButton{background: #fff; position: relative;display: inline-block;width: 50px;height: 100% !important;border-radius: 0;text-align: center;line-height: 1;padding: 0px 19px 0px 17px;}
/*.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .searchIcon{display: block;width: 20px;height: 20px;margin: 0 auto;}*/
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .searchIcon .icon-sousuo1{font-size: 22px; color: #ccc;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .search-hot{padding-right: 50px;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .ModuleSearchButton{width: auto;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .filter-option{overflow: inherit !important;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .search-hot ul{height: auto !important;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .search-hot ul li{margin:0.6rem 0 0.6rem 0}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .search-hot ul li:last-child{border-right-width:0px !important;}
.ModuleSearchGiant.layout-109 .ModuleSearchFormStyle .caret{margin-left: 6px;}

.module_505042176 .ModuleHead .HeadCenter{float:none;}
#module_505042176 {
padding:0px;
}
#module_505042176 {
position:static;
z-index:0;
top:141px;
left:719px;
width:100%;
height: auto;
}
#module_505042176 .ModuleHead505042176 {
display:none;
}
#module_505042176 .BodyCenter.BodyCenter505042176 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042176 >.module_505042176 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042176 >.module_505042176{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042176 .BodyCenter.BodyCenter505042176 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505042176 .BodyCenter.BodyCenter505042176 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042176 >.module_505042176 {
margin-top:3.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505042176 >.module_505042176 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_505042176 >.module_505042176 {box-shadow: 0px 0px 0px 0px #ccc}
#module_505042176:hover {
border:none;
}
#module_505042176:hover >.module_505042176 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_505042176 .search-item .searchBtnPanel,#module_505042176 .search-item .searchTypePanel{height:44px;line-height:44px} #module_505042176 .search-item .searchBtnPanel .ModuleSearchButton{height:44px;line-height:44px;}
#module_505042176 .search-item .bootstrap-select .btn ,#module_505042176 .search-item .ModuleSearchInput {background-color:#f7f7f7;box-shadow: inset 0 0 0 1000px #f7f7f7}
#module_505042176 .ModuleSearchFormStyle .searchTypePanel{border-left-color:#dadfea;}
#module_505042176 .search-item{border-top-color:#ffffff;}
#module_505042176 .search-item{border-top-style:solid;}
#module_505042176 .search-item{border-top-width:1px;}
#module_505042176 .search-item{border-right-color:#ffffff;}
#module_505042176 .search-item{border-right-style:solid;}
#module_505042176 .search-item{border-right-width:1px;}
#module_505042176 .search-item{border-bottom-color:#ffffff;}
#module_505042176 .search-item{border-bottom-style:solid;}
#module_505042176 .search-item{border-bottom-width:1px;}
#module_505042176 .search-item{border-left-color:#ffffff;}
#module_505042176 .search-item{border-left-style:solid;}
#module_505042176 .search-item{border-left-width:1px;}
#module_505042176 .search-item .ModuleSearchInput::placeholder,#module_505042176 .search-item .ModuleSearchInput,#module_505042176 .search-item .filter-option{font-size:12px;}
#module_505042176 .search-item .bootstrap-select .btn ,#module_505042176  .search-item .ModuleSearchInput::placeholder,#module_505042176 .search-item .ModuleSearchInput{font-family:微软雅黑,Microsoft YaHei;}
#module_505042176 .search-item .bootstrap-select .btn , #module_505042176 .search-item .searchIcon,#module_505042176  .search-item .ModuleSearchInput::placeholder,#module_505042176 .search-item .ModuleSearchInput{color:#434242;-webkit-text-fill-color:#434242;}
#module_505042176 .search-item .bootstrap-select .btn ,#module_505042176  .search-item .ModuleSearchInput::placeholder,#module_505042176 .search-item .ModuleSearchInput{font-weight:normal;}
#module_505042176 .search-item .bootstrap-select .btn ,#module_505042176  .search-item .ModuleSearchInput::placeholder,#module_505042176 .search-item .ModuleSearchInput{text-decoration:none;}
#module_505042176 .search-item .bootstrap-select .btn ,#module_505042176  .search-item .ModuleSearchInput::placeholder,#module_505042176 .search-item .ModuleSearchInput{font-style:normal;}
#module_505042176 .search-item .ModuleSearchInput::placeholder{color:#bababa;-webkit-text-fill-color:#bababa;}
#module_505042176 .search-item{border-top-left-radius:4px;}
#module_505042176 .search-item{border-top-right-radius:4px;}
#module_505042176 .search-item{border-bottom-left-radius:4px;}
#module_505042176 .search-item{border-bottom-right-radius:4px;}
#module_505042176 .search-item .sousuo{font-size:14px;}
#module_505042176 .search-item .sousuo{font-family:微软雅黑,Microsoft YaHei;}
#module_505042176 .search-item .sousuo{color:#fffff;}
#module_505042176 .search-item .sousuo{font-weight:normal;}
#module_505042176 .search-item .sousuo{text-decoration:none;}
#module_505042176 .search-item .sousuo{font-style:normal;}
#module_505042176 .search-item .searchBtnPanel,#module_505042176 .search-item .searchBtnPanel .ModuleSearchButton{background-color:#f10215;}
#module_505042176 .search-item .searchBtnPanel,#module_505042176 .search-item .searchBtnPanel .ModuleSearchButton{background-image:none;}
#module_505042176 .search-item .searchBtnPanel,#module_505042176 .search-item .searchBtnPanel .ModuleSearchButton{background-repeat:no-repeat;}
#module_505042176 .search-item .searchBtnPanel,#module_505042176 .search-item .searchBtnPanel .ModuleSearchButton{}
#module_505042176 .search-item .searchBtnPanel,#module_505042176 .search-item .searchBtnPanel .ModuleSearchButton{}
#module_505042176 .search-item .searchBtnPanel,#module_505042176 .search-item .searchBtnPanel .ModuleSearchButton{}
#module_505042176 .search-item .searchBtnPanel .ModuleSearchButton{padding-top:0px;}
#module_505042176 .search-item .searchBtnPanel .ModuleSearchButton{padding-bottom:0px;}
#module_505042176 .search-item .searchBtnPanel .ModuleSearchButton{padding-left:17px;}
#module_505042176 .search-item .searchBtnPanel .ModuleSearchButton{padding-right:19px;}
#module_505042176 .search-hot ul li a{font-size:12px;}
#module_505042176 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_505042176 .search-hot ul li a{color:#434242;}
#module_505042176 .search-hot ul li a{font-weight:normal;}
#module_505042176 .search-hot ul li a{text-decoration:none;}
#module_505042176 .search-hot ul li a{font-style:normal;}
#module_505042176 .search-hot ul li{border-right-color:#dadfea;}
#module_505042176 .search-hot ul li{border-right-style:solid;}
#module_505042176 .search-hot ul li{border-right-width:1px;}
#module_505042176 .search-item:hover .bootstrap-select .btn ,#module_505042176 .search-item:hover .ModuleSearchInput {background-color:#ffffff;box-shadow: inset 0 0 0 1000px #ffffff}
#module_505042176 .search-item:hover{border-top-color:#f10215;}
#module_505042176 .search-item:hover{border-top-style:solid;}
#module_505042176 .search-item:hover{border-right-color:#f10215;}
#module_505042176 .search-item:hover{border-right-style:solid;}
#module_505042176 .search-item:hover{border-bottom-color:#f10215;}
#module_505042176 .search-item:hover{border-bottom-style:solid;}
#module_505042176 .search-item:hover{border-left-color:#f10215;}
#module_505042176 .search-item:hover{border-left-style:solid;}
#module_505042176 .search-item .searchBtnPanel:hover, #module_505042176 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-color:#f10215;}
#module_505042176 .search-item .searchBtnPanel:hover, #module_505042176 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-image:none;}
#module_505042176 .search-item .searchBtnPanel:hover, #module_505042176 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-repeat:no-repeat;}
#module_505042176 .search-item .searchBtnPanel:hover, #module_505042176 .search-item .searchBtnPanel:hover .ModuleSearchButton{}
#module_505042176 .search-item .searchBtnPanel:hover, #module_505042176 .search-item .searchBtnPanel:hover .ModuleSearchButton{}
#module_505042176 .search-item .searchBtnPanel:hover, #module_505042176 .search-item .searchBtnPanel:hover .ModuleSearchButton{}
#module_505042176 .search-item .searchBtnPanel:hover .sousuo{font-size:14px;}
#module_505042176 .search-item .searchBtnPanel:hover .sousuo{font-family:微软雅黑,Microsoft YaHei;}
#module_505042176 .search-item .searchBtnPanel:hover .sousuo{color:#ffffff;}
#module_505042176 .search-item .searchBtnPanel:hover .sousuo{font-weight:normal;}
#module_505042176 .search-item .searchBtnPanel:hover .sousuo{text-decoration:none;}
#module_505042176 .search-item .searchBtnPanel:hover .sousuo{font-style:normal;}
#module_505042176 .search-hot ul li:hover a{font-size:12px;}
#module_505042176 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_505042176 .search-hot ul li:hover a{color:#f10215;}
#module_505042176 .search-hot ul li:hover a{font-weight:normal;}
#module_505042176 .search-hot ul li:hover a{text-decoration:none;}
#module_505042176 .search-hot ul li:hover a{font-style:normal;}

.module_505042180 .ModuleHead .HeadCenter{float:none;}
#module_505042180 {
padding:0px;
}
#module_505042180 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_505042180 .ModuleHead505042180 {
display:none;
}
#module_505042180 .ModuleHead .HeadText.HeadText505042180 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_505042180 .ModuleHead .HeadCenter.HeadCenter505042180{text-align:left;}
#module_505042180 .ModuleHead .HeadCenter.HeadCenter505042180 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_505042180 .BodyCenter.BodyCenter505042180 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042180 >.module_505042180 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042180 >.module_505042180{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042180 .BodyCenter.BodyCenter505042180 {
padding-top:30px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042180 .BodyCenter.BodyCenter505042180 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042180 >.module_505042180 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042180 >.module_505042180 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_505042180 .BodyCenter{text-align:left;}
#module_505042180 .hello{font-size:px;}
#module_505042180 .hello{font-family:;}
#module_505042180 .hello{color:;}
#module_505042180 .hello{}
#module_505042180 .hello{}
#module_505042180 .hello{}
#module_505042180 .enroll{font-size:px;}
#module_505042180 .enroll{font-family:;}
#module_505042180 .enroll{color:;}
#module_505042180 .enroll{}
#module_505042180 .enroll{}
#module_505042180 .enroll{}
#module_505042180 .userlogin{font-size:px;}
#module_505042180 .userlogin{font-family:;}
#module_505042180 .userlogin{color:;}
#module_505042180 .userlogin{}
#module_505042180 .userlogin{}
#module_505042180 .userlogin{}

.module_505042179 .ModuleHead .HeadCenter{float:none;}
#module_505042179 {
padding:0px;
}
#module_505042179 {
position:static;
z-index:0;
top:102px;
left:1079px;
width:100%;
height: auto;
}
#module_505042179 .ModuleHead505042179 {
display:none;
}
#module_505042179 .BodyCenter.BodyCenter505042179 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042179 >.module_505042179 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042179 >.module_505042179{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042179 .BodyCenter.BodyCenter505042179 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505042179 .BodyCenter.BodyCenter505042179 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042179 >.module_505042179 {
margin-top:13.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505042179 >.module_505042179 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_505042179 >.module_505042179 {box-shadow: 0px 0px 0px 0px #ccc}
#module_505042179:hover {
border:none;
}
#module_505042179:hover >.module_505042179 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_505042179 .BodyCenter{text-align:right;}
#module_505042179 .hello{font-size:14px;}
#module_505042179 .hello{font-family:微软雅黑,Microsoft YaHei;}
#module_505042179 .hello{color:#666;}
#module_505042179 .hello{font-weight:normal;}
#module_505042179 .hello{text-decoration:none;}
#module_505042179 .hello{font-style:normal;}
#module_505042179 .enroll{font-size:14px;}
#module_505042179 .enroll{font-family:微软雅黑,Microsoft YaHei;}
#module_505042179 .enroll{color:#666;}
#module_505042179 .enroll{font-weight:normal;}
#module_505042179 .enroll{text-decoration:none;}
#module_505042179 .enroll{font-style:normal;}
#module_505042179 .userlogin{font-size:14px;}
#module_505042179 .userlogin{font-family:微软雅黑,Microsoft YaHei;}
#module_505042179 .userlogin{color:#f10215;}
#module_505042179 .userlogin{font-weight:normal;}
#module_505042179 .userlogin{text-decoration:none;}
#module_505042179 .userlogin{font-style:normal;}

.ModuleShopCartGiant.layout-101 .content {
	display: inline-block;
	box-sizing: content-box;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 0px;
	background-color: #eee;
	cursor: pointer;
}

.ModuleShopCartGiant.layout-101 .content a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.ModuleShopCartGiant.layout-101 .content:hover {
	background-color: #EA4949;
}

.ModuleShopCartGiant.layout-101 .content .cart-icon {
	display: inline-block;
	padding: 10px 0 10px 0px;
	width: 20px;
	height: 19px;
	line-height: 3px;
	font-size: 19px;
	color: #EA4949;
	vertical-align: middle;
}

.ModuleShopCartGiant.layout-101 .content:hover .cart-icon {
	color: #fff;
}

.ModuleShopCartGiant.layout-101 .content .cart-text {
	display: inline-block;
	padding: 0 5px;
	color: #333;
	font-size: 14px;
	vertical-align: middle;
}

.ModuleShopCartGiant.layout-101 .content:hover .cart-text {
	color: #fff;
}

.ModuleShopCartGiant.layout-101 .content .cart-pro-num {
	display: inline-block;
	padding: 0 4px;
	line-height: 20px;
	min-width: 20px;
	width: auto;
	height: 20px;
	border-radius: 10px;
	vertical-align: middle;
	text-align: center;
	background-color: #EA4949;
}

.ModuleShopCartGiant.layout-101 .content:hover .cart-pro-num {
	background-color: #fff;
}

.ModuleShopCartGiant.layout-101 .content .cart-pro-num .cart-pro-num-text {
	color: #fff;
	font-size: 12px;
	vertical-align: top;
	line-height: 20px;
}

.ModuleShopCartGiant.layout-101 .content:hover .cart-pro-num .cart-pro-num-text {
	color: #EA4949;
}.module_505042177 .ModuleHead .HeadCenter{float:none;}
#module_505042177 {
padding:0px;
}
#module_505042177 {
position:static;
z-index:0;
top:102px;
left:1268px;
width:100%;
height: auto;
}
#module_505042177 .ModuleHead505042177 {
display:none;
}
#module_505042177 .BodyCenter.BodyCenter505042177 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042177 >.module_505042177 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042177 >.module_505042177{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042177 .BodyCenter.BodyCenter505042177 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505042177 .BodyCenter.BodyCenter505042177 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042177 >.module_505042177 {
margin-top:10.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505042177 >.module_505042177 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_505042177 >.module_505042177 {box-shadow: 0px 0px 0px 0px #ccc}
#module_505042177:hover {
border:none;
}
#module_505042177:hover >.module_505042177 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_505042177 .BodyCenter{text-align:center;}
#module_505042177 .content{background-color:#f8f8f8;}
#module_505042177 .content{}
#module_505042177 .content{border-color:transparent;}
#module_505042177 .content{border-width:0px;}
#module_505042177 .content{border-style:solid;}
#module_505042177 .content .cart-icon{color:#f10215;}
#module_505042177 .content .cart-text{color:#333;}
#module_505042177 .content .cart-pro-num{background-color:#f10215;}
#module_505042177 .content .cart-pro-num .cart-pro-num-text{color:#fff;}
#module_505042177 .content:hover{background-color:#e50b1c;}
#module_505042177 .content:hover .cart-icon{color:#fff;}
#module_505042177 .content:hover .cart-text{color:#fff;}
#module_505042177 .content:hover .cart-pro-num{background-color:#fff;}
#module_505042177 .content:hover .cart-pro-num .cart-pro-num-text{color:#e50b1c;}

/*全局 layout 111*/
.ModuleSearchGiant.layout-111 .btn-group.open .dropdown-toggle{box-shadow: none}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .content{display:table;width: 100%;height:100%;border: 1px solid #333;overflow: hidden !important;background: rgba(0,0,0,0);}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel,
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchBtnPanel{position: relative;display:table-cell;height:36px;border:0px;vertical-align: middle;background: rgba(0,0,0,0);overflow: hidden;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel{width: 1%;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchInputPanel{border:0;overflow: auto;border-left: 1px #ccc solid;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .ModuleSearchInput{vertical-align: middle;height:auto;width:100%;border: 0;text-indent: 10px;font-size:14px;outline:none;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;background: rgba(0,0,0,0);}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select .btn{padding-left: 16px;height:100%;font-size: 14px;border: 0;border-radius: 0;background-color:transparent;text-decoration: initial !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select .btn:focus{outline: none !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchBtnPanel {position: relative;width: 50px;background: rgba(0,0,0,0);border-radius: 0;text-align: center;line-height: 1;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchIcon{position: absolute;top:2px;left: 20px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .filter-option{overflow: inherit !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul{height: auto !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul{height: auto;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul li{margin:0.6rem 0 0.6rem 0}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .btn-group{min-width: 78px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .caret{margin-left: -2px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .iconfont{font-size: 20px;}
.module_508431407 .ModuleHead .HeadCenter{float:none;}
#module_508431407 {
padding:0px;
}
#module_508431407 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_508431407 .ModuleHead508431407 {
display:none;
}
#module_508431407 .BodyCenter.BodyCenter508431407 {
background:none;background-color:rgba(0,0,0,0);
}
#module_508431407 >.module_508431407 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_508431407 >.module_508431407{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_508431407 .BodyCenter.BodyCenter508431407 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_508431407 .BodyCenter.BodyCenter508431407 {
padding-top:2.8818%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:2.8818%;
}
}
@media screen and (min-width: 768px){
#module_508431407 >.module_508431407 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_508431407 >.module_508431407 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_508431407 >.module_508431407 {box-shadow: 0px 0px 0px 0px #ccc}
#module_508431407:hover {
border:none;
}
#module_508431407:hover >.module_508431407 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_508431407 .search-item .searchInputPanel,#module_508431407 .search-item .searchBtnPanel{height:36px;line-height:36px;}
#module_508431407 .search-item .bootstrap-select .btn ,#module_508431407 .search-item .ModuleSearchInput ,#module_508431407 .search-item .searchInputPanel ,#module_508431407 .search-item .searchBtnPanel {background-color:rgb(246, 246, 246);box-shadow: inset 0 0 0 1000px rgb(246, 246, 246)} #module_508431407 .searchTypePanel select{background:rgb(246, 246, 246);}
#module_508431407 .ModuleSearchFormStyle .searchInputPanel{border-left-color:#e8e8e8;}
#module_508431407 .search-item{border-top-color:#e8e8e8;}
#module_508431407 .search-item{border-top-style:solid;}
#module_508431407 .search-item{border-top-width:1px;}
#module_508431407 .search-item{border-right-color:#e8e8e8;}
#module_508431407 .search-item{border-right-style:solid;}
#module_508431407 .search-item{border-right-width:1px;}
#module_508431407 .search-item{border-bottom-color:#e8e8e8;}
#module_508431407 .search-item{border-bottom-style:solid;}
#module_508431407 .search-item{border-bottom-width:1px;}
#module_508431407 .search-item{border-left-color:#e8e8e8;}
#module_508431407 .search-item{border-left-style:solid;}
#module_508431407 .search-item{border-left-width:1px;}
#module_508431407 .search-item .ModuleSearchInput::placeholder,#module_508431407 .search-item .ModuleSearchInput,#module_508431407 .search-item .filter-option{font-size:14px;} #module_508431407 .search-item .caret{margin-top:calc( 14px - 11px );}
#module_508431407 .search-item .bootstrap-select .btn ,#module_508431407  .search-item .ModuleSearchInput::placeholder,#module_508431407 .search-item .ModuleSearchInput{font-family:微软雅黑,Microsoft YaHei;}
#module_508431407 .search-item .bootstrap-select .btn ,#module_508431407  .search-item .ModuleSearchInput::placeholder,#module_508431407 .search-item .ModuleSearchInput{color:#333;-webkit-text-fill-color:#333;}
#module_508431407 .search-item .bootstrap-select .btn ,#module_508431407  .search-item .ModuleSearchInput::placeholder,#module_508431407 .search-item .ModuleSearchInput{font-weight:normal;}
#module_508431407 .search-item .bootstrap-select .btn ,#module_508431407  .search-item .ModuleSearchInput::placeholder,#module_508431407 .search-item .ModuleSearchInput{text-decoration:none;}
#module_508431407 .search-item .bootstrap-select .btn ,#module_508431407  .search-item .ModuleSearchInput::placeholder,#module_508431407 .search-item .ModuleSearchInput{font-style:normal;}
#module_508431407 .search-item .ModuleSearchInput::placeholder{color:#bababa;-webkit-text-fill-color:#bababa;}
#module_508431407 .search-item{border-top-left-radius:10px;}
#module_508431407 .search-item{border-top-right-radius:10px;}
#module_508431407 .search-item{border-bottom-left-radius:10px;}
#module_508431407 .search-item{border-bottom-right-radius:10px;}
#module_508431407 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-size:20px;} #module_508431407 .search-item .searchBtnPanel{ width:calc( 40px + 20px )}
#module_508431407 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-family:;}
#module_508431407 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{color:#999;}
#module_508431407 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-weight:normal;}
#module_508431407 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{text-decoration:none;}
#module_508431407 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-style:normal;}
#module_508431407 .search-hot ul li a{font-size:12px;}
#module_508431407 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_508431407 .search-hot ul li a{color:#666;}
#module_508431407 .search-hot ul li a{font-weight:normal;}
#module_508431407 .search-hot ul li a{text-decoration:none;}
#module_508431407 .search-hot ul li a{font-style:normal;}
#module_508431407 .search-hot ul li{border-right-color:#eee;}
#module_508431407 .search-hot ul li{border-right-style:solid;}
#module_508431407 .search-hot ul li{border-right-width:1px;}
#module_508431407 .search-item:hover .bootstrap-select .btn ,#module_508431407 .search-item:hover .ModuleSearchInput ,#module_508431407 .search-item:hover .searchInputPanel ,#module_508431407 .search-item:hover .searchBtnPanel {background-color:rgb(246, 246, 246);box-shadow: inset 0 0 0 1000px rgb(246, 246, 246)}
#module_508431407 .search-item:hover{border-top-color:rgb(232, 232, 232);}
#module_508431407 .search-item:hover{border-top-style:solid;}
#module_508431407 .search-item:hover{border-right-color:rgb(232, 232, 232);}
#module_508431407 .search-item:hover{border-right-style:solid;}
#module_508431407 .search-item:hover{border-bottom-color:rgb(232, 232, 232);}
#module_508431407 .search-item:hover{border-bottom-style:solid;}
#module_508431407 .search-item:hover{border-left-color:rgb(232, 232, 232);}
#module_508431407 .search-item:hover{border-left-style:solid;}
#module_508431407 .search-item:hover .searchIcon .icon-sousuo5{font-size:20px;} #module_508431407 .search-item .searchBtnPanel{ width:calc( 40px + 20px )}
#module_508431407 .search-item:hover .searchIcon .icon-sousuo5{font-family:;}
#module_508431407 .searchBtnPanel:hover .searchIcon .icon-sousuo5{color:#e50b1c;}
#module_508431407 .search-item:hover .searchIcon .icon-sousuo5{font-weight:normal;}
#module_508431407 .search-item:hover .searchIcon .icon-sousuo5{text-decoration:none;}
#module_508431407 .search-item:hover .searchIcon .icon-sousuo5{font-style:normal;}
#module_508431407 .search-hot ul li:hover a{font-size:12px;}
#module_508431407 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_508431407 .search-hot ul li:hover a{color:#333;}
#module_508431407 .search-hot ul li:hover a{font-weight:normal;}
#module_508431407 .search-hot ul li:hover a{text-decoration:none;}
#module_508431407 .search-hot ul li:hover a{font-style:normal;}
.module_505058889 .ModuleHead .HeadCenter{float:none;}
#module_505058889 {
padding:0px;
}
#module_505058889 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505058889 .ModuleHead505058889 {
display:none;
}
#module_505058889 .BodyCenter.BodyCenter505058889 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505058889 >.module_505058889 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(191, 191, 191);
border-bottom-width:1px;
}
#module_505058889 >.module_505058889{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505058889 .BodyCenter.BodyCenter505058889 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505058889 .BodyCenter.BodyCenter505058889 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505058889 >.module_505058889 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505058889 >.module_505058889 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_505058889 >.module_505058889 {box-shadow: 0px 0px 0px 0px #ccc}
#module_505058889:hover {
border:none;
}
#module_505058889:hover >.module_505058889 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_505058889 .ModuleSubContainer{background-color:transparent;}
#module_505058889 .ModuleSubContainer{background-image:none;}
#module_505058889 .ModuleSubContainer{background-repeat:no-repeat;}
#module_505058889 .ModuleSubContainer{background-position:0% 0%;}
#module_505058889 .ModuleSubContainer{background-attachment:scroll;}
#module_505058889 .ModuleSubContainer{}
#module_505058889 {!bgVideo!}{bgVideoUrl:}
#module_505058889 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_505058889 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_505058889 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer505058889 {}
.ModuleNavGiant.layout-116 .main-nav-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 0;
    overflow:hidden;
}
.ModuleNavGiant.layout-116 .aroundMune{
    position: absolute;
    display: flex;
    align-items: center;
    right: 0px;
    padding:0 10px;
    height: 100%;
    z-index: 5;
    transform: rotateY(90deg);
}
.ModuleNavGiant.layout-116 .aroundMune.active{
    transform: rotateY(0deg);
}
.ModuleNavGiant.layout-116 .moveMenuRight, .ModuleNavGiant.layout-116 .moveMenuLeft{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color:#666;
    text-align: center;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    cursor: pointer;
}
.ModuleNavGiant.layout-116 .main-nav-content .moveMenuRight{
    background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-116 .main-nav-content .moveMenuLeft{
    display:none;
    background-color: rgba(238,238,238,.6);
    margin-right: 10px

}
.ModuleNavGiant.layout-116 .moveMenuRight:hover, .ModuleNavGiant.layout-116 .moveMenuLeft:hover{
    color:#fff;
    background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-116 .main-nav-content >.blank-solve{
    width: auto;
    display: inline-block;
    transition: all .4s;
    position: relative;
    left: 0;
}
.ModuleNavGiant.layout-116 .main-nav-item-group {
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    height: 80px;
    line-height: 80px;
    float: left;
}
.ModuleNavGiant.layout-116 .main-nav-item {
    box-sizing: content-box;
    padding: 0 25px;
    color: #000000;
    position: relative;
    display:inline-block;
}

.ModuleNavGiant.layout-116 .main-nav-item::before {
    content: '';
    position: absolute;
    width: 0%;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    border-bottom-width:3px;
    border-bottom-style:solid;
    z-index: 1;
    left: 50%;
    bottom: 0;
    margin-bottom: 10px;
}

.ModuleNavGiant.layout-116 .mainName,
.ModuleNavGiant.layout-116 .main-nav-item-name::after{
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.ModuleNavGiant.layout-116 .mainName{
    display: block;
    text-align: center;
}

.ModuleNavGiant.layout-116 .main-nav-item-hover::before {
    width: 20%;
    left: 40%;
    opacity: 1;
}

.ModuleNavGiant.layout-116 .main-nav-item-hover .main-nav-item-name .mainName{
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item .main-nav-item-name::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item:hover .main-nav-item-name::after{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item-hover .main-nav-item-name::after{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ModuleNavGiant.layout-116 .sub-nav-item-group {
    z-index: 3;
    height: 200px;
    bottom: -220px;
    left: -49px;
    width: 192px;
    text-align: center;
    display: none;
    margin: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-menu {
    transition: .15s ease-in-out;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ModuleNavGiant.layout-116 .sub-nav-item-box {
    width : 100%;
    position: relative;
    box-shadow: 0 0 rgba(0,0,0,0);
    height: auto !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:last-child{
    border-bottom-width: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .item_sub.item_outer,
.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .spanSubName{
    padding: 0 20px 0 23px;
}
.ModuleNavGiant.layout-116 .third-nav-item:hover .item_third .item_outer,
.ModuleNavGiant.layout-116 .third-nav-item:hover .thirdName{
    padding: 0 0 0 23px;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_outer {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    text-align: left;
    padding-right: 12px;
}

.ModuleNavGiant.layout-116 .third-nav-item .item_outer {
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_sub.item_outer:before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    left: -23px;
    width: 12px;
    height: 3px;
    color: inherit;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.ModuleNavGiant.layout-116 a:last-child .item_third{
    border-bottom-width: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_third .item_outer:before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    left: -23px;
    width: 12px;
    height: 3px;
    color: inherit;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .item_sub.item_outer:before,
.ModuleNavGiant.layout-116 .third-nav-item:hover .item_third .item_outer:before{
    left: 0px;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .outAfter:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    right: -6px;
    content: '\35';
    font-family: ElegantIcons;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ed1d24;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .flip:after {
    transform: rotateY(180deg);
}

.ModuleNavGiant.layout-116 .sub-nav-item-group{
position: relative;
}
.ModuleNavGiant.layout-116 .arrow{
top:13px;
width:15px;
height:15px;
position: absolute;
left: 50%;
margin-left: -7.5px;
z-index:-1;
transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.ModuleNavGiant.layout-116 .sub-nav-item:first-child {
border-top: none!important;
}
.ModuleNavGiant.layout-116 .sub-nav-item:last-child {
border-bottom: none!important;
}
.ModuleNavGiant.layout-116 .maxLine{
display: inline-block;
max-width: calc(100% - 80px);
width: 100%;
}

.ModuleNavGiant.layout-116 .sub-nav-item-div {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    overflow: hidden;
}

.ModuleNavGiant.layout-116 .sub-nav-item-href {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 12px;
    cursor: pointer;
    float: none;
    margin: 0;
}

.ModuleNavGiant.layout-116 .sub-nav-item-SubName {
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    text-align: left;
}

.ModuleNavGiant.layout-116 .spanSubName,.ModuleNavGiant.layout-116 .thirdName {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: padding .2s ease-in-out;
    padding-right: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.ModuleNavGiant.layout-116 .sub-nav-item:hover {
background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .sub-nav-item-hover {
background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .sub-nav-item-group.current {
display: block;
}
.ModuleNavGiant.layout-116 .main-nav-item-group.current .main-nav-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #1976d2;
    z-index: 11111;
    left: 0;
    bottom: 0;
}
.ModuleNavGiant.layout-116 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}

/* 三级菜单 Begin*/
.ModuleNavGiant.layout-116 .third-nav-item-group {
    width: 100%;
    z-index: 20;
    display: none;
    list-style: none outside none;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    position: absolute;
    top: 0px;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
    border-top-left-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}
/* 三级菜单 Begin*/
.ModuleNavGiant.layout-116 .third-nav-item-box {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    height: auto;
}
.ModuleNavGiant.layout-116 .third-nav-item:first-child {
    /*border-top: none!important;*/
}
.ModuleNavGiant.layout-116 .third-nav-item:last-child {
    /*border-bottom: none!important;*/
}
.ModuleNavGiant.layout-116 .third-nav-item {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-family: Rajdhani,sans-serif;
    font-size: 12px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: .1em;
    /* text-transform: uppercase; */
    color: grey;
    margin: 0;
}
.ModuleNavGiant.layout-116 .third-nav-item:hover {
    background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .third-nav-item-inner {
    display: block;
    height: calc(100%);
}
.ModuleNavGiant.layout-116 .sub-nav-item-p{
    float: left;
    margin: 0px 0px 0px 70px;
}
.ModuleNavGiant.layout-116 .sub-nav-item-span{
    float: right;
    margin: 0px 24px 0px 0px;
    font-size: 16px;
    display: none;
}
/*.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .sub-nav-item:after,.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .sub-nav-item-hover::after{*/
/*    content: "\e65f";*/
/*    position: absolute;*/
/*    -webkit-animation: layout-116-nav-active2 0.5s;*/
/*    -moz-animation: layout-116-nav-active2 0.5s;*/
/*    -o-animation: layout-116-nav-active2 0.5s;*/
/*    animation: layout-116-nav-active2 0.5s;*/
/*    right: 25px;*/
/*}*/
.ModuleNavGiant.layout-116 .nohover::after{
    content: ""!important;
}
.ModuleNavGiant.layout-116 .sub-nav-item{
    line-height: calc( 100% + 24px );
}
.ModuleNavGiant.layout-116 .sub-nav-item-box .icon-xiangyoujiantou:before{
    content:"";
}
.ModuleNavGiant.layout-116 .sub-nav-item-box .icon-xiangzuojiantou:before{
    position: absolute;
    -webkit-animation: layout-116-nav-active2 0.5s;
    -moz-animation: layout-116-nav-active2 0.5s;
    -o-animation: layout-116-nav-active2 0.5s;
    animation: layout-116-nav-active2 0.5s;
    left: 25px;
}
.ModuleNavGiant.layout-116 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-116 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item {padding: 0 !important; text-align: center;}
.ModuleNavGiant.layout-116 .sub-nav-item-group.sub-menu{
    display: none !important;
}

@font-face {
    font-family:eleganticons;src:url(../font/glyphicons-halflings-regular.eot);src:url(../font/glyphicons-halflings-regular.eot) format('embedded-opentype'),url(../font/glyphicons-halflings-regular.woff) format('woff'),url(../font/glyphicons-halflings-regular.ttf) format('truetype'),url(../font/glyphicons-halflings-regular.svg) format('svg');font-weight:400;font-style:normal
}[data-icon]:before {
     font-family: eleganticons;
     content: attr(data-icon);
     speak: none;
     font-weight: 400;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale
 }.module_505058890 .ModuleHead .HeadCenter{float:none;}
#module_505058890 {
padding:0px;
}
#module_505058890 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505058890 .ModuleHead505058890 {
display:none;
}
#module_505058890 .BodyCenter.BodyCenter505058890 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505058890 >.module_505058890 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505058890 >.module_505058890{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505058890 .BodyCenter.BodyCenter505058890 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505058890 .BodyCenter.BodyCenter505058890 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505058890 >.module_505058890 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505058890 >.module_505058890 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_505058890 >.module_505058890 {box-shadow: 0px 0px 0px 0px #ccc}
#module_505058890:hover {
border:none;
}
#module_505058890:hover >.module_505058890 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_505058890 .main-nav-item-group{height:58px;} #module_505058890 .main-nav-item{line-height:58px;} #module_505058890 .main-nav-content{height:58px}
#module_505058890 .main-nav-content{background-color:#fff;}
#module_505058890 .main-nav-content{background-image:none;}
#module_505058890 .main-nav-content{background-repeat:no-repeat;}
#module_505058890 .main-nav-content{}
#module_505058890 .main-nav-content{}
#module_505058890 .main-nav-content{}
#module_505058890 .main-nav-content, #module_505058890 .verticalMenu .main-nav-item-group{text-align:center;}
#module_505058890 .main-nav-item{font-size:14px;}
#module_505058890 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_505058890 .main-nav-item{color:#434242;}
#module_505058890 .main-nav-item{font-weight:normal;}
#module_505058890 .main-nav-item{text-decoration:none;}
#module_505058890 .main-nav-item{font-style:normal;}
#module_505058890 .main-nav-item{width:auto;}
#module_505058890 .main-nav-item,#module_505058890 .defaultMenu .main-nav-item-name::after{padding-left:32px;padding-right:32px;} #module_505058890 .verticalMenu .main-nav-item-group{margin-bottom:32px;}
#module_505058890 .main-nav-item{background-color:transparent;}
#module_505058890 .main-nav-item{background-image:none;}
#module_505058890 .main-nav-item{background-repeat:no-repeat;}
#module_505058890 .main-nav-item{}
#module_505058890 .main-nav-item{}
#module_505058890 .main-nav-item{}
#module_505058890 .sub-nav-item-group{width:244px;}
#module_505058890 .sub-nav-item-div{font-size:14px;}
#module_505058890 .sub-nav-item-div{font-family:微软雅黑,Microsoft YaHei;}
#module_505058890 .sub-nav-item-div{color:#666;},#module_505058890 .sub-nav-item:hover::after{color:#666;}
#module_505058890 .sub-nav-item-div{font-weight:normal;}
#module_505058890 .sub-nav-item-div{text-decoration:none;}
#module_505058890 .sub-nav-item-div{font-style:normal;}
#module_505058890 .sub-nav-item-SubName{font-size:12px;}
#module_505058890 .sub-nav-item-SubName{font-family:微软雅黑,Microsoft YaHei;}
#module_505058890 .sub-nav-item-SubName{color:#999;}
#module_505058890 .sub-nav-item-SubName{font-weight:normal;}
#module_505058890 .sub-nav-item-SubName{text-decoration:none;}
#module_505058890 .sub-nav-item-SubName{font-style:normal;}
#module_505058890 .sub-nav-item-box .item_sub.item_outer:before{background-color:#f10215;} #module_505058890 .sub-nav-item-box .outAfter:after{color:#f10215;}
#module_505058890 .sub-nav-item-menu,#module_505058890 .arrow,#module_505058890 .sub-normal-color{background-color:#fff;}
#module_505058890 .sub-nav-item-menu{background-image:none;}
#module_505058890 .sub-nav-item-menu{background-repeat:no-repeat;}
#module_505058890 .sub-nav-item-menu{}
#module_505058890 .sub-nav-item-menu{}
#module_505058890 .sub-nav-item-menu{}
#module_505058890 .sub-nav-item-box{border-bottom-color:#E3E9EE;}
#module_505058890 .sub-nav-item-box{border-bottom-style:dashed;}
#module_505058890 .sub-nav-item-box{border-bottom-width:1px;}
#module_505058890 .sub-nav-item-menu{padding-top:8px;}
#module_505058890 .sub-nav-item-menu{padding-bottom:8px;}
#module_505058890 .sub-nav-item-menu{padding-left:24px;}
#module_505058890 .sub-nav-item-menu{padding-right:24px;}
#module_505058890 .sub-nav-item-menu{box-shadow:0px 0px 24px 0px rgba(75, 76, 79, 0.1);}
#module_505058890 .third-nav-item-group{width:244px;}
#module_505058890 .third-nav-item{height:42px;line-height:42px;} #module_505058890 .third-nav-item {line-height:calc(100% + (42px - 10px));}
#module_505058890 .third-nav-item .item_outer{font-size:14px;}
#module_505058890 .third-nav-item .item_outer{font-family:微软雅黑,Microsoft YaHei;}
#module_505058890 .third-nav-item .item_outer{color:#666;}
#module_505058890 .third-nav-item .item_outer{font-weight:normal;}
#module_505058890 .third-nav-item .item_outer{text-decoration:none;}
#module_505058890 .third-nav-item .item_outer{font-style:normal;}
#module_505058890 .third-nav-item .thirdName{font-size:12px;}
#module_505058890 .third-nav-item .thirdName{font-family:微软雅黑,Microsoft YaHei;}
#module_505058890 .third-nav-item .thirdName{color:#999;}
#module_505058890 .third-nav-item .thirdName{font-weight:normal;}
#module_505058890 .third-nav-item .thirdName{text-decoration:none;}
#module_505058890 .third-nav-item .thirdName{font-style:normal;}
#module_505058890 .sub-nav-item-box .item_third .item_outer:before{background-color:#f10215;}
#module_505058890 .third-nav-item-group,#module_505058890 .third-normal-color{background-color:#fff;}
#module_505058890 .third-nav-item-group{background-image:none;}
#module_505058890 .third-nav-item-group{background-repeat:no-repeat;}
#module_505058890 .third-nav-item-group{}
#module_505058890 .third-nav-item-group{}
#module_505058890 .third-nav-item-group{}
#module_505058890 .item_third{border-bottom-color:#E3E9EE;}
#module_505058890 .item_third{border-bottom-style:dashed;}
#module_505058890 .item_third{border-bottom-width:1px;}
#module_505058890 .third-nav-item-group{padding-top:8px;}
#module_505058890 .third-nav-item-group{padding-bottom:8px;}
#module_505058890 .third-nav-item-group{padding-left:24px;}
#module_505058890 .third-nav-item-group{padding-right:24px;}
#module_505058890 .third-nav-item-group{box-shadow:0px 0px 24px 0px rgba(75, 76, 79, 0.1);}
#module_505058890 .main-nav-item-name::after{font-size:14px;}
#module_505058890 .main-nav-item-name::after{font-family:微软雅黑,Microsoft YaHei;}
#module_505058890 .main-nav-item-name::after{color:#e50b1c;}  #module_505058890 .add{color:#e50b1c;}#module_505058890 .main-nav-item-hover::afters{background-color:#e50b1c;}
#module_505058890 .main-nav-item-name::after{font-weight:normal;}
#module_505058890 .main-nav-item-name::after{text-decoration:none;}
#module_505058890 .main-nav-item-name::after{font-style:normal;}
#module_505058890 .main-nav-item-hover{background-color:transparent;}
#module_505058890 .main-nav-item-hover{background-image:none;}
#module_505058890 .main-nav-item-hover{background-repeat:no-repeat;}
#module_505058890 .main-nav-item-hover{}
#module_505058890 .main-nav-item-hover{}
#module_505058890 .main-nav-item-hover{}
#module_505058890 .main-nav-item::before{border-bottom-color:#e50b1c;}
#module_505058890 .sub-nav-item-box:hover .sub-nav-item-div{font-size:14px;}
#module_505058890 .sub-nav-item-box:hover .sub-nav-item-div{font-family:微软雅黑,Microsoft YaHei;}
#module_505058890 .sub-nav-item-box:hover .sub-nav-item-div{color:#666;}
#module_505058890 .sub-nav-item-box:hover .sub-nav-item-div{font-weight:normal;}
#module_505058890 .sub-nav-item-box:hover .sub-nav-item-div{text-decoration:none;}
#module_505058890 .sub-nav-item-box:hover .sub-nav-item-div{font-style:normal;}
#module_505058890 .sub-nav-item:hover,#module_505058890 .sub-hover-color{background-color:#fff;}, #module_505058890 .sub-nav-item-hover{background-color:#fff;}
#module_505058890 .sub-nav-item:hover{background-image:none;}
#module_505058890 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_505058890 .sub-nav-item:hover{}
#module_505058890 .sub-nav-item:hover{}
#module_505058890 .sub-nav-item:hover{}
#module_505058890 .third-nav-item:hover .item_outer{font-size:14px;}
#module_505058890 .third-nav-item:hover .item_outer{font-family:微软雅黑,Microsoft YaHei;}
#module_505058890 .third-nav-item:hover .item_outer{color:#666;}
#module_505058890 .third-nav-item:hover .item_outer{font-weight:normal;}
#module_505058890 .third-nav-item:hover .item_outer{text-decoration:none;}
#module_505058890 .third-nav-item:hover .item_outer{font-style:normal;}
#module_505058890 .third-nav-item:hover .third-nav-item-inner,#module_505058890 .third-hover-color{background-color:#fff;}
#module_505058890 .third-nav-item:hover .third-nav-item-inner{}
#module_505058890 .third-nav-item:hover .third-nav-item-inner{background-repeat:no-repeat;}
#module_505058890 .third-nav-item:hover .third-nav-item-inner{}
#module_505058890 .third-nav-item:hover .third-nav-item-inner{}
#module_505058890 .third-nav-item:hover .third-nav-item-inner{}


/*轮播图样式*/
.ModuleSlideV2Giant.layout-103 .slider-layout-103 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .scaleBigToSmall {-webkit-animation: scaleBigToSmall .9s linear; animation: scaleBigToSmall .9s linear;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .nextScalePage {-webkit-animation: nextScalePage .9s linear; animation: nextScalePage .9s linear;}
.ModuleSlideV2Giant.layout-103 .slide-box img {position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-103 .slide-box .swiperImg {width:100%;}
.ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 30px;}
.ModuleSlideV2Giant.layout-103 .slick-dots li {width: 12px; height: 12px; margin-left: unset; margin-right: 20px; padding: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dots li:last-child {margin-right: unset;}
.ModuleSlideV2Giant.layout-103 .slick-dots li button {width: 12px; height: 12px; padding: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dots li button:before {line-height: 12px; width: 12px; height: 12px; opacity: 1;}
.ModuleSlideV2Giant.layout-103 .slick-dots li:hover button:before {color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-dots li.slick-active button:before {color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-prev, .ModuleSlideV2Giant.layout-103 .slick-next {font-size: 0; z-index: 1; width: 30px; height: 70px; border-radius: 4px; background-color: rgba(0, 0, 0, .5); line-height: 70px;}
.ModuleSlideV2Giant.layout-103 .slick-prev {left: 20px; padding: 2px 2px 2px 0;}
.ModuleSlideV2Giant.layout-103 .slick-next {right: 20px; padding: 2px 0 2px 2px;}
.ModuleSlideV2Giant.layout-103 .slick-prev:before,
.ModuleSlideV2Giant.layout-103 .slick-next:before {content: unset;}
.ModuleSlideV2Giant.layout-103 .icon-leftMenu {color: #fff; font-size: 16px; display: inline-block;}
.ModuleSlideV2Giant.layout-103 .slick-prev .icon-leftMenu {transform: rotateY(180deg);}
.ModuleSlideV2Giant.layout-103 .slick-prev div, .ModuleSlideV2Giant.layout-103 .slick-next div {width: 100px; height: 100%; position: relative; display: none;}
.ModuleSlideV2Giant.layout-103 .slick-prev div {float: right;}
.ModuleSlideV2Giant.layout-103 .slick-next div {float: left;}
.ModuleSlideV2Giant.layout-103 .slick-prev img, .ModuleSlideV2Giant.layout-103 .slick-next img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.ModuleSlideV2Giant.layout-103 .slick-prev:hover,
.ModuleSlideV2Giant.layout-103 .slick-next:hover{width: 130px; background-color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-prev:hover div,
.ModuleSlideV2Giant.layout-103 .slick-next:hover div {display: inline-block;}
.ModuleSlideV2Giant.layout-103 .slide-box video{
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}
@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 6%;}
    .ModuleSlideV2Giant.layout-103 .slick-prev {left:2.5%;}
    .ModuleSlideV2Giant.layout-103 .slick-next {right:2.5%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom:9%;}
    .ModuleSlideV2Giant.layout-103 .icon-leftMenu{font-size: 14px;}
    .ModuleSlideV2Giant.layout-103 .slick-active{width: 6px; height: 100%;}
    .ModuleSlideV2Giant.layout-103 .slick-prev .slick-arrow{width: 26px; height: 58px; line-height: 58px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev{left: 3.5%;}
    .ModuleSlideV2Giant.layout-103 .slick-next{right: 3.5%;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom:10% !important;}
    .ModuleSlideV2Giant.layout-103 .icon-leftMenu{font-size: 12px;}
    .ModuleSlideV2Giant.layout-103 .slick-active{width: 4px; height: 4px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev .slick-arrow{width: 22px;height: 48px;line-height: 48px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev{left: 3.5%;}
    .ModuleSlideV2Giant.layout-103 .slick-next{right: 3.5%;}
}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li {width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li button {width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li button:before {line-height: 9px; width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev, .ModuleSlideV2Giant.layout-103 .slick-next {display: none !important;}
}.module_505979915 .ModuleHead .HeadCenter{float:none;}
#module_505979915 {
padding:0px;
}
#module_505979915 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505979915 .ModuleHead505979915 {
display:none;
}

#module_505979915 .slick-dots li button:before{color:rgba(229, 11, 28, .3);}
#module_505979915 .slick-prev .icon-leftMenu, #module_505979915 .slick-next .icon-leftMenu{color:#fff;}
#module_505979915 .slick-prev, #module_505979915 .slick-next {background-color:rgba(229, 11, 28, .5);}
#module_505979915 .slick-dots li:hover button:before, #module_505979915 .slick-dots li.slick-active button:before{color:rgba(229, 11, 28, 1);}
#module_505979915 .slick-prev:hover .icon-leftMenu, #module_505979915 .slick-next:hover .icon-leftMenu{color:#fff;}
#module_505979915 .slick-prev:hover, #module_505979915 .slick-next:hover {background-color:rgba(229, 11, 28, 1);}
#module_505979915 .SubContainer {}
.module_505042151 .ModuleHead .HeadCenter{float:none;}
#module_505042151 {
padding:0px;
}
#module_505042151 {
position:static;
z-index:0;
top:254px;
left:291px;
width:100%;
height: auto;
}
#module_505042151 .ModuleHead505042151 {
display:none;
}
#module_505042151 .ModuleHead .HeadText.HeadText505042151 {
}
#module_505042151 .ModuleHead .HeadTextMore.HeadTextMore505042151 {
}
#module_505042151 >.module_505042151 {
border:none;
}
#module_505042151 .BodyCenter.BodyCenter505042151 {
}
@media screen and (min-width: 768px){
#module_505042151 .BodyCenter.BodyCenter505042151 {
padding-top:0px;
padding-left:0px;
padding-bottom:0px;
padding-right:0px;
}
}
@media screen and (max-width: 767px){
#module_505042151 .BodyCenter.BodyCenter505042151 {
padding-top:5px;
padding-left:0px;
padding-bottom:5px;
padding-right:0px;
}
}
#module_505042151 .BodyCenter.BodyCenter505042151 {
}
#module_505042151 .BodyCenter a {
}

.module_505042047 .ModuleHead .HeadCenter{float:none;}
#module_505042047 {
padding:0px;
}
#module_505042047 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505042047 .ModuleHead505042047 {
display:none;
}
#module_505042047 .ModuleHead .HeadText.HeadText505042047 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_505042047 .ModuleHead .HeadCenter.HeadCenter505042047{text-align:left;}
#module_505042047 .ModuleHead .HeadCenter.HeadCenter505042047 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_505042047 .BodyCenter.BodyCenter505042047 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042047 >.module_505042047 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042047 >.module_505042047{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042047 .BodyCenter.BodyCenter505042047 {
padding-top:20px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042047 .BodyCenter.BodyCenter505042047 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042047 >.module_505042047 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042047 >.module_505042047 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_505042047 .ModuleSubContainer{background-color:transparent;}
#module_505042047 .ModuleSubContainer{background-image:none;}
#module_505042047 .ModuleSubContainer{}
#module_505042047 .ModuleSubContainer{}
#module_505042047 .ModuleSubContainer{}
#module_505042047 .ModuleSubContainer{}
#module_505042047 {!bgVideo!}{bgVideoUrl:}
#module_505042047 .gridBgVideo .bgVideoMask{opacity:1}
#module_505042047 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_505042047 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer505042047 {}
.module_505042142 .ModuleHead .HeadCenter{float:none;}
#module_505042142 {
padding:0px;
}
#module_505042142 {
position:static;
z-index:0;
top:26px;
left:0px;
width:100%;
height: auto;
}
#module_505042142 .ModuleHead505042142 {
display:none;
}

#module_505042142 .ModuleImageTextGiantContent{margin-top:px;}
#module_505042142 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_505042142 .ModuleImageTextGiantContent{margin-left:px;}
#module_505042142 .ModuleImageTextGiantContent{margin-right:px;}
#module_505042142 .imageTextGiant-Container{padding-top:px;}
#module_505042142 .imageTextGiant-Container{padding-bottom:px;}
#module_505042142 .imageTextGiant-Container{padding-left:px;}
#module_505042142 .imageTextGiant-Container{padding-right:px;}
#module_505042142 .showHandle .btn{font-size:px;}
#module_505042142 .showHandle .btn{font-family:;}
#module_505042142 .showHandle .btn{color:;}
#module_505042142 .showHandle .btn{}
#module_505042142 .showHandle .btn{}
#module_505042142 .showHandle .btn{}
#module_505042142 .showHandle div{border-top-color: !important;}
#module_505042142 .showHandle div{border-top-style: !important;}
#module_505042142 .showHandle div{border-top-width:px !important;}
#module_505042142 .showHandle{background-color:;}
#module_505042142 .showHandle{}
#module_505042142 .showHandle{}
#module_505042142 .showHandle{}
#module_505042142 .showHandle{}
#module_505042142 .showHandle{}
#module_505042142 a{font-size:unset;font-family:unset}
.module_505042106 .ModuleHead .HeadCenter{float:none;}
#module_505042106 {
padding:0px;
}
#module_505042106 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505042106 .ModuleHead505042106 {
display:none;
}
#module_505042106 .BodyCenter.BodyCenter505042106 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042106 >.module_505042106 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042106 >.module_505042106{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042106 .BodyCenter.BodyCenter505042106 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042106 .BodyCenter.BodyCenter505042106 {
padding-top:3.4632%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_505042106 >.module_505042106 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042106 >.module_505042106 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_505042106 >.module_505042106 {box-shadow: 0px 0px 0px 0px #ccc}
#module_505042106:hover {
border:none;
}
#module_505042106:hover >.module_505042106 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_505042106 .ModuleImageTextGiantContent{margin-top:0px;}
#module_505042106 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_505042106 .ModuleImageTextGiantContent{margin-left:0px;}
#module_505042106 .ModuleImageTextGiantContent{margin-right:0px;}
#module_505042106 .imageTextGiant-Container{padding-top:10px;}
#module_505042106 .imageTextGiant-Container{padding-bottom:10px;}
#module_505042106 .imageTextGiant-Container{padding-left:10px;}
#module_505042106 .imageTextGiant-Container{padding-right:10px;}
#module_505042106 .showHandle .btn{font-size:14px;}
#module_505042106 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_505042106 .showHandle .btn{color:#333;}
#module_505042106 .showHandle .btn{font-weight:400;}
#module_505042106 .showHandle .btn{text-decoration:none;}
#module_505042106 .showHandle .btn{font-style:normal;}
#module_505042106 .showHandle div{border-top-color:#ddd !important;}
#module_505042106 .showHandle div{border-top-style:solid !important;}
#module_505042106 .showHandle div{border-top-width:1px !important;}
#module_505042106 .showHandle{background-color:transparent;}
#module_505042106 .showHandle{background-image:none;}
#module_505042106 .showHandle{background-repeat:no-repeat;}
#module_505042106 .showHandle{}
#module_505042106 .showHandle{}
#module_505042106 .showHandle{}
#module_505042106 a{font-size:unset;font-family:unset}
.ModuleButtonGiant.layout-107 .moduleButton{
    font-size: 14px;
    height: 40px;
    width:100px;
    color:#fe6e27;
    border:1px solid #f65e12;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
	max-width:100%;
    box-sizing: border-box;
    display: inline-table;
     /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-107 .buttonbox{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ModuleButtonGiant.layout-107 .buttonbox > span{
	display:inline-flex;
}
.ModuleButtonGiant.layout-107 .moduleButton:hover{
    color:#fff;
}
.ModuleButtonGiant.layout-107 .moduleButton:hover:before{
    background: #f65e12;
}
.ModuleButtonGiant.layout-107 .hvr-sweep-to-right:before,.ModuleButtonGiant.layout-107 .hvr-sweep-to-top:before,.ModuleButtonGiant.layout-107 .Radial-Out:before,.ModuleButtonGiant.layout-107 .RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-107 .Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-107 .Shutter-Out-Vertical:before{
    background: #f65e12
}
.ModuleButtonGiant.layout-107 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-107 .BreadIcon{
    font-size: 16px;
}

.ModuleButtonGiant.layout-107 .buttonBoxDiv{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ModuleButtonGiant.layout-107 .moduleButton .ButtonLineHidden{
    width: calc(33px - 7px);
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .18s ease-in-out;
    -o-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
    position: absolute;
    opacity: .4;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.ModuleButtonGiant.layout-107 .moduleButton:hover .ButtonLineHidden{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.ModuleButtonGiant.layout-107 .moduleButton .ButtonText{
    position: relative;
    display: inline-block;
    -webkit-transition: .2s cubic-bezier(.42,0,.6,.93);
    -o-transition: .2s cubic-bezier(.42,0,.6,.93);
    transition: .2s cubic-bezier(.42,0,.6,.93);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0 16px;
}

.ModuleButtonGiant.layout-107 .moduleButton .ButtonLine{
    width: calc(33px - 7px);
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .18s ease-in-out;
    -o-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.ModuleButtonGiant.layout-107 .moduleButton:hover .ButtonLine{
    opacity: .4;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.ModuleButtonGiant.layout-107 .Ionios{
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    padding-top: 1px;
    font-size: 14px;
}

.ModuleButtonGiant.layout-107 .Ionios:before{
    content: "\f488";
    display: inline-block;
    font-family: ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: ionicons;
    src: url(../font/glyphicons-halflings-regular.eot);
    src: url(../font/glyphicons-halflings-regular.eot) format("embedded-opentype"),url(../font/glyphicons-halflings-regular.ttf) format("truetype"),url(../font/glyphicons-halflings-regular.woff) format("woff"),url(../font/glyphicons-halflings-regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}
.module_507879192 .ModuleHead .HeadCenter{float:none;}
#module_507879192 {
padding:0px;
}
#module_507879192 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_507879192 .ModuleHead507879192 {
display:none;
}
#module_507879192 .BodyCenter.BodyCenter507879192 {
background:none;background-color:rgba(0,0,0,0);
}
#module_507879192 >.module_507879192 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_507879192 >.module_507879192{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_507879192 .BodyCenter.BodyCenter507879192 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507879192 .BodyCenter.BodyCenter507879192 {
padding-top:8.6207%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_507879192 >.module_507879192 {
margin-top:20.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507879192 >.module_507879192 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_507879192 >.module_507879192 {box-shadow: 0px 0px 0px 0px #ccc}
#module_507879192:hover {
border:none;
}
#module_507879192:hover >.module_507879192 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_507879192 .BodyCenter{text-align:left;}
#module_507879192 .moduleButton{font-size:14px;}
#module_507879192 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_507879192 .moduleButton{color:#434242;}
#module_507879192 .moduleButton{font-weight:normal;}
#module_507879192 .moduleButton{text-decoration:none;}
#module_507879192 .moduleButton{font-style:normal;}
#module_507879192 .moduleButton, #module_507879192 .moduleButton:before{background-color:rgba(0, 0, 0, 0);}
#module_507879192 .moduleButton, #module_507879192 .moduleButton:before{background-image:none;}
#module_507879192 .moduleButton, #module_507879192 .moduleButton:before{background-repeat:no-repeat;}
#module_507879192 .moduleButton, #module_507879192 .moduleButton:before{background-position:none;}
#module_507879192 .moduleButton, #module_507879192 .moduleButton:before{background-attachment:none;}
#module_507879192 .moduleButton, #module_507879192 .moduleButton:before{}
#module_507879192 .moduleButton{border-color:transparent;}
#module_507879192 .moduleButton{border-style:solid;}
#module_507879192 .moduleButton{border-width:0px;}
#module_507879192 .moduleButton{border-top-left-radius:0px;}
#module_507879192 .moduleButton{border-top-right-radius:0px;}
#module_507879192 .moduleButton{border-bottom-left-radius:0px;}
#module_507879192 .moduleButton{border-bottom-right-radius:0px;}
#module_507879192 .moduleButton{width:140px;}
#module_507879192 .moduleButton{height:40px;line-height:40px;}
#module_507879192 .BodyCenter{color:#434242;}
#module_507879192 .moduleButton{padding-top:0px;}
#module_507879192 .moduleButton{padding-bottom:0px;}
#module_507879192 .moduleButton{padding-left:0px;}
#module_507879192 .moduleButton{padding-right:0px;}
#module_507879192 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_507879192 .moduleButton .ButtonLineHidden, #module_507879192 .moduleButton .ButtonLine{width:25px;} #module_507879192 .moduleButton:hover .ButtonText{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform: translateX(25px);}
#module_507879192 .moduleButton .ButtonLineHidden, #module_507879192 .moduleButton .ButtonLine, #module_507879192 .moduleButton .Ionios{color:#000;}
#module_507879192 .moduleButton:hover{font-size:14px;}
#module_507879192 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_507879192 .moduleButton:hover{color:#fff;}
#module_507879192 .moduleButton:hover{font-weight:normal;}
#module_507879192 .moduleButton:hover{text-decoration:none;}
#module_507879192 .moduleButton:hover{font-style:normal;}
#module_507879192 .moduleButton:hover, #module_507879192 .moduleButton:hover:before{background-image: unset;background-color:#e50b1c;}
#module_507879192 .moduleButton:hover, #module_507879192 .moduleButton:hover:before{background-image:none;}
#module_507879192 .moduleButton:hover, #module_507879192 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_507879192 .moduleButton:hover, #module_507879192 .moduleButton:hover:before{background-position:none;}
#module_507879192 .moduleButton:hover, #module_507879192 .moduleButton:hover:before{background-attachment:none;}
#module_507879192 .moduleButton:hover, #module_507879192 .moduleButton:hover:before{}
#module_507879192 .moduleButton:hover{border-color:transparent;}
#module_507879192 .moduleButton:hover{border-style:solid;}
#module_507879192 .moduleButton:hover{border-width:0px;}
#module_507879192 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_507879192 .moduleButton:hover .ButtonLineHidden, #module_507879192 .moduleButton:hover .ButtonLine, #module_507879192 .moduleButton:hover .Ionios{color:#fff;}

.module_507903925 .ModuleHead .HeadCenter{float:none;}
#module_507903925 {
padding:0px;
}
#module_507903925 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_507903925 .ModuleHead507903925 {
display:none;
}

#module_507903925 .ModuleSubContainer{background-color:transparent;}
#module_507903925 .ModuleSubContainer{}
#module_507903925 .ModuleSubContainer{background-repeat:no-repeat;}
#module_507903925 .ModuleSubContainer{background-position:0% 0%;}
#module_507903925 .ModuleSubContainer{background-attachment:scroll;}
#module_507903925 .ModuleSubContainer{}
#module_507903925 {!bgVideo!}{bgVideoUrl:}
#module_507903925 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_507903925 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_507903925 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer507903925 {}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_505042090 .ModuleHead .HeadCenter{float:none;}
#module_505042090 {
padding:0px;
}
#module_505042090 {
position:static;
z-index:0;
top:823px;
left:777px;
width:100%;
height: auto;
}
#module_505042090 .ModuleHead505042090 {
display:none;
}

#module_505042090 img{border-top-color:transparent;}
#module_505042090 img{border-top-style:none;}
#module_505042090 img{border-top-width:0px;}
#module_505042090 img{border-right-color:transparent;}
#module_505042090 img{border-right-style:none;}
#module_505042090 img{border-right-width:0px;}
#module_505042090 img{border-bottom-color:transparent;}
#module_505042090 img{border-bottom-style:none;}
#module_505042090 img{border-bottom-width:0px;}
#module_505042090 img{border-left-color:transparent;}
#module_505042090 img{border-left-style:none;}
#module_505042090 img{border-left-width:0px;}
#module_505042090 img{border-top-left-radius:0px;}
#module_505042090 img{border-top-right-radius:0px;}
#module_505042090 img{border-bottom-left-radius:0px;}
#module_505042090 img{border-bottom-right-radius:0px;}
#module_505042090 .BodyCenter{text-align: ;}

.module_505042048 .ModuleHead .HeadCenter{float:none;}
#module_505042048 {
padding:0px;
}
#module_505042048 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505042048 .ModuleHead505042048 {
display:none;
}

#module_505042048 .ModuleSubContainer{background-color:transparent;}
#module_505042048 .ModuleSubContainer{}
#module_505042048 .ModuleSubContainer{}
#module_505042048 .ModuleSubContainer{}
#module_505042048 .ModuleSubContainer{}
#module_505042048 .ModuleSubContainer{}
#module_505042048 {!bgVideo!}{bgVideoUrl:}
#module_505042048 .gridBgVideo .bgVideoMask{opacity:1}
#module_505042048 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_505042048 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer505042048 {}
.ModuleTabContainerV2Giant.layout-105 .location-right{    display: flex;
    flex-direction: row-reverse;}
    .ModuleTabContainerV2Giant.layout-105 .location-left{ display: flex}
.ModuleTabContainerV2Giant.layout-105 .nav-box{position: relative;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container{position: relative; font-size: 0;white-space:nowrap; overflow: visible; -webkit-overflow-scrolling: touch; transform: translateX(0); transition: transform 0.3s linear 0s;display:block;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li{overflow:hidden;cursor: pointer;text-align: center;background: #fff;float: none;display: inline-block;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li a{display: block;width: auto;background: transparent;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li.active,
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li:hover{background: #fd6e27;color:#fff;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li.active a,
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li:hover a{color:#fff;}
.ModuleTabContainerV2Giant.layout-105 .nav-pills>li>a{border-radius: 0;padding: 0;}
.ModuleTabContainerV2Giant.layout-105 .Nav-Container li.active{transition: all 0.4s linear;}
.ModuleTabContainerV2Giant.layout-105 .tab-content>.active{ display:flex !important;}

@media (min-width: 768px) {
    .ModuleTabContainerV2Giant.layout-105 .tabContainer .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-105 .tabContainer .btnScrollRight {display: none !important;}
    .ModuleTabContainerV2Giant.layout-105 .tabContainer .Nav-Container {overflow-x: auto;}
    .ModuleTabContainerV2Giant.layout-105 .location-left .Nav-Container,
    .ModuleTabContainerV2Giant.layout-105 .location-right .Nav-Container {display: inline-block; float: left; overflow: hidden;}
    .ModuleTabContainerV2Giant.layout-105 .location-right .Nav-Container {float: right;}
    .ModuleTabContainerV2Giant.layout-105 .location-left.TabContainer-Container .Nav-Container li,
    .ModuleTabContainerV2Giant.layout-105 .location-right.TabContainer-Container .Nav-Container li {display: block;}
    .ModuleTabContainerV2Giant.layout-105 .location-left .tabContentGiant {display: inline-block; float: left;}
    .ModuleTabContainerV2Giant.layout-105 .location-right .tabContentGiant {display: inline-block; float: right;}
    .ModuleTabContainerV2Giant.layout-105 .location-bottom .tab-location-top {display: none;}
}

@media (max-width: 767px) {
    .ModuleTabContainerV2Giant.layout-105 .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-105 .btnScrollRight {
        display: flex;
        width: 28px;
        height: 50px;
        top:50%;
        transform: translateY(-50%);
        right: 10px;
        background-color: transparent;
        color: #fff !important;
        font-size: 15px;
        align-items: center;
        justify-content: center;
    }
    .ModuleTabContainerV2Giant.layout-105 .btnScrollLeft {left: 10px;}
    .ModuleTabContainerV2Giant.layout-105 .glyphicon:before {
        display: flex;
        width: 28px;
        height: 28px;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 28px;
        align-items: center;
        justify-content: center;
    }
    .ModuleTabContainerV2Giant.layout-105 .location-bottom .tab-location-bottom {display: none;}
    .ModuleTabContainerV2Giant.layout-105 .location-left,.ModuleTabContainerV2Giant.layout-105 .location-right{
        flex-direction: column;
    }
}
.module_507879099 .ModuleHead .HeadCenter{float:none;}
#module_507879099 {
padding:0px;
}
#module_507879099 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_507879099 .ModuleHead507879099 {
display:none;
}
#module_507879099 .BodyCenter.BodyCenter507879099 {
background:none;background-color:rgba(0, 0, 0, 0);
}
#module_507879099 >.module_507879099 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_507879099 >.module_507879099{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_507879099 .BodyCenter.BodyCenter507879099 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507879099 .BodyCenter.BodyCenter507879099 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_507879099 >.module_507879099 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507879099 >.module_507879099 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_507879099 >.module_507879099 {box-shadow: 0px 0px 0px 0px #ccc}
#module_507879099:hover {
border:none;
}
#module_507879099:hover >.module_507879099 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_507879099 .nav-box{text-align:center;}
#module_507879099 .nav-box{background-color:rgb(255, 255, 255);}
#module_507879099 .nav-box{background-image:none;}
#module_507879099 .nav-box{background-repeat:no-repeat;}
#module_507879099 .nav-box{}
#module_507879099 .nav-box{}
#module_507879099 .nav-box{}
#module_507879099 .Nav-Container a{text-align:center;}
#module_507879099 .Nav-Container a {padding-top:0px;}
#module_507879099 .Nav-Container a {padding-bottom:0px;}
#module_507879099 .Nav-Container a {padding-left:10px;}
#module_507879099 .Nav-Container a {padding-right:10px;}
#module_507879099 .Nav-Container li{background-color:rgb(245, 245, 245);}
#module_507879099 .Nav-Container li{background-image:none;}
#module_507879099 .Nav-Container li{background-repeat:no-repeat;}
#module_507879099 .Nav-Container li{}
#module_507879099 .Nav-Container li{}
#module_507879099 .Nav-Container li{}
#module_507879099 .Nav-Container li{border-top-color:#f10215;}
#module_507879099 .Nav-Container li{border-top-style:solid;}
#module_507879099 .Nav-Container li{border-top-width:0px;}
#module_507879099 .Nav-Container li{border-right-color:#f10215;}
#module_507879099 .Nav-Container li{border-right-style:solid;}
#module_507879099 .Nav-Container li{border-right-width:0px;}
#module_507879099 .Nav-Container li{border-bottom-color:#f10215;}
#module_507879099 .Nav-Container li{border-bottom-style:solid;}
#module_507879099 .Nav-Container li{border-bottom-width:0px;}
#module_507879099 .Nav-Container li{border-left-color:#f10215;}
#module_507879099 .Nav-Container li{border-left-style:solid;}
#module_507879099 .Nav-Container li{border-left-width:0px;}
#module_507879099 .Nav-Container li a{width:115px;}@media only screen and (min-width: 768px){#module_507879099 .location-left .tabContentGiant,#module_507879099 .location-right .tabContentGiant{width: calc(100% - 115px - 60px)}}
#module_507879099 .Nav-Container li a{height:40px;line-height:40px;}
#module_507879099 .Nav-Container li{margin-top:20px;}
#module_507879099 .Nav-Container li{margin-bottom:20px;}
#module_507879099 .Nav-Container li{margin-left:10px;}
#module_507879099 .Nav-Container li{margin-right:10px;}
#module_507879099 .Nav-Container li a{font-size:14px;}
#module_507879099 .Nav-Container li a{font-family:微软雅黑,Microsoft YaHei;}
#module_507879099 .Nav-Container li a{color:#666;}
#module_507879099 .Nav-Container li a{font-weight:normal;}
#module_507879099 .Nav-Container li a{text-decoration:none;}
#module_507879099 .Nav-Container li a{font-style:normal;}
#module_507879099 .Nav-Container li{border-top-left-radius:36px;}
#module_507879099 .Nav-Container li{border-top-right-radius:36px;}
#module_507879099 .Nav-Container li{border-bottom-left-radius:36px;}
#module_507879099 .Nav-Container li{border-bottom-right-radius:36px;}
#module_507879099 .TabContainer-Container .tab-pane{background-color:transparent;}
#module_507879099 .TabContainer-Container .tab-pane{background-image:none;}
#module_507879099 .TabContainer-Container .tab-pane{background-repeat:no-repeat;}
#module_507879099 .TabContainer-Container .tab-pane{}
#module_507879099 .TabContainer-Container .tab-pane{}
#module_507879099 .TabContainer-Container .tab-pane{}
#module_507879099 .TabContainer-Container .tab-pane{padding-top:10px;}
#module_507879099 .TabContainer-Container .tab-pane{padding-bottom:20px;}
#module_507879099 .TabContainer-Container .tab-pane{padding-left:0px;}
#module_507879099 .TabContainer-Container .tab-pane{padding-right:0px;}
#module_507879099 .TabContainer-Container .tab-pane{border-top-color:transparent;}
#module_507879099 .TabContainer-Container .tab-pane{border-top-style:none;}
#module_507879099 .TabContainer-Container .tab-pane{border-top-width:0px;}
#module_507879099 .TabContainer-Container .tab-pane{border-right-color:transparent;}
#module_507879099 .TabContainer-Container .tab-pane{border-right-style:none;}
#module_507879099 .TabContainer-Container .tab-pane{border-right-width:0px;}
#module_507879099 .TabContainer-Container .tab-pane{border-bottom-color:transparent;}
#module_507879099 .TabContainer-Container .tab-pane{border-bottom-style:none;}
#module_507879099 .TabContainer-Container .tab-pane{border-bottom-width:0px;}
#module_507879099 .TabContainer-Container .tab-pane{border-left-color:transparent;}
#module_507879099 .TabContainer-Container .tab-pane{border-left-style:none;}
#module_507879099 .TabContainer-Container .tab-pane{border-left-width:0px;}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{background-image:none;}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{background-repeat:no-repeat;}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{background-color:#e50b1c;}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{}
#module_507879099 .Nav-Container li:hover a,#module_507879099 .Nav-Container li.active a{font-size:14px;}
#module_507879099 .Nav-Container li:hover a,#module_507879099 .Nav-Container li.active a{font-family:微软雅黑,Microsoft YaHei;}
#module_507879099 .Nav-Container li:hover a,#module_507879099 .Nav-Container li.active a{color:#fff;}
#module_507879099 .Nav-Container li:hover a,#module_507879099 .Nav-Container li.active a{font-weight:normal;}
#module_507879099 .Nav-Container li:hover a,#module_507879099 .Nav-Container li.active a{text-decoration:none;}
#module_507879099 .Nav-Container li:hover a,#module_507879099 .Nav-Container li.active a{font-style:normal;}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{border-top-color:transparent;}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{border-top-style:solid;}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{border-right-color:transparent;}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{border-right-style:solid;}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{border-bottom-color:transparent;}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{border-bottom-style:solid;}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{border-left-color:transparent;}
#module_507879099 .Nav-Container li:hover,#module_507879099 .Nav-Container li.active{border-left-style:solid;}

/*layout-105内容*/
.flexs{ display: flex;  flex-wrap: wrap;  align-content: flex-start;}
.ModuleProductListGiant.layout-105 .pro-container>li{ position: relative;transition: all .5s ease-out 0s;}
.ModuleProductListGiant.layout-105  .pro-container li{float: left; margin: 0 2% 2% 0 ; border: 1px solid #ccc; background: #fff; font-size: 16px; cursor: pointer; transition: all 0.3s ease-out 0s;}
.ModuleProductListGiant.layout-105  .pro-container li .pro-img{ list-style-type: none;  display: block; overflow: hidden;  max-width: 100%;  width: 100%;  border:1px solid red;  position: relative;}
.ModuleProductListGiant.layout-105  .pro-container li .pro-img .dummy{  padding-top: 100%;  }
.ModuleProductListGiant.layout-105  .pro-container li .pro-img img{transition: all .3s ease-out 0s; position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  max-width: 100%;  max-height: 100%;  display: block;  margin:auto;  padding: auto;  }
.ModuleProductListGiant.layout-105  .pro-container li .pro-tit{ padding: 15px 15px; position: relative; transition: all .3s ease-out 0s;}
.ModuleProductListGiant.layout-105  .pro-container li .pro-tit .pro-name{ margin-bottom: 5px; overflow: hidden;  overflow: hidden;  text-overflow: ellipsis; /*white-space: nowrap;*/ }
.ModuleProductListGiant.layout-105  .pro-container li .pro-tit .pro-desc{margin-top: 10px !important;  margin-bottom: 15px !important;  color:rgb( 102,102,102); /*text-overflow: ellipsis;  overflow: hidden;  white-space: nowrap;*/ }
.ModuleProductListGiant.layout-105  .pro-container li .pro-buybtn{position:relative;z-index:100; float: right; display:inline-block; margin-top: -34px;cursor: pointer;}
.ModuleProductListGiant.layout-105  .pro-container li .pro-tit .pro-price{ font-size: 18px; color: rgb(241,2,20); font-weight: bold;}
.ModuleProductListGiant.layout-105  .pro-container li .pro-tit .pro-price del{ color:rgb( 102,102,102);font-weight: 100; padding-left: 5px; }
.ModuleProductListGiant.layout-105  .pro-container li .pro-tit .pro-buybtn span{background-size: 100% 100%; width: 26px; height: 23px; display:inline-block;font-size: 26px;}
.ModuleProductListGiant.layout-105  .pro-container li:hover .pro-tit{ background: transparent;}
.ModuleProductListGiant.layout-105  .pro-container li:hover { border: 1px solid #f10214;transition: all 0.5s ease-out;}
.ModuleProductListGiant.layout-105  .pro-container li:hover img{ transform:scale(1.1); -moz-transform:scale(1.1);  -webkit-transform:scale(1.1);  -o-transform:scale(1.1); }
.ModuleProductListGiant.layout-105  .pro-container li:hover .pro-tit .pro-buybtn span{color: #fff;}
.ModuleProductListGiant.layout-105 .pro-desc>span{word-break: break-word !important; display:block;}
.ModuleProductListGiant.layout-105 .pro-name{word-break: break-word !important;}
.ModuleProductListGiant.layout-105  .pro-container li:hover .pro-tit .pro-name ,
.ModuleProductListGiant.layout-105 .pro-container li:hover .pro-tit .pro-desc ,
.ModuleProductListGiant.layout-105 .pro-container li:hover .pro-tit .pro-price,
.ModuleProductListGiant.layout-105 .pro-container li:hover .pro-tit .pro-price del{ color: #fff;}
.ModuleProductListGiant.layout-105 a:active,.ModuleProductListGiant.layout-105 a:visited,.ModuleProductListGiant.layout-105 a:focus{text-decoration: none;}
.ModuleProductListGiant.layout-105 .pro-params .param{line-height: 1.5; overflow: hidden;white-space: nowrap; text-overflow: ellipsis}
.ModuleProductListGiant.layout-105 .smailtool{align-items: flex-start;position: absolute; top:15px; right: 15px; display: flex; }
.ModuleProductListGiant.layout-105 .VRDiv{ display: flex; justify-content: flex-start;align-items: center; margin-right: 5px; color:#fff;font-size: 14px; background-color: rgba(0,0,0,0.4); border-radius: 8px;padding:8px 12px;}
.ModuleProductListGiant.layout-105 .VRDiv > svg{ width: 16px; height: 16px;fill: #fff;}
.ModuleProductListGiant.layout-105 .VRTipstxt{ margin-left: 8px;    text-overflow: ellipsis; overflow: hidden;white-space: nowrap;}
@media screen and (min-width: 768px) {
    .ModuleProductListGiant.layout-105 .pred-filter{display: block}
    .ModuleProductListGiant.layout-105 .silder-filter,.btn-filter{display: none}
    .ModuleProductListGiant.layout-105   li.col-lg-2 {width: 49%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(2n).col-lg-2{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-lg-3 {width:32%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(3n).col-lg-3{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-lg-4 {width: 23.5%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(4n).col-lg-4{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-lg-5 {width:18.4%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(5n).col-lg-5{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-lg-6 {width:15%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(6n).col-lg-6{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-lg-1 {width: 100%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(n).col-lg-1{ margin-right: 0 !important;}
}

.ModuleProductListGiant.layout-105 .bean-finish{background: #f10215;color:#fff;}
.ModuleProductListGiant.layout-105 .items-active{background: transparent;border: 1px solid transparent;color: #f10215;}
.ModuleProductListGiant.layout-105 .selected-light:hover{color:#f10215;}
.ModuleProductListGiant.layout-105 .choosed-tab{color:#f10215}

@media only screen and (max-width: 767px) {
    .ModuleProductListGiant.layout-105 .smailtool{ right: 5px}
    .ModuleProductListGiant.layout-105 .VRDiv{max-width: 100px;overflow: hidden;}
    .ModuleProductListGiant.layout-105 .pred-filter{display: none}
    .ModuleProductListGiant.layout-105 .silder-filter,.btn-filter{display: block}
    .ModuleProductListGiant.layout-105   .pro-container{ width: 100%;}
    .ModuleProductListGiant.layout-105   .pro-container  li{ margin: 0 2% 2% 0 !important; }
    .ModuleProductListGiant.layout-105   .pro-container li .pro-img{  overflow: hidden; display: block;}
    .ModuleProductListGiant.layout-105   .pro-container li{ width: 49%;  background: #fff; font-size: 15px;}
    .ModuleProductListGiant.layout-105   .pro-container li .pro-tit .pro-price{ font-size: 14px; font-weight: normal;}
    .ModuleProductListGiant.layout-105 .pro-container li .pro-tit {  padding: 10px 15px;}

    .ModuleProductListGiant.layout-105   li.col-xs-2 {width: 49% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(2n).col-xs-2{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-xs-3 {width:32% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(3n).col-xs-3{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-xs-4 {width: 23.5% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(4n).col-xs-4{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-xs-5 {width:18.4% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(5n).col-xs-5{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-xs-6 {width:15% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(6n).col-xs-6{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-xs-1 {width: 100% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(n).col-xs-1{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105  .pro-container li .pro-tit .pro-desc{padding-bottom:5px;}
}
.ModuleProductListGiant.layout-105 .videosDiv{border-radius: 8px;padding:8px 12px;background:rgba(0,0,0,0.4);}
.ModuleProductListGiant.layout-105 .videosTis{color: #fff;font-size: 12px;}
.ModuleProductListGiant.layout-105 .videosTis > svg{ width: 12px; height: 12px;fill: #fff;}
.ModuleProductListGiant.layout-105 .pagerGiant .inputer{outline: 0;}
.module_505042163 .ModuleHead .HeadCenter{float:none;}
#module_505042163 {
padding:0px;
}
#module_505042163 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505042163 .ModuleHead505042163 {
display:none;
}
#module_505042163 .BodyCenter.BodyCenter505042163 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042163 >.module_505042163 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042163 >.module_505042163{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042163 .BodyCenter.BodyCenter505042163 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505042163 .BodyCenter.BodyCenter505042163 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042163 >.module_505042163 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505042163 >.module_505042163 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_505042163 >.module_505042163 {box-shadow: 0px 0px 0px 0px #ccc}
#module_505042163:hover {
border:none;
}
#module_505042163:hover >.module_505042163 {
border-color:#ccc;
}
#module_505042163:hover >.module_505042163 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_505042163 .videosDiv{background-color:rgba(0,0,0,0.4);}
#module_505042163 .videosDiv{background-image:none;}
#module_505042163 .videosDiv{background-repeat:no-repeat;}
#module_505042163 .videosDiv{}
#module_505042163 .videosDiv{}
#module_505042163 .videosDiv{}
#module_505042163 .videosDiv{border-top-left-radius:8px;}
#module_505042163 .videosDiv{border-top-right-radius:8px;}
#module_505042163 .videosDiv{border-bottom-left-radius:8px;}
#module_505042163 .videosDiv{border-bottom-right-radius:8px;}
#module_505042163 .videosTis {font-size:16px;}  #module_505042163 .videosTis > svg {width:16px; height:16px}
#module_505042163 .videosTis {color:#fff;} #module_505042163 .videosTis > svg {fill:#fff;}
#module_505042163 .videosDiv{padding-top:8px;}
#module_505042163 .videosDiv{padding-bottom:8px;}
#module_505042163 .videosDiv{padding-left:12px;}
#module_505042163 .videosDiv{padding-right:12px;}
#module_505042163 .VRDiv{background-color:rgba(0,0,0,0.4);}
#module_505042163 .VRDiv{background-image:none;}
#module_505042163 .VRDiv{background-repeat:no-repeat;}
#module_505042163 .VRDiv{}
#module_505042163 .VRDiv{}
#module_505042163 .VRDiv{}
#module_505042163 .VRDiv{border-top-left-radius:8px;}
#module_505042163 .VRDiv{border-top-right-radius:8px;}
#module_505042163 .VRDiv{border-bottom-left-radius:8px;}
#module_505042163 .VRDiv{border-bottom-right-radius:8px;}
#module_505042163 .vrIcon  {font-size:16px;}  #module_505042163 .vrIcon  > svg {width:16px; height:16px}
#module_505042163 .vrIcon  {color:#fff;} #module_505042163 .vrIcon  > svg {fill:#fff;}
#module_505042163 .VRDiv{padding-top:8px;}
#module_505042163 .VRDiv{padding-bottom:8px;}
#module_505042163 .VRDiv{padding-left:12px;}
#module_505042163 .VRDiv{padding-right:12px;}
#module_505042163 .VRTipstxt{font-size:14px;}
#module_505042163 .VRTipstxt{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .VRTipstxt{color:#fff;}
#module_505042163 .VRTipstxt{font-weight:normal;}
#module_505042163 .VRTipstxt{text-decoration:none;}
#module_505042163 .VRTipstxt{font-style:normal;}
#module_505042163 .pro-item{margin-bottom:20px; margin-right:20px;} #module_505042163 .pro-container li.col-lg-2{width:calc((100% - 20px) / 2);} #module_505042163 .pro-container li.col-lg-3{width:calc((100% - 20px * 2) / 3);} #module_505042163 .pro-container li.col-lg-4{width:calc((100% - 20px * 3) / 4);} #module_505042163 .pro-container li.col-lg-5{width:calc((100% - 20px * 4) / 5);} #module_505042163 .pro-container li.col-lg-6{width:calc((100% - 20px * 5) / 6);}
#module_505042163 .pro-item{padding-top:0px;}
#module_505042163 .pro-item{padding-bottom:0px;}
#module_505042163 .pro-item{padding-left:0px;}
#module_505042163 .pro-item{padding-right:0px;}
#module_505042163 .pro-item{background-color:#fff;}
#module_505042163 .pro-item{background-image:none;}
#module_505042163 .pro-item{background-repeat:no-repeat;}
#module_505042163 .pro-item{}
#module_505042163 .pro-item{}
#module_505042163 .pro-item{}
#module_505042163 .pro-item{border-top-color:#ccc;}
#module_505042163 .pro-item{border-top-style:solid;}
#module_505042163 .pro-item{border-top-width:1px;}
#module_505042163 .pro-item{border-right-color:#ccc;}
#module_505042163 .pro-item{border-right-style:solid;}
#module_505042163 .pro-item{border-right-width:1px;}
#module_505042163 .pro-item{border-bottom-color:#ccc;}
#module_505042163 .pro-item{border-bottom-style:solid;}
#module_505042163 .pro-item{border-bottom-width:1px;}
#module_505042163 .pro-item{border-left-color:#ccc;}
#module_505042163 .pro-item{border-left-style:solid;}
#module_505042163 .pro-item{border-left-width:1px;}
#module_505042163 .pro-img .dummy{background-color:transparent;}
#module_505042163 .pro-img .dummy{background-image:none;}
#module_505042163 .pro-img .dummy{background-repeat:no-repeat;}
#module_505042163 .pro-img .dummy{}
#module_505042163 .pro-img .dummy{}
#module_505042163 .pro-img .dummy{}
#module_505042163 .pro-img .dummy{padding-top:100%;}
#module_505042163 .pro-img img{ object-fit:cover;}
#module_505042163 .pro-img img{ width:100%;}
#module_505042163 .pro-img img{ height:100%;}
#module_505042163 .pro-img img{border-radius:0px;}
#module_505042163 .pro-img{border-top-left-radius:0px;}
#module_505042163 .pro-img{border-top-right-radius:0px;}
#module_505042163 .pro-img{border-bottom-left-radius:0px;}
#module_505042163 .pro-img{border-bottom-right-radius:0px;}
#module_505042163 .pro-img{border-top-color:transparent;}
#module_505042163 .pro-img{border-top-style:none;}
#module_505042163 .pro-img{border-top-width:0px;}
#module_505042163 .pro-img{border-right-color:transparent;}
#module_505042163 .pro-img{border-right-style:none;}
#module_505042163 .pro-img{border-right-width:0px;}
#module_505042163 .pro-img{border-bottom-color:transparent;}
#module_505042163 .pro-img{border-bottom-style:none;}
#module_505042163 .pro-img{border-bottom-width:0px;}
#module_505042163 .pro-img{border-left-color:transparent;}
#module_505042163 .pro-img{border-left-style:none;}
#module_505042163 .pro-img{border-left-width:0px;}
#module_505042163 .pro-name{font-size:16px;}
#module_505042163 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .pro-name{color:#000;}
#module_505042163 .pro-name{font-weight:normal;}
#module_505042163 .pro-name{text-decoration:none;}
#module_505042163 .pro-name{font-style:normal;}
#module_505042163 .pro-name{margin-top:0px;}
#module_505042163 .pro-name{margin-bottom:5px;}
#module_505042163 .pro-desc{font-size:12px;}
#module_505042163 .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .pro-desc{color:#666;}
#module_505042163 .pro-desc{font-weight:normal;}
#module_505042163 .pro-desc{text-decoration:none;}
#module_505042163 .pro-desc{font-style:normal;}
#module_505042163 .pro-desc{margin-top:10px;}
#module_505042163 .pro-desc{margin-bottom:15px;}
#module_505042163 .pro-price{font-size:18px;}
#module_505042163 .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .pro-price{color:#f10215;}
#module_505042163 .pro-price{font-weight:normal;}
#module_505042163 .pro-price{text-decoration:none;}
#module_505042163 .pro-price{font-style:normal;}
#module_505042163 .pro-buybtn{color:#ccc;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li,#module_505042163 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_505042163 .choosed-tab, #module_505042163 .setting-screening-criteria{font-size:12px;}
#module_505042163 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .choosed-tab, #module_505042163 .setting-screening-criteria{color:#f10215;}
#module_505042163 .choosed-tab{}
#module_505042163 .choosed-tab{}
#module_505042163 .choosed-tab{}
#module_505042163 .selected-light,#module_505042163 .setting-all, #module_505042163 .setting-left-bar, #module_505042163 .setting-pred-warp .setting-collapse, #module_505042163 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_505042163 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_505042163 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_505042163 .selected-light,#module_505042163 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .selected-light,#module_505042163 .setting-left-bar,#module_505042163 .setting-reset,#module_505042163 .setting-pred-warp .setting-collapse,#module_505042163 .giantroom .btn-more{color:#000;}
#module_505042163 .selected-light{}
#module_505042163 .selected-light,#module_505042163 .setting-all{}
#module_505042163 .selected-light,#module_505042163 .setting-all{}
#module_505042163 .setting-right-temp ul li, #module_505042163 .choosed-tab{border-top-left-radius:2px;}
#module_505042163 .setting-right-temp ul li, #module_505042163 .choosed-tab{border-top-right-radius:2px;}
#module_505042163 .setting-right-temp ul li, #module_505042163 .choosed-tab{border-bottom-left-radius:2px;}
#module_505042163 .setting-right-temp ul li, #module_505042163 .choosed-tab{border-bottom-right-radius:2px;}
#module_505042163 .pred-filter, #module_505042163 .choosed-tab{border-top-color:#d6d6d6;}
#module_505042163 .pred-filter, #module_505042163 .choosed-tab{border-top-style:solid;}
#module_505042163 .pred-filter, #module_505042163 .choosed-tab, #module_505042163 .giantroom .btn-more{border-top-width:1px;} #module_505042163 .giantroom {margin-top: calc(-16px - 1px);}
#module_505042163 .pred-filter, #module_505042163 .choosed-tab, #module_505042163 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_505042163 .pred-filter, #module_505042163 .choosed-tab, #module_505042163 .giantroom .btn-more{border-bottom-style:solid;}
#module_505042163 .pred-filter, #module_505042163 .choosed-tab, #module_505042163 .giantroom .btn-more{border-bottom-width:1px;}
#module_505042163 .pred-filter, #module_505042163 .choosed-tab, #module_505042163 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_505042163 .pred-filter, #module_505042163 .choosed-tab, #module_505042163 .giantroom .btn-more{border-left-style:solid;}
#module_505042163 .pred-filter, #module_505042163 .choosed-tab, #module_505042163 .giantroom .btn-more{border-left-width:1px;}
#module_505042163 .pred-filter, #module_505042163 .choosed-tab, #module_505042163 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_505042163 .pred-filter, #module_505042163 .choosed-tab, #module_505042163 .giantroom .btn-more{border-right-style:solid;}
#module_505042163 .pred-filter, #module_505042163 .choosed-tab, #module_505042163 .giantroom .btn-more{border-right-width:1px;}
#module_505042163 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_505042163 .setting-left-bar{background-color:#fafafa;}
#module_505042163 .setting-left-bar{width:100px}  #module_505042163 .setting-right-temp ul.FilterPc{width: calc( 100% - 100px );}
#module_505042163 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_505042163 .choosed-tab .icsmall{color:#999;}
#module_505042163 .setting-right-temp ul li{margin-right:10px;}
#module_505042163 .pro-paramname{font-size:12px;}
#module_505042163 .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .pro-paramname{color:#666;}
#module_505042163 .pro-paramname{font-weight:normal;}
#module_505042163 .pro-paramname{text-decoration:none;}
#module_505042163 .pro-paramname{font-style:normal;}
#module_505042163 .pro-paramvalue{font-size:12px;}
#module_505042163 .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .pro-paramvalue{color:#666;}
#module_505042163 .pro-paramvalue{font-weight:normal;}
#module_505042163 .pro-paramvalue{text-decoration:none;}
#module_505042163 .pro-paramvalue{font-style:normal;}
#module_505042163 .pro-params{margin-top:15px;}
#module_505042163 .pro-params{margin-right:0px;}
#module_505042163 .pro-params{margin-left:0px;}
#module_505042163 .pro-params{margin-bottom:15px;}
#module_505042163 .pagerGiant .text{font-size:12px;}
#module_505042163 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .pagerGiant .text{color:#333;}
#module_505042163 .pagerGiant .text{}
#module_505042163 .pagerGiant .text{}
#module_505042163 .pagerGiant .text{}
#module_505042163 .pagerGiant .current,#module_505042163 .pagerGiant .num,#module_505042163 .pagerGiant .inputer{width:30px}
#module_505042163 .pagerGiant .current,#module_505042163 .pagerGiant .num,#module_505042163 .pagerGiant .inputer{height:30px}
#module_505042163 .pagerGiant .num{font-size:12px;}
#module_505042163 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .pagerGiant .num{color:#333;}
#module_505042163 .pagerGiant .num{}
#module_505042163 .pagerGiant .num{}
#module_505042163 .pagerGiant .num{}
#module_505042163 .pagerGiant .submit{width:55px}
#module_505042163 .pagerGiant .submit{height:30px}
#module_505042163 .pagerGiant .current,#module_505042163 .pagerGiant .num,#module_505042163 .pagerGiant .inputer,#module_505042163 .pagerGiant .submit{border-top-left-radius:0px;}
#module_505042163 .pagerGiant .current,#module_505042163 .pagerGiant .num,#module_505042163 .pagerGiant .inputer,#module_505042163 .pagerGiant .submit{border-top-right-radius:0px;}
#module_505042163 .pagerGiant .current,#module_505042163 .pagerGiant .num,#module_505042163 .pagerGiant .inputer,#module_505042163 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_505042163 .pagerGiant .current,#module_505042163 .pagerGiant .num,#module_505042163 .pagerGiant .inputer,#module_505042163 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_505042163 .pagerGiant .next,#module_505042163 .pagerGiant .splitline{color:#ccc;}
#module_505042163 .pagerGiant .num{background-color:#fff;}
#module_505042163 .pagerGiant .num, #module_505042163 .pagerGiant .inputer{border-top-color:#ccc;}
#module_505042163 .pagerGiant .num, #module_505042163 .pagerGiant .inputer{border-top-style:solid;}
#module_505042163 .pagerGiant .num, #module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit, #module_505042163 .pagerGiant .inputer{border-top-width:1px;}
#module_505042163 .pagerGiant .num, #module_505042163 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_505042163 .pagerGiant .num, #module_505042163 .pagerGiant .inputer{border-bottom-style:solid;}
#module_505042163 .pagerGiant .num, #module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit, #module_505042163 .pagerGiant .inputer{border-bottom-width:1px;}
#module_505042163 .pagerGiant .num, #module_505042163 .pagerGiant .inputer{border-left-color:#ccc;}
#module_505042163 .pagerGiant .num, #module_505042163 .pagerGiant .inputer{border-left-style:solid;}
#module_505042163 .pagerGiant .num, #module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit, #module_505042163 .pagerGiant .inputer{border-left-width:1px;}
#module_505042163 .pagerGiant .num, #module_505042163 .pagerGiant .inputer{border-right-color:#ccc;}
#module_505042163 .pagerGiant .num, #module_505042163 .pagerGiant .inputer{border-right-style:solid;}
#module_505042163 .pagerGiant .num, #module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit, #module_505042163 .pagerGiant .inputer{border-right-width:1px;}
#module_505042163 .page-more a{font-size:16px;}
#module_505042163 .page-more a{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .page-more a{color:#666 !important;}
#module_505042163 .page-more a{font-weight:normal;}
#module_505042163 .page-more a{text-decoration:none;}
#module_505042163 .page-more a{font-style:normal;}
#module_505042163 .page-more a{background-color:#fff;}
#module_505042163 .page-more a{border-top-color:#eee;}
#module_505042163 .page-more a{border-top-style:solid;}
#module_505042163 .page-more a{border-top-width:2px;}
#module_505042163 .page-more a{border-bottom-color:#eee;}
#module_505042163 .page-more a{border-bottom-style:solid;}
#module_505042163 .page-more a{border-bottom-width:2px;}
#module_505042163 .page-more a{border-left-color:#eee;}
#module_505042163 .page-more a{border-left-style:solid;}
#module_505042163 .page-more a{border-left-width:2px;}
#module_505042163 .page-more a{border-right-color:#eee;}
#module_505042163 .page-more a{border-right-style:solid;}
#module_505042163 .page-more a{border-right-width:2px;}
#module_505042163 .VRDiv:hover{background-color:rgba(0,0,0,0.4);}
#module_505042163 .VRDiv:hover{background-image:none;}
#module_505042163 .VRDiv:hover{background-repeat:no-repeat;}
#module_505042163 .VRDiv:hover{}
#module_505042163 .VRDiv:hover{}
#module_505042163 .VRDiv:hover{}
#module_505042163 .VRDiv:hover .vrIcon  {font-size:16px;}  #module_505042163 .VRDiv:hover .vrIcon  > svg {width:16px; height:16px}
#module_505042163 .VRDiv:hover .vrIcon  {color:#fff;} #module_505042163 .VRDiv:hover .vrIcon  > svg {fill:#fff;}
#module_505042163 .videosDiv:hover{background-color:rgba(0,0,0,0.4);}
#module_505042163 .videosDiv:hover{background-image:none;}
#module_505042163 .videosDiv:hover{background-repeat:no-repeat;}
#module_505042163 .videosDiv:hover{}
#module_505042163 .videosDiv:hover{}
#module_505042163 .videosDiv:hover{}
#module_505042163 .videosDiv:hover .videosTis {font-size:16px;} #module_505042163 .videosDiv:hover .videosTis > svg {width:16px; height:16px}
#module_505042163 .videosDiv:hover .videosTis {color:#fff;} #module_505042163 .videosDiv:hover .videosTis > svg {fill:#fff;}
#module_505042163 .pro-item:hover .pro-paramname{font-size:12px;}
#module_505042163 .pro-item:hover .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .pro-item:hover .pro-paramname{color:#fff;}
#module_505042163 .pro-paramname:hover{font-weight:normal;}
#module_505042163 .pro-item:hover .pro-paramname{text-decoration:none;}
#module_505042163 .pro-paramname:hover{font-style:normal;}
#module_505042163 .pro-item:hover .pro-paramvalue{font-size:12px;}
#module_505042163 .pro-item:hover .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .pro-item:hover .pro-paramvalue,#module_505042163 .pro-item:hover .param{color:#fff;}
#module_505042163 .pro-item:hover .pro-paramvalue{font-weight:normal;}
#module_505042163 .pro-item:hover .pro-paramvalue{text-decoration:none;}
#module_505042163 .pro-item:hover .pro-paramvalue{font-style:normal;}
#module_505042163 .pro-item:hover{background-color:#f10215;}
#module_505042163 .pro-item:hover{background-image:none;}
#module_505042163 .pro-item:hover{background-repeat:no-repeat;}
#module_505042163 .pro-item:hover{}
#module_505042163 .pro-item:hover{}
#module_505042163 .pro-item:hover{}
#module_505042163 .pro-item:hover{border-top-color:#f10215;}
#module_505042163 .pro-item:hover{border-top-style:solid;}
#module_505042163 .pro-item:hover{border-right-color:#f10215;}
#module_505042163 .pro-item:hover{border-right-style:solid;}
#module_505042163 .pro-item:hover{border-bottom-color:#f10215;}
#module_505042163 .pro-item:hover{border-bottom-style:solid;}
#module_505042163 .pro-item:hover{border-left-color:#f10215;}
#module_505042163 .pro-item:hover{border-left-style:solid;}
#module_505042163 .pro-img:hover{background-color:transparent;}
#module_505042163 .pro-img:hover{}
#module_505042163 .pro-img:hover{background-repeat:no-repeat;}
#module_505042163 .pro-img:hover{}
#module_505042163 .pro-img:hover{}
#module_505042163 .pro-img:hover{}
#module_505042163 .pro-img:hover{border-top-left-radius:0px;}
#module_505042163 .pro-img:hover{border-top-right-radius:0px;}
#module_505042163 .pro-img:hover{border-bottom-left-radius:0px;}
#module_505042163 .pro-img:hover{border-bottom-right-radius:0px;}
#module_505042163 .pro-img:hover{border-top-color:transparent;}
#module_505042163 .pro-img:hover{border-top-style:none;}
#module_505042163 .pro-img:hover{border-top-width:0px;}
#module_505042163 .pro-img:hover{border-right-color:transparent;}
#module_505042163 .pro-img:hover{border-right-style:none;}
#module_505042163 .pro-img:hover{border-right-width:0px;}
#module_505042163 .pro-img:hover{border-bottom-color:transparent;}
#module_505042163 .pro-img:hover{border-bottom-style:none;}
#module_505042163 .pro-img:hover{border-bottom-width:0px;}
#module_505042163 .pro-img:hover{border-left-color:transparent;}
#module_505042163 .pro-img:hover{border-left-style:none;}
#module_505042163 .pro-img:hover{border-left-width:0px;}
#module_505042163 .pro-item:hover .pro-name{font-size:16px;}
#module_505042163 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .pro-item:hover .pro-name{color:#fff;}
#module_505042163 .pro-item:hover .pro-name{font-weight:normal;}
#module_505042163 .pro-item:hover .pro-name{text-decoration:none;}
#module_505042163 .pro-item:hover .pro-name{font-style:normal;}
#module_505042163 .pro-item:hover .pro-desc{font-size:12px;}
#module_505042163 .pro-item:hover .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .pro-item:hover .pro-desc{color:#fff;}
#module_505042163 .pro-item:hover .pro-desc{font-weight:normal;}
#module_505042163 .pro-item:hover .pro-desc{text-decoration:none;}
#module_505042163 .pro-item:hover .pro-desc{font-style:normal;}
#module_505042163 .pro-item:hover .pro-price{font-size:18px;}
#module_505042163 .pro-item:hover .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .pro-item:hover .pro-price{color:#fff;}
#module_505042163 .pro-item:hover .pro-price{font-weight:normal;}
#module_505042163 .pro-item:hover .pro-price{text-decoration:none;}
#module_505042163 .pro-item:hover .pro-price{font-style:normal;}
#module_505042163 .pro-buybtn span:hover{font-size:26px;}
#module_505042163 .pro-buybtn:hover{font-family:;}
#module_505042163 .ModuleProductListGiant.layout-105 .pro-container li:hover .pro-tit .pro-buybtn span{color:#fff;}
#module_505042163 .pro-buybtn:hover{font-weight:normal;}
#module_505042163 .pro-buybtn-pic:hover{text-decoration:none;}
#module_505042163 .pro-buybtn-pic:hover{font-style:normal;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#f10215;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042163 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_505042163 .selected-light:hover,#module_505042163 .selected-light.active,#module_505042163 .items-active{font-size:12px;}
#module_505042163 .selected-light:hover,#module_505042163 .selected-light.active,#module_505042163 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .selected-light:hover,#module_505042163 .selected-light.active,#module_505042163 .items-active{color:#f10215;} #module_505042163 .items-active{border-color:#f10215;} #module_505042163 .bean-finish{background:#f10215;}
#module_505042163 .selected-light:hover,#module_505042163 .selected-light.active,#module_505042163 .items-active{}
#module_505042163 .selected-light:hover,#module_505042163 .selected-light.active,#module_505042163 .items-active{}
#module_505042163 .selected-light:hover,#module_505042163 .selected-light.active,#module_505042163 .items-active{}
#module_505042163 .setting-left-bar:hover{background-color:#fafafa;}
#module_505042163 .setting-right-temp ul li:hover, #module_505042163 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_505042163 .choosed-tab .icsmall:hover{color:#999;}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit{font-size:12px;}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit{color:#fff;}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit{}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit{}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit{}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit{background-color:#f10215;}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit, #module_505042163 .pagerGiant .inputer:hover{border-top-color:#f10215;}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit, #module_505042163 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit, #module_505042163 .pagerGiant .inputer:hover{border-bottom-color:#f10215;}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit, #module_505042163 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit, #module_505042163 .pagerGiant .inputer:hover{border-left-color:#f10215;}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit, #module_505042163 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit, #module_505042163 .pagerGiant .inputer:hover{border-right-color:#f10215;}
#module_505042163 .pagerGiant .current, #module_505042163 .pagerGiant .submit, #module_505042163 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_505042163 .page-more a:hover{font-size:16px;}
#module_505042163 .page-more:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_505042163 .page-more a:hover{color:#666 !important;}
#module_505042163 .page-more a:hover {font-weight:normal;}
#module_505042163 .page-more a:hover {text-decoration:none;}
#module_505042163 .page-more a:hover {font-style:normal;}
#module_505042163 .page-more a:hover{background-color:#fff;}
#module_505042163 .page-more a:hover{border-top-color:#eee;}
#module_505042163 .page-more a:hover{border-top-style:solid;}
#module_505042163 .page-more a:hover{border-bottom-color:#eee;}
#module_505042163 .page-more a:hover{border-bottom-style:solid;}
#module_505042163 .page-more a:hover{border-left-color:#eee;}
#module_505042163 .page-more a:hover{border-left-style:solid;}
#module_505042163 .page-more a:hover{border-right-color:#eee;}
#module_505042163 .page-more a:hover{border-right-style:solid;}
.ModuleCustomFormGiant.layout-101 .submitbtnbox{display: flex;}
.ModuleCustomFormGiant.layout-101 .smsvaldatebox,
.ModuleCustomFormGiant.layout-101 .frist_item,
.ModuleCustomFormGiant.layout-101 input.input-text-color,
.ModuleCustomFormGiant.layout-101 .customFormDatetime,
.ModuleCustomFormGiant.layout-101 .pcCitybox select
{
    height: 38px;
    line-height: 38px;
}
/*新验证码开始*/
.ModuleCustomFormGiant.layout-101 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine1 {
     display: none;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine2 {
   transform: rotate(180deg);
   transition:all 0.5s;
}
.ModuleCustomFormGiant.layout-101 .VCClose{
    position: relative;
    margin-right: 20px;
    width: 30px;
    float: right;
    margin-top: 17px;
    height: 30px;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-101 .VCLine1{
     border-top:#ccc solid 2px;
     width: 18px;
     transform: rotate(45deg);
     right: 0;
     position: absolute;
     top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCLine2{
    border-top:#ccc solid 2px;
    width: 18px;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCTitle{
    color:#333;
    font-size:20px;
    font-weight: bold;
    margin-top: 41px;
    margin-bottom: 25px;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn{
     margin-top: 22px;
     text-align: right;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn1{

    width: 80px;
    height: 36px;
    background: #1e88e5;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn2{
    width: 80px;
    height: 36px;
    background: #fff;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #666666 ;
    border: 1px #ccc solid;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput::placeholder{
    color:#999999
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput{
     border:none;
     padding: 20px 0 ;
     background: #fff !important;
     border-bottom: solid #ccc 1px;
     color: #666;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .changebtn{
      text-align: right;
      display: block;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .VerificationCode{
    width: 100%;
    height: 100px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodecontext{
    padding:0 33px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv{

    position: absolute;
    bottom: 0;
    z-index: 12;
    background: #fff;
    transform: translate(-50%,-50%);
    top:auto;
    left: 50%;
    max-width: 350px;
    height: 380px;
    border-radius: 6px;
    box-shadow: 9.9px 9.9px 49px 0px rgba(0,0,0,0.11);
    display: none;
    width: 100%;
}
/*新验证码结束*/
.ModuleCustomFormGiant.layout-101 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}

.ModuleCustomFormGiant.layout-101 .from-Describe {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 15px;
    display: flex;
    align-content: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 input[type=text] {
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    width: 100%;
    padding: 0 10px 0 16px;
    box-sizing: border-box;
    min-height: 30px;
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 textarea {
    -webkit-appearance: none;
}
.ModuleCustomFormGiant.layout-101 .pcCitybox {
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .customFormicon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-101 .Select_Simulate li:hover {
    color: #fff;
} */
.ModuleCustomFormGiant.layout-101 label{
    line-height: 2;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate.layout1 .frist_item {

    height: 38px;
    line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .smsvaldatebox{
    height: 40px;
    line-height: 40px;
}
.ModuleCustomFormGiant.layout-101  .Browse-file {
    height: 38px;
    line-height: 38px;
 }
 .ModuleCustomFormGiant.layout-101 .Browse-img {
    height: 80px;

 }
.ModuleCustomFormGiant.layout-101 .multi-row-text
{
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 .Form-list {
    width: 100%;
    padding-top: 20px;
}
.ModuleCustomFormGiant.layout-101 .areabox .area{
  height: 38px;
  line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item{
    padding: 0 16px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .xilaImg {
    float: right;
    margin-top: 16px;
    /* margin-right:16px */
}

.ModuleCustomFormGiant.layout-101 .pcCitybox select {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    cursor: pointer;
    background: url(/skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right #fbfbfb;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.ModuleCustomFormGiant.layout-101 .cityval {
    box-sizing: border-box;
    background: #fbfbfb;
    width: 100%;
    text-align: left;
}

.ModuleCustomFormGiant.layout-101 .choose-time-mobile {
    font-size: 14px;
}

.ModuleCustomFormGiant.layout-101 .pcCitybox .Couty-select {
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-101 .submitbtn {
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-top: 8px
}

.ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
    width: 188px;
    line-height: 34px;
    margin-right: 10px;
    float: left;
    min-height: 36px;
}

.ModuleCustomFormGiant.layout-101 .VerificationCode {
    width: 86px;
    height: 34px;
    float: left;
}

.ModuleCustomFormGiant.layout-101 .Browse-file-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-101 .file-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .Browse-file {
    /* width: 90px; height: 32px; line-height: 32px;*/
    color: #333;
    background: #f8f8f8;
    border: 1px solid #eee;
    font-size: 12px;
    text-align: center;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -moz-flex-grow: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .Browse-file:hover {
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-101 .input-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-101 .Describ-text-color {
    color: #666;
}

.ModuleCustomFormGiant.layout-101 .submibtn-color {
    color: #fff;
    background: #000;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-101 .icon-riqixuanze{
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b3b6b7;
}
.ModuleCustomFormGiant.layout-101 .submibtn-color:hover {
    color: #fff;
    background: #666;
}

.ModuleCustomFormGiant.layout-101 .multi-row-text, .ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item, .ModuleCustomFormGiant.layout-101 .choose-time {
    background: #fbfbfb;
}

.ModuleCustomFormGiant.layout-101 input[type=radio]:checked, .ModuleCustomFormGiant.layout-101 input[type=checkbox]:checked {
    background: #f10215;
    border: 1px solid #f10215;
}

.ModuleCustomFormGiant.layout-101 label {
    font-weight: normal;
    color: #666
}
.ModuleCustomFormGiant.layout-101 .verticalalign{
    margin-bottom: 12px;
}
.ModuleCustomFormGiant.layout-101  .customform-upload-img-preview{
    border-radius:0
}
.ModuleCustomFormGiant.layout-101  .in-formList-checkbox{
    display: flex;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-101 .in-formList-checkbox span {
    width: calc(100% - 34px);
    display: initial;
    /* vertical-align: middle; */
    min-width: 36px;
    flex:1;
    word-break: break-all;
}

@media screen and (max-width: 767px) {

    .ModuleCustomFormGiant.layout-101 .verticalalign  span {
        width: calc(100% - 34px);
        display: initial;
        vertical-align: middle;
        min-width: 36px;
    }
    .ModuleCustomFormGiant.layout-101 input[type=text],
    .ModuleCustomFormGiant.layout-101 .smsvaldatebox,
    .ModuleCustomFormGiant.layout-101 .cityval,
    .ModuleCustomFormGiant.layout-101 .choose-time {
        line-height: 38px !important;
        height: 38px !important;
        min-height: 38px;
    }
    .ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
        width: 120px;
    }
    .ModuleCustomFormGiant.layout-101 .VerificationCode {
        height: 40px
    }
    .ModuleCustomFormGiant.layout-101 .ModuleCustomFormGiant .changebtn {
        line-height: 40px;
        min-height: 40px;
    }
    .ModuleCustomFormGiant.layout-101  .describe{ margin-top:10px}
    .ModuleCustomFormGiant.layout-101 .customFormTextarea{width:100%}
}

/*  新增*/

.ModuleCustomFormGiant.layout-101 .cityPickerBoxwb,.ModuleCustomFormGiant.layout-101 .cityPickerBox .cityPickerInput {
    height: 38px
}

.ModuleCustomFormGiant.layout-101 .select_box {
    display: none;
}

.ModuleCustomFormGiant.layout-101 .UploadFileSpan {
    line-height: 30px;
    font-size: 12px;
    /* border: 1px solid #e5e5e5;
    background: #fbfbfb; */
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 30px;
    width: 316px;
    display: none;
    padding-left: 0px;
}

.ModuleCustomFormGiant.layout-101  .iconfont-fujian {
    font-size: 19px !important;
}
.ModuleCustomFormGiant.layout-101  .imgclose {
    right: -9px;
    position: absolute;
    top: -10px;
}
.module_9988505042163 .ModuleHead .HeadCenter{float:none;}
#module_9988505042163 {
padding:0px;
}
#module_9988505042163 {
}
#module_9988505042163 .ModuleHead0 {
display:block;
}

#module_9988505042163 .title{font-size:18px;}
#module_9988505042163 .title{font-family:;}
#module_9988505042163 .title{color:#333;}
#module_9988505042163 .title{font-weight:normal;}
#module_9988505042163 .title{text-decoration:none;}
#module_9988505042163 .title{font-style:normal;}
#module_9988505042163 .title{background-color:transparent;}
#module_9988505042163 .title{}
#module_9988505042163 .title{background-repeat:no-repeat;}
#module_9988505042163 .title{background-position:50% 50%;}
#module_9988505042163 .title{background-attachment:scroll;}
#module_9988505042163 .title{}
#module_9988505042163 .title{height:50px;line-height:50px;}
#module_9988505042163 .title{text-align:center;}
#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 .customFormCheckbox,#module_9988505042163 input[type=radio],#module_9988505042163.customFormDatetime,#module_9988505042163 input.input-text-color,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .multi-row-text,#module_9988505042163 .cityval{background-color:#fbfbfb;}
#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 .customFormCheckbox,#module_9988505042163 input[type=radio],#module_9988505042163.customFormDatetime,#module_9988505042163 input.input-text-color,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .multi-row-text,#module_9988505042163 .cityval{border-top-color:#e5e5e5;}
#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 .customFormCheckbox,#module_9988505042163 input[type=radio],#module_9988505042163.customFormDatetime,#module_9988505042163 input.input-text-color,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .multi-row-text,#module_9988505042163 .cityval{border-top-style:solid;}
#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 .customFormCheckbox,#module_9988505042163 input[type=radio],#module_9988505042163.customFormDatetime,#module_9988505042163 input.input-text-color,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .multi-row-text,#module_9988505042163 .cityval{border-top-width:1px;}
#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 .customFormCheckbox,#module_9988505042163 input[type=radio],#module_9988505042163.customFormDatetime,#module_9988505042163 input.input-text-color,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .multi-row-text,#module_9988505042163 .cityval{border-right-color:#e5e5e5;}
#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 .customFormCheckbox,#module_9988505042163 input[type=radio],#module_9988505042163.customFormDatetime,#module_9988505042163 input.input-text-color,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .multi-row-text,#module_9988505042163 .cityval{border-right-style:solid;}
#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 .customFormCheckbox,#module_9988505042163 input[type=radio],#module_9988505042163.customFormDatetime,#module_9988505042163 input.input-text-color,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .multi-row-text,#module_9988505042163 .cityval{border-right-width:1px;}
#module_9988505042163 .smsvcode,#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 .customFormCheckbox,#module_9988505042163 input[type=radio],#module_9988505042163.customFormDatetime,#module_9988505042163 input.input-text-color,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .multi-row-text,#module_9988505042163 .cityval{border-bottom-color:#e5e5e5;}
#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 .customFormCheckbox,#module_9988505042163 input[type=radio],#module_9988505042163.customFormDatetime,#module_9988505042163 input.input-text-color,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .multi-row-text,#module_9988505042163 .cityval{border-bottom-style:solid;}
#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 .customFormCheckbox,#module_9988505042163 input[type=radio],#module_9988505042163.customFormDatetime,#module_9988505042163 input.input-text-color,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .multi-row-text,#module_9988505042163 .cityval{border-bottom-width:1px;}
#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 .customFormCheckbox,#module_9988505042163 input[type=radio],#module_9988505042163.customFormDatetime,#module_9988505042163 input.input-text-color,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .multi-row-text,#module_9988505042163 .cityval{border-left-color:#e5e5e5;}
#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 .customFormCheckbox,#module_9988505042163 input[type=radio],#module_9988505042163.customFormDatetime,#module_9988505042163 input.input-text-color,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .multi-row-text,#module_9988505042163 .cityval{border-left-style:solid;}
#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 .customFormCheckbox,#module_9988505042163 input[type=radio],#module_9988505042163.customFormDatetime,#module_9988505042163 input.input-text-color,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .multi-row-text,#module_9988505042163 .cityval{border-left-width:1px;}
#module_9988505042163 .smsbtn,#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 input.input-text-color,#module_9988505042163.customFormDatetime,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .cityval{border-top-left-radius:0px;}
#module_9988505042163 .smsbtn,#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 input.input-text-color,#module_9988505042163.customFormDatetime,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .cityval{border-top-right-radius:0px;}
#module_9988505042163 .smsbtn,#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 input.input-text-color,#module_9988505042163.customFormDatetime,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .cityval{border-bottom-left-radius:0px;}
#module_9988505042163 .smsbtn,#module_9988505042163 .smsvcode,#module_9988505042163 .frist_item,#module_9988505042163 .VerificationCodeinput,#module_9988505042163 input.input-text-color,#module_9988505042163.customFormDatetime,#module_9988505042163 .Browse-file,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select,#module_9988505042163 .cityval{border-bottom-right-radius:0px;}
#module_9988505042163 .Describ-text-color{font-size:14px;}
#module_9988505042163 .Describ-text-color{font-family:;}
#module_9988505042163 .Describ-text-color{color:#595959;}
#module_9988505042163 .Describ-text-color{font-weight:normal;}
#module_9988505042163 .Describ-text-color{text-decoration:none;}
#module_9988505042163 .Describ-text-color{font-style:normal;}
#module_9988505042163 .smsvcode,#module_9988505042163 .smsbtn,#module_9988505042163 .input-text-color,#module_9988505042163 .cityval{font-size:14px;}
#module_9988505042163 .smsvcode,#module_9988505042163 .smsbtn,#module_9988505042163 .input-text-color,#module_9988505042163 .cityval{font-family:;}
#module_9988505042163 .smsvcode,#module_9988505042163 .input-text-color,#module_9988505042163 .cityval{color:#333;}
#module_9988505042163 .smsvcode,#module_9988505042163 .smsbtn,#module_9988505042163 .input-text-color,#module_9988505042163 .cityval{font-weight:normal;}
#module_9988505042163 .smsvcode,#module_9988505042163 .smsbtn,#module_9988505042163 .input-text-color,#module_9988505042163 .cityval{text-decoration:none;}
#module_9988505042163 .smsvcode,#module_9988505042163 .smsbtn,#module_9988505042163 .input-text-color,#module_9988505042163 .cityval{font-style:normal;}
#module_9988505042163 .smsvaldatebox,#module_9988505042163 .frist_item,#module_9988505042163 input.input-text-color,#module_9988505042163 .customFormDatetime,#module_9988505042163 .pcCitybox select{line-height:38px;height:38px;}
#module_9988505042163 .input-text-color::placeholder,#module_9988505042163 .smsvcode::placeholder{font-size:14px;}
#module_9988505042163 .input-text-color::placeholder,#module_9988505042163 .smsvcode::placeholder{font-family:;}
#module_9988505042163 .input-text-color::placeholder,#module_9988505042163 .smsvcode::placeholder{color:#333;}
#module_9988505042163 .input-text-color::placeholder,#module_9988505042163 .smsvcode::placeholder{font-weight:normal;}
#module_9988505042163 .input-text-color::placeholder,#module_9988505042163 .smsvcode::placeholder{text-decoration:none;}
#module_9988505042163 .input-text-color::placeholder,#module_9988505042163 .smsvcode::placeholder{font-style:normal;}
#module_9988505042163 .submitbtn{font-size:14px;}
#module_9988505042163 .submitbtn{font-family:;}
#module_9988505042163 .submitbtn{color:#fff;}
#module_9988505042163 .submitbtn{font-weight:normal;}
#module_9988505042163 .submitbtn{text-decoration:none;}
#module_9988505042163 .submitbtn{font-style:normal;}
#module_9988505042163 .submitbtn{background-color:#f10215;} #module_9988505042163 input[type=radio]:checked, #module_9988505042163 input[type=checkbox]:checked{background:#f10215;border:1px solid #f10215} 
#module_9988505042163 .submitbtn{}
#module_9988505042163 .submitbtn{background-repeat:no-repeat;}
#module_9988505042163 .submitbtn{background-position:50% 50%;}
#module_9988505042163 .submitbtn{background-attachment:scroll;}
#module_9988505042163 .submitbtn{}
#module_9988505042163 .submitbtnbox{justify-content:flex-start;}
#module_9988505042163 .submitbtn{width:100%;}
#module_9988505042163 .submitbtn{height:40px;line-height:40px;}
#module_9988505042163 .submitbtn{border-top-left-radius:0px;}
#module_9988505042163 .submitbtn{border-top-right-radius:0px;}
#module_9988505042163 .submitbtn{border-bottom-left-radius:0px;}
#module_9988505042163 .submitbtn{border-bottom-right-radius:0px;}
#module_9988505042163 .vcbtn1{background-color:#f10215;}
#module_9988505042163 .vcbtn1{color:#fff;}
#module_9988505042163 .frist_item:hover,#module_9988505042163 .smsvcode:hover, #module_9988505042163 .VerificationCodeinput:hover,#module_9988505042163 .customFormCheckbox:hover,#module_9988505042163 input[type=radio]:hover,#module_9988505042163 input.input-text-color:hover,#module_9988505042163.customFormDatetime:hover,#module_9988505042163 .Browse-file:hover,#module_9988505042163 .customFormDatetime:hover,#module_9988505042163 .pcCitybox select:hover,#module_9988505042163 .multi-row-text:hover,#module_9988505042163 .cityval:hover{border-top-color:#e50b1c;}
#module_9988505042163 .frist_item:hover,#module_9988505042163 .smsvcode:hover, #module_9988505042163 .VerificationCodeinput:hover,#module_9988505042163 .customFormCheckbox:hover,#module_9988505042163 input[type=radio]:hover,#module_9988505042163 input.input-text-color:hover,#module_9988505042163.customFormDatetime:hover,#module_9988505042163 .Browse-file:hover,#module_9988505042163 .customFormDatetime:hover,#module_9988505042163 .pcCitybox select:hover,#module_9988505042163 .multi-row-text:hover,#module_9988505042163 .cityval:hover{border-top-style:solid;}
#module_9988505042163 .frist_item:hover,#module_9988505042163 .smsvcode:hover, #module_9988505042163 .VerificationCodeinput:hover,#module_9988505042163 .customFormCheckbox:hover,#module_9988505042163 input[type=radio]:hover,#module_9988505042163 input.input-text-color:hover,#module_9988505042163.customFormDatetime:hover,#module_9988505042163 .Browse-file:hover,#module_9988505042163 .customFormDatetime:hover,#module_9988505042163 .pcCitybox select:hover,#module_9988505042163 .multi-row-text:hover,#module_9988505042163 .cityval:hover{border-right-color:#e50b1c;}
#module_9988505042163 .frist_item:hover,#module_9988505042163 .smsvcode:hover, #module_9988505042163 .VerificationCodeinput:hover,#module_9988505042163 .customFormCheckbox:hover,#module_9988505042163 input[type=radio]:hover,#module_9988505042163 input.input-text-color:hover,#module_9988505042163.customFormDatetime:hover,#module_9988505042163 .Browse-file:hover,#module_9988505042163 .customFormDatetime:hover,#module_9988505042163 .pcCitybox select:hover,#module_9988505042163 .multi-row-text:hover,#module_9988505042163 .cityval:hover{border-right-style:solid;}
#module_9988505042163 .frist_item:hover,#module_9988505042163 .smsvcode:hover, #module_9988505042163 .VerificationCodeinput:hover,#module_9988505042163 .customFormCheckbox:hover,#module_9988505042163 input[type=radio]:hover,#module_9988505042163 input.input-text-color:hover,#module_9988505042163.customFormDatetime:hover,#module_9988505042163 .Browse-file:hover,#module_9988505042163 .customFormDatetime:hover,#module_9988505042163 .pcCitybox select:hover,#module_9988505042163 .multi-row-text:hover,#module_9988505042163 .cityval:hover{border-bottom-color:#e50b1c;}
#module_9988505042163 .frist_item:hover,#module_9988505042163 .smsvcode:hover, #module_9988505042163 .VerificationCodeinput:hover,#module_9988505042163 .customFormCheckbox:hover,#module_9988505042163 input[type=radio]:hover,#module_9988505042163 input.input-text-color:hover,#module_9988505042163.customFormDatetime:hover,#module_9988505042163 .Browse-file:hover,#module_9988505042163 .customFormDatetime:hover,#module_9988505042163 .pcCitybox select:hover,#module_9988505042163 .multi-row-text:hover,#module_9988505042163 .cityval:hover{border-bottom-style:solid;}
#module_9988505042163 .frist_item:hover,#module_9988505042163 .smsvcode:hover, #module_9988505042163 .VerificationCodeinput:hover,#module_9988505042163 .customFormCheckbox:hover,#module_9988505042163 input[type=radio]:hover,#module_9988505042163 input.input-text-color:hover,#module_9988505042163.customFormDatetime:hover,#module_9988505042163 .Browse-file:hover,#module_9988505042163 .customFormDatetime:hover,#module_9988505042163 .pcCitybox select:hover,#module_9988505042163 .multi-row-text:hover,#module_9988505042163 .cityval:hover{border-left-color:#e50b1c;}
#module_9988505042163 .frist_item:hover,#module_9988505042163 .smsvcode:hover, #module_9988505042163 .VerificationCodeinput:hover,#module_9988505042163 .customFormCheckbox:hover,#module_9988505042163 input[type=radio]:hover,#module_9988505042163 input.input-text-color:hover,#module_9988505042163.customFormDatetime:hover,#module_9988505042163 .Browse-file:hover,#module_9988505042163 .customFormDatetime:hover,#module_9988505042163 .pcCitybox select:hover,#module_9988505042163 .multi-row-text:hover,#module_9988505042163 .cityval:hover{border-left-style:solid;}
#module_9988505042163 .submitbtn:hover{font-size:14px;}
#module_9988505042163 .submitbtn:hover{font-family:;}
#module_9988505042163 .submitbtn:hover{color:#fff;}
#module_9988505042163 .submitbtn:hover{font-weight:normal;}
#module_9988505042163 .submitbtn:hover{text-decoration:none;}
#module_9988505042163 .submitbtn:hover{font-style:normal;}
#module_9988505042163 .submitbtn:hover{background-color:#e50b1c;}
#module_9988505042163 .submitbtn:hover{}
#module_9988505042163 .submitbtn:hover{background-repeat:no-repeat;}
#module_9988505042163 .submitbtn:hover{background-position:50% 50%;}
#module_9988505042163 .submitbtn:hover{background-attachment:scroll;}
#module_9988505042163 .submitbtn:hover{}



.module_507903884 .ModuleHead .HeadCenter{float:none;}
#module_507903884 {
padding:0px;
}
#module_507903884 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_507903884 .ModuleHead507903884 {
display:none;
}

#module_507903884 .videosDiv{background-color:rgba(0,0,0,0.4);}
#module_507903884 .videosDiv{}
#module_507903884 .videosDiv{background-repeat:no-repeat;}
#module_507903884 .videosDiv{}
#module_507903884 .videosDiv{}
#module_507903884 .videosDiv{}
#module_507903884 .videosDiv{border-top-left-radius:8px;}
#module_507903884 .videosDiv{border-top-right-radius:8px;}
#module_507903884 .videosDiv{border-bottom-left-radius:8px;}
#module_507903884 .videosDiv{border-bottom-right-radius:8px;}
#module_507903884 .videosTis {font-size:16px;}  #module_507903884 .videosTis > svg {width:16px; height:16px}
#module_507903884 .videosTis {color:#fff;} #module_507903884 .videosTis > svg {fill:#fff;}
#module_507903884 .videosDiv{padding-top:8px;}
#module_507903884 .videosDiv{padding-bottom:8px;}
#module_507903884 .videosDiv{padding-left:12px;}
#module_507903884 .videosDiv{padding-right:12px;}
#module_507903884 .VRDiv{background-color:rgba(0,0,0,0.4);}
#module_507903884 .VRDiv{}
#module_507903884 .VRDiv{background-repeat:no-repeat;}
#module_507903884 .VRDiv{}
#module_507903884 .VRDiv{}
#module_507903884 .VRDiv{}
#module_507903884 .VRDiv{border-top-left-radius:8px;}
#module_507903884 .VRDiv{border-top-right-radius:8px;}
#module_507903884 .VRDiv{border-bottom-left-radius:8px;}
#module_507903884 .VRDiv{border-bottom-right-radius:8px;}
#module_507903884 .vrIcon  {font-size:16px;}  #module_507903884 .vrIcon  > svg {width:16px; height:16px}
#module_507903884 .vrIcon  {color:#fff;} #module_507903884 .vrIcon  > svg {fill:#fff;}
#module_507903884 .VRDiv{padding-top:8px;}
#module_507903884 .VRDiv{padding-bottom:8px;}
#module_507903884 .VRDiv{padding-left:12px;}
#module_507903884 .VRDiv{padding-right:12px;}
#module_507903884 .VRTipstxt{font-size:14px;}
#module_507903884 .VRTipstxt{font-family:;}
#module_507903884 .VRTipstxt{color:#fff;}
#module_507903884 .VRTipstxt{font-weight:normal;}
#module_507903884 .VRTipstxt{text-decoration:none;}
#module_507903884 .VRTipstxt{font-style:normal;}
#module_507903884 .pro-item{margin-bottom:20px; margin-right:20px;} #module_507903884 .pro-container li.col-lg-2{width:calc((100% - 20px) / 2);} #module_507903884 .pro-container li.col-lg-3{width:calc((100% - 20px * 2) / 3);} #module_507903884 .pro-container li.col-lg-4{width:calc((100% - 20px * 3) / 4);} #module_507903884 .pro-container li.col-lg-5{width:calc((100% - 20px * 4) / 5);} #module_507903884 .pro-container li.col-lg-6{width:calc((100% - 20px * 5) / 6);}
#module_507903884 .pro-item{padding-top:0px;}
#module_507903884 .pro-item{padding-bottom:0px;}
#module_507903884 .pro-item{padding-left:0px;}
#module_507903884 .pro-item{padding-right:0px;}
#module_507903884 .pro-item{background-color:#fff;}
#module_507903884 .pro-item{}
#module_507903884 .pro-item{background-repeat:no-repeat;}
#module_507903884 .pro-item{}
#module_507903884 .pro-item{}
#module_507903884 .pro-item{}
#module_507903884 .pro-item{border-top-color:#ccc;}
#module_507903884 .pro-item{border-top-style:solid;}
#module_507903884 .pro-item{border-top-width:1px;}
#module_507903884 .pro-item{border-right-color:#ccc;}
#module_507903884 .pro-item{border-right-style:solid;}
#module_507903884 .pro-item{border-right-width:1px;}
#module_507903884 .pro-item{border-bottom-color:#ccc;}
#module_507903884 .pro-item{border-bottom-style:solid;}
#module_507903884 .pro-item{border-bottom-width:1px;}
#module_507903884 .pro-item{border-left-color:#ccc;}
#module_507903884 .pro-item{border-left-style:solid;}
#module_507903884 .pro-item{border-left-width:1px;}
#module_507903884 .pro-img .dummy{background-color:transparent;}
#module_507903884 .pro-img .dummy{}
#module_507903884 .pro-img .dummy{background-repeat:no-repeat;}
#module_507903884 .pro-img .dummy{}
#module_507903884 .pro-img .dummy{}
#module_507903884 .pro-img .dummy{}
#module_507903884 .pro-img .dummy{padding-top:100%;}
#module_507903884 .pro-img img{ object-fit:cover;}
#module_507903884 .pro-img img{ width:100%;}
#module_507903884 .pro-img img{ height:100%;}
#module_507903884 .pro-img img{border-radius:0px;}
#module_507903884 .pro-img{border-top-left-radius:0px;}
#module_507903884 .pro-img{border-top-right-radius:0px;}
#module_507903884 .pro-img{border-bottom-left-radius:0px;}
#module_507903884 .pro-img{border-bottom-right-radius:0px;}
#module_507903884 .pro-img{border-top-color:transparent;}
#module_507903884 .pro-img{border-top-style:none;}
#module_507903884 .pro-img{border-top-width:0px;}
#module_507903884 .pro-img{border-right-color:transparent;}
#module_507903884 .pro-img{border-right-style:none;}
#module_507903884 .pro-img{border-right-width:0px;}
#module_507903884 .pro-img{border-bottom-color:transparent;}
#module_507903884 .pro-img{border-bottom-style:none;}
#module_507903884 .pro-img{border-bottom-width:0px;}
#module_507903884 .pro-img{border-left-color:transparent;}
#module_507903884 .pro-img{border-left-style:none;}
#module_507903884 .pro-img{border-left-width:0px;}
#module_507903884 .pro-name{font-size:16px;}
#module_507903884 .pro-name{font-family:;}
#module_507903884 .pro-name{color:#000;}
#module_507903884 .pro-name{font-weight:normal;}
#module_507903884 .pro-name{text-decoration:none;}
#module_507903884 .pro-name{font-style:normal;}
#module_507903884 .pro-name{margin-top:0px;}
#module_507903884 .pro-name{margin-bottom:5px;}
#module_507903884 .pro-desc{font-size:12px;}
#module_507903884 .pro-desc{font-family:;}
#module_507903884 .pro-desc{color:#666;}
#module_507903884 .pro-desc{font-weight:normal;}
#module_507903884 .pro-desc{text-decoration:none;}
#module_507903884 .pro-desc{font-style:normal;}
#module_507903884 .pro-desc{margin-top:10px;}
#module_507903884 .pro-desc{margin-bottom:15px;}
#module_507903884 .pro-price{font-size:18px;}
#module_507903884 .pro-price{font-family:;}
#module_507903884 .pro-price{color:#f10215;}
#module_507903884 .pro-price{font-weight:normal;}
#module_507903884 .pro-price{text-decoration:none;}
#module_507903884 .pro-price{font-style:normal;}
#module_507903884 .pro-buybtn{color:#ccc;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li{font-family:;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li,#module_507903884 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_507903884 .choosed-tab, #module_507903884 .setting-screening-criteria{font-size:12px;}
#module_507903884 .choosed-tab{font-family:;}
#module_507903884 .choosed-tab, #module_507903884 .setting-screening-criteria{color:#f10215;}
#module_507903884 .choosed-tab{}
#module_507903884 .choosed-tab{}
#module_507903884 .choosed-tab{}
#module_507903884 .selected-light,#module_507903884 .setting-all, #module_507903884 .setting-left-bar, #module_507903884 .setting-pred-warp .setting-collapse, #module_507903884 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_507903884 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_507903884 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_507903884 .selected-light,#module_507903884 .setting-all{font-family:;}
#module_507903884 .selected-light,#module_507903884 .setting-left-bar,#module_507903884 .setting-reset,#module_507903884 .setting-pred-warp .setting-collapse,#module_507903884 .giantroom .btn-more{color:#000;}
#module_507903884 .selected-light{}
#module_507903884 .selected-light,#module_507903884 .setting-all{}
#module_507903884 .selected-light,#module_507903884 .setting-all{}
#module_507903884 .setting-right-temp ul li, #module_507903884 .choosed-tab{border-top-left-radius:2px;}
#module_507903884 .setting-right-temp ul li, #module_507903884 .choosed-tab{border-top-right-radius:2px;}
#module_507903884 .setting-right-temp ul li, #module_507903884 .choosed-tab{border-bottom-left-radius:2px;}
#module_507903884 .setting-right-temp ul li, #module_507903884 .choosed-tab{border-bottom-right-radius:2px;}
#module_507903884 .pred-filter, #module_507903884 .choosed-tab{border-top-color:#d6d6d6;}
#module_507903884 .pred-filter, #module_507903884 .choosed-tab{border-top-style:solid;}
#module_507903884 .pred-filter, #module_507903884 .choosed-tab, #module_507903884 .giantroom .btn-more{border-top-width:1px;} #module_507903884 .giantroom {margin-top: calc(-16px - 1px);}
#module_507903884 .pred-filter, #module_507903884 .choosed-tab, #module_507903884 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_507903884 .pred-filter, #module_507903884 .choosed-tab, #module_507903884 .giantroom .btn-more{border-bottom-style:solid;}
#module_507903884 .pred-filter, #module_507903884 .choosed-tab, #module_507903884 .giantroom .btn-more{border-bottom-width:1px;}
#module_507903884 .pred-filter, #module_507903884 .choosed-tab, #module_507903884 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_507903884 .pred-filter, #module_507903884 .choosed-tab, #module_507903884 .giantroom .btn-more{border-left-style:solid;}
#module_507903884 .pred-filter, #module_507903884 .choosed-tab, #module_507903884 .giantroom .btn-more{border-left-width:1px;}
#module_507903884 .pred-filter, #module_507903884 .choosed-tab, #module_507903884 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_507903884 .pred-filter, #module_507903884 .choosed-tab, #module_507903884 .giantroom .btn-more{border-right-style:solid;}
#module_507903884 .pred-filter, #module_507903884 .choosed-tab, #module_507903884 .giantroom .btn-more{border-right-width:1px;}
#module_507903884 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_507903884 .setting-left-bar{background-color:#fafafa;}
#module_507903884 .setting-left-bar{width:100px}  #module_507903884 .setting-right-temp ul.FilterPc{width: calc( 100% - 100px );}
#module_507903884 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_507903884 .choosed-tab .icsmall{color:#999;}
#module_507903884 .setting-right-temp ul li{margin-right:10px;}
#module_507903884 .pro-paramname{font-size:12px;}
#module_507903884 .pro-paramname{font-family:;}
#module_507903884 .pro-paramname{color:#666;}
#module_507903884 .pro-paramname{font-weight:normal;}
#module_507903884 .pro-paramname{text-decoration:none;}
#module_507903884 .pro-paramname{font-style:normal;}
#module_507903884 .pro-paramvalue{font-size:12px;}
#module_507903884 .pro-paramvalue{font-family:;}
#module_507903884 .pro-paramvalue{color:#666;}
#module_507903884 .pro-paramvalue{font-weight:normal;}
#module_507903884 .pro-paramvalue{text-decoration:none;}
#module_507903884 .pro-paramvalue{font-style:normal;}
#module_507903884 .pro-params{margin-top:15px;}
#module_507903884 .pro-params{margin-right:0px;}
#module_507903884 .pro-params{margin-left:0px;}
#module_507903884 .pro-params{margin-bottom:15px;}
#module_507903884 .pagerGiant .text{font-size:12px;}
#module_507903884 .pagerGiant .text{font-family:;}
#module_507903884 .pagerGiant .text{color:#333;}
#module_507903884 .pagerGiant .text{}
#module_507903884 .pagerGiant .text{}
#module_507903884 .pagerGiant .text{}
#module_507903884 .pagerGiant .current,#module_507903884 .pagerGiant .num,#module_507903884 .pagerGiant .inputer{width:30px}
#module_507903884 .pagerGiant .current,#module_507903884 .pagerGiant .num,#module_507903884 .pagerGiant .inputer{height:30px}
#module_507903884 .pagerGiant .num{font-size:12px;}
#module_507903884 .pagerGiant .num{font-family:;}
#module_507903884 .pagerGiant .num{color:#333;}
#module_507903884 .pagerGiant .num{}
#module_507903884 .pagerGiant .num{}
#module_507903884 .pagerGiant .num{}
#module_507903884 .pagerGiant .submit{width:55px}
#module_507903884 .pagerGiant .submit{height:30px}
#module_507903884 .pagerGiant .current,#module_507903884 .pagerGiant .num,#module_507903884 .pagerGiant .inputer,#module_507903884 .pagerGiant .submit{border-top-left-radius:0px;}
#module_507903884 .pagerGiant .current,#module_507903884 .pagerGiant .num,#module_507903884 .pagerGiant .inputer,#module_507903884 .pagerGiant .submit{border-top-right-radius:0px;}
#module_507903884 .pagerGiant .current,#module_507903884 .pagerGiant .num,#module_507903884 .pagerGiant .inputer,#module_507903884 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_507903884 .pagerGiant .current,#module_507903884 .pagerGiant .num,#module_507903884 .pagerGiant .inputer,#module_507903884 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_507903884 .pagerGiant .next,#module_507903884 .pagerGiant .splitline{color:#ccc;}
#module_507903884 .pagerGiant .num{background-color:#fff;}
#module_507903884 .pagerGiant .num, #module_507903884 .pagerGiant .inputer{border-top-color:#ccc;}
#module_507903884 .pagerGiant .num, #module_507903884 .pagerGiant .inputer{border-top-style:solid;}
#module_507903884 .pagerGiant .num, #module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit, #module_507903884 .pagerGiant .inputer{border-top-width:1px;}
#module_507903884 .pagerGiant .num, #module_507903884 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_507903884 .pagerGiant .num, #module_507903884 .pagerGiant .inputer{border-bottom-style:solid;}
#module_507903884 .pagerGiant .num, #module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit, #module_507903884 .pagerGiant .inputer{border-bottom-width:1px;}
#module_507903884 .pagerGiant .num, #module_507903884 .pagerGiant .inputer{border-left-color:#ccc;}
#module_507903884 .pagerGiant .num, #module_507903884 .pagerGiant .inputer{border-left-style:solid;}
#module_507903884 .pagerGiant .num, #module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit, #module_507903884 .pagerGiant .inputer{border-left-width:1px;}
#module_507903884 .pagerGiant .num, #module_507903884 .pagerGiant .inputer{border-right-color:#ccc;}
#module_507903884 .pagerGiant .num, #module_507903884 .pagerGiant .inputer{border-right-style:solid;}
#module_507903884 .pagerGiant .num, #module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit, #module_507903884 .pagerGiant .inputer{border-right-width:1px;}
#module_507903884 .page-more a{font-size:16px;}
#module_507903884 .page-more a{font-family:;}
#module_507903884 .page-more a{color:#666 !important;}
#module_507903884 .page-more a{font-weight:normal;}
#module_507903884 .page-more a{text-decoration:none;}
#module_507903884 .page-more a{font-style:normal;}
#module_507903884 .page-more a{background-color:#fff;}
#module_507903884 .page-more a{border-top-color:#eee;}
#module_507903884 .page-more a{border-top-style:solid;}
#module_507903884 .page-more a{border-top-width:2px;}
#module_507903884 .page-more a{border-bottom-color:#eee;}
#module_507903884 .page-more a{border-bottom-style:solid;}
#module_507903884 .page-more a{border-bottom-width:2px;}
#module_507903884 .page-more a{border-left-color:#eee;}
#module_507903884 .page-more a{border-left-style:solid;}
#module_507903884 .page-more a{border-left-width:2px;}
#module_507903884 .page-more a{border-right-color:#eee;}
#module_507903884 .page-more a{border-right-style:solid;}
#module_507903884 .page-more a{border-right-width:2px;}
#module_507903884 .VRDiv:hover{background-color:rgba(0,0,0,0.4);}
#module_507903884 .VRDiv:hover{}
#module_507903884 .VRDiv:hover{background-repeat:no-repeat;}
#module_507903884 .VRDiv:hover{}
#module_507903884 .VRDiv:hover{}
#module_507903884 .VRDiv:hover{}
#module_507903884 .VRDiv:hover .vrIcon  {font-size:16px;}  #module_507903884 .VRDiv:hover .vrIcon  > svg {width:16px; height:16px}
#module_507903884 .VRDiv:hover .vrIcon  {color:#fff;} #module_507903884 .VRDiv:hover .vrIcon  > svg {fill:#fff;}
#module_507903884 .videosDiv:hover{background-color:rgba(0,0,0,0.4);}
#module_507903884 .videosDiv:hover{}
#module_507903884 .videosDiv:hover{background-repeat:no-repeat;}
#module_507903884 .videosDiv:hover{}
#module_507903884 .videosDiv:hover{}
#module_507903884 .videosDiv:hover{}
#module_507903884 .videosDiv:hover .videosTis {font-size:16px;} #module_507903884 .videosDiv:hover .videosTis > svg {width:16px; height:16px}
#module_507903884 .videosDiv:hover .videosTis {color:#fff;} #module_507903884 .videosDiv:hover .videosTis > svg {fill:#fff;}
#module_507903884 .pro-item:hover .pro-paramname{font-size:12px;}
#module_507903884 .pro-item:hover .pro-paramname{font-family:;}
#module_507903884 .pro-item:hover .pro-paramname{color:#fff;}
#module_507903884 .pro-paramname:hover{font-weight:normal;}
#module_507903884 .pro-item:hover .pro-paramname{text-decoration:none;}
#module_507903884 .pro-paramname:hover{font-style:normal;}
#module_507903884 .pro-item:hover .pro-paramvalue{font-size:12px;}
#module_507903884 .pro-item:hover .pro-paramvalue{font-family:;}
#module_507903884 .pro-item:hover .pro-paramvalue,#module_507903884 .pro-item:hover .param{color:#fff;}
#module_507903884 .pro-item:hover .pro-paramvalue{font-weight:normal;}
#module_507903884 .pro-item:hover .pro-paramvalue{text-decoration:none;}
#module_507903884 .pro-item:hover .pro-paramvalue{font-style:normal;}
#module_507903884 .pro-item:hover{background-color:#f10215;}
#module_507903884 .pro-item:hover{}
#module_507903884 .pro-item:hover{background-repeat:no-repeat;}
#module_507903884 .pro-item:hover{}
#module_507903884 .pro-item:hover{}
#module_507903884 .pro-item:hover{}
#module_507903884 .pro-item:hover{border-top-color:#f10215;}
#module_507903884 .pro-item:hover{border-top-style:solid;}
#module_507903884 .pro-item:hover{border-right-color:#f10215;}
#module_507903884 .pro-item:hover{border-right-style:solid;}
#module_507903884 .pro-item:hover{border-bottom-color:#f10215;}
#module_507903884 .pro-item:hover{border-bottom-style:solid;}
#module_507903884 .pro-item:hover{border-left-color:#f10215;}
#module_507903884 .pro-item:hover{border-left-style:solid;}
#module_507903884 .pro-img:hover{background-color:transparent;}
#module_507903884 .pro-img:hover{}
#module_507903884 .pro-img:hover{background-repeat:no-repeat;}
#module_507903884 .pro-img:hover{}
#module_507903884 .pro-img:hover{}
#module_507903884 .pro-img:hover{}
#module_507903884 .pro-img:hover{border-top-left-radius:0px;}
#module_507903884 .pro-img:hover{border-top-right-radius:0px;}
#module_507903884 .pro-img:hover{border-bottom-left-radius:0px;}
#module_507903884 .pro-img:hover{border-bottom-right-radius:0px;}
#module_507903884 .pro-img:hover{border-top-color:transparent;}
#module_507903884 .pro-img:hover{border-top-style:none;}
#module_507903884 .pro-img:hover{border-top-width:0px;}
#module_507903884 .pro-img:hover{border-right-color:transparent;}
#module_507903884 .pro-img:hover{border-right-style:none;}
#module_507903884 .pro-img:hover{border-right-width:0px;}
#module_507903884 .pro-img:hover{border-bottom-color:transparent;}
#module_507903884 .pro-img:hover{border-bottom-style:none;}
#module_507903884 .pro-img:hover{border-bottom-width:0px;}
#module_507903884 .pro-img:hover{border-left-color:transparent;}
#module_507903884 .pro-img:hover{border-left-style:none;}
#module_507903884 .pro-img:hover{border-left-width:0px;}
#module_507903884 .pro-item:hover .pro-name{font-size:16px;}
#module_507903884 .pro-item:hover .pro-name{font-family:;}
#module_507903884 .pro-item:hover .pro-name{color:#fff;}
#module_507903884 .pro-item:hover .pro-name{font-weight:normal;}
#module_507903884 .pro-item:hover .pro-name{text-decoration:none;}
#module_507903884 .pro-item:hover .pro-name{font-style:normal;}
#module_507903884 .pro-item:hover .pro-desc{font-size:12px;}
#module_507903884 .pro-item:hover .pro-desc{font-family:;}
#module_507903884 .pro-item:hover .pro-desc{color:#fff;}
#module_507903884 .pro-item:hover .pro-desc{font-weight:normal;}
#module_507903884 .pro-item:hover .pro-desc{text-decoration:none;}
#module_507903884 .pro-item:hover .pro-desc{font-style:normal;}
#module_507903884 .pro-item:hover .pro-price{font-size:18px;}
#module_507903884 .pro-item:hover .pro-price{font-family:;}
#module_507903884 .pro-item:hover .pro-price{color:#fff;}
#module_507903884 .pro-item:hover .pro-price{font-weight:normal;}
#module_507903884 .pro-item:hover .pro-price{text-decoration:none;}
#module_507903884 .pro-item:hover .pro-price{font-style:normal;}
#module_507903884 .pro-buybtn span:hover{font-size:26px;}
#module_507903884 .pro-buybtn:hover{font-family:;}
#module_507903884 .ModuleProductListGiant.layout-105 .pro-container li:hover .pro-tit .pro-buybtn span{color:#fff;}
#module_507903884 .pro-buybtn:hover{font-weight:normal;}
#module_507903884 .pro-buybtn-pic:hover{text-decoration:none;}
#module_507903884 .pro-buybtn-pic:hover{font-style:normal;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#f10215;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_507903884 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_507903884 .selected-light:hover,#module_507903884 .selected-light.active,#module_507903884 .items-active{font-size:12px;}
#module_507903884 .selected-light:hover,#module_507903884 .selected-light.active,#module_507903884 .items-active{font-family:;}
#module_507903884 .selected-light:hover,#module_507903884 .selected-light.active,#module_507903884 .items-active{color:#f10215;} #module_507903884 .items-active{border-color:#f10215;} #module_507903884 .bean-finish{background:#f10215;}
#module_507903884 .selected-light:hover,#module_507903884 .selected-light.active,#module_507903884 .items-active{}
#module_507903884 .selected-light:hover,#module_507903884 .selected-light.active,#module_507903884 .items-active{}
#module_507903884 .selected-light:hover,#module_507903884 .selected-light.active,#module_507903884 .items-active{}
#module_507903884 .setting-left-bar:hover{background-color:#fafafa;}
#module_507903884 .setting-right-temp ul li:hover, #module_507903884 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_507903884 .choosed-tab .icsmall:hover{color:#999;}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit{font-size:12px;}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit{font-family:;}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit{color:#fff;}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit{}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit{}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit{}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit{background-color:#f10215;}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit, #module_507903884 .pagerGiant .inputer:hover{border-top-color:#f10215;}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit, #module_507903884 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit, #module_507903884 .pagerGiant .inputer:hover{border-bottom-color:#f10215;}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit, #module_507903884 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit, #module_507903884 .pagerGiant .inputer:hover{border-left-color:#f10215;}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit, #module_507903884 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit, #module_507903884 .pagerGiant .inputer:hover{border-right-color:#f10215;}
#module_507903884 .pagerGiant .current, #module_507903884 .pagerGiant .submit, #module_507903884 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_507903884 .page-more a:hover{font-size:16px;}
#module_507903884 .page-more:hover a{font-family:;}
#module_507903884 .page-more a:hover{color:#666 !important;}
#module_507903884 .page-more a:hover {font-weight:normal;}
#module_507903884 .page-more a:hover {text-decoration:none;}
#module_507903884 .page-more a:hover {font-style:normal;}
#module_507903884 .page-more a:hover{background-color:#fff;}
#module_507903884 .page-more a:hover{border-top-color:#eee;}
#module_507903884 .page-more a:hover{border-top-style:solid;}
#module_507903884 .page-more a:hover{border-bottom-color:#eee;}
#module_507903884 .page-more a:hover{border-bottom-style:solid;}
#module_507903884 .page-more a:hover{border-left-color:#eee;}
#module_507903884 .page-more a:hover{border-left-style:solid;}
#module_507903884 .page-more a:hover{border-right-color:#eee;}
#module_507903884 .page-more a:hover{border-right-style:solid;}
.module_9988507903884 .ModuleHead .HeadCenter{float:none;}
#module_9988507903884 {
padding:0px;
}
#module_9988507903884 {
}
#module_9988507903884 .ModuleHead0 {
display:block;
}

#module_9988507903884 .title{font-size:18px;}
#module_9988507903884 .title{font-family:;}
#module_9988507903884 .title{color:#333;}
#module_9988507903884 .title{font-weight:normal;}
#module_9988507903884 .title{text-decoration:none;}
#module_9988507903884 .title{font-style:normal;}
#module_9988507903884 .title{background-color:transparent;}
#module_9988507903884 .title{}
#module_9988507903884 .title{background-repeat:no-repeat;}
#module_9988507903884 .title{background-position:50% 50%;}
#module_9988507903884 .title{background-attachment:scroll;}
#module_9988507903884 .title{}
#module_9988507903884 .title{height:50px;line-height:50px;}
#module_9988507903884 .title{text-align:center;}
#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 .customFormCheckbox,#module_9988507903884 input[type=radio],#module_9988507903884.customFormDatetime,#module_9988507903884 input.input-text-color,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .multi-row-text,#module_9988507903884 .cityval{background-color:#fbfbfb;}
#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 .customFormCheckbox,#module_9988507903884 input[type=radio],#module_9988507903884.customFormDatetime,#module_9988507903884 input.input-text-color,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .multi-row-text,#module_9988507903884 .cityval{border-top-color:#e5e5e5;}
#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 .customFormCheckbox,#module_9988507903884 input[type=radio],#module_9988507903884.customFormDatetime,#module_9988507903884 input.input-text-color,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .multi-row-text,#module_9988507903884 .cityval{border-top-style:solid;}
#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 .customFormCheckbox,#module_9988507903884 input[type=radio],#module_9988507903884.customFormDatetime,#module_9988507903884 input.input-text-color,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .multi-row-text,#module_9988507903884 .cityval{border-top-width:1px;}
#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 .customFormCheckbox,#module_9988507903884 input[type=radio],#module_9988507903884.customFormDatetime,#module_9988507903884 input.input-text-color,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .multi-row-text,#module_9988507903884 .cityval{border-right-color:#e5e5e5;}
#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 .customFormCheckbox,#module_9988507903884 input[type=radio],#module_9988507903884.customFormDatetime,#module_9988507903884 input.input-text-color,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .multi-row-text,#module_9988507903884 .cityval{border-right-style:solid;}
#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 .customFormCheckbox,#module_9988507903884 input[type=radio],#module_9988507903884.customFormDatetime,#module_9988507903884 input.input-text-color,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .multi-row-text,#module_9988507903884 .cityval{border-right-width:1px;}
#module_9988507903884 .smsvcode,#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 .customFormCheckbox,#module_9988507903884 input[type=radio],#module_9988507903884.customFormDatetime,#module_9988507903884 input.input-text-color,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .multi-row-text,#module_9988507903884 .cityval{border-bottom-color:#e5e5e5;}
#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 .customFormCheckbox,#module_9988507903884 input[type=radio],#module_9988507903884.customFormDatetime,#module_9988507903884 input.input-text-color,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .multi-row-text,#module_9988507903884 .cityval{border-bottom-style:solid;}
#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 .customFormCheckbox,#module_9988507903884 input[type=radio],#module_9988507903884.customFormDatetime,#module_9988507903884 input.input-text-color,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .multi-row-text,#module_9988507903884 .cityval{border-bottom-width:1px;}
#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 .customFormCheckbox,#module_9988507903884 input[type=radio],#module_9988507903884.customFormDatetime,#module_9988507903884 input.input-text-color,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .multi-row-text,#module_9988507903884 .cityval{border-left-color:#e5e5e5;}
#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 .customFormCheckbox,#module_9988507903884 input[type=radio],#module_9988507903884.customFormDatetime,#module_9988507903884 input.input-text-color,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .multi-row-text,#module_9988507903884 .cityval{border-left-style:solid;}
#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 .customFormCheckbox,#module_9988507903884 input[type=radio],#module_9988507903884.customFormDatetime,#module_9988507903884 input.input-text-color,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .multi-row-text,#module_9988507903884 .cityval{border-left-width:1px;}
#module_9988507903884 .smsbtn,#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 input.input-text-color,#module_9988507903884.customFormDatetime,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .cityval{border-top-left-radius:0px;}
#module_9988507903884 .smsbtn,#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 input.input-text-color,#module_9988507903884.customFormDatetime,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .cityval{border-top-right-radius:0px;}
#module_9988507903884 .smsbtn,#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 input.input-text-color,#module_9988507903884.customFormDatetime,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .cityval{border-bottom-left-radius:0px;}
#module_9988507903884 .smsbtn,#module_9988507903884 .smsvcode,#module_9988507903884 .frist_item,#module_9988507903884 .VerificationCodeinput,#module_9988507903884 input.input-text-color,#module_9988507903884.customFormDatetime,#module_9988507903884 .Browse-file,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select,#module_9988507903884 .cityval{border-bottom-right-radius:0px;}
#module_9988507903884 .Describ-text-color{font-size:14px;}
#module_9988507903884 .Describ-text-color{font-family:;}
#module_9988507903884 .Describ-text-color{color:#595959;}
#module_9988507903884 .Describ-text-color{font-weight:normal;}
#module_9988507903884 .Describ-text-color{text-decoration:none;}
#module_9988507903884 .Describ-text-color{font-style:normal;}
#module_9988507903884 .smsvcode,#module_9988507903884 .smsbtn,#module_9988507903884 .input-text-color,#module_9988507903884 .cityval{font-size:14px;}
#module_9988507903884 .smsvcode,#module_9988507903884 .smsbtn,#module_9988507903884 .input-text-color,#module_9988507903884 .cityval{font-family:;}
#module_9988507903884 .smsvcode,#module_9988507903884 .input-text-color,#module_9988507903884 .cityval{color:#333;}
#module_9988507903884 .smsvcode,#module_9988507903884 .smsbtn,#module_9988507903884 .input-text-color,#module_9988507903884 .cityval{font-weight:normal;}
#module_9988507903884 .smsvcode,#module_9988507903884 .smsbtn,#module_9988507903884 .input-text-color,#module_9988507903884 .cityval{text-decoration:none;}
#module_9988507903884 .smsvcode,#module_9988507903884 .smsbtn,#module_9988507903884 .input-text-color,#module_9988507903884 .cityval{font-style:normal;}
#module_9988507903884 .smsvaldatebox,#module_9988507903884 .frist_item,#module_9988507903884 input.input-text-color,#module_9988507903884 .customFormDatetime,#module_9988507903884 .pcCitybox select{line-height:38px;height:38px;}
#module_9988507903884 .input-text-color::placeholder,#module_9988507903884 .smsvcode::placeholder{font-size:14px;}
#module_9988507903884 .input-text-color::placeholder,#module_9988507903884 .smsvcode::placeholder{font-family:;}
#module_9988507903884 .input-text-color::placeholder,#module_9988507903884 .smsvcode::placeholder{color:#333;}
#module_9988507903884 .input-text-color::placeholder,#module_9988507903884 .smsvcode::placeholder{font-weight:normal;}
#module_9988507903884 .input-text-color::placeholder,#module_9988507903884 .smsvcode::placeholder{text-decoration:none;}
#module_9988507903884 .input-text-color::placeholder,#module_9988507903884 .smsvcode::placeholder{font-style:normal;}
#module_9988507903884 .submitbtn{font-size:14px;}
#module_9988507903884 .submitbtn{font-family:;}
#module_9988507903884 .submitbtn{color:#fff;}
#module_9988507903884 .submitbtn{font-weight:normal;}
#module_9988507903884 .submitbtn{text-decoration:none;}
#module_9988507903884 .submitbtn{font-style:normal;}
#module_9988507903884 .submitbtn{background-color:#f10215;} #module_9988507903884 input[type=radio]:checked, #module_9988507903884 input[type=checkbox]:checked{background:#f10215;border:1px solid #f10215} 
#module_9988507903884 .submitbtn{}
#module_9988507903884 .submitbtn{background-repeat:no-repeat;}
#module_9988507903884 .submitbtn{background-position:50% 50%;}
#module_9988507903884 .submitbtn{background-attachment:scroll;}
#module_9988507903884 .submitbtn{}
#module_9988507903884 .submitbtnbox{justify-content:flex-start;}
#module_9988507903884 .submitbtn{width:100%;}
#module_9988507903884 .submitbtn{height:40px;line-height:40px;}
#module_9988507903884 .submitbtn{border-top-left-radius:0px;}
#module_9988507903884 .submitbtn{border-top-right-radius:0px;}
#module_9988507903884 .submitbtn{border-bottom-left-radius:0px;}
#module_9988507903884 .submitbtn{border-bottom-right-radius:0px;}
#module_9988507903884 .vcbtn1{background-color:#f10215;}
#module_9988507903884 .vcbtn1{color:#fff;}
#module_9988507903884 .frist_item:hover,#module_9988507903884 .smsvcode:hover, #module_9988507903884 .VerificationCodeinput:hover,#module_9988507903884 .customFormCheckbox:hover,#module_9988507903884 input[type=radio]:hover,#module_9988507903884 input.input-text-color:hover,#module_9988507903884.customFormDatetime:hover,#module_9988507903884 .Browse-file:hover,#module_9988507903884 .customFormDatetime:hover,#module_9988507903884 .pcCitybox select:hover,#module_9988507903884 .multi-row-text:hover,#module_9988507903884 .cityval:hover{border-top-color:#e50b1c;}
#module_9988507903884 .frist_item:hover,#module_9988507903884 .smsvcode:hover, #module_9988507903884 .VerificationCodeinput:hover,#module_9988507903884 .customFormCheckbox:hover,#module_9988507903884 input[type=radio]:hover,#module_9988507903884 input.input-text-color:hover,#module_9988507903884.customFormDatetime:hover,#module_9988507903884 .Browse-file:hover,#module_9988507903884 .customFormDatetime:hover,#module_9988507903884 .pcCitybox select:hover,#module_9988507903884 .multi-row-text:hover,#module_9988507903884 .cityval:hover{border-top-style:solid;}
#module_9988507903884 .frist_item:hover,#module_9988507903884 .smsvcode:hover, #module_9988507903884 .VerificationCodeinput:hover,#module_9988507903884 .customFormCheckbox:hover,#module_9988507903884 input[type=radio]:hover,#module_9988507903884 input.input-text-color:hover,#module_9988507903884.customFormDatetime:hover,#module_9988507903884 .Browse-file:hover,#module_9988507903884 .customFormDatetime:hover,#module_9988507903884 .pcCitybox select:hover,#module_9988507903884 .multi-row-text:hover,#module_9988507903884 .cityval:hover{border-right-color:#e50b1c;}
#module_9988507903884 .frist_item:hover,#module_9988507903884 .smsvcode:hover, #module_9988507903884 .VerificationCodeinput:hover,#module_9988507903884 .customFormCheckbox:hover,#module_9988507903884 input[type=radio]:hover,#module_9988507903884 input.input-text-color:hover,#module_9988507903884.customFormDatetime:hover,#module_9988507903884 .Browse-file:hover,#module_9988507903884 .customFormDatetime:hover,#module_9988507903884 .pcCitybox select:hover,#module_9988507903884 .multi-row-text:hover,#module_9988507903884 .cityval:hover{border-right-style:solid;}
#module_9988507903884 .frist_item:hover,#module_9988507903884 .smsvcode:hover, #module_9988507903884 .VerificationCodeinput:hover,#module_9988507903884 .customFormCheckbox:hover,#module_9988507903884 input[type=radio]:hover,#module_9988507903884 input.input-text-color:hover,#module_9988507903884.customFormDatetime:hover,#module_9988507903884 .Browse-file:hover,#module_9988507903884 .customFormDatetime:hover,#module_9988507903884 .pcCitybox select:hover,#module_9988507903884 .multi-row-text:hover,#module_9988507903884 .cityval:hover{border-bottom-color:#e50b1c;}
#module_9988507903884 .frist_item:hover,#module_9988507903884 .smsvcode:hover, #module_9988507903884 .VerificationCodeinput:hover,#module_9988507903884 .customFormCheckbox:hover,#module_9988507903884 input[type=radio]:hover,#module_9988507903884 input.input-text-color:hover,#module_9988507903884.customFormDatetime:hover,#module_9988507903884 .Browse-file:hover,#module_9988507903884 .customFormDatetime:hover,#module_9988507903884 .pcCitybox select:hover,#module_9988507903884 .multi-row-text:hover,#module_9988507903884 .cityval:hover{border-bottom-style:solid;}
#module_9988507903884 .frist_item:hover,#module_9988507903884 .smsvcode:hover, #module_9988507903884 .VerificationCodeinput:hover,#module_9988507903884 .customFormCheckbox:hover,#module_9988507903884 input[type=radio]:hover,#module_9988507903884 input.input-text-color:hover,#module_9988507903884.customFormDatetime:hover,#module_9988507903884 .Browse-file:hover,#module_9988507903884 .customFormDatetime:hover,#module_9988507903884 .pcCitybox select:hover,#module_9988507903884 .multi-row-text:hover,#module_9988507903884 .cityval:hover{border-left-color:#e50b1c;}
#module_9988507903884 .frist_item:hover,#module_9988507903884 .smsvcode:hover, #module_9988507903884 .VerificationCodeinput:hover,#module_9988507903884 .customFormCheckbox:hover,#module_9988507903884 input[type=radio]:hover,#module_9988507903884 input.input-text-color:hover,#module_9988507903884.customFormDatetime:hover,#module_9988507903884 .Browse-file:hover,#module_9988507903884 .customFormDatetime:hover,#module_9988507903884 .pcCitybox select:hover,#module_9988507903884 .multi-row-text:hover,#module_9988507903884 .cityval:hover{border-left-style:solid;}
#module_9988507903884 .submitbtn:hover{font-size:14px;}
#module_9988507903884 .submitbtn:hover{font-family:;}
#module_9988507903884 .submitbtn:hover{color:#fff;}
#module_9988507903884 .submitbtn:hover{font-weight:normal;}
#module_9988507903884 .submitbtn:hover{text-decoration:none;}
#module_9988507903884 .submitbtn:hover{font-style:normal;}
#module_9988507903884 .submitbtn:hover{background-color:#e50b1c;}
#module_9988507903884 .submitbtn:hover{}
#module_9988507903884 .submitbtn:hover{background-repeat:no-repeat;}
#module_9988507903884 .submitbtn:hover{background-position:50% 50%;}
#module_9988507903884 .submitbtn:hover{background-attachment:scroll;}
#module_9988507903884 .submitbtn:hover{}




.module_505042049 .ModuleHead .HeadCenter{float:none;}
#module_505042049 {
padding:0px;
}
#module_505042049 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505042049 .ModuleHead505042049 {
display:none;
}
#module_505042049 .ModuleHead .HeadText.HeadText505042049 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_505042049 .ModuleHead .HeadCenter.HeadCenter505042049{text-align:left;}
#module_505042049 .ModuleHead .HeadCenter.HeadCenter505042049 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_505042049 .BodyCenter.BodyCenter505042049 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042049 >.module_505042049 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042049 >.module_505042049{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042049 .BodyCenter.BodyCenter505042049 {
padding-top:20px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042049 .BodyCenter.BodyCenter505042049 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042049 >.module_505042049 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042049 >.module_505042049 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_505042049 .ModuleSubContainer{background-color:transparent;}
#module_505042049 .ModuleSubContainer{background-image:none;}
#module_505042049 .ModuleSubContainer{}
#module_505042049 .ModuleSubContainer{}
#module_505042049 .ModuleSubContainer{}
#module_505042049 .ModuleSubContainer{}
#module_505042049 {!bgVideo!}{bgVideoUrl:}
#module_505042049 .gridBgVideo .bgVideoMask{opacity:1}
#module_505042049 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_505042049 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer505042049 {}
.module_505042108 .ModuleHead .HeadCenter{float:none;}
#module_505042108 {
padding:0px;
}
#module_505042108 {
position:static;
z-index:0;
top:-135px;
left:0px;
width:100%;
height: auto;
}
#module_505042108 .ModuleHead505042108 {
display:none;
}

#module_505042108 .ModuleImageTextGiantContent{margin-top:px;}
#module_505042108 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_505042108 .ModuleImageTextGiantContent{margin-left:px;}
#module_505042108 .ModuleImageTextGiantContent{margin-right:px;}
#module_505042108 .imageTextGiant-Container{padding-top:px;}
#module_505042108 .imageTextGiant-Container{padding-bottom:px;}
#module_505042108 .imageTextGiant-Container{padding-left:px;}
#module_505042108 .imageTextGiant-Container{padding-right:px;}
#module_505042108 .showHandle .btn{font-size:px;}
#module_505042108 .showHandle .btn{font-family:;}
#module_505042108 .showHandle .btn{color:;}
#module_505042108 .showHandle .btn{}
#module_505042108 .showHandle .btn{}
#module_505042108 .showHandle .btn{}
#module_505042108 .showHandle div{border-top-color: !important;}
#module_505042108 .showHandle div{border-top-style: !important;}
#module_505042108 .showHandle div{border-top-width:px !important;}
#module_505042108 .showHandle{background-color:;}
#module_505042108 .showHandle{}
#module_505042108 .showHandle{}
#module_505042108 .showHandle{}
#module_505042108 .showHandle{}
#module_505042108 .showHandle{}
#module_505042108 a{font-size:unset;font-family:unset}
.module_505042143 .ModuleHead .HeadCenter{float:none;}
#module_505042143 {
padding:0px;
}
#module_505042143 {
position:static;
z-index:0;
top:23px;
left:0px;
width:100%;
height: auto;
}
#module_505042143 .ModuleHead505042143 {
display:none;
}
#module_505042143 .ModuleHead .HeadText.HeadText505042143 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_505042143 .ModuleHead .HeadCenter.HeadCenter505042143{text-align:left;}
#module_505042143 .ModuleHead .HeadCenter.HeadCenter505042143 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_505042143 .BodyCenter.BodyCenter505042143 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042143 >.module_505042143 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042143 >.module_505042143{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042143 .BodyCenter.BodyCenter505042143 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042143 .BodyCenter.BodyCenter505042143 {
padding-top:8px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042143 >.module_505042143 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042143 >.module_505042143 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_505042143 .ModuleImageTextGiantContent{margin-top:px;}
#module_505042143 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_505042143 .ModuleImageTextGiantContent{margin-left:px;}
#module_505042143 .ModuleImageTextGiantContent{margin-right:px;}
#module_505042143 .imageTextGiant-Container{padding-top:px;}
#module_505042143 .imageTextGiant-Container{padding-bottom:px;}
#module_505042143 .imageTextGiant-Container{padding-left:px;}
#module_505042143 .imageTextGiant-Container{padding-right:px;}
#module_505042143 .showHandle .btn{font-size:px;}
#module_505042143 .showHandle .btn{font-family:;}
#module_505042143 .showHandle .btn{color:;}
#module_505042143 .showHandle .btn{}
#module_505042143 .showHandle .btn{}
#module_505042143 .showHandle .btn{}
#module_505042143 .showHandle div{border-top-color: !important;}
#module_505042143 .showHandle div{border-top-style: !important;}
#module_505042143 .showHandle div{border-top-width:px !important;}
#module_505042143 .showHandle{background-color:;}
#module_505042143 .showHandle{}
#module_505042143 .showHandle{}
#module_505042143 .showHandle{}
#module_505042143 .showHandle{}
#module_505042143 .showHandle{}
#module_505042143 a{font-size:unset;font-family:unset}
.module_507880068 .ModuleHead .HeadCenter{float:none;}
#module_507880068 {
padding:0px;
}
#module_507880068 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_507880068 .ModuleHead507880068 {
display:none;
}
#module_507880068 .BodyCenter.BodyCenter507880068 {
background:none;background-color:rgba(0,0,0,0);
}
#module_507880068 >.module_507880068 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_507880068 >.module_507880068{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_507880068 .BodyCenter.BodyCenter507880068 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507880068 .BodyCenter.BodyCenter507880068 {
padding-top:8.6207%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_507880068 >.module_507880068 {
margin-top:20.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507880068 >.module_507880068 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_507880068 >.module_507880068 {box-shadow: 0px 0px 0px 0px #ccc}
#module_507880068:hover {
border:none;
}
#module_507880068:hover >.module_507880068 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_507880068 .BodyCenter{text-align:left;}
#module_507880068 .moduleButton{font-size:14px;}
#module_507880068 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_507880068 .moduleButton{color:#434242;}
#module_507880068 .moduleButton{font-weight:normal;}
#module_507880068 .moduleButton{text-decoration:none;}
#module_507880068 .moduleButton{font-style:normal;}
#module_507880068 .moduleButton, #module_507880068 .moduleButton:before{background-color:rgba(0, 0, 0, 0);}
#module_507880068 .moduleButton, #module_507880068 .moduleButton:before{background-image:none;}
#module_507880068 .moduleButton, #module_507880068 .moduleButton:before{background-repeat:no-repeat;}
#module_507880068 .moduleButton, #module_507880068 .moduleButton:before{background-position:none;}
#module_507880068 .moduleButton, #module_507880068 .moduleButton:before{background-attachment:none;}
#module_507880068 .moduleButton, #module_507880068 .moduleButton:before{}
#module_507880068 .moduleButton{border-color:transparent;}
#module_507880068 .moduleButton{border-style:solid;}
#module_507880068 .moduleButton{border-width:0px;}
#module_507880068 .moduleButton{border-top-left-radius:0px;}
#module_507880068 .moduleButton{border-top-right-radius:0px;}
#module_507880068 .moduleButton{border-bottom-left-radius:0px;}
#module_507880068 .moduleButton{border-bottom-right-radius:0px;}
#module_507880068 .moduleButton{width:140px;}
#module_507880068 .moduleButton{height:40px;line-height:40px;}
#module_507880068 .BodyCenter{color:#434242;}
#module_507880068 .moduleButton{padding-top:0px;}
#module_507880068 .moduleButton{padding-bottom:0px;}
#module_507880068 .moduleButton{padding-left:0px;}
#module_507880068 .moduleButton{padding-right:0px;}
#module_507880068 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_507880068 .moduleButton .ButtonLineHidden, #module_507880068 .moduleButton .ButtonLine{width:25px;} #module_507880068 .moduleButton:hover .ButtonText{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform: translateX(25px);}
#module_507880068 .moduleButton .ButtonLineHidden, #module_507880068 .moduleButton .ButtonLine, #module_507880068 .moduleButton .Ionios{color:#000;}
#module_507880068 .moduleButton:hover{font-size:14px;}
#module_507880068 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_507880068 .moduleButton:hover{color:#fff;}
#module_507880068 .moduleButton:hover{font-weight:normal;}
#module_507880068 .moduleButton:hover{text-decoration:none;}
#module_507880068 .moduleButton:hover{font-style:normal;}
#module_507880068 .moduleButton:hover, #module_507880068 .moduleButton:hover:before{background-image: unset;background-color:#e50b1c;}
#module_507880068 .moduleButton:hover, #module_507880068 .moduleButton:hover:before{background-image:none;}
#module_507880068 .moduleButton:hover, #module_507880068 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_507880068 .moduleButton:hover, #module_507880068 .moduleButton:hover:before{background-position:none;}
#module_507880068 .moduleButton:hover, #module_507880068 .moduleButton:hover:before{background-attachment:none;}
#module_507880068 .moduleButton:hover, #module_507880068 .moduleButton:hover:before{}
#module_507880068 .moduleButton:hover{border-color:transparent;}
#module_507880068 .moduleButton:hover{border-style:solid;}
#module_507880068 .moduleButton:hover{border-width:0px;}
#module_507880068 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_507880068 .moduleButton:hover .ButtonLineHidden, #module_507880068 .moduleButton:hover .ButtonLine, #module_507880068 .moduleButton:hover .Ionios{color:#fff;}

.module_505042050 .ModuleHead .HeadCenter{float:none;}
#module_505042050 {
padding:0px;
}
#module_505042050 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505042050 .ModuleHead505042050 {
display:none;
}

#module_505042050 .ModuleSubContainer{background-color:transparent;}
#module_505042050 .ModuleSubContainer{}
#module_505042050 .ModuleSubContainer{}
#module_505042050 .ModuleSubContainer{}
#module_505042050 .ModuleSubContainer{}
#module_505042050 .ModuleSubContainer{}
#module_505042050 {!bgVideo!}{bgVideoUrl:}
#module_505042050 .gridBgVideo .bgVideoMask{opacity:1}
#module_505042050 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_505042050 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer505042050 {}
.module_505042087 .ModuleHead .HeadCenter{float:none;}
#module_505042087 {
padding:0px;
}
#module_505042087 {
position:static;
z-index:0;
top:1438px;
left:900px;
width:100%;
height: auto;
}
#module_505042087 .ModuleHead505042087 {
display:none;
}
#module_505042087 .ModuleHead .HeadText.HeadText505042087 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_505042087 .ModuleHead .HeadCenter.HeadCenter505042087{text-align:left;}
#module_505042087 .ModuleHead .HeadCenter.HeadCenter505042087 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_505042087 .BodyCenter.BodyCenter505042087 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042087 >.module_505042087 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042087 >.module_505042087{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042087 .BodyCenter.BodyCenter505042087 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042087 .BodyCenter.BodyCenter505042087 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042087 >.module_505042087 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042087 >.module_505042087 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_505042087 img{border-top-color:transparent;}
#module_505042087 img{border-top-style:none;}
#module_505042087 img{border-top-width:0px;}
#module_505042087 img{border-right-color:transparent;}
#module_505042087 img{border-right-style:none;}
#module_505042087 img{border-right-width:0px;}
#module_505042087 img{border-bottom-color:transparent;}
#module_505042087 img{border-bottom-style:none;}
#module_505042087 img{border-bottom-width:0px;}
#module_505042087 img{border-left-color:transparent;}
#module_505042087 img{border-left-style:none;}
#module_505042087 img{border-left-width:0px;}
#module_505042087 img{border-top-left-radius:0px;}
#module_505042087 img{border-top-right-radius:0px;}
#module_505042087 img{border-bottom-left-radius:0px;}
#module_505042087 img{border-bottom-right-radius:0px;}
#module_505042087 .BodyCenter{text-align: ;}

.module_505042164 .ModuleHead .HeadCenter{float:none;}
#module_505042164 {
padding:0px;
}
#module_505042164 {
position:static;
z-index:0;
top:131px;
left:0px;
width:100%;
height: auto;
}
#module_505042164 .ModuleHead505042164 {
display:none;
}
#module_505042164 .BodyCenter.BodyCenter505042164 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042164 >.module_505042164 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042164 >.module_505042164{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042164 .BodyCenter.BodyCenter505042164 {
padding-top:0.8333%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505042164 .BodyCenter.BodyCenter505042164 {
padding-top:10px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042164 >.module_505042164 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_505042164 >.module_505042164 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_505042164 >.module_505042164 {box-shadow: 0px 0px 0px 0px #ccc}
#module_505042164:hover {
border:none;
}
#module_505042164:hover >.module_505042164 {
border-color:#ccc;
}
#module_505042164:hover >.module_505042164 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_505042164 .videosDiv{background-color:rgba(0,0,0,0.4);}
#module_505042164 .videosDiv{background-image:none;}
#module_505042164 .videosDiv{background-repeat:no-repeat;}
#module_505042164 .videosDiv{}
#module_505042164 .videosDiv{}
#module_505042164 .videosDiv{}
#module_505042164 .videosDiv{border-top-left-radius:8px;}
#module_505042164 .videosDiv{border-top-right-radius:8px;}
#module_505042164 .videosDiv{border-bottom-left-radius:8px;}
#module_505042164 .videosDiv{border-bottom-right-radius:8px;}
#module_505042164 .videosTis {font-size:16px;}  #module_505042164 .videosTis > svg {width:16px; height:16px}
#module_505042164 .videosTis {color:#fff;} #module_505042164 .videosTis > svg {fill:#fff;}
#module_505042164 .videosDiv{padding-top:8px;}
#module_505042164 .videosDiv{padding-bottom:8px;}
#module_505042164 .videosDiv{padding-left:12px;}
#module_505042164 .videosDiv{padding-right:12px;}
#module_505042164 .VRDiv{background-color:rgba(0,0,0,0.4);}
#module_505042164 .VRDiv{background-image:none;}
#module_505042164 .VRDiv{background-repeat:no-repeat;}
#module_505042164 .VRDiv{}
#module_505042164 .VRDiv{}
#module_505042164 .VRDiv{}
#module_505042164 .VRDiv{border-top-left-radius:8px;}
#module_505042164 .VRDiv{border-top-right-radius:8px;}
#module_505042164 .VRDiv{border-bottom-left-radius:8px;}
#module_505042164 .VRDiv{border-bottom-right-radius:8px;}
#module_505042164 .vrIcon  {font-size:16px;}  #module_505042164 .vrIcon  > svg {width:16px; height:16px}
#module_505042164 .vrIcon  {color:#fff;} #module_505042164 .vrIcon  > svg {fill:#fff;}
#module_505042164 .VRDiv{padding-top:8px;}
#module_505042164 .VRDiv{padding-bottom:8px;}
#module_505042164 .VRDiv{padding-left:12px;}
#module_505042164 .VRDiv{padding-right:12px;}
#module_505042164 .VRTipstxt{font-size:14px;}
#module_505042164 .VRTipstxt{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .VRTipstxt{color:#fff;}
#module_505042164 .VRTipstxt{font-weight:normal;}
#module_505042164 .VRTipstxt{text-decoration:none;}
#module_505042164 .VRTipstxt{font-style:normal;}
#module_505042164 .pro-item{margin-bottom:20px; margin-right:20px;} #module_505042164 .pro-container li.col-lg-2{width:calc((100% - 20px) / 2);} #module_505042164 .pro-container li.col-lg-3{width:calc((100% - 20px * 2) / 3);} #module_505042164 .pro-container li.col-lg-4{width:calc((100% - 20px * 3) / 4);} #module_505042164 .pro-container li.col-lg-5{width:calc((100% - 20px * 4) / 5);} #module_505042164 .pro-container li.col-lg-6{width:calc((100% - 20px * 5) / 6);}
#module_505042164 .pro-item{padding-top:0px;}
#module_505042164 .pro-item{padding-bottom:0px;}
#module_505042164 .pro-item{padding-left:0px;}
#module_505042164 .pro-item{padding-right:0px;}
#module_505042164 .pro-item{background-color:#fff;}
#module_505042164 .pro-item{background-image:none;}
#module_505042164 .pro-item{background-repeat:no-repeat;}
#module_505042164 .pro-item{}
#module_505042164 .pro-item{}
#module_505042164 .pro-item{}
#module_505042164 .pro-item{border-top-color:rgb(242, 242, 242);}
#module_505042164 .pro-item{border-top-style:solid;}
#module_505042164 .pro-item{border-top-width:1px;}
#module_505042164 .pro-item{border-right-color:rgb(242, 242, 242);}
#module_505042164 .pro-item{border-right-style:solid;}
#module_505042164 .pro-item{border-right-width:1px;}
#module_505042164 .pro-item{border-bottom-color:rgb(242, 242, 242);}
#module_505042164 .pro-item{border-bottom-style:solid;}
#module_505042164 .pro-item{border-bottom-width:1px;}
#module_505042164 .pro-item{border-left-color:rgb(242, 242, 242);}
#module_505042164 .pro-item{border-left-style:solid;}
#module_505042164 .pro-item{border-left-width:1px;}
#module_505042164 .pro-img .dummy{background-color:transparent;}
#module_505042164 .pro-img .dummy{background-image:none;}
#module_505042164 .pro-img .dummy{background-repeat:no-repeat;}
#module_505042164 .pro-img .dummy{}
#module_505042164 .pro-img .dummy{}
#module_505042164 .pro-img .dummy{}
#module_505042164 .pro-img .dummy{padding-top:100%;}
#module_505042164 .pro-img img{ object-fit:cover;}
#module_505042164 .pro-img img{ width:100%;}
#module_505042164 .pro-img img{ height:100%;}
#module_505042164 .pro-img img{border-radius:0px;}
#module_505042164 .pro-img{border-top-left-radius:0px;}
#module_505042164 .pro-img{border-top-right-radius:0px;}
#module_505042164 .pro-img{border-bottom-left-radius:0px;}
#module_505042164 .pro-img{border-bottom-right-radius:0px;}
#module_505042164 .pro-img{border-top-color:transparent;}
#module_505042164 .pro-img{border-top-style:none;}
#module_505042164 .pro-img{border-top-width:0px;}
#module_505042164 .pro-img{border-right-color:transparent;}
#module_505042164 .pro-img{border-right-style:none;}
#module_505042164 .pro-img{border-right-width:0px;}
#module_505042164 .pro-img{border-bottom-color:transparent;}
#module_505042164 .pro-img{border-bottom-style:none;}
#module_505042164 .pro-img{border-bottom-width:0px;}
#module_505042164 .pro-img{border-left-color:transparent;}
#module_505042164 .pro-img{border-left-style:none;}
#module_505042164 .pro-img{border-left-width:0px;}
#module_505042164 .pro-name{font-size:16px;}
#module_505042164 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .pro-name{color:#000;}
#module_505042164 .pro-name{font-weight:normal;}
#module_505042164 .pro-name{text-decoration:none;}
#module_505042164 .pro-name{font-style:normal;}
#module_505042164 .pro-name{margin-top:0px;}
#module_505042164 .pro-name{margin-bottom:5px;}
#module_505042164 .pro-desc{font-size:12px;}
#module_505042164 .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .pro-desc{color:#666;}
#module_505042164 .pro-desc{font-weight:normal;}
#module_505042164 .pro-desc{text-decoration:none;}
#module_505042164 .pro-desc{font-style:normal;}
#module_505042164 .pro-desc{margin-top:10px;}
#module_505042164 .pro-desc{margin-bottom:15px;}
#module_505042164 .pro-price{font-size:18px;}
#module_505042164 .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .pro-price{color:#f10215;}
#module_505042164 .pro-price{font-weight:normal;}
#module_505042164 .pro-price{text-decoration:none;}
#module_505042164 .pro-price{font-style:normal;}
#module_505042164 .pro-buybtn{color:#ccc;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li,#module_505042164 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_505042164 .choosed-tab, #module_505042164 .setting-screening-criteria{font-size:12px;}
#module_505042164 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .choosed-tab, #module_505042164 .setting-screening-criteria{color:#f10215;}
#module_505042164 .choosed-tab{font-weight:normal;}
#module_505042164 .choosed-tab{text-decoration:initial;}
#module_505042164 .choosed-tab{font-style:normal;}
#module_505042164 .selected-light,#module_505042164 .setting-all, #module_505042164 .setting-left-bar, #module_505042164 .setting-pred-warp .setting-collapse, #module_505042164 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_505042164 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_505042164 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_505042164 .selected-light,#module_505042164 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .selected-light,#module_505042164 .setting-left-bar,#module_505042164 .setting-reset,#module_505042164 .setting-pred-warp .setting-collapse,#module_505042164 .giantroom .btn-more{color:#000;}
#module_505042164 .selected-light{font-weight:normal;}
#module_505042164 .selected-light,#module_505042164 .setting-all{text-decoration:initial;}
#module_505042164 .selected-light,#module_505042164 .setting-all{font-style:normal;}
#module_505042164 .setting-right-temp ul li, #module_505042164 .choosed-tab{border-top-left-radius:2px;}
#module_505042164 .setting-right-temp ul li, #module_505042164 .choosed-tab{border-top-right-radius:2px;}
#module_505042164 .setting-right-temp ul li, #module_505042164 .choosed-tab{border-bottom-left-radius:2px;}
#module_505042164 .setting-right-temp ul li, #module_505042164 .choosed-tab{border-bottom-right-radius:2px;}
#module_505042164 .pred-filter, #module_505042164 .choosed-tab{border-top-color:#d6d6d6;}
#module_505042164 .pred-filter, #module_505042164 .choosed-tab{border-top-style:solid;}
#module_505042164 .pred-filter, #module_505042164 .choosed-tab, #module_505042164 .giantroom .btn-more{border-top-width:1px;} #module_505042164 .giantroom {margin-top: calc(-16px - 1px);}
#module_505042164 .pred-filter, #module_505042164 .choosed-tab, #module_505042164 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_505042164 .pred-filter, #module_505042164 .choosed-tab, #module_505042164 .giantroom .btn-more{border-bottom-style:solid;}
#module_505042164 .pred-filter, #module_505042164 .choosed-tab, #module_505042164 .giantroom .btn-more{border-bottom-width:1px;}
#module_505042164 .pred-filter, #module_505042164 .choosed-tab, #module_505042164 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_505042164 .pred-filter, #module_505042164 .choosed-tab, #module_505042164 .giantroom .btn-more{border-left-style:solid;}
#module_505042164 .pred-filter, #module_505042164 .choosed-tab, #module_505042164 .giantroom .btn-more{border-left-width:1px;}
#module_505042164 .pred-filter, #module_505042164 .choosed-tab, #module_505042164 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_505042164 .pred-filter, #module_505042164 .choosed-tab, #module_505042164 .giantroom .btn-more{border-right-style:solid;}
#module_505042164 .pred-filter, #module_505042164 .choosed-tab, #module_505042164 .giantroom .btn-more{border-right-width:1px;}
#module_505042164 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_505042164 .setting-left-bar{background-color:#fafafa;}
#module_505042164 .setting-left-bar{width:100px}  #module_505042164 .setting-right-temp ul.FilterPc{width: calc( 100% - 100px );}
#module_505042164 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_505042164 .choosed-tab .icsmall{color:#999;}
#module_505042164 .setting-right-temp ul li{margin-right:10px;}
#module_505042164 .pro-paramname{font-size:12px;}
#module_505042164 .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .pro-paramname{color:#666;}
#module_505042164 .pro-paramname{font-weight:normal;}
#module_505042164 .pro-paramname{text-decoration:none;}
#module_505042164 .pro-paramname{font-style:normal;}
#module_505042164 .pro-paramvalue{font-size:12px;}
#module_505042164 .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .pro-paramvalue{color:#666;}
#module_505042164 .pro-paramvalue{font-weight:normal;}
#module_505042164 .pro-paramvalue{text-decoration:none;}
#module_505042164 .pro-paramvalue{font-style:normal;}
#module_505042164 .pro-params{margin-top:15px;}
#module_505042164 .pro-params{margin-right:0px;}
#module_505042164 .pro-params{margin-left:0px;}
#module_505042164 .pro-params{margin-bottom:15px;}
#module_505042164 .pagerGiant .text{font-size:12px;}
#module_505042164 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .pagerGiant .text{color:#333;}
#module_505042164 .pagerGiant .text{font-weight:normal;}
#module_505042164 .pagerGiant .text{text-decoration:initial;}
#module_505042164 .pagerGiant .text{font-style:normal;}
#module_505042164 .pagerGiant .current,#module_505042164 .pagerGiant .num,#module_505042164 .pagerGiant .inputer{width:30px}
#module_505042164 .pagerGiant .current,#module_505042164 .pagerGiant .num,#module_505042164 .pagerGiant .inputer{height:30px}
#module_505042164 .pagerGiant .num{font-size:12px;}
#module_505042164 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .pagerGiant .num{color:#333;}
#module_505042164 .pagerGiant .num{font-weight:normal;}
#module_505042164 .pagerGiant .num{text-decoration:initial;}
#module_505042164 .pagerGiant .num{font-style:normal;}
#module_505042164 .pagerGiant .submit{width:55px}
#module_505042164 .pagerGiant .submit{height:30px}
#module_505042164 .pagerGiant .current,#module_505042164 .pagerGiant .num,#module_505042164 .pagerGiant .inputer,#module_505042164 .pagerGiant .submit{border-top-left-radius:0px;}
#module_505042164 .pagerGiant .current,#module_505042164 .pagerGiant .num,#module_505042164 .pagerGiant .inputer,#module_505042164 .pagerGiant .submit{border-top-right-radius:0px;}
#module_505042164 .pagerGiant .current,#module_505042164 .pagerGiant .num,#module_505042164 .pagerGiant .inputer,#module_505042164 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_505042164 .pagerGiant .current,#module_505042164 .pagerGiant .num,#module_505042164 .pagerGiant .inputer,#module_505042164 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_505042164 .pagerGiant .next,#module_505042164 .pagerGiant .splitline{color:#ccc;}
#module_505042164 .pagerGiant .num{background-color:#fff;}
#module_505042164 .pagerGiant .num, #module_505042164 .pagerGiant .inputer{border-top-color:#ccc;}
#module_505042164 .pagerGiant .num, #module_505042164 .pagerGiant .inputer{border-top-style:solid;}
#module_505042164 .pagerGiant .num, #module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit, #module_505042164 .pagerGiant .inputer{border-top-width:1px;}
#module_505042164 .pagerGiant .num, #module_505042164 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_505042164 .pagerGiant .num, #module_505042164 .pagerGiant .inputer{border-bottom-style:solid;}
#module_505042164 .pagerGiant .num, #module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit, #module_505042164 .pagerGiant .inputer{border-bottom-width:1px;}
#module_505042164 .pagerGiant .num, #module_505042164 .pagerGiant .inputer{border-left-color:#ccc;}
#module_505042164 .pagerGiant .num, #module_505042164 .pagerGiant .inputer{border-left-style:solid;}
#module_505042164 .pagerGiant .num, #module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit, #module_505042164 .pagerGiant .inputer{border-left-width:1px;}
#module_505042164 .pagerGiant .num, #module_505042164 .pagerGiant .inputer{border-right-color:#ccc;}
#module_505042164 .pagerGiant .num, #module_505042164 .pagerGiant .inputer{border-right-style:solid;}
#module_505042164 .pagerGiant .num, #module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit, #module_505042164 .pagerGiant .inputer{border-right-width:1px;}
#module_505042164 .page-more a{font-size:16px;}
#module_505042164 .page-more a{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .page-more a{color:#666 !important;}
#module_505042164 .page-more a{font-weight:normal;}
#module_505042164 .page-more a{text-decoration:none;}
#module_505042164 .page-more a{font-style:normal;}
#module_505042164 .page-more a{background-color:#fff;}
#module_505042164 .page-more a{border-top-color:#eee;}
#module_505042164 .page-more a{border-top-style:solid;}
#module_505042164 .page-more a{border-top-width:2px;}
#module_505042164 .page-more a{border-bottom-color:#eee;}
#module_505042164 .page-more a{border-bottom-style:solid;}
#module_505042164 .page-more a{border-bottom-width:2px;}
#module_505042164 .page-more a{border-left-color:#eee;}
#module_505042164 .page-more a{border-left-style:solid;}
#module_505042164 .page-more a{border-left-width:2px;}
#module_505042164 .page-more a{border-right-color:#eee;}
#module_505042164 .page-more a{border-right-style:solid;}
#module_505042164 .page-more a{border-right-width:2px;}
#module_505042164 .VRDiv:hover{background-color:rgba(0,0,0,0.4);}
#module_505042164 .VRDiv:hover{background-image:none;}
#module_505042164 .VRDiv:hover{background-repeat:no-repeat;}
#module_505042164 .VRDiv:hover{}
#module_505042164 .VRDiv:hover{}
#module_505042164 .VRDiv:hover{}
#module_505042164 .VRDiv:hover .vrIcon  {font-size:16px;}  #module_505042164 .VRDiv:hover .vrIcon  > svg {width:16px; height:16px}
#module_505042164 .VRDiv:hover .vrIcon  {color:#fff;} #module_505042164 .VRDiv:hover .vrIcon  > svg {fill:#fff;}
#module_505042164 .videosDiv:hover{background-color:rgba(0,0,0,0.4);}
#module_505042164 .videosDiv:hover{background-image:none;}
#module_505042164 .videosDiv:hover{background-repeat:no-repeat;}
#module_505042164 .videosDiv:hover{}
#module_505042164 .videosDiv:hover{}
#module_505042164 .videosDiv:hover{}
#module_505042164 .videosDiv:hover .videosTis {font-size:16px;} #module_505042164 .videosDiv:hover .videosTis > svg {width:16px; height:16px}
#module_505042164 .videosDiv:hover .videosTis {color:#fff;} #module_505042164 .videosDiv:hover .videosTis > svg {fill:#fff;}
#module_505042164 .pro-item:hover .pro-paramname{font-size:12px;}
#module_505042164 .pro-item:hover .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .pro-item:hover .pro-paramname{color:#fff;}
#module_505042164 .pro-paramname:hover{font-weight:normal;}
#module_505042164 .pro-item:hover .pro-paramname{text-decoration:none;}
#module_505042164 .pro-paramname:hover{font-style:normal;}
#module_505042164 .pro-item:hover .pro-paramvalue{font-size:12px;}
#module_505042164 .pro-item:hover .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .pro-item:hover .pro-paramvalue,#module_505042164 .pro-item:hover .param{color:#fff;}
#module_505042164 .pro-item:hover .pro-paramvalue{font-weight:normal;}
#module_505042164 .pro-item:hover .pro-paramvalue{text-decoration:none;}
#module_505042164 .pro-item:hover .pro-paramvalue{font-style:normal;}
#module_505042164 .pro-item:hover{background-color:rgb(192, 0, 0);}
#module_505042164 .pro-item:hover{background-image:none;}
#module_505042164 .pro-item:hover{background-repeat:no-repeat;}
#module_505042164 .pro-item:hover{}
#module_505042164 .pro-item:hover{}
#module_505042164 .pro-item:hover{}
#module_505042164 .pro-item:hover{border-top-color:#f10215;}
#module_505042164 .pro-item:hover{border-top-style:solid;}
#module_505042164 .pro-item:hover{border-right-color:#f10215;}
#module_505042164 .pro-item:hover{border-right-style:solid;}
#module_505042164 .pro-item:hover{border-bottom-color:#f10215;}
#module_505042164 .pro-item:hover{border-bottom-style:solid;}
#module_505042164 .pro-item:hover{border-left-color:#f10215;}
#module_505042164 .pro-item:hover{border-left-style:solid;}
#module_505042164 .pro-img:hover{background-color:transparent;}
#module_505042164 .pro-img:hover{}
#module_505042164 .pro-img:hover{background-repeat:no-repeat;}
#module_505042164 .pro-img:hover{}
#module_505042164 .pro-img:hover{}
#module_505042164 .pro-img:hover{}
#module_505042164 .pro-img:hover{border-top-left-radius:0px;}
#module_505042164 .pro-img:hover{border-top-right-radius:0px;}
#module_505042164 .pro-img:hover{border-bottom-left-radius:0px;}
#module_505042164 .pro-img:hover{border-bottom-right-radius:0px;}
#module_505042164 .pro-img:hover{border-top-color:transparent;}
#module_505042164 .pro-img:hover{border-top-style:none;}
#module_505042164 .pro-img:hover{border-top-width:0px;}
#module_505042164 .pro-img:hover{border-right-color:transparent;}
#module_505042164 .pro-img:hover{border-right-style:none;}
#module_505042164 .pro-img:hover{border-right-width:0px;}
#module_505042164 .pro-img:hover{border-bottom-color:transparent;}
#module_505042164 .pro-img:hover{border-bottom-style:none;}
#module_505042164 .pro-img:hover{border-bottom-width:0px;}
#module_505042164 .pro-img:hover{border-left-color:transparent;}
#module_505042164 .pro-img:hover{border-left-style:none;}
#module_505042164 .pro-img:hover{border-left-width:0px;}
#module_505042164 .pro-item:hover .pro-name{font-size:16px;}
#module_505042164 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .pro-item:hover .pro-name{color:#fff;}
#module_505042164 .pro-item:hover .pro-name{font-weight:normal;}
#module_505042164 .pro-item:hover .pro-name{text-decoration:none;}
#module_505042164 .pro-item:hover .pro-name{font-style:normal;}
#module_505042164 .pro-item:hover .pro-desc{font-size:12px;}
#module_505042164 .pro-item:hover .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .pro-item:hover .pro-desc{color:#fff;}
#module_505042164 .pro-item:hover .pro-desc{font-weight:normal;}
#module_505042164 .pro-item:hover .pro-desc{text-decoration:none;}
#module_505042164 .pro-item:hover .pro-desc{font-style:normal;}
#module_505042164 .pro-item:hover .pro-price{font-size:18px;}
#module_505042164 .pro-item:hover .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .pro-item:hover .pro-price{color:#fff;}
#module_505042164 .pro-item:hover .pro-price{font-weight:normal;}
#module_505042164 .pro-item:hover .pro-price{text-decoration:none;}
#module_505042164 .pro-item:hover .pro-price{font-style:normal;}
#module_505042164 .pro-buybtn span:hover{font-size:26px;}
#module_505042164 .pro-buybtn:hover{font-family:;}
#module_505042164 .ModuleProductListGiant.layout-105 .pro-container li:hover .pro-tit .pro-buybtn span{color:#fff;}
#module_505042164 .pro-buybtn:hover{font-weight:normal;}
#module_505042164 .pro-buybtn-pic:hover{text-decoration:none;}
#module_505042164 .pro-buybtn-pic:hover{font-style:normal;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#f10215;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042164 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_505042164 .selected-light:hover,#module_505042164 .selected-light.active,#module_505042164 .items-active{font-size:12px;}
#module_505042164 .selected-light:hover,#module_505042164 .selected-light.active,#module_505042164 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .selected-light:hover,#module_505042164 .selected-light.active,#module_505042164 .items-active{color:#f10215;} #module_505042164 .items-active{border-color:#f10215;} #module_505042164 .bean-finish{background:#f10215;}
#module_505042164 .selected-light:hover,#module_505042164 .selected-light.active,#module_505042164 .items-active{font-weight:normal;}
#module_505042164 .selected-light:hover,#module_505042164 .selected-light.active,#module_505042164 .items-active{text-decoration:initial;}
#module_505042164 .selected-light:hover,#module_505042164 .selected-light.active,#module_505042164 .items-active{font-style:normal;}
#module_505042164 .setting-left-bar:hover{background-color:#fafafa;}
#module_505042164 .setting-right-temp ul li:hover, #module_505042164 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_505042164 .choosed-tab .icsmall:hover{color:#999;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit{font-size:12px;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit{color:#fff;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit{font-weight:normal;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit{text-decoration:initial;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit{font-style:normal;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit{background-color:#f10215;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit, #module_505042164 .pagerGiant .inputer:hover{border-top-color:#f10215;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit, #module_505042164 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit, #module_505042164 .pagerGiant .inputer:hover{border-bottom-color:#f10215;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit, #module_505042164 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit, #module_505042164 .pagerGiant .inputer:hover{border-left-color:#f10215;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit, #module_505042164 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit, #module_505042164 .pagerGiant .inputer:hover{border-right-color:#f10215;}
#module_505042164 .pagerGiant .current, #module_505042164 .pagerGiant .submit, #module_505042164 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_505042164 .page-more a:hover{font-size:16px;}
#module_505042164 .page-more:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_505042164 .page-more a:hover{color:#666 !important;}
#module_505042164 .page-more a:hover {font-weight:normal;}
#module_505042164 .page-more a:hover {text-decoration:none;}
#module_505042164 .page-more a:hover {font-style:normal;}
#module_505042164 .page-more a:hover{background-color:#fff;}
#module_505042164 .page-more a:hover{border-top-color:#eee;}
#module_505042164 .page-more a:hover{border-top-style:solid;}
#module_505042164 .page-more a:hover{border-bottom-color:#eee;}
#module_505042164 .page-more a:hover{border-bottom-style:solid;}
#module_505042164 .page-more a:hover{border-left-color:#eee;}
#module_505042164 .page-more a:hover{border-left-style:solid;}
#module_505042164 .page-more a:hover{border-right-color:#eee;}
#module_505042164 .page-more a:hover{border-right-style:solid;}
.module_9988505042164 .ModuleHead .HeadCenter{float:none;}
#module_9988505042164 {
padding:0px;
}
#module_9988505042164 {
}
#module_9988505042164 .ModuleHead0 {
display:block;
}

#module_9988505042164 .title{font-size:18px;}
#module_9988505042164 .title{font-family:;}
#module_9988505042164 .title{color:#333;}
#module_9988505042164 .title{font-weight:normal;}
#module_9988505042164 .title{text-decoration:none;}
#module_9988505042164 .title{font-style:normal;}
#module_9988505042164 .title{background-color:transparent;}
#module_9988505042164 .title{}
#module_9988505042164 .title{background-repeat:no-repeat;}
#module_9988505042164 .title{background-position:50% 50%;}
#module_9988505042164 .title{background-attachment:scroll;}
#module_9988505042164 .title{}
#module_9988505042164 .title{height:50px;line-height:50px;}
#module_9988505042164 .title{text-align:center;}
#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 .customFormCheckbox,#module_9988505042164 input[type=radio],#module_9988505042164.customFormDatetime,#module_9988505042164 input.input-text-color,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .multi-row-text,#module_9988505042164 .cityval{background-color:#fbfbfb;}
#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 .customFormCheckbox,#module_9988505042164 input[type=radio],#module_9988505042164.customFormDatetime,#module_9988505042164 input.input-text-color,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .multi-row-text,#module_9988505042164 .cityval{border-top-color:#e5e5e5;}
#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 .customFormCheckbox,#module_9988505042164 input[type=radio],#module_9988505042164.customFormDatetime,#module_9988505042164 input.input-text-color,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .multi-row-text,#module_9988505042164 .cityval{border-top-style:solid;}
#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 .customFormCheckbox,#module_9988505042164 input[type=radio],#module_9988505042164.customFormDatetime,#module_9988505042164 input.input-text-color,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .multi-row-text,#module_9988505042164 .cityval{border-top-width:1px;}
#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 .customFormCheckbox,#module_9988505042164 input[type=radio],#module_9988505042164.customFormDatetime,#module_9988505042164 input.input-text-color,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .multi-row-text,#module_9988505042164 .cityval{border-right-color:#e5e5e5;}
#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 .customFormCheckbox,#module_9988505042164 input[type=radio],#module_9988505042164.customFormDatetime,#module_9988505042164 input.input-text-color,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .multi-row-text,#module_9988505042164 .cityval{border-right-style:solid;}
#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 .customFormCheckbox,#module_9988505042164 input[type=radio],#module_9988505042164.customFormDatetime,#module_9988505042164 input.input-text-color,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .multi-row-text,#module_9988505042164 .cityval{border-right-width:1px;}
#module_9988505042164 .smsvcode,#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 .customFormCheckbox,#module_9988505042164 input[type=radio],#module_9988505042164.customFormDatetime,#module_9988505042164 input.input-text-color,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .multi-row-text,#module_9988505042164 .cityval{border-bottom-color:#e5e5e5;}
#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 .customFormCheckbox,#module_9988505042164 input[type=radio],#module_9988505042164.customFormDatetime,#module_9988505042164 input.input-text-color,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .multi-row-text,#module_9988505042164 .cityval{border-bottom-style:solid;}
#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 .customFormCheckbox,#module_9988505042164 input[type=radio],#module_9988505042164.customFormDatetime,#module_9988505042164 input.input-text-color,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .multi-row-text,#module_9988505042164 .cityval{border-bottom-width:1px;}
#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 .customFormCheckbox,#module_9988505042164 input[type=radio],#module_9988505042164.customFormDatetime,#module_9988505042164 input.input-text-color,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .multi-row-text,#module_9988505042164 .cityval{border-left-color:#e5e5e5;}
#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 .customFormCheckbox,#module_9988505042164 input[type=radio],#module_9988505042164.customFormDatetime,#module_9988505042164 input.input-text-color,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .multi-row-text,#module_9988505042164 .cityval{border-left-style:solid;}
#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 .customFormCheckbox,#module_9988505042164 input[type=radio],#module_9988505042164.customFormDatetime,#module_9988505042164 input.input-text-color,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .multi-row-text,#module_9988505042164 .cityval{border-left-width:1px;}
#module_9988505042164 .smsbtn,#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 input.input-text-color,#module_9988505042164.customFormDatetime,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .cityval{border-top-left-radius:0px;}
#module_9988505042164 .smsbtn,#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 input.input-text-color,#module_9988505042164.customFormDatetime,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .cityval{border-top-right-radius:0px;}
#module_9988505042164 .smsbtn,#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 input.input-text-color,#module_9988505042164.customFormDatetime,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .cityval{border-bottom-left-radius:0px;}
#module_9988505042164 .smsbtn,#module_9988505042164 .smsvcode,#module_9988505042164 .frist_item,#module_9988505042164 .VerificationCodeinput,#module_9988505042164 input.input-text-color,#module_9988505042164.customFormDatetime,#module_9988505042164 .Browse-file,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select,#module_9988505042164 .cityval{border-bottom-right-radius:0px;}
#module_9988505042164 .Describ-text-color{font-size:14px;}
#module_9988505042164 .Describ-text-color{font-family:;}
#module_9988505042164 .Describ-text-color{color:#595959;}
#module_9988505042164 .Describ-text-color{font-weight:normal;}
#module_9988505042164 .Describ-text-color{text-decoration:none;}
#module_9988505042164 .Describ-text-color{font-style:normal;}
#module_9988505042164 .smsvcode,#module_9988505042164 .smsbtn,#module_9988505042164 .input-text-color,#module_9988505042164 .cityval{font-size:14px;}
#module_9988505042164 .smsvcode,#module_9988505042164 .smsbtn,#module_9988505042164 .input-text-color,#module_9988505042164 .cityval{font-family:;}
#module_9988505042164 .smsvcode,#module_9988505042164 .input-text-color,#module_9988505042164 .cityval{color:#333;}
#module_9988505042164 .smsvcode,#module_9988505042164 .smsbtn,#module_9988505042164 .input-text-color,#module_9988505042164 .cityval{font-weight:normal;}
#module_9988505042164 .smsvcode,#module_9988505042164 .smsbtn,#module_9988505042164 .input-text-color,#module_9988505042164 .cityval{text-decoration:none;}
#module_9988505042164 .smsvcode,#module_9988505042164 .smsbtn,#module_9988505042164 .input-text-color,#module_9988505042164 .cityval{font-style:normal;}
#module_9988505042164 .smsvaldatebox,#module_9988505042164 .frist_item,#module_9988505042164 input.input-text-color,#module_9988505042164 .customFormDatetime,#module_9988505042164 .pcCitybox select{line-height:38px;height:38px;}
#module_9988505042164 .input-text-color::placeholder,#module_9988505042164 .smsvcode::placeholder{font-size:14px;}
#module_9988505042164 .input-text-color::placeholder,#module_9988505042164 .smsvcode::placeholder{font-family:;}
#module_9988505042164 .input-text-color::placeholder,#module_9988505042164 .smsvcode::placeholder{color:#333;}
#module_9988505042164 .input-text-color::placeholder,#module_9988505042164 .smsvcode::placeholder{font-weight:normal;}
#module_9988505042164 .input-text-color::placeholder,#module_9988505042164 .smsvcode::placeholder{text-decoration:none;}
#module_9988505042164 .input-text-color::placeholder,#module_9988505042164 .smsvcode::placeholder{font-style:normal;}
#module_9988505042164 .submitbtn{font-size:14px;}
#module_9988505042164 .submitbtn{font-family:;}
#module_9988505042164 .submitbtn{color:#fff;}
#module_9988505042164 .submitbtn{font-weight:normal;}
#module_9988505042164 .submitbtn{text-decoration:none;}
#module_9988505042164 .submitbtn{font-style:normal;}
#module_9988505042164 .submitbtn{background-color:#f10215;} #module_9988505042164 input[type=radio]:checked, #module_9988505042164 input[type=checkbox]:checked{background:#f10215;border:1px solid #f10215} 
#module_9988505042164 .submitbtn{}
#module_9988505042164 .submitbtn{background-repeat:no-repeat;}
#module_9988505042164 .submitbtn{background-position:50% 50%;}
#module_9988505042164 .submitbtn{background-attachment:scroll;}
#module_9988505042164 .submitbtn{}
#module_9988505042164 .submitbtnbox{justify-content:flex-start;}
#module_9988505042164 .submitbtn{width:100%;}
#module_9988505042164 .submitbtn{height:40px;line-height:40px;}
#module_9988505042164 .submitbtn{border-top-left-radius:0px;}
#module_9988505042164 .submitbtn{border-top-right-radius:0px;}
#module_9988505042164 .submitbtn{border-bottom-left-radius:0px;}
#module_9988505042164 .submitbtn{border-bottom-right-radius:0px;}
#module_9988505042164 .vcbtn1{background-color:#f10215;}
#module_9988505042164 .vcbtn1{color:#fff;}
#module_9988505042164 .frist_item:hover,#module_9988505042164 .smsvcode:hover, #module_9988505042164 .VerificationCodeinput:hover,#module_9988505042164 .customFormCheckbox:hover,#module_9988505042164 input[type=radio]:hover,#module_9988505042164 input.input-text-color:hover,#module_9988505042164.customFormDatetime:hover,#module_9988505042164 .Browse-file:hover,#module_9988505042164 .customFormDatetime:hover,#module_9988505042164 .pcCitybox select:hover,#module_9988505042164 .multi-row-text:hover,#module_9988505042164 .cityval:hover{border-top-color:#e50b1c;}
#module_9988505042164 .frist_item:hover,#module_9988505042164 .smsvcode:hover, #module_9988505042164 .VerificationCodeinput:hover,#module_9988505042164 .customFormCheckbox:hover,#module_9988505042164 input[type=radio]:hover,#module_9988505042164 input.input-text-color:hover,#module_9988505042164.customFormDatetime:hover,#module_9988505042164 .Browse-file:hover,#module_9988505042164 .customFormDatetime:hover,#module_9988505042164 .pcCitybox select:hover,#module_9988505042164 .multi-row-text:hover,#module_9988505042164 .cityval:hover{border-top-style:solid;}
#module_9988505042164 .frist_item:hover,#module_9988505042164 .smsvcode:hover, #module_9988505042164 .VerificationCodeinput:hover,#module_9988505042164 .customFormCheckbox:hover,#module_9988505042164 input[type=radio]:hover,#module_9988505042164 input.input-text-color:hover,#module_9988505042164.customFormDatetime:hover,#module_9988505042164 .Browse-file:hover,#module_9988505042164 .customFormDatetime:hover,#module_9988505042164 .pcCitybox select:hover,#module_9988505042164 .multi-row-text:hover,#module_9988505042164 .cityval:hover{border-right-color:#e50b1c;}
#module_9988505042164 .frist_item:hover,#module_9988505042164 .smsvcode:hover, #module_9988505042164 .VerificationCodeinput:hover,#module_9988505042164 .customFormCheckbox:hover,#module_9988505042164 input[type=radio]:hover,#module_9988505042164 input.input-text-color:hover,#module_9988505042164.customFormDatetime:hover,#module_9988505042164 .Browse-file:hover,#module_9988505042164 .customFormDatetime:hover,#module_9988505042164 .pcCitybox select:hover,#module_9988505042164 .multi-row-text:hover,#module_9988505042164 .cityval:hover{border-right-style:solid;}
#module_9988505042164 .frist_item:hover,#module_9988505042164 .smsvcode:hover, #module_9988505042164 .VerificationCodeinput:hover,#module_9988505042164 .customFormCheckbox:hover,#module_9988505042164 input[type=radio]:hover,#module_9988505042164 input.input-text-color:hover,#module_9988505042164.customFormDatetime:hover,#module_9988505042164 .Browse-file:hover,#module_9988505042164 .customFormDatetime:hover,#module_9988505042164 .pcCitybox select:hover,#module_9988505042164 .multi-row-text:hover,#module_9988505042164 .cityval:hover{border-bottom-color:#e50b1c;}
#module_9988505042164 .frist_item:hover,#module_9988505042164 .smsvcode:hover, #module_9988505042164 .VerificationCodeinput:hover,#module_9988505042164 .customFormCheckbox:hover,#module_9988505042164 input[type=radio]:hover,#module_9988505042164 input.input-text-color:hover,#module_9988505042164.customFormDatetime:hover,#module_9988505042164 .Browse-file:hover,#module_9988505042164 .customFormDatetime:hover,#module_9988505042164 .pcCitybox select:hover,#module_9988505042164 .multi-row-text:hover,#module_9988505042164 .cityval:hover{border-bottom-style:solid;}
#module_9988505042164 .frist_item:hover,#module_9988505042164 .smsvcode:hover, #module_9988505042164 .VerificationCodeinput:hover,#module_9988505042164 .customFormCheckbox:hover,#module_9988505042164 input[type=radio]:hover,#module_9988505042164 input.input-text-color:hover,#module_9988505042164.customFormDatetime:hover,#module_9988505042164 .Browse-file:hover,#module_9988505042164 .customFormDatetime:hover,#module_9988505042164 .pcCitybox select:hover,#module_9988505042164 .multi-row-text:hover,#module_9988505042164 .cityval:hover{border-left-color:#e50b1c;}
#module_9988505042164 .frist_item:hover,#module_9988505042164 .smsvcode:hover, #module_9988505042164 .VerificationCodeinput:hover,#module_9988505042164 .customFormCheckbox:hover,#module_9988505042164 input[type=radio]:hover,#module_9988505042164 input.input-text-color:hover,#module_9988505042164.customFormDatetime:hover,#module_9988505042164 .Browse-file:hover,#module_9988505042164 .customFormDatetime:hover,#module_9988505042164 .pcCitybox select:hover,#module_9988505042164 .multi-row-text:hover,#module_9988505042164 .cityval:hover{border-left-style:solid;}
#module_9988505042164 .submitbtn:hover{font-size:14px;}
#module_9988505042164 .submitbtn:hover{font-family:;}
#module_9988505042164 .submitbtn:hover{color:#fff;}
#module_9988505042164 .submitbtn:hover{font-weight:normal;}
#module_9988505042164 .submitbtn:hover{text-decoration:none;}
#module_9988505042164 .submitbtn:hover{font-style:normal;}
#module_9988505042164 .submitbtn:hover{background-color:#e50b1c;}
#module_9988505042164 .submitbtn:hover{}
#module_9988505042164 .submitbtn:hover{background-repeat:no-repeat;}
#module_9988505042164 .submitbtn:hover{background-position:50% 50%;}
#module_9988505042164 .submitbtn:hover{background-attachment:scroll;}
#module_9988505042164 .submitbtn:hover{}


.module_505042051 .ModuleHead .HeadCenter{float:none;}
#module_505042051 {
padding:0px;
}
#module_505042051 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505042051 .ModuleHead505042051 {
display:none;
}

#module_505042051 .ModuleSubContainer{background-color:transparent;}
#module_505042051 .ModuleSubContainer{}
#module_505042051 .ModuleSubContainer{}
#module_505042051 .ModuleSubContainer{}
#module_505042051 .ModuleSubContainer{}
#module_505042051 .ModuleSubContainer{}
#module_505042051 {!bgVideo!}{bgVideoUrl:}
#module_505042051 .gridBgVideo .bgVideoMask{opacity:1}
#module_505042051 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_505042051 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer505042051 {}
.module_505042110 .ModuleHead .HeadCenter{float:none;}
#module_505042110 {
padding:0px;
}
#module_505042110 {
position:static;
z-index:0;
top:-136px;
left:0px;
width:100%;
height: auto;
}
#module_505042110 .ModuleHead505042110 {
display:none;
}

#module_505042110 .ModuleImageTextGiantContent{margin-top:px;}
#module_505042110 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_505042110 .ModuleImageTextGiantContent{margin-left:px;}
#module_505042110 .ModuleImageTextGiantContent{margin-right:px;}
#module_505042110 .imageTextGiant-Container{padding-top:px;}
#module_505042110 .imageTextGiant-Container{padding-bottom:px;}
#module_505042110 .imageTextGiant-Container{padding-left:px;}
#module_505042110 .imageTextGiant-Container{padding-right:px;}
#module_505042110 .showHandle .btn{font-size:px;}
#module_505042110 .showHandle .btn{font-family:;}
#module_505042110 .showHandle .btn{color:;}
#module_505042110 .showHandle .btn{}
#module_505042110 .showHandle .btn{}
#module_505042110 .showHandle .btn{}
#module_505042110 .showHandle div{border-top-color: !important;}
#module_505042110 .showHandle div{border-top-style: !important;}
#module_505042110 .showHandle div{border-top-width:px !important;}
#module_505042110 .showHandle{background-color:;}
#module_505042110 .showHandle{}
#module_505042110 .showHandle{}
#module_505042110 .showHandle{}
#module_505042110 .showHandle{}
#module_505042110 .showHandle{}
#module_505042110 a{font-size:unset;font-family:unset}
.module_505042144 .ModuleHead .HeadCenter{float:none;}
#module_505042144 {
padding:0px;
}
#module_505042144 {
position:static;
z-index:0;
top:16px;
left:0px;
width:100%;
height: auto;
}
#module_505042144 .ModuleHead505042144 {
display:none;
}
#module_505042144 .ModuleHead .HeadText.HeadText505042144 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_505042144 .ModuleHead .HeadCenter.HeadCenter505042144{text-align:left;}
#module_505042144 .ModuleHead .HeadCenter.HeadCenter505042144 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_505042144 .BodyCenter.BodyCenter505042144 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042144 >.module_505042144 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042144 >.module_505042144{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042144 .BodyCenter.BodyCenter505042144 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042144 .BodyCenter.BodyCenter505042144 {
padding-top:8px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042144 >.module_505042144 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042144 >.module_505042144 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_505042144 .ModuleImageTextGiantContent{margin-top:px;}
#module_505042144 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_505042144 .ModuleImageTextGiantContent{margin-left:px;}
#module_505042144 .ModuleImageTextGiantContent{margin-right:px;}
#module_505042144 .imageTextGiant-Container{padding-top:px;}
#module_505042144 .imageTextGiant-Container{padding-bottom:px;}
#module_505042144 .imageTextGiant-Container{padding-left:px;}
#module_505042144 .imageTextGiant-Container{padding-right:px;}
#module_505042144 .showHandle .btn{font-size:px;}
#module_505042144 .showHandle .btn{font-family:;}
#module_505042144 .showHandle .btn{color:;}
#module_505042144 .showHandle .btn{}
#module_505042144 .showHandle .btn{}
#module_505042144 .showHandle .btn{}
#module_505042144 .showHandle div{border-top-color: !important;}
#module_505042144 .showHandle div{border-top-style: !important;}
#module_505042144 .showHandle div{border-top-width:px !important;}
#module_505042144 .showHandle{background-color:;}
#module_505042144 .showHandle{}
#module_505042144 .showHandle{}
#module_505042144 .showHandle{}
#module_505042144 .showHandle{}
#module_505042144 .showHandle{}
#module_505042144 a{font-size:unset;font-family:unset}
.module_507880127 .ModuleHead .HeadCenter{float:none;}
#module_507880127 {
padding:0px;
}
#module_507880127 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_507880127 .ModuleHead507880127 {
display:none;
}
#module_507880127 .BodyCenter.BodyCenter507880127 {
background:none;background-color:rgba(0,0,0,0);
}
#module_507880127 >.module_507880127 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_507880127 >.module_507880127{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_507880127 .BodyCenter.BodyCenter507880127 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507880127 .BodyCenter.BodyCenter507880127 {
padding-top:8.6207%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_507880127 >.module_507880127 {
margin-top:20.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507880127 >.module_507880127 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_507880127 >.module_507880127 {box-shadow: 0px 0px 0px 0px #ccc}
#module_507880127:hover {
border:none;
}
#module_507880127:hover >.module_507880127 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_507880127 .BodyCenter{text-align:left;}
#module_507880127 .moduleButton{font-size:14px;}
#module_507880127 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_507880127 .moduleButton{color:#434242;}
#module_507880127 .moduleButton{font-weight:normal;}
#module_507880127 .moduleButton{text-decoration:none;}
#module_507880127 .moduleButton{font-style:normal;}
#module_507880127 .moduleButton, #module_507880127 .moduleButton:before{background-color:rgba(0, 0, 0, 0);}
#module_507880127 .moduleButton, #module_507880127 .moduleButton:before{background-image:none;}
#module_507880127 .moduleButton, #module_507880127 .moduleButton:before{background-repeat:no-repeat;}
#module_507880127 .moduleButton, #module_507880127 .moduleButton:before{background-position:none;}
#module_507880127 .moduleButton, #module_507880127 .moduleButton:before{background-attachment:none;}
#module_507880127 .moduleButton, #module_507880127 .moduleButton:before{}
#module_507880127 .moduleButton{border-color:transparent;}
#module_507880127 .moduleButton{border-style:solid;}
#module_507880127 .moduleButton{border-width:0px;}
#module_507880127 .moduleButton{border-top-left-radius:0px;}
#module_507880127 .moduleButton{border-top-right-radius:0px;}
#module_507880127 .moduleButton{border-bottom-left-radius:0px;}
#module_507880127 .moduleButton{border-bottom-right-radius:0px;}
#module_507880127 .moduleButton{width:140px;}
#module_507880127 .moduleButton{height:40px;line-height:40px;}
#module_507880127 .BodyCenter{color:#434242;}
#module_507880127 .moduleButton{padding-top:0px;}
#module_507880127 .moduleButton{padding-bottom:1px;}
#module_507880127 .moduleButton{padding-left:0px;}
#module_507880127 .moduleButton{padding-right:0px;}
#module_507880127 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_507880127 .moduleButton .ButtonLineHidden, #module_507880127 .moduleButton .ButtonLine{width:25px;} #module_507880127 .moduleButton:hover .ButtonText{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform: translateX(25px);}
#module_507880127 .moduleButton .ButtonLineHidden, #module_507880127 .moduleButton .ButtonLine, #module_507880127 .moduleButton .Ionios{color:#000;}
#module_507880127 .moduleButton:hover{font-size:14px;}
#module_507880127 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_507880127 .moduleButton:hover{color:#fff;}
#module_507880127 .moduleButton:hover{font-weight:normal;}
#module_507880127 .moduleButton:hover{text-decoration:none;}
#module_507880127 .moduleButton:hover{font-style:normal;}
#module_507880127 .moduleButton:hover, #module_507880127 .moduleButton:hover:before{background-image: unset;background-color:#e50b1c;}
#module_507880127 .moduleButton:hover, #module_507880127 .moduleButton:hover:before{background-image:none;}
#module_507880127 .moduleButton:hover, #module_507880127 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_507880127 .moduleButton:hover, #module_507880127 .moduleButton:hover:before{background-position:none;}
#module_507880127 .moduleButton:hover, #module_507880127 .moduleButton:hover:before{background-attachment:none;}
#module_507880127 .moduleButton:hover, #module_507880127 .moduleButton:hover:before{}
#module_507880127 .moduleButton:hover{border-color:transparent;}
#module_507880127 .moduleButton:hover{border-style:solid;}
#module_507880127 .moduleButton:hover{border-width:0px;}
#module_507880127 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_507880127 .moduleButton:hover .ButtonLineHidden, #module_507880127 .moduleButton:hover .ButtonLine, #module_507880127 .moduleButton:hover .Ionios{color:#fff;}

.module_505042052 .ModuleHead .HeadCenter{float:none;}
#module_505042052 {
padding:0px;
}
#module_505042052 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505042052 .ModuleHead505042052 {
display:none;
}

#module_505042052 .ModuleSubContainer{background-color:transparent;}
#module_505042052 .ModuleSubContainer{}
#module_505042052 .ModuleSubContainer{}
#module_505042052 .ModuleSubContainer{}
#module_505042052 .ModuleSubContainer{}
#module_505042052 .ModuleSubContainer{}
#module_505042052 {!bgVideo!}{bgVideoUrl:}
#module_505042052 .gridBgVideo .bgVideoMask{opacity:1}
#module_505042052 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_505042052 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer505042052 {}
.module_505042088 .ModuleHead .HeadCenter{float:none;}
#module_505042088 {
padding:0px;
}
#module_505042088 {
position:static;
z-index:0;
top:-145px;
left:0px;
width:100%;
height: auto;
}
#module_505042088 .ModuleHead505042088 {
display:none;
}

#module_505042088 img{border-top-color:transparent;}
#module_505042088 img{border-top-style:none;}
#module_505042088 img{border-top-width:0px;}
#module_505042088 img{border-right-color:transparent;}
#module_505042088 img{border-right-style:none;}
#module_505042088 img{border-right-width:0px;}
#module_505042088 img{border-bottom-color:transparent;}
#module_505042088 img{border-bottom-style:none;}
#module_505042088 img{border-bottom-width:0px;}
#module_505042088 img{border-left-color:transparent;}
#module_505042088 img{border-left-style:none;}
#module_505042088 img{border-left-width:0px;}
#module_505042088 img{border-top-left-radius:0px;}
#module_505042088 img{border-top-right-radius:0px;}
#module_505042088 img{border-bottom-left-radius:0px;}
#module_505042088 img{border-bottom-right-radius:0px;}
#module_505042088 .BodyCenter{text-align: ;}

.module_505042165 .ModuleHead .HeadCenter{float:none;}
#module_505042165 {
padding:0px;
}
#module_505042165 {
position:static;
z-index:0;
top:116px;
left:0px;
width:100%;
height: auto;
}
#module_505042165 .ModuleHead505042165 {
display:none;
}
#module_505042165 .ModuleHead .HeadText.HeadText505042165 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_505042165 .ModuleHead .HeadCenter.HeadCenter505042165{text-align:left;}
#module_505042165 .ModuleHead .HeadCenter.HeadCenter505042165 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_505042165 .BodyCenter.BodyCenter505042165 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042165 >.module_505042165 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042165 >.module_505042165{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042165 .BodyCenter.BodyCenter505042165 {
padding-top:10px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042165 .BodyCenter.BodyCenter505042165 {
padding-top:10px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042165 >.module_505042165 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042165 >.module_505042165 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_505042165 .videosDiv{background-color:;}
#module_505042165 .videosDiv{}
#module_505042165 .videosDiv{}
#module_505042165 .videosDiv{}
#module_505042165 .videosDiv{}
#module_505042165 .videosDiv{}
#module_505042165 .videosDiv{border-top-left-radius:px;}
#module_505042165 .videosDiv{border-top-right-radius:px;}
#module_505042165 .videosDiv{border-bottom-left-radius:px;}
#module_505042165 .videosDiv{border-bottom-right-radius:px;}
#module_505042165 .videosTis {font-size:px;}  #module_505042165 .videosTis > svg {width:px; height:px}
#module_505042165 .videosTis {color:;} #module_505042165 .videosTis > svg {fill:;}
#module_505042165 .videosDiv{padding-top:px;}
#module_505042165 .videosDiv{padding-bottom:px;}
#module_505042165 .videosDiv{padding-left:px;}
#module_505042165 .videosDiv{padding-right:px;}
#module_505042165 .VRDiv{background-color:;}
#module_505042165 .VRDiv{}
#module_505042165 .VRDiv{}
#module_505042165 .VRDiv{}
#module_505042165 .VRDiv{}
#module_505042165 .VRDiv{}
#module_505042165 .VRDiv{border-top-left-radius:px;}
#module_505042165 .VRDiv{border-top-right-radius:px;}
#module_505042165 .VRDiv{border-bottom-left-radius:px;}
#module_505042165 .VRDiv{border-bottom-right-radius:px;}
#module_505042165 .vrIcon  {font-size:px;}  #module_505042165 .vrIcon  > svg {width:px; height:px}
#module_505042165 .vrIcon  {color:;} #module_505042165 .vrIcon  > svg {fill:;}
#module_505042165 .VRDiv{padding-top:px;}
#module_505042165 .VRDiv{padding-bottom:px;}
#module_505042165 .VRDiv{padding-left:px;}
#module_505042165 .VRDiv{padding-right:px;}
#module_505042165 .VRTipstxt{font-size:px;}
#module_505042165 .VRTipstxt{font-family:;}
#module_505042165 .VRTipstxt{color:;}
#module_505042165 .VRTipstxt{}
#module_505042165 .VRTipstxt{}
#module_505042165 .VRTipstxt{}
#module_505042165 .pro-item{margin-bottom:px; margin-right:px;} #module_505042165 .pro-container li.col-lg-2{width:calc((100% - px) / 2);} #module_505042165 .pro-container li.col-lg-3{width:calc((100% - px * 2) / 3);} #module_505042165 .pro-container li.col-lg-4{width:calc((100% - px * 3) / 4);} #module_505042165 .pro-container li.col-lg-5{width:calc((100% - px * 4) / 5);} #module_505042165 .pro-container li.col-lg-6{width:calc((100% - px * 5) / 6);}
#module_505042165 .pro-item{padding-top:px;}
#module_505042165 .pro-item{padding-bottom:px;}
#module_505042165 .pro-item{padding-left:px;}
#module_505042165 .pro-item{padding-right:px;}
#module_505042165 .pro-item{background-color:#fff;}
#module_505042165 .pro-item{background-image:none;}
#module_505042165 .pro-item{background-repeat:no-repeat;}
#module_505042165 .pro-item{}
#module_505042165 .pro-item{}
#module_505042165 .pro-item{}
#module_505042165 .pro-item{border-top-color:rgb(242, 242, 242);}
#module_505042165 .pro-item{border-top-style:solid;}
#module_505042165 .pro-item{border-top-width:1px;}
#module_505042165 .pro-item{border-right-color:rgb(242, 242, 242);}
#module_505042165 .pro-item{border-right-style:solid;}
#module_505042165 .pro-item{border-right-width:1px;}
#module_505042165 .pro-item{border-bottom-color:rgb(242, 242, 242);}
#module_505042165 .pro-item{border-bottom-style:solid;}
#module_505042165 .pro-item{border-bottom-width:1px;}
#module_505042165 .pro-item{border-left-color:rgb(242, 242, 242);}
#module_505042165 .pro-item{border-left-style:solid;}
#module_505042165 .pro-item{border-left-width:1px;}
#module_505042165 .pro-img .dummy{background-color:transparent;}
#module_505042165 .pro-img .dummy{background-image:none;}
#module_505042165 .pro-img .dummy{background-repeat:no-repeat;}
#module_505042165 .pro-img .dummy{}
#module_505042165 .pro-img .dummy{}
#module_505042165 .pro-img .dummy{}
#module_505042165 .pro-img .dummy{padding-top:;}
#module_505042165 .pro-img img{ object-fit:;}
#module_505042165 .pro-img img{ width:;}
#module_505042165 .pro-img img{ height:;}
#module_505042165 .pro-img img{border-radius:px;}
#module_505042165 .pro-img{border-top-left-radius:0px;}
#module_505042165 .pro-img{border-top-right-radius:0px;}
#module_505042165 .pro-img{border-bottom-left-radius:0px;}
#module_505042165 .pro-img{border-bottom-right-radius:0px;}
#module_505042165 .pro-img{border-top-color:transparent;}
#module_505042165 .pro-img{border-top-style:none;}
#module_505042165 .pro-img{border-top-width:0px;}
#module_505042165 .pro-img{border-right-color:transparent;}
#module_505042165 .pro-img{border-right-style:none;}
#module_505042165 .pro-img{border-right-width:0px;}
#module_505042165 .pro-img{border-bottom-color:transparent;}
#module_505042165 .pro-img{border-bottom-style:none;}
#module_505042165 .pro-img{border-bottom-width:0px;}
#module_505042165 .pro-img{border-left-color:transparent;}
#module_505042165 .pro-img{border-left-style:none;}
#module_505042165 .pro-img{border-left-width:0px;}
#module_505042165 .pro-name{font-size:16px;}
#module_505042165 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_505042165 .pro-name{color:#000;}
#module_505042165 .pro-name{font-weight:normal;}
#module_505042165 .pro-name{text-decoration:none;}
#module_505042165 .pro-name{font-style:normal;}
#module_505042165 .pro-name{margin-top:px;}
#module_505042165 .pro-name{margin-bottom:px;}
#module_505042165 .pro-desc{font-size:12px;}
#module_505042165 .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_505042165 .pro-desc{color:#666;}
#module_505042165 .pro-desc{font-weight:normal;}
#module_505042165 .pro-desc{text-decoration:none;}
#module_505042165 .pro-desc{font-style:normal;}
#module_505042165 .pro-desc{margin-top:px;}
#module_505042165 .pro-desc{margin-bottom:px;}
#module_505042165 .pro-price{font-size:18px;}
#module_505042165 .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_505042165 .pro-price{color:#f10215;}
#module_505042165 .pro-price{font-weight:normal;}
#module_505042165 .pro-price{text-decoration:none;}
#module_505042165 .pro-price{font-style:normal;}
#module_505042165 .pro-buybtn{color:;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li,#module_505042165 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_505042165 .choosed-tab, #module_505042165 .setting-screening-criteria{font-size:px;}
#module_505042165 .choosed-tab{font-family:;}
#module_505042165 .choosed-tab, #module_505042165 .setting-screening-criteria{color:;}
#module_505042165 .choosed-tab{}
#module_505042165 .choosed-tab{}
#module_505042165 .choosed-tab{}
#module_505042165 .selected-light,#module_505042165 .setting-all, #module_505042165 .setting-left-bar, #module_505042165 .setting-pred-warp .setting-collapse, #module_505042165 .setting-pred-warp .setting-collapse .icpng{font-size:px;} #module_505042165 .setting-pred-warp .setting-collapse{flex: 0 0 calc(px * 4);} #module_505042165 .setting-right-temp ul.FilterPc {height: calc(px + 36px);}
#module_505042165 .selected-light,#module_505042165 .setting-all{font-family:;}
#module_505042165 .selected-light,#module_505042165 .setting-left-bar,#module_505042165 .setting-reset,#module_505042165 .setting-pred-warp .setting-collapse,#module_505042165 .giantroom .btn-more{color:;}
#module_505042165 .selected-light{}
#module_505042165 .selected-light,#module_505042165 .setting-all{}
#module_505042165 .selected-light,#module_505042165 .setting-all{}
#module_505042165 .setting-right-temp ul li, #module_505042165 .choosed-tab{border-top-left-radius:px;}
#module_505042165 .setting-right-temp ul li, #module_505042165 .choosed-tab{border-top-right-radius:px;}
#module_505042165 .setting-right-temp ul li, #module_505042165 .choosed-tab{border-bottom-left-radius:px;}
#module_505042165 .setting-right-temp ul li, #module_505042165 .choosed-tab{border-bottom-right-radius:px;}
#module_505042165 .pred-filter, #module_505042165 .choosed-tab{border-top-color:;}
#module_505042165 .pred-filter, #module_505042165 .choosed-tab{border-top-style:;}
#module_505042165 .pred-filter, #module_505042165 .choosed-tab, #module_505042165 .giantroom .btn-more{border-top-width:px;} #module_505042165 .giantroom {margin-top: calc(-16px - px);}
#module_505042165 .pred-filter, #module_505042165 .choosed-tab, #module_505042165 .giantroom .btn-more{border-bottom-color:;}
#module_505042165 .pred-filter, #module_505042165 .choosed-tab, #module_505042165 .giantroom .btn-more{border-bottom-style:;}
#module_505042165 .pred-filter, #module_505042165 .choosed-tab, #module_505042165 .giantroom .btn-more{border-bottom-width:px;}
#module_505042165 .pred-filter, #module_505042165 .choosed-tab, #module_505042165 .giantroom .btn-more{border-left-color:;}
#module_505042165 .pred-filter, #module_505042165 .choosed-tab, #module_505042165 .giantroom .btn-more{border-left-style:;}
#module_505042165 .pred-filter, #module_505042165 .choosed-tab, #module_505042165 .giantroom .btn-more{border-left-width:px;}
#module_505042165 .pred-filter, #module_505042165 .choosed-tab, #module_505042165 .giantroom .btn-more{border-right-color:;}
#module_505042165 .pred-filter, #module_505042165 .choosed-tab, #module_505042165 .giantroom .btn-more{border-right-style:;}
#module_505042165 .pred-filter, #module_505042165 .choosed-tab, #module_505042165 .giantroom .btn-more{border-right-width:px;}
#module_505042165 .setting-pred-warp{border-top-color:;}
#module_505042165 .setting-left-bar{background-color:;}
#module_505042165 .setting-left-bar{width:px}  #module_505042165 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_505042165 .setting-right-temp ul li{background-color:;}
#module_505042165 .choosed-tab .icsmall{color:;}
#module_505042165 .setting-right-temp ul li{margin-right:px;}
#module_505042165 .pro-paramname{font-size:px;}
#module_505042165 .pro-paramname{font-family:;}
#module_505042165 .pro-paramname{color:;}
#module_505042165 .pro-paramname{}
#module_505042165 .pro-paramname{}
#module_505042165 .pro-paramname{}
#module_505042165 .pro-paramvalue{font-size:px;}
#module_505042165 .pro-paramvalue{font-family:;}
#module_505042165 .pro-paramvalue{color:;}
#module_505042165 .pro-paramvalue{}
#module_505042165 .pro-paramvalue{}
#module_505042165 .pro-paramvalue{}
#module_505042165 .pro-params{margin-top:px;}
#module_505042165 .pro-params{margin-right:px;}
#module_505042165 .pro-params{margin-left:px;}
#module_505042165 .pro-params{margin-bottom:px;}
#module_505042165 .pagerGiant .text{font-size:px;}
#module_505042165 .pagerGiant .text{font-family:;}
#module_505042165 .pagerGiant .text{color:;}
#module_505042165 .pagerGiant .text{}
#module_505042165 .pagerGiant .text{}
#module_505042165 .pagerGiant .text{}
#module_505042165 .pagerGiant .current,#module_505042165 .pagerGiant .num,#module_505042165 .pagerGiant .inputer{width:px}
#module_505042165 .pagerGiant .current,#module_505042165 .pagerGiant .num,#module_505042165 .pagerGiant .inputer{height:px}
#module_505042165 .pagerGiant .num{font-size:px;}
#module_505042165 .pagerGiant .num{font-family:;}
#module_505042165 .pagerGiant .num{color:;}
#module_505042165 .pagerGiant .num{}
#module_505042165 .pagerGiant .num{}
#module_505042165 .pagerGiant .num{}
#module_505042165 .pagerGiant .submit{width:px}
#module_505042165 .pagerGiant .submit{height:px}
#module_505042165 .pagerGiant .current,#module_505042165 .pagerGiant .num,#module_505042165 .pagerGiant .inputer,#module_505042165 .pagerGiant .submit{border-top-left-radius:px;}
#module_505042165 .pagerGiant .current,#module_505042165 .pagerGiant .num,#module_505042165 .pagerGiant .inputer,#module_505042165 .pagerGiant .submit{border-top-right-radius:px;}
#module_505042165 .pagerGiant .current,#module_505042165 .pagerGiant .num,#module_505042165 .pagerGiant .inputer,#module_505042165 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_505042165 .pagerGiant .current,#module_505042165 .pagerGiant .num,#module_505042165 .pagerGiant .inputer,#module_505042165 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_505042165 .pagerGiant .next,#module_505042165 .pagerGiant .splitline{color:;}
#module_505042165 .pagerGiant .num{background-color:;}
#module_505042165 .pagerGiant .num, #module_505042165 .pagerGiant .inputer{border-top-color:;}
#module_505042165 .pagerGiant .num, #module_505042165 .pagerGiant .inputer{border-top-style:;}
#module_505042165 .pagerGiant .num, #module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit, #module_505042165 .pagerGiant .inputer{border-top-width:px;}
#module_505042165 .pagerGiant .num, #module_505042165 .pagerGiant .inputer{border-bottom-color:;}
#module_505042165 .pagerGiant .num, #module_505042165 .pagerGiant .inputer{border-bottom-style:;}
#module_505042165 .pagerGiant .num, #module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit, #module_505042165 .pagerGiant .inputer{border-bottom-width:px;}
#module_505042165 .pagerGiant .num, #module_505042165 .pagerGiant .inputer{border-left-color:;}
#module_505042165 .pagerGiant .num, #module_505042165 .pagerGiant .inputer{border-left-style:;}
#module_505042165 .pagerGiant .num, #module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit, #module_505042165 .pagerGiant .inputer{border-left-width:px;}
#module_505042165 .pagerGiant .num, #module_505042165 .pagerGiant .inputer{border-right-color:;}
#module_505042165 .pagerGiant .num, #module_505042165 .pagerGiant .inputer{border-right-style:;}
#module_505042165 .pagerGiant .num, #module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit, #module_505042165 .pagerGiant .inputer{border-right-width:px;}
#module_505042165 .page-more a{font-size:px;}
#module_505042165 .page-more a{font-family:;}
#module_505042165 .page-more a{color: !important;}
#module_505042165 .page-more a{}
#module_505042165 .page-more a{}
#module_505042165 .page-more a{}
#module_505042165 .page-more a{background-color:;}
#module_505042165 .page-more a{border-top-color:;}
#module_505042165 .page-more a{border-top-style:;}
#module_505042165 .page-more a{border-top-width:px;}
#module_505042165 .page-more a{border-bottom-color:;}
#module_505042165 .page-more a{border-bottom-style:;}
#module_505042165 .page-more a{border-bottom-width:px;}
#module_505042165 .page-more a{border-left-color:;}
#module_505042165 .page-more a{border-left-style:;}
#module_505042165 .page-more a{border-left-width:px;}
#module_505042165 .page-more a{border-right-color:;}
#module_505042165 .page-more a{border-right-style:;}
#module_505042165 .page-more a{border-right-width:px;}
#module_505042165 .VRDiv:hover{background-color:;}
#module_505042165 .VRDiv:hover{}
#module_505042165 .VRDiv:hover{}
#module_505042165 .VRDiv:hover{}
#module_505042165 .VRDiv:hover{}
#module_505042165 .VRDiv:hover{}
#module_505042165 .VRDiv:hover .vrIcon  {font-size:px;}  #module_505042165 .VRDiv:hover .vrIcon  > svg {width:px; height:px}
#module_505042165 .VRDiv:hover .vrIcon  {color:;} #module_505042165 .VRDiv:hover .vrIcon  > svg {fill:;}
#module_505042165 .videosDiv:hover{background-color:;}
#module_505042165 .videosDiv:hover{}
#module_505042165 .videosDiv:hover{}
#module_505042165 .videosDiv:hover{}
#module_505042165 .videosDiv:hover{}
#module_505042165 .videosDiv:hover{}
#module_505042165 .videosDiv:hover .videosTis {font-size:px;} #module_505042165 .videosDiv:hover .videosTis > svg {width:px; height:px}
#module_505042165 .videosDiv:hover .videosTis {color:;} #module_505042165 .videosDiv:hover .videosTis > svg {fill:;}
#module_505042165 .pro-item:hover .pro-paramname{font-size:px;}
#module_505042165 .pro-item:hover .pro-paramname{font-family:;}
#module_505042165 .pro-item:hover .pro-paramname{color:;}
#module_505042165 .pro-paramname:hover{}
#module_505042165 .pro-item:hover .pro-paramname{}
#module_505042165 .pro-paramname:hover{}
#module_505042165 .pro-item:hover .pro-paramvalue{font-size:px;}
#module_505042165 .pro-item:hover .pro-paramvalue{font-family:;}
#module_505042165 .pro-item:hover .pro-paramvalue,#module_505042165 .pro-item:hover .param{color:;}
#module_505042165 .pro-item:hover .pro-paramvalue{}
#module_505042165 .pro-item:hover .pro-paramvalue{}
#module_505042165 .pro-item:hover .pro-paramvalue{}
#module_505042165 .pro-item:hover{background-color:rgb(192, 0, 0);}
#module_505042165 .pro-item:hover{background-image:none;}
#module_505042165 .pro-item:hover{background-repeat:no-repeat;}
#module_505042165 .pro-item:hover{}
#module_505042165 .pro-item:hover{}
#module_505042165 .pro-item:hover{}
#module_505042165 .pro-item:hover{border-top-color:#f10215;}
#module_505042165 .pro-item:hover{border-top-style:solid;}
#module_505042165 .pro-item:hover{border-right-color:#f10215;}
#module_505042165 .pro-item:hover{border-right-style:solid;}
#module_505042165 .pro-item:hover{border-bottom-color:#f10215;}
#module_505042165 .pro-item:hover{border-bottom-style:solid;}
#module_505042165 .pro-item:hover{border-left-color:#f10215;}
#module_505042165 .pro-item:hover{border-left-style:solid;}
#module_505042165 .pro-img:hover{background-color:transparent;}
#module_505042165 .pro-img:hover{background-image:none;}
#module_505042165 .pro-img:hover{background-repeat:no-repeat;}
#module_505042165 .pro-img:hover{}
#module_505042165 .pro-img:hover{}
#module_505042165 .pro-img:hover{}
#module_505042165 .pro-img:hover{border-top-left-radius:0px;}
#module_505042165 .pro-img:hover{border-top-right-radius:0px;}
#module_505042165 .pro-img:hover{border-bottom-left-radius:0px;}
#module_505042165 .pro-img:hover{border-bottom-right-radius:0px;}
#module_505042165 .pro-img:hover{border-top-color:transparent;}
#module_505042165 .pro-img:hover{border-top-style:none;}
#module_505042165 .pro-img:hover{border-top-width:0px;}
#module_505042165 .pro-img:hover{border-right-color:transparent;}
#module_505042165 .pro-img:hover{border-right-style:none;}
#module_505042165 .pro-img:hover{border-right-width:0px;}
#module_505042165 .pro-img:hover{border-bottom-color:transparent;}
#module_505042165 .pro-img:hover{border-bottom-style:none;}
#module_505042165 .pro-img:hover{border-bottom-width:0px;}
#module_505042165 .pro-img:hover{border-left-color:transparent;}
#module_505042165 .pro-img:hover{border-left-style:none;}
#module_505042165 .pro-img:hover{border-left-width:0px;}
#module_505042165 .pro-item:hover .pro-name{font-size:16px;}
#module_505042165 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_505042165 .pro-item:hover .pro-name{color:#fff;}
#module_505042165 .pro-item:hover .pro-name{font-weight:normal;}
#module_505042165 .pro-item:hover .pro-name{text-decoration:none;}
#module_505042165 .pro-item:hover .pro-name{font-style:normal;}
#module_505042165 .pro-item:hover .pro-desc{font-size:12px;}
#module_505042165 .pro-item:hover .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_505042165 .pro-item:hover .pro-desc{color:#fff;}
#module_505042165 .pro-item:hover .pro-desc{font-weight:normal;}
#module_505042165 .pro-item:hover .pro-desc{text-decoration:none;}
#module_505042165 .pro-item:hover .pro-desc{font-style:normal;}
#module_505042165 .pro-item:hover .pro-price{font-size:18px;}
#module_505042165 .pro-item:hover .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_505042165 .pro-item:hover .pro-price{color:#fff;}
#module_505042165 .pro-item:hover .pro-price{font-weight:normal;}
#module_505042165 .pro-item:hover .pro-price{text-decoration:none;}
#module_505042165 .pro-item:hover .pro-price{font-style:normal;}
#module_505042165 .pro-buybtn span:hover{font-size:px;}
#module_505042165 .pro-buybtn:hover{font-family:;}
#module_505042165 .ModuleProductListGiant.layout-105 .pro-container li:hover .pro-tit .pro-buybtn span{color:;}
#module_505042165 .pro-buybtn:hover{}
#module_505042165 .pro-buybtn-pic:hover{}
#module_505042165 .pro-buybtn-pic:hover{}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#f10215;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_505042165 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_505042165 .selected-light:hover,#module_505042165 .selected-light.active,#module_505042165 .items-active{font-size:px;}
#module_505042165 .selected-light:hover,#module_505042165 .selected-light.active,#module_505042165 .items-active{font-family:;}
#module_505042165 .selected-light:hover,#module_505042165 .selected-light.active,#module_505042165 .items-active{color:;} #module_505042165 .items-active{border-color:;} #module_505042165 .bean-finish{background:;}
#module_505042165 .selected-light:hover,#module_505042165 .selected-light.active,#module_505042165 .items-active{}
#module_505042165 .selected-light:hover,#module_505042165 .selected-light.active,#module_505042165 .items-active{}
#module_505042165 .selected-light:hover,#module_505042165 .selected-light.active,#module_505042165 .items-active{}
#module_505042165 .setting-left-bar:hover{background-color:;}
#module_505042165 .setting-right-temp ul li:hover, #module_505042165 .setting-right-temp ul li.active{background-color:;}
#module_505042165 .choosed-tab .icsmall:hover{color:;}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit{font-size:px;}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit{font-family:;}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit{color:;}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit{}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit{}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit{}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit{background-color:;}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit, #module_505042165 .pagerGiant .inputer:hover{border-top-color:;}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit, #module_505042165 .pagerGiant .inputer:hover{border-top-style:;}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit, #module_505042165 .pagerGiant .inputer:hover{border-bottom-color:;}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit, #module_505042165 .pagerGiant .inputer:hover{border-bottom-style:;}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit, #module_505042165 .pagerGiant .inputer:hover{border-left-color:;}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit, #module_505042165 .pagerGiant .inputer:hover{border-left-style:;}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit, #module_505042165 .pagerGiant .inputer:hover{border-right-color:;}
#module_505042165 .pagerGiant .current, #module_505042165 .pagerGiant .submit, #module_505042165 .pagerGiant .inputer:hover{border-right-style:;}
#module_505042165 .page-more a:hover{font-size:px;}
#module_505042165 .page-more:hover a{font-family:;}
#module_505042165 .page-more a:hover{color: !important;}
#module_505042165 .page-more a:hover {}
#module_505042165 .page-more a:hover {}
#module_505042165 .page-more a:hover {}
#module_505042165 .page-more a:hover{background-color:;}
#module_505042165 .page-more a:hover{border-top-color:;}
#module_505042165 .page-more a:hover{border-top-style:;}
#module_505042165 .page-more a:hover{border-bottom-color:;}
#module_505042165 .page-more a:hover{border-bottom-style:;}
#module_505042165 .page-more a:hover{border-left-color:;}
#module_505042165 .page-more a:hover{border-left-style:;}
#module_505042165 .page-more a:hover{border-right-color:;}
#module_505042165 .page-more a:hover{border-right-style:;}
.module_9988505042165 .ModuleHead .HeadCenter{float:none;}
#module_9988505042165 {
padding:0px;
}
#module_9988505042165 {
}
#module_9988505042165 .ModuleHead0 {
display:block;
}

#module_9988505042165 .title{font-size:18px;}
#module_9988505042165 .title{font-family:;}
#module_9988505042165 .title{color:#333;}
#module_9988505042165 .title{font-weight:normal;}
#module_9988505042165 .title{text-decoration:none;}
#module_9988505042165 .title{font-style:normal;}
#module_9988505042165 .title{background-color:transparent;}
#module_9988505042165 .title{}
#module_9988505042165 .title{background-repeat:no-repeat;}
#module_9988505042165 .title{background-position:50% 50%;}
#module_9988505042165 .title{background-attachment:scroll;}
#module_9988505042165 .title{}
#module_9988505042165 .title{height:50px;line-height:50px;}
#module_9988505042165 .title{text-align:center;}
#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 .customFormCheckbox,#module_9988505042165 input[type=radio],#module_9988505042165.customFormDatetime,#module_9988505042165 input.input-text-color,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .multi-row-text,#module_9988505042165 .cityval{background-color:#fbfbfb;}
#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 .customFormCheckbox,#module_9988505042165 input[type=radio],#module_9988505042165.customFormDatetime,#module_9988505042165 input.input-text-color,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .multi-row-text,#module_9988505042165 .cityval{border-top-color:#e5e5e5;}
#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 .customFormCheckbox,#module_9988505042165 input[type=radio],#module_9988505042165.customFormDatetime,#module_9988505042165 input.input-text-color,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .multi-row-text,#module_9988505042165 .cityval{border-top-style:solid;}
#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 .customFormCheckbox,#module_9988505042165 input[type=radio],#module_9988505042165.customFormDatetime,#module_9988505042165 input.input-text-color,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .multi-row-text,#module_9988505042165 .cityval{border-top-width:1px;}
#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 .customFormCheckbox,#module_9988505042165 input[type=radio],#module_9988505042165.customFormDatetime,#module_9988505042165 input.input-text-color,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .multi-row-text,#module_9988505042165 .cityval{border-right-color:#e5e5e5;}
#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 .customFormCheckbox,#module_9988505042165 input[type=radio],#module_9988505042165.customFormDatetime,#module_9988505042165 input.input-text-color,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .multi-row-text,#module_9988505042165 .cityval{border-right-style:solid;}
#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 .customFormCheckbox,#module_9988505042165 input[type=radio],#module_9988505042165.customFormDatetime,#module_9988505042165 input.input-text-color,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .multi-row-text,#module_9988505042165 .cityval{border-right-width:1px;}
#module_9988505042165 .smsvcode,#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 .customFormCheckbox,#module_9988505042165 input[type=radio],#module_9988505042165.customFormDatetime,#module_9988505042165 input.input-text-color,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .multi-row-text,#module_9988505042165 .cityval{border-bottom-color:#e5e5e5;}
#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 .customFormCheckbox,#module_9988505042165 input[type=radio],#module_9988505042165.customFormDatetime,#module_9988505042165 input.input-text-color,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .multi-row-text,#module_9988505042165 .cityval{border-bottom-style:solid;}
#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 .customFormCheckbox,#module_9988505042165 input[type=radio],#module_9988505042165.customFormDatetime,#module_9988505042165 input.input-text-color,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .multi-row-text,#module_9988505042165 .cityval{border-bottom-width:1px;}
#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 .customFormCheckbox,#module_9988505042165 input[type=radio],#module_9988505042165.customFormDatetime,#module_9988505042165 input.input-text-color,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .multi-row-text,#module_9988505042165 .cityval{border-left-color:#e5e5e5;}
#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 .customFormCheckbox,#module_9988505042165 input[type=radio],#module_9988505042165.customFormDatetime,#module_9988505042165 input.input-text-color,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .multi-row-text,#module_9988505042165 .cityval{border-left-style:solid;}
#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 .customFormCheckbox,#module_9988505042165 input[type=radio],#module_9988505042165.customFormDatetime,#module_9988505042165 input.input-text-color,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .multi-row-text,#module_9988505042165 .cityval{border-left-width:1px;}
#module_9988505042165 .smsbtn,#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 input.input-text-color,#module_9988505042165.customFormDatetime,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .cityval{border-top-left-radius:0px;}
#module_9988505042165 .smsbtn,#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 input.input-text-color,#module_9988505042165.customFormDatetime,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .cityval{border-top-right-radius:0px;}
#module_9988505042165 .smsbtn,#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 input.input-text-color,#module_9988505042165.customFormDatetime,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .cityval{border-bottom-left-radius:0px;}
#module_9988505042165 .smsbtn,#module_9988505042165 .smsvcode,#module_9988505042165 .frist_item,#module_9988505042165 .VerificationCodeinput,#module_9988505042165 input.input-text-color,#module_9988505042165.customFormDatetime,#module_9988505042165 .Browse-file,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select,#module_9988505042165 .cityval{border-bottom-right-radius:0px;}
#module_9988505042165 .Describ-text-color{font-size:14px;}
#module_9988505042165 .Describ-text-color{font-family:;}
#module_9988505042165 .Describ-text-color{color:#595959;}
#module_9988505042165 .Describ-text-color{font-weight:normal;}
#module_9988505042165 .Describ-text-color{text-decoration:none;}
#module_9988505042165 .Describ-text-color{font-style:normal;}
#module_9988505042165 .smsvcode,#module_9988505042165 .smsbtn,#module_9988505042165 .input-text-color,#module_9988505042165 .cityval{font-size:14px;}
#module_9988505042165 .smsvcode,#module_9988505042165 .smsbtn,#module_9988505042165 .input-text-color,#module_9988505042165 .cityval{font-family:;}
#module_9988505042165 .smsvcode,#module_9988505042165 .input-text-color,#module_9988505042165 .cityval{color:#333;}
#module_9988505042165 .smsvcode,#module_9988505042165 .smsbtn,#module_9988505042165 .input-text-color,#module_9988505042165 .cityval{font-weight:normal;}
#module_9988505042165 .smsvcode,#module_9988505042165 .smsbtn,#module_9988505042165 .input-text-color,#module_9988505042165 .cityval{text-decoration:none;}
#module_9988505042165 .smsvcode,#module_9988505042165 .smsbtn,#module_9988505042165 .input-text-color,#module_9988505042165 .cityval{font-style:normal;}
#module_9988505042165 .smsvaldatebox,#module_9988505042165 .frist_item,#module_9988505042165 input.input-text-color,#module_9988505042165 .customFormDatetime,#module_9988505042165 .pcCitybox select{line-height:38px;height:38px;}
#module_9988505042165 .input-text-color::placeholder,#module_9988505042165 .smsvcode::placeholder{font-size:14px;}
#module_9988505042165 .input-text-color::placeholder,#module_9988505042165 .smsvcode::placeholder{font-family:;}
#module_9988505042165 .input-text-color::placeholder,#module_9988505042165 .smsvcode::placeholder{color:#333;}
#module_9988505042165 .input-text-color::placeholder,#module_9988505042165 .smsvcode::placeholder{font-weight:normal;}
#module_9988505042165 .input-text-color::placeholder,#module_9988505042165 .smsvcode::placeholder{text-decoration:none;}
#module_9988505042165 .input-text-color::placeholder,#module_9988505042165 .smsvcode::placeholder{font-style:normal;}
#module_9988505042165 .submitbtn{font-size:14px;}
#module_9988505042165 .submitbtn{font-family:;}
#module_9988505042165 .submitbtn{color:#fff;}
#module_9988505042165 .submitbtn{font-weight:normal;}
#module_9988505042165 .submitbtn{text-decoration:none;}
#module_9988505042165 .submitbtn{font-style:normal;}
#module_9988505042165 .submitbtn{background-color:#f10215;} #module_9988505042165 input[type=radio]:checked, #module_9988505042165 input[type=checkbox]:checked{background:#f10215;border:1px solid #f10215} 
#module_9988505042165 .submitbtn{}
#module_9988505042165 .submitbtn{background-repeat:no-repeat;}
#module_9988505042165 .submitbtn{background-position:50% 50%;}
#module_9988505042165 .submitbtn{background-attachment:scroll;}
#module_9988505042165 .submitbtn{}
#module_9988505042165 .submitbtnbox{justify-content:flex-start;}
#module_9988505042165 .submitbtn{width:100%;}
#module_9988505042165 .submitbtn{height:40px;line-height:40px;}
#module_9988505042165 .submitbtn{border-top-left-radius:0px;}
#module_9988505042165 .submitbtn{border-top-right-radius:0px;}
#module_9988505042165 .submitbtn{border-bottom-left-radius:0px;}
#module_9988505042165 .submitbtn{border-bottom-right-radius:0px;}
#module_9988505042165 .vcbtn1{background-color:#f10215;}
#module_9988505042165 .vcbtn1{color:#fff;}
#module_9988505042165 .frist_item:hover,#module_9988505042165 .smsvcode:hover, #module_9988505042165 .VerificationCodeinput:hover,#module_9988505042165 .customFormCheckbox:hover,#module_9988505042165 input[type=radio]:hover,#module_9988505042165 input.input-text-color:hover,#module_9988505042165.customFormDatetime:hover,#module_9988505042165 .Browse-file:hover,#module_9988505042165 .customFormDatetime:hover,#module_9988505042165 .pcCitybox select:hover,#module_9988505042165 .multi-row-text:hover,#module_9988505042165 .cityval:hover{border-top-color:#e50b1c;}
#module_9988505042165 .frist_item:hover,#module_9988505042165 .smsvcode:hover, #module_9988505042165 .VerificationCodeinput:hover,#module_9988505042165 .customFormCheckbox:hover,#module_9988505042165 input[type=radio]:hover,#module_9988505042165 input.input-text-color:hover,#module_9988505042165.customFormDatetime:hover,#module_9988505042165 .Browse-file:hover,#module_9988505042165 .customFormDatetime:hover,#module_9988505042165 .pcCitybox select:hover,#module_9988505042165 .multi-row-text:hover,#module_9988505042165 .cityval:hover{border-top-style:solid;}
#module_9988505042165 .frist_item:hover,#module_9988505042165 .smsvcode:hover, #module_9988505042165 .VerificationCodeinput:hover,#module_9988505042165 .customFormCheckbox:hover,#module_9988505042165 input[type=radio]:hover,#module_9988505042165 input.input-text-color:hover,#module_9988505042165.customFormDatetime:hover,#module_9988505042165 .Browse-file:hover,#module_9988505042165 .customFormDatetime:hover,#module_9988505042165 .pcCitybox select:hover,#module_9988505042165 .multi-row-text:hover,#module_9988505042165 .cityval:hover{border-right-color:#e50b1c;}
#module_9988505042165 .frist_item:hover,#module_9988505042165 .smsvcode:hover, #module_9988505042165 .VerificationCodeinput:hover,#module_9988505042165 .customFormCheckbox:hover,#module_9988505042165 input[type=radio]:hover,#module_9988505042165 input.input-text-color:hover,#module_9988505042165.customFormDatetime:hover,#module_9988505042165 .Browse-file:hover,#module_9988505042165 .customFormDatetime:hover,#module_9988505042165 .pcCitybox select:hover,#module_9988505042165 .multi-row-text:hover,#module_9988505042165 .cityval:hover{border-right-style:solid;}
#module_9988505042165 .frist_item:hover,#module_9988505042165 .smsvcode:hover, #module_9988505042165 .VerificationCodeinput:hover,#module_9988505042165 .customFormCheckbox:hover,#module_9988505042165 input[type=radio]:hover,#module_9988505042165 input.input-text-color:hover,#module_9988505042165.customFormDatetime:hover,#module_9988505042165 .Browse-file:hover,#module_9988505042165 .customFormDatetime:hover,#module_9988505042165 .pcCitybox select:hover,#module_9988505042165 .multi-row-text:hover,#module_9988505042165 .cityval:hover{border-bottom-color:#e50b1c;}
#module_9988505042165 .frist_item:hover,#module_9988505042165 .smsvcode:hover, #module_9988505042165 .VerificationCodeinput:hover,#module_9988505042165 .customFormCheckbox:hover,#module_9988505042165 input[type=radio]:hover,#module_9988505042165 input.input-text-color:hover,#module_9988505042165.customFormDatetime:hover,#module_9988505042165 .Browse-file:hover,#module_9988505042165 .customFormDatetime:hover,#module_9988505042165 .pcCitybox select:hover,#module_9988505042165 .multi-row-text:hover,#module_9988505042165 .cityval:hover{border-bottom-style:solid;}
#module_9988505042165 .frist_item:hover,#module_9988505042165 .smsvcode:hover, #module_9988505042165 .VerificationCodeinput:hover,#module_9988505042165 .customFormCheckbox:hover,#module_9988505042165 input[type=radio]:hover,#module_9988505042165 input.input-text-color:hover,#module_9988505042165.customFormDatetime:hover,#module_9988505042165 .Browse-file:hover,#module_9988505042165 .customFormDatetime:hover,#module_9988505042165 .pcCitybox select:hover,#module_9988505042165 .multi-row-text:hover,#module_9988505042165 .cityval:hover{border-left-color:#e50b1c;}
#module_9988505042165 .frist_item:hover,#module_9988505042165 .smsvcode:hover, #module_9988505042165 .VerificationCodeinput:hover,#module_9988505042165 .customFormCheckbox:hover,#module_9988505042165 input[type=radio]:hover,#module_9988505042165 input.input-text-color:hover,#module_9988505042165.customFormDatetime:hover,#module_9988505042165 .Browse-file:hover,#module_9988505042165 .customFormDatetime:hover,#module_9988505042165 .pcCitybox select:hover,#module_9988505042165 .multi-row-text:hover,#module_9988505042165 .cityval:hover{border-left-style:solid;}
#module_9988505042165 .submitbtn:hover{font-size:14px;}
#module_9988505042165 .submitbtn:hover{font-family:;}
#module_9988505042165 .submitbtn:hover{color:#fff;}
#module_9988505042165 .submitbtn:hover{font-weight:normal;}
#module_9988505042165 .submitbtn:hover{text-decoration:none;}
#module_9988505042165 .submitbtn:hover{font-style:normal;}
#module_9988505042165 .submitbtn:hover{background-color:#e50b1c;}
#module_9988505042165 .submitbtn:hover{}
#module_9988505042165 .submitbtn:hover{background-repeat:no-repeat;}
#module_9988505042165 .submitbtn:hover{background-position:50% 50%;}
#module_9988505042165 .submitbtn:hover{background-attachment:scroll;}
#module_9988505042165 .submitbtn:hover{}


.module_505042063 .ModuleHead .HeadCenter{float:none;}
#module_505042063 {
padding:0px;
}
#module_505042063 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505042063 .ModuleHead505042063 {
display:none;
}
#module_505042063 .ModuleHead .HeadText.HeadText505042063 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_505042063 .ModuleHead .HeadCenter.HeadCenter505042063{text-align:left;}
#module_505042063 .ModuleHead .HeadCenter.HeadCenter505042063 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_505042063 .BodyCenter.BodyCenter505042063 {
background:none;background-color:rgb(100, 100, 100);
}
#module_505042063 >.module_505042063 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042063 >.module_505042063{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042063 .BodyCenter.BodyCenter505042063 {
padding-top:20px;
padding-left:0px;
padding-right:0px;
padding-bottom:10px;
}
}
@media screen and (max-width: 767px){
#module_505042063 .BodyCenter.BodyCenter505042063 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042063 >.module_505042063 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042063 >.module_505042063 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_505042063 .ModuleSubContainer{background-color:transparent;}
#module_505042063 .ModuleSubContainer{background-image:none;}
#module_505042063 .ModuleSubContainer{}
#module_505042063 .ModuleSubContainer{}
#module_505042063 .ModuleSubContainer{}
#module_505042063 .ModuleSubContainer{}
#module_505042063 {!bgVideo!}{bgVideoUrl:}
#module_505042063 .gridBgVideo .bgVideoMask{opacity:1}
#module_505042063 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_505042063 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer505042063 {}
.module_505042122 .ModuleHead .HeadCenter{float:none;}
#module_505042122 {
padding:0px;
}
#module_505042122 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_505042122 .ModuleHead505042122 {
display:none;
}

#module_505042122 .ModuleImageTextGiantContent{margin-top:px;}
#module_505042122 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_505042122 .ModuleImageTextGiantContent{margin-left:px;}
#module_505042122 .ModuleImageTextGiantContent{margin-right:px;}
#module_505042122 .imageTextGiant-Container{padding-top:px;}
#module_505042122 .imageTextGiant-Container{padding-bottom:px;}
#module_505042122 .imageTextGiant-Container{padding-left:px;}
#module_505042122 .imageTextGiant-Container{padding-right:px;}
#module_505042122 .showHandle .btn{font-size:px;}
#module_505042122 .showHandle .btn{font-family:;}
#module_505042122 .showHandle .btn{color:;}
#module_505042122 .showHandle .btn{}
#module_505042122 .showHandle .btn{}
#module_505042122 .showHandle .btn{}
#module_505042122 .showHandle div{border-top-color: !important;}
#module_505042122 .showHandle div{border-top-style: !important;}
#module_505042122 .showHandle div{border-top-width:px !important;}
#module_505042122 .showHandle{background-color:;}
#module_505042122 .showHandle{}
#module_505042122 .showHandle{}
#module_505042122 .showHandle{}
#module_505042122 .showHandle{}
#module_505042122 .showHandle{}

.module_505042123 .ModuleHead .HeadCenter{float:none;}
#module_505042123 {
padding:0px;
}
#module_505042123 {
position:static;
z-index:0;
top:-135px;
left:0px;
width:100%;
height: auto;
}
#module_505042123 .ModuleHead505042123 {
display:none;
}

#module_505042123 .ModuleImageTextGiantContent{margin-top:px;}
#module_505042123 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_505042123 .ModuleImageTextGiantContent{margin-left:px;}
#module_505042123 .ModuleImageTextGiantContent{margin-right:px;}
#module_505042123 .imageTextGiant-Container{padding-top:px;}
#module_505042123 .imageTextGiant-Container{padding-bottom:px;}
#module_505042123 .imageTextGiant-Container{padding-left:px;}
#module_505042123 .imageTextGiant-Container{padding-right:px;}
#module_505042123 .showHandle .btn{font-size:px;}
#module_505042123 .showHandle .btn{font-family:;}
#module_505042123 .showHandle .btn{color:;}
#module_505042123 .showHandle .btn{}
#module_505042123 .showHandle .btn{}
#module_505042123 .showHandle .btn{}
#module_505042123 .showHandle div{border-top-color: !important;}
#module_505042123 .showHandle div{border-top-style: !important;}
#module_505042123 .showHandle div{border-top-width:px !important;}
#module_505042123 .showHandle{background-color:;}
#module_505042123 .showHandle{}
#module_505042123 .showHandle{}
#module_505042123 .showHandle{}
#module_505042123 .showHandle{}
#module_505042123 .showHandle{}
#module_505042123 a{font-size:unset;font-family:unset}
.module_505042124 .ModuleHead .HeadCenter{float:none;}
#module_505042124 {
padding:0px;
}
#module_505042124 {
position:static;
z-index:0;
top:-126px;
left:0px;
width:100%;
height: auto;
}
#module_505042124 .ModuleHead505042124 {
display:none;
}
#module_505042124 .ModuleHead .HeadText.HeadText505042124 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_505042124 .ModuleHead .HeadCenter.HeadCenter505042124{text-align:left;}
#module_505042124 .ModuleHead .HeadCenter.HeadCenter505042124 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_505042124 .BodyCenter.BodyCenter505042124 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042124 >.module_505042124 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042124 >.module_505042124{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042124 .BodyCenter.BodyCenter505042124 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042124 .BodyCenter.BodyCenter505042124 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_505042124 >.module_505042124 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042124 >.module_505042124 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_505042124 .ModuleImageTextGiantContent{margin-top:px;}
#module_505042124 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_505042124 .ModuleImageTextGiantContent{margin-left:px;}
#module_505042124 .ModuleImageTextGiantContent{margin-right:px;}
#module_505042124 .imageTextGiant-Container{padding-top:px;}
#module_505042124 .imageTextGiant-Container{padding-bottom:px;}
#module_505042124 .imageTextGiant-Container{padding-left:px;}
#module_505042124 .imageTextGiant-Container{padding-right:px;}
#module_505042124 .showHandle .btn{font-size:px;}
#module_505042124 .showHandle .btn{font-family:;}
#module_505042124 .showHandle .btn{color:;}
#module_505042124 .showHandle .btn{}
#module_505042124 .showHandle .btn{}
#module_505042124 .showHandle .btn{}
#module_505042124 .showHandle div{border-top-color: !important;}
#module_505042124 .showHandle div{border-top-style: !important;}
#module_505042124 .showHandle div{border-top-width:px !important;}
#module_505042124 .showHandle{background-color:;}
#module_505042124 .showHandle{}
#module_505042124 .showHandle{}
#module_505042124 .showHandle{}
#module_505042124 .showHandle{}
#module_505042124 .showHandle{}

.module_507953302 .ModuleHead .HeadCenter{float:none;}
#module_507953302 {
padding:0px;
}
#module_507953302 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_507953302 .ModuleHead507953302 {
display:none;
}
#module_507953302 .BodyCenter.BodyCenter507953302 {
background-color:transparent;
background-image:url(../image/2023081517482317cee1.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_507953302 >.module_507953302 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_507953302 >.module_507953302{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_507953302 .BodyCenter.BodyCenter507953302 {
padding-top:3.2723%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.2723%;
}
}
@media screen and (max-width: 767px){
#module_507953302 .BodyCenter.BodyCenter507953302 {
padding-top:8.6455%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.6455%;
}
}
@media screen and (min-width: 768px){
#module_507953302 >.module_507953302 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507953302 >.module_507953302 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_507953302 >.module_507953302 {box-shadow: 0px 0px 0px 0px #ccc}
#module_507953302:hover {
border:none;
}
#module_507953302:hover >.module_507953302 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_507953302 .ModuleSubContainer{background-color:transparent;}
#module_507953302 .ModuleSubContainer{background-image:none;}
#module_507953302 .ModuleSubContainer{background-repeat:no-repeat;}
#module_507953302 .ModuleSubContainer{background-position:0% 0%;}
#module_507953302 .ModuleSubContainer{background-attachment:scroll;}
#module_507953302 .ModuleSubContainer{}
#module_507953302 {!bgVideo!}{bgVideoUrl:}
#module_507953302 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_507953302 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_507953302 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer507953302 {}
.module_507953304 .ModuleHead .HeadCenter{float:none;}
#module_507953304 {
padding:0px;
}
#module_507953304 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_507953304 .ModuleHead507953304 {
display:none;
}
#module_507953304 .BodyCenter.BodyCenter507953304 {
background:none;background-color:rgba(0,0,0,0);
}
#module_507953304 >.module_507953304 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_507953304 >.module_507953304{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_507953304 .BodyCenter.BodyCenter507953304 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507953304 .BodyCenter.BodyCenter507953304 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_507953304 >.module_507953304 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507953304 >.module_507953304 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_507953304 >.module_507953304 {box-shadow: 0px 0px 0px 0px #ccc}
#module_507953304:hover {
border:none;
}
#module_507953304:hover >.module_507953304 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_507953304 .ModuleImageTextGiantContent{margin-top:0px;}
#module_507953304 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_507953304 .ModuleImageTextGiantContent{margin-left:0px;}
#module_507953304 .ModuleImageTextGiantContent{margin-right:0px;}
#module_507953304 .imageTextGiant-Container{padding-top:10px;}
#module_507953304 .imageTextGiant-Container{padding-bottom:10px;}
#module_507953304 .imageTextGiant-Container{padding-left:10px;}
#module_507953304 .imageTextGiant-Container{padding-right:10px;}
#module_507953304 .showHandle .btn{font-size:14px;}
#module_507953304 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_507953304 .showHandle .btn{color:#333;}
#module_507953304 .showHandle .btn{font-weight:400;}
#module_507953304 .showHandle .btn{text-decoration:none;}
#module_507953304 .showHandle .btn{font-style:normal;}
#module_507953304 .showHandle div{border-top-color:#ddd !important;}
#module_507953304 .showHandle div{border-top-style:solid !important;}
#module_507953304 .showHandle div{border-top-width:1px !important;}
#module_507953304 .showHandle{background-color:transparent;}
#module_507953304 .showHandle{background-image:none;}
#module_507953304 .showHandle{background-repeat:no-repeat;}
#module_507953304 .showHandle{}
#module_507953304 .showHandle{}
#module_507953304 .showHandle{}
#module_507953304 a{font-size:unset;font-family:unset}
.module_507953305 .ModuleHead .HeadCenter{float:none;}
#module_507953305 {
padding:0px;
}
#module_507953305 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_507953305 .ModuleHead507953305 {
display:none;
}
#module_507953305 .BodyCenter.BodyCenter507953305 {
background:none;background-color:rgb(255, 255, 255);
}
#module_507953305 >.module_507953305 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_507953305 >.module_507953305{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_507953305 .BodyCenter.BodyCenter507953305 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507953305 .BodyCenter.BodyCenter507953305 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_507953305 >.module_507953305 {
margin-top:0.0000%;
margin-left:12.7500%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507953305 >.module_507953305 {
margin-top:0.0000%;
margin-left:4.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_507953305 >.module_507953305 {box-shadow: 0px 0px 0px 0px #ccc}
#module_507953305:hover {
border:none;
}
#module_507953305:hover >.module_507953305 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_507953305 .ModuleImageTextGiantContent{margin-top:0px;}
#module_507953305 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_507953305 .ModuleImageTextGiantContent{margin-left:0px;}
#module_507953305 .ModuleImageTextGiantContent{margin-right:0px;}
#module_507953305 .imageTextGiant-Container{padding-top:10px;}
#module_507953305 .imageTextGiant-Container{padding-bottom:10px;}
#module_507953305 .imageTextGiant-Container{padding-left:10px;}
#module_507953305 .imageTextGiant-Container{padding-right:10px;}
#module_507953305 .showHandle .btn{font-size:14px;}
#module_507953305 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_507953305 .showHandle .btn{color:#333;}
#module_507953305 .showHandle .btn{font-weight:400;}
#module_507953305 .showHandle .btn{text-decoration:none;}
#module_507953305 .showHandle .btn{font-style:normal;}
#module_507953305 .showHandle div{border-top-color:#ddd !important;}
#module_507953305 .showHandle div{border-top-style:solid !important;}
#module_507953305 .showHandle div{border-top-width:1px !important;}
#module_507953305 .showHandle{background-color:transparent;}
#module_507953305 .showHandle{background-image:none;}
#module_507953305 .showHandle{background-repeat:no-repeat;}
#module_507953305 .showHandle{}
#module_507953305 .showHandle{}
#module_507953305 .showHandle{}
#module_507953305 a{font-size:unset;font-family:unset}
.module_507953306 .ModuleHead .HeadCenter{float:none;}
#module_507953306 {
padding:0px;
}
#module_507953306 {
position:static;
z-index:0;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_507953306 .ModuleHead507953306 {
display:none;
}
#module_507953306 .BodyCenter.BodyCenter507953306 {
background:none;background-color:rgb(100, 100, 100);
}
#module_507953306 >.module_507953306 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_507953306 >.module_507953306{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_507953306 .BodyCenter.BodyCenter507953306 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507953306 .BodyCenter.BodyCenter507953306 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_507953306 >.module_507953306 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507953306 >.module_507953306 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:8.0000%;
margin-bottom:0.0000%;
}
}
#module_507953306 >.module_507953306 {box-shadow: 0px 0px 0px 0px #ccc}
#module_507953306:hover {
border:none;
}
#module_507953306:hover >.module_507953306 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_507953306 .ModuleImageTextGiantContent{margin-top:0px;}
#module_507953306 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_507953306 .ModuleImageTextGiantContent{margin-left:0px;}
#module_507953306 .ModuleImageTextGiantContent{margin-right:0px;}
#module_507953306 .imageTextGiant-Container{padding-top:10px;}
#module_507953306 .imageTextGiant-Container{padding-bottom:10px;}
#module_507953306 .imageTextGiant-Container{padding-left:10px;}
#module_507953306 .imageTextGiant-Container{padding-right:10px;}
#module_507953306 .showHandle .btn{font-size:14px;}
#module_507953306 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_507953306 .showHandle .btn{color:#333;}
#module_507953306 .showHandle .btn{font-weight:400;}
#module_507953306 .showHandle .btn{text-decoration:none;}
#module_507953306 .showHandle .btn{font-style:normal;}
#module_507953306 .showHandle div{border-top-color:#ddd !important;}
#module_507953306 .showHandle div{border-top-style:solid !important;}
#module_507953306 .showHandle div{border-top-width:1px !important;}
#module_507953306 .showHandle{background-color:transparent;}
#module_507953306 .showHandle{background-image:none;}
#module_507953306 .showHandle{background-repeat:no-repeat;}
#module_507953306 .showHandle{}
#module_507953306 .showHandle{}
#module_507953306 .showHandle{}
#module_507953306 a{font-size:unset;font-family:unset}
.module_507953303 .ModuleHead .HeadCenter{float:none;}
#module_507953303 {
padding:0px;
}
#module_507953303 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_507953303 .ModuleHead507953303 {
display:none;
}
#module_507953303 .BodyCenter.BodyCenter507953303 {
background:none;background-color:rgb(38, 38, 38);
}
#module_507953303 >.module_507953303 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_507953303 >.module_507953303{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_507953303 .BodyCenter.BodyCenter507953303 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507953303 .BodyCenter.BodyCenter507953303 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_507953303 >.module_507953303 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507953303 >.module_507953303 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_507953303 >.module_507953303 {box-shadow: 0px 0px 0px 0px #ccc}
#module_507953303:hover {
border:none;
}
#module_507953303:hover >.module_507953303 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_507953303 .ModuleSubContainer{background-color:transparent;}
#module_507953303 .ModuleSubContainer{background-image:none;}
#module_507953303 .ModuleSubContainer{background-repeat:no-repeat;}
#module_507953303 .ModuleSubContainer{background-position:0% 0%;}
#module_507953303 .ModuleSubContainer{background-attachment:scroll;}
#module_507953303 .ModuleSubContainer{}
#module_507953303 {!bgVideo!}{bgVideoUrl:}
#module_507953303 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_507953303 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_507953303 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer507953303 {}
.module_507953307 .ModuleHead .HeadCenter{float:none;}
#module_507953307 {
padding:0px;
}
#module_507953307 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_507953307 .ModuleHead507953307 {
display:none;
}
#module_507953307 .BodyCenter.BodyCenter507953307 {
background:none;background-color:rgba(0,0,0,0);
}
#module_507953307 >.module_507953307 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_507953307 >.module_507953307{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_507953307 .BodyCenter.BodyCenter507953307 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507953307 .BodyCenter.BodyCenter507953307 {
padding-top:2.6667%;
padding-left:2.6667%;
padding-right:2.6667%;
padding-bottom:2.6667%;
}
}
@media screen and (min-width: 768px){
#module_507953307 >.module_507953307 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_507953307 >.module_507953307 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_507953307 >.module_507953307 {box-shadow: 0px 0px 0px 0px #ccc}
#module_507953307:hover {
border:none;
}
#module_507953307:hover >.module_507953307 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_507953307 .ModuleImageTextGiantContent{margin-top:px;}
#module_507953307 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_507953307 .ModuleImageTextGiantContent{margin-left:px;}
#module_507953307 .ModuleImageTextGiantContent{margin-right:px;}
#module_507953307 .imageTextGiant-Container{padding-top:12px;}
#module_507953307 .imageTextGiant-Container{padding-bottom:12px;}
#module_507953307 .imageTextGiant-Container{padding-left:12px;}
#module_507953307 .imageTextGiant-Container{padding-right:12px;}
#module_507953307 .showHandle .btn{font-size:px;}
#module_507953307 .showHandle .btn{font-family:;}
#module_507953307 .showHandle .btn{color:;}
#module_507953307 .showHandle .btn{}
#module_507953307 .showHandle .btn{}
#module_507953307 .showHandle .btn{}
#module_507953307 .showHandle div{border-top-color: !important;}
#module_507953307 .showHandle div{border-top-style: !important;}
#module_507953307 .showHandle div{border-top-width:px !important;}
#module_507953307 .showHandle{background-color:;}
#module_507953307 .showHandle{}
#module_507953307 .showHandle{}
#module_507953307 .showHandle{}
#module_507953307 .showHandle{}
#module_507953307 .showHandle{}
#module_507953307 a{font-size:unset;font-family:unset}
.module_508358328 .ModuleHead .HeadCenter{float:none;}
#module_508358328 {
padding:0px;
}
#module_508358328 {
position:static;
z-index:4000;
top:475px;
left:0px;
width:100%;
height: auto;
}
#module_508358328 .ModuleHead508358328 {
display:none;
}
#module_508358328 .BodyCenter.BodyCenter508358328 {
background-color:transparent;
background-image:url(../image/2023081517482317cee1.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_508358328 >.module_508358328 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_508358328 >.module_508358328{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_508358328 .BodyCenter.BodyCenter508358328 {
padding-top:3.2723%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.2723%;
}
}
@media screen and (max-width: 767px){
#module_508358328 .BodyCenter.BodyCenter508358328 {
padding-top:2.0173%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_508358328 >.module_508358328 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_508358328 >.module_508358328 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_508358328 >.module_508358328 {box-shadow: 0px 0px 0px 0px #ccc}
#module_508358328:hover {
border:none;
}
#module_508358328:hover >.module_508358328 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_508358328 .ModuleSubContainer{background-color:transparent;}
#module_508358328 .ModuleSubContainer{background-image:none;}
#module_508358328 .ModuleSubContainer{background-repeat:no-repeat;}
#module_508358328 .ModuleSubContainer{background-position:0% 0%;}
#module_508358328 .ModuleSubContainer{background-attachment:scroll;}
#module_508358328 .ModuleSubContainer{}
#module_508358328 {!bgVideo!}{bgVideoUrl:}
#module_508358328 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_508358328 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_508358328 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer508358328 {}
.module_508358329 .ModuleHead .HeadCenter{float:none;}
#module_508358329 {
padding:0px;
}
#module_508358329 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_508358329 .ModuleHead508358329 {
display:none;
}
#module_508358329 .BodyCenter.BodyCenter508358329 {
background:none;background-color:rgba(0,0,0,0);
}
#module_508358329 >.module_508358329 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_508358329 >.module_508358329{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_508358329 .BodyCenter.BodyCenter508358329 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_508358329 .BodyCenter.BodyCenter508358329 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_508358329 >.module_508358329 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_508358329 >.module_508358329 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_508358329 >.module_508358329 {box-shadow: 0px 0px 0px 0px #ccc}
#module_508358329:hover {
border:none;
}
#module_508358329:hover >.module_508358329 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_508358329 .ModuleImageTextGiantContent{margin-top:0px;}
#module_508358329 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_508358329 .ModuleImageTextGiantContent{margin-left:0px;}
#module_508358329 .ModuleImageTextGiantContent{margin-right:0px;}
#module_508358329 .imageTextGiant-Container{padding-top:10px;}
#module_508358329 .imageTextGiant-Container{padding-bottom:10px;}
#module_508358329 .imageTextGiant-Container{padding-left:10px;}
#module_508358329 .imageTextGiant-Container{padding-right:10px;}
#module_508358329 .showHandle .btn{font-size:14px;}
#module_508358329 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_508358329 .showHandle .btn{color:#333;}
#module_508358329 .showHandle .btn{font-weight:400;}
#module_508358329 .showHandle .btn{text-decoration:none;}
#module_508358329 .showHandle .btn{font-style:normal;}
#module_508358329 .showHandle div{border-top-color:#ddd !important;}
#module_508358329 .showHandle div{border-top-style:solid !important;}
#module_508358329 .showHandle div{border-top-width:1px !important;}
#module_508358329 .showHandle{background-color:transparent;}
#module_508358329 .showHandle{background-image:none;}
#module_508358329 .showHandle{background-repeat:no-repeat;}
#module_508358329 .showHandle{}
#module_508358329 .showHandle{}
#module_508358329 .showHandle{}
#module_508358329 a{font-size:unset;font-family:unset}
.module_508358330 .ModuleHead .HeadCenter{float:none;}
#module_508358330 {
padding:0px;
}
#module_508358330 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_508358330 .ModuleHead508358330 {
display:none;
}
#module_508358330 .BodyCenter.BodyCenter508358330 {
background:none;background-color:rgb(255, 255, 255);
}
#module_508358330 >.module_508358330 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_508358330 >.module_508358330{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_508358330 .BodyCenter.BodyCenter508358330 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_508358330 .BodyCenter.BodyCenter508358330 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_508358330 >.module_508358330 {
margin-top:0.0000%;
margin-left:12.7500%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_508358330 >.module_508358330 {
margin-top:0.0000%;
margin-left:4.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_508358330 >.module_508358330 {box-shadow: 0px 0px 0px 0px #ccc}
#module_508358330:hover {
border:none;
}
#module_508358330:hover >.module_508358330 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_508358330 .ModuleImageTextGiantContent{margin-top:px;}
#module_508358330 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_508358330 .ModuleImageTextGiantContent{margin-left:px;}
#module_508358330 .ModuleImageTextGiantContent{margin-right:px;}
#module_508358330 .imageTextGiant-Container{padding-top:10px;}
#module_508358330 .imageTextGiant-Container{padding-bottom:10px;}
#module_508358330 .imageTextGiant-Container{padding-left:10px;}
#module_508358330 .imageTextGiant-Container{padding-right:10px;}
#module_508358330 .showHandle .btn{font-size:px;}
#module_508358330 .showHandle .btn{font-family:;}
#module_508358330 .showHandle .btn{color:;}
#module_508358330 .showHandle .btn{}
#module_508358330 .showHandle .btn{}
#module_508358330 .showHandle .btn{}
#module_508358330 .showHandle div{border-top-color: !important;}
#module_508358330 .showHandle div{border-top-style: !important;}
#module_508358330 .showHandle div{border-top-width:px !important;}
#module_508358330 .showHandle{background-color:;}
#module_508358330 .showHandle{}
#module_508358330 .showHandle{}
#module_508358330 .showHandle{}
#module_508358330 .showHandle{}
#module_508358330 .showHandle{}
#module_508358330 a{font-size:unset;font-family:unset}
.module_508358331 .ModuleHead .HeadCenter{float:none;}
#module_508358331 {
padding:0px;
}
#module_508358331 {
position:static;
z-index:0;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_508358331 .ModuleHead508358331 {
display:none;
}
#module_508358331 .BodyCenter.BodyCenter508358331 {
background:none;background-color:rgb(100, 100, 100);
}
#module_508358331 >.module_508358331 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_508358331 >.module_508358331{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_508358331 .BodyCenter.BodyCenter508358331 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_508358331 .BodyCenter.BodyCenter508358331 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_508358331 >.module_508358331 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_508358331 >.module_508358331 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:8.6207%;
margin-bottom:0.0000%;
}
}
#module_508358331 >.module_508358331 {box-shadow: 0px 0px 0px 0px #ccc}
#module_508358331:hover {
border:none;
}
#module_508358331:hover >.module_508358331 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_508358331 .ModuleImageTextGiantContent{margin-top:0px;}
#module_508358331 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_508358331 .ModuleImageTextGiantContent{margin-left:0px;}
#module_508358331 .ModuleImageTextGiantContent{margin-right:0px;}
#module_508358331 .imageTextGiant-Container{padding-top:10px;}
#module_508358331 .imageTextGiant-Container{padding-bottom:10px;}
#module_508358331 .imageTextGiant-Container{padding-left:10px;}
#module_508358331 .imageTextGiant-Container{padding-right:10px;}
#module_508358331 .showHandle .btn{font-size:14px;}
#module_508358331 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_508358331 .showHandle .btn{color:#333;}
#module_508358331 .showHandle .btn{font-weight:400;}
#module_508358331 .showHandle .btn{text-decoration:none;}
#module_508358331 .showHandle .btn{font-style:normal;}
#module_508358331 .showHandle div{border-top-color:#ddd !important;}
#module_508358331 .showHandle div{border-top-style:solid !important;}
#module_508358331 .showHandle div{border-top-width:1px !important;}
#module_508358331 .showHandle{background-color:transparent;}
#module_508358331 .showHandle{background-image:none;}
#module_508358331 .showHandle{background-repeat:no-repeat;}
#module_508358331 .showHandle{}
#module_508358331 .showHandle{}
#module_508358331 .showHandle{}
#module_508358331 a{font-size:unset;font-family:unset}
.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}

/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}

/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px;
    /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 50px!important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}



.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}



.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt;
    /* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: calc(100% - 60px);
    margin-left: 50px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    width: 56px;
    text-align: center;
    display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .mobileNav {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        position: fixed;
    }
    .mobileNavFloatLayer_1 {
        display: block;
        visibility: hidden;
        width: 17rem;
        height: 100%;
        -ms-transform: translateX(-17rem);
        -khtml-transform: translateX(-17rem);
        -webkit-transform: translateX(-17rem);
        -o-transform: translateX(-17rem);
        -moz-transform: translateX(-17rem);
        transform: translateX(-17rem);
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999
    }
    .mobileNavFloatLayer_r {
        right: 0;
        -ms-transform: translateX(17rem);
        -khtml-transform: translateX(17rem);
        -webkit-transform: translateX(17rem);
        -o-transform: translateX(17rem);
        -moz-transform: translateX(17rem);
        transform: translateX(17rem);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top: 0px;
    }
    .ModuleMobileNavGiant.layout-101 .header-model {
        display: none;
    }
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
    font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
    font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_505042154 .ModuleHead .HeadCenter{float:none;}
#module_505042154 {
padding:0px;
}
#module_505042154 {
}
#module_505042154 .ModuleHead0 {
display:none;
}

#module_505042154 .langlistbox{background-color:#fff} #module_505042154 .langlistbox .jt{border-bottom-color:#fff}
#module_505042154 .langlistbox .langinfo{color:#E50B1C}
#module_505042154 .langlistbox .langinfo{background-color:#fff}
#module_505042154 .langlistbox .langinfo{border-color:#E50B1C}
#module_505042154 .langlistbox .langtxt{ font-size:16px }
#module_505042154 .langlistbox .langtxt{ color:#E50B1C }
#module_505042154 {}#module_505042154.layout-101 #header{border-bottom-color:transparent;}
#module_505042154 {}#module_505042154.layout-101 #header{border-bottom-style:none;}
#module_505042154 {}#module_505042154.layout-101 #header{border-bottom-width:0px;}
#module_505042154 {}#module_505042154.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_505042154 {}#module_505042154.layout-101 #MobileNav{background-color: transparent;} #module_505042154.layout-101 #header{background-color:#f10215;}
#module_505042154 {}#module_505042154.layout-101 #header{}
#module_505042154 {}#module_505042154.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_505042154 {}#module_505042154.layout-101 #header p{font-size:16px;}
#module_505042154 {}#module_505042154.layout-101 #header p{color:#fff;}
#module_505042154 {}#module_505042154.layout-101 #header p{font-weight:normal;}
#module_505042154 {}#module_505042154.layout-101 #header p{text-decoration:none;}
#module_505042154 {}#module_505042154.layout-101 #header p{font-style:normal;}
#module_505042154 {}#module_505042154.layout-101 .lcitem .rect{background:#fff;} #module_505042154.layout-101 .icons{color:#fff;} #module_505042154.layout-101 .svgdiv svg>*{fill:#fff;}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item ul li{border-bottom-color:#f14a35;}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item,#module_505042154.layout-101 #MobileNavFloatLayer{background-color:#f10215;}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item,#module_505042154.layout-101 #MobileNavFloatLayer{}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li>a{background:#f10215;}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li>a{}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li>a,#module_505042154.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li .subnav a{background:#da0011;}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li .subnav a,#module_505042154.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li>a,#module_505042154.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li>a,#module_505042154.layout-101 .micro-nav-item>ul>li>a p{font-size:15px;}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li .subnav a,#module_505042154.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li .subnav a,#module_505042154.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:15px;}
#module_505042154 .langlistbox li:hover .langinfo,#module_505042154 .langactive .langinfo {color:#fff}
#module_505042154 .langlistbox li:hover .langinfo,#module_505042154 .langactive .langinfo{background-color:#E50B1C}
#module_505042154 .langlistbox li:hover .langinfo,#module_505042154 .langactive .langinfo{border-color:#E50B1C}
#module_505042154 .langlistbox li:hover .langtxt,#module_505042154 .langactive .langtxt{ color:#E50B1C }
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li>a:hover,#module_505042154.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:#d90f20;}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:#f10215;}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_505042154 {}#module_505042154.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_505042154.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16);
    color: #666;
    box-sizing: content-box;
    white-space: nowrap;
    /* min-width: 80px; */
}
.ModuleMobileFloatNavGiant .defaultbtnbghover{
    transform: rotate(180deg);
    transition: all 0.5s;
}
.ModuleMobileFloatNavGiant .itemtextright{
    text-align: right;
}
.ModuleMobileFloatNavGiant .itemtextleft{
    text-align: left;
}
.ModuleMobileFloatNavGiant .itemtextright::before{
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .itemtextleft::before{
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .FloatNavitemlist{ height: 0; display: none; transition:all}
.itemimg{
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}
.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}
.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}
.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}
.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}.module_505042152 .ModuleHead .HeadCenter{float:none;}
#module_505042152 {
padding:0px;
}
#module_505042152 {
}
#module_505042152 .ModuleHead505042152 {
display:none;
}

#module_505042152 .defaultbtn{background-color:#fff}
#module_505042152 .defaultbtn{}
#module_505042152 .spotgroup{color:#f10215}
#module_505042152 .itembtn{background-color:}
#module_505042152 .itembtn{}
#module_505042152 .itemicon{color:} #module_505042152 svg>*{fill:}
#module_505042152 .itemtext{background-color:} #module_505042152 .itemtextright::before{border-left-color:} #module_505042152 .itemtextleft::before{border-right-color:}
#module_505042152 .itemtext{}
#module_505042152 .itemtext{font-size:px;}
#module_505042152 .itemtext{font-family:;}
#module_505042152 .itemtext{color: !important;}
#module_505042152 .itemtext{}
#module_505042152 .itemtext{}
#module_505042152 .itemtext{}
#module_505042152 .defaultbtnbghover{background-color:#f10215}
#module_505042152 .defaultbtnbghover{}
#module_505042152 .defaultbtniconbghover{color:#fff}
.module_505042153 .ModuleHead .HeadCenter{float:none;}
#module_505042153 {
padding:0px;
}
#module_505042153 {
}
#module_505042153 .ModuleHead505042153 {
display:none;
}
#module_505042153 .BodyCenter.BodyCenter505042153 {
background:none;background-color:rgba(0,0,0,0);
}
#module_505042153 >.module_505042153 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_505042153 >.module_505042153{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_505042153 .BodyCenter.BodyCenter505042153 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042153 .BodyCenter.BodyCenter505042153 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_505042153 >.module_505042153 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_505042153 >.module_505042153 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_505042153 >.module_505042153 {box-shadow: 0px 0px 0px 0px #ccc}
#module_505042153:hover {
border:none;
}
#module_505042153:hover >.module_505042153 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_505042153 .foot-nav-list{background-color:rgb(241, 2, 21) !important;}
#module_505042153 .foot-nav-list{border-top-color:transparent;}
#module_505042153 .foot-nav-list{border-top-style:solid;}
#module_505042153 .foot-nav-list{border-top-width:0px;}
#module_505042153 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_505042153 .icon{color:#fff !important;}  #module_505042153 .icon svg >*{fill:#fff}
#module_505042153 .itemText{font-size:12px;}
#module_505042153 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_505042153 .itemText{color:#fff !important;}
#module_505042153 .itemText{font-weight:normal;}
#module_505042153 .itemText{text-decoration:none;}
#module_505042153 .itemText{font-style:normal;}
#module_505042153 .iconh{color:#fff !important;}  #module_505042153 .iconh svg >*{fill:#fff}
#module_505042153 .itemTexth{font-size:12px;}
#module_505042153 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_505042153 .itemTexth{color:#fff !important;}
#module_505042153 .itemTexth{font-weight:normal;}
#module_505042153 .itemTexth{text-decoration:none;}
#module_505042153 .itemTexth{font-style:normal;}
