﻿@charset "utf-8";
/*========== 请谨慎修改reset css strat ==========*/
/* 禁用iphone中safari的字号自动调整 */

html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body{top:0!important;word-wrap:break-word !important; word-break:normal !important;}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
/* 设置html5元素为块 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {display: block;}
/* 图片自适应 */
img{max-width: 100%;height: auto;width:auto\9; /* ie8 */-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/}
/*取消chrome表单自动填充颜色*/
input:-webkit-autofill{-webkit-box-shadow: 0 0 0 1000px white inset }
/* 去除iphone中默认的input样式 */
input[type="submit"],input[type="reset"],input[type="button"],input,button{-webkit-appearance:none; resize: none;}

html{height: 100%;font-size: 16px;}
body{height: 100%;color: #333;line-height:1.5;
	font-family: "helvetica neue", helvetica, arial,tahoma,"microsoft yahei", "pingfang sc", "hiragino sans gb", "heiti sc", "wenquanyi micro hei", sans-serif;}
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{margin:0; padding:0; border:none;}
/* 因为文章和产品详情会有表格 margin:0表格无法居中 */
.modulenewsdetailgiant .news-details-item table,.moduleproductdetailgiant .particularsmain table{margin: auto;}
em,i{font-style:normal;}
textarea,select{border:1px solid #ddd;}
a{text-decoration:none;font-size:1rem;color:#333;font-family: "helvetica neue", helvetica, arial,tahoma,"microsoft yahei", "pingfang sc", "hiragino sans gb", "heiti sc", "wenquanyi micro hei", sans-serif;outline:none;}
a:hover{color:#333; text-decoration:none;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%; font-family: "helvetica neue",helvetica, arial,tahoma,"microsoft yahei",  "pingfang sc", "hiragino sans gb", "heiti sc", "wenquanyi micro hei", sans-serif;outline:none;;}
img{border: none;}
p{color: #333;font-family: "helvetica neue",helvetica, arial,tahoma,"microsoft yahei", "pingfang sc", "hiragino sans gb", "heiti sc", "wenquanyi micro hei", sans-serif;outline:none;;}
select{border: 1px solid #ddd;}
form{padding: 0;margin: 0;display: block;overflow: hidden;}
hr{margin:5px auto;}
.horizontal{border-style: initial;border-width: 1px;border-color:#000;}
.img-responsive{margin: 0 auto;}
/*动画效果，初始隐藏*/
.wow { visibility: hidden; }
.modulewow { visibility: hidden !important; }
.managenava a:focus{outline:none;}
input[type=checkbox]{position:relative;top:0.188rem;display:inline-block;margin-top:0;margin-bottom:0;width:1rem;height:1rem;border:1px solid #a0a0a0;border-radius:0;background:-webkit-linear-gradient(#fafafa,#dcdcdc);-webkit-box-shadow:inset 0 1px 2px #fff,0 1px 2px rgba(0,0,0,.2);vertical-align:baseline;-webkit-appearance:none;-webkit-margin-start:0;-webkit-margin-end:3px}
input[type=checkbox]{border-color:#c4c4c4;background:#fff;-webkit-box-shadow:none}
input[type=checkbox]:checked::before{position:absolute;top:0.0625rem;left:0.25rem;height:1rem;color:grey;content:url(/uploads/image/simages/checkmark.png);font-size:0.75rem;}
input[type=radio]{position:relative;top:0.188rem;display:inline-block;margin-bottom:0;width:1rem;height:1rem;border:1px solid #a0a0a0;border-radius:100%;background:-webkit-linear-gradient(#fafafa,#dcdcdc);-webkit-box-shadow:inset 0 1px 2px #fff,0 1px 2px rgba(0,0,0,.2);vertical-align:baseline;-webkit-transition:border 500ms;-webkit-appearance:none;-webkit-margin-start:0;    -webkit-margin-end: 10px;}
input[type=radio]{width:1rem;height:1rem;border-color:#c5c5c5;background:#fff;-webkit-box-shadow:none}
/* 旧的代码使用rem去做before的点，是十分不正确的做法 */
input[type=radio]:checked::before{
	position: absolute;
    top: 2px;
    left: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #f65e49;
    border-radius: 50%;
    content: '';
    vertical-align: top;
    opacity: 1;
}

/*=== 定义百度编辑器的表格样式 s ===*/
table.uetable {margin-bottom: 10px; border-collapse: collapse; display: table;}
table.uetable caption {border: 1px dashed #ddd; border-bottom: 0; padding: 3px; text-align: center;}
table.uetable td, table.uetable th {padding: 5px 10px; border: 1px solid #ddd;word-break: break-word !important;}
table.uetable th {border-top: 1px solid #bbb; background-color: #f7f7f7;}
table.uetable td p {margin: 0; padding: 0;}
table.uetable.nobordertable td,
table.uetable.nobordertable th,
table.uetable.nobordertable caption{border: 1px dashed #ddd !important;}
table.uetable .selecttdclass{background-color: #edf5fa !important;}
table.uetable  tr.firstrow th{border-top-width: 2px;}
table.uetable .ue-table-interlace-color-single{background-color: #fcfcfc;}
table.uetable .ue-table-interlace-color-double{background-color: #f7faff;}
table.uetable.uetable-hideborder td {border-width:0;}
/*=== 定义百度编辑器的表格样式 e ===*/

/*========== 请谨慎修改reset css end ==========*/

/*========== 加载模板前加载start ==========*/

.hidezone {height: 0 !important; min-height: 0 !important; overflow: hidden !important;}
.hidezone .gridfloat,
.hidezone .gridfloatbottom {display: none !important;}
/* 背景默认属性 */
#mobiledesignercontainer #pagebody{margin: 0px auto;padding: 0px;min-height:100%;position:relative;}
#pagebody{position:relative;padding-right: 0; padding-left: 0;}
/*#pagebody,#pagebody #headercontainer,#pagebody #bodycontainer,#pagebody #footercontainer{-moz-background-size: 100% auto; -o-background-size:100% auto; -webkit-background-size:100% auto !important; background-size:100% auto !important; background-repeat:no-repeat; background-position:50% 0%;}*/
/* 背景默认属性 */

.headercontainer,.bodycontainer,.footercontainer{width:100%;height:auto;margin: 0 auto;}
/*.footercontainer{padding-bottom:2.813rem;}*/
.moduleitem{/*overflow: hidden;*/float: left;display: table-cell;width: 100%;text-align: left;table-layout: fixed;}
.modulehead{width: 100%;height:auto;overflow: hidden;}
.modulehead .headtext{position:relative;height:auto;padding:0 0.714rem;font-size: 1rem;font-weight: bold;}
.modulehead .headleft{float: left;height:auto;}
.modulehead .headcenter{position:relative;float: left;height:auto;height:2.250rem;line-height:2.250rem;}
.modulehead .headicon{display: block; float:left; background-repeat: no-repeat; margin-left: 0.5rem;}
.modulehead .headcenter .modulemorelink i{padding-right:0.714rem;}
.modulehead .headright{float: right;height:auto;}
.modulehead .headtextmore{display: none;height:auto;}
.modulehead .headcenter .spanmore{float: right;position: absolute;right: 0;top: 0;height:auto;}
.modulenewslist .modulehead .headcenter .spanmore .modulemorelink,
.moduledownlist .modulehead .headcenter .spanmore .modulemorelink,
.modulenewstop .modulehead .headcenter .spanmore .modulemorelink,
.moduleproductlist .modulehead .headcenter .spanmore .modulemorelink{display:block;_height:auto;}
.moduleproductlist .param-4 .kv-value {text-decoration:line-through;}
.bodycenter{width:100%;height:auto;float:left;padding: 0;}
.modulefoot{width: 100%;position: absolute;height:auto;}
.modulefoot,.modulefoot .footcenter,.modulefoot .footleft{float: left;height:auto;}
.modulefoot .footright{float: right;height:auto;}
.modulenav{overflow: visible!important;}
.moduletitle,.modulefoot{clear: both;}

.modulebody{table-layout: fixed;width:100%;}
.modulecontainer{position: relative;zoom:1; /*overflow:visible;*/}
.subcontainer{max-width:100%;height:100%;}
.tabcontainer .subcontainer{height:auto;}

.certtitle{width: 100%;display: block;font-size: 1.286rem;clear: both;text-align: center;padding: 0.714rem 0;}
.certimg{width: 100%;clear: both;text-align: center;}
.certimg img{width: 96%;clear: both;margin: auto;}
.certcontent{display: block;width: 90%;padding: 0.714rem;margin: auto;}

/*========== 加载模板的样式前加载 ==========*/

/*========== 区域模块样式开始 ==========*/
.headerzonecontainer,.bodyzonecontainer,.footerzonecontainer{margin:0 auto;/*overflow:hidden;zoom:1;*/}
.moduleitrem{margin: 0;}
.bodytopzone,.bodyfootzone,.bodymainzonecontainer,.bodyleftzone,.bodyrightzone{margin: 0;}

/*左右局部设置*/
#pagebody.ispageflowlayout{display: flex;    flex-wrap: wrap;}
#pagebody.ispageflowlayout .bodymainzonecontainer {flex: 1; width: 0; overflow: hidden;}
.bodyleftzone, .bodyrightzone {width: 200px; min-width: 80px; height: 100%; display: inline-block; flex: 0; overflow-x: hidden; overflow-y: auto; position: fixed; top: 0; right: 0; z-index: 2;}
.bodyleftzone {
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
}
.bodyrightzone {
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	border-right-width: 0 !important;
}
.bodyleftzone {left: 0;}
.bodyleftzone .addnewhelper, .bodyrightzone .addnewhelper {width: 100%; height: 100% !important; margin-bottom: 0 !important;}
.bodyleftzone::-webkit-scrollbar, .bodyrightzone::-webkit-scrollbar {width: 0px; height: 0px;}
/*滚屏页设置*/
#pagebody.pagefull {height: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: column; overflow: hidden;}
#pagebody.pagefull .headercontainer,
#pagebody.pagefull .footercontainer {max-height: 400px; overflow: hidden;}
#pagebody.pagefull .bodycontainer {height: 100%; min-height: calc(100% - 800px); overflow: hidden; flex: 1;}
#pagebody.pagefull .slideoverflow{ overflow-y:hidden !important}
@media screen and (max-width:767px){
	#pagebody.ispageflowlayout {display: block;}
	.bodyleftzone,
	.bodyrightzone {display: none !important;}
    #pagebody.ispageflowlayout .bodymainzonecontainer {width: 100% !important; padding-right: 0 !important; margin-left: 0 !important; margin-right: 0 !important;}
	#freead {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 16px !important;
		line-height: 16px !important;
		font-size: 10px;
	}
	#pagebody.pagefull {padding-right: 0 !important;}
	#pagebody.pagefull .headercontainer,
	#pagebody.pagefull .footercontainer {max-height: 150px; overflow: hidden;}
	#pagebody.pagefull .bodycontainer {min-height: calc(100% - 300px); overflow: hidden; flex: 1;}
}

/*========== 区域模块样式结束 ==========*/

/*========== 通用样式 start ==========*/
/*.form-control{border-radius: 0;}*/
/*清除*/
.clear{clear:both;overflow:hidden;margin:0;padding:0;width:0;height:0;border:0;font-size:0;line-height:0;}
.clearfix:before,.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;font-size:0;line-height:0}
.clearfix{zoom:1;*zoom: 1;}

/*文字超出隐藏*/
.g-textoverflow,.textoverflow{display:block;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.g-textoverflow1,.textoverflow1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;word-break: break-all;}
.g-textoverflow2,.textoverflow2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;word-break: break-all;}

/*验证码*/
.vcodecont{position:relative;}
.vcodecont .input-group{width:100%;}
.vcodecont .captchaimg,.vcodecont .vcodeimg{position:absolute;right: 2px;bottom: 50%;margin-bottom: -15px;}
/*验证码*/
.captchaimg{vertical-align:middle;}

/*显示更多链接样式*/
.modulehead .spanmore{font-size: 1rem;font-weight: normal;}
/*基本表单样式*/
.moduleinput{vertical-align: middle;border: 1px solid #ddd;outline: none;}
/*按钮*/
.modulesearchbutton,.modulesubmitbutton,.moduleregbutton,.moduleloginbutton{margin-right: 0.714rem;padding: 0 0.714rem;height: 2.143rem;width:8.125rem;border: 0;line-height: 1.714rem;cursor: pointer;color: #ffffff;background:#333;margin: 0 auto;border-radius: 5px;}
.modulesearchbutton:hover,.modulesubmitbutton:hover,.moduleregbutton:hover,.moduleloginbutton:hover{color:#fff;}

/*上/下一条记录*/
.prevnext{overflow: hidden;padding: 2.5rem 0;display: inline-block\9;margin: auto;clear: both;}
@media screen and (max-width:767px){
	.moduleproductdetailgiant .mobile-pro-details-main {padding-bottom:50px;}
	.prevnext{padding-top: 0;}
	.prevnext .prev{float: left;display: block;width: 100%;padding: 0;text-align: left;}
	.prevnext .next{float: left;display: block;width: 100%;padding: 0;text-align: left;}
}
@media screen and (min-width:768px){
	.prevnext .prev{float: left;display: block;max-width: 40%;padding: 0 0.714rem;text-align: left;}
	.prevnext .next{float: right;display: block;max-width: 40%;padding: 0 0.714rem;text-align: right;}
	/*产品详情上下页*/
	.moduleproductdetailgiant .por-next,.moduleproductdetailgiant .por-prev{max-width: 40%;}
}
.prevnext .prev a,.prevnext .next a{float: left;display: inline-block;max-width: 100%;text-align: left;font-family: "microsoft yahei","simsun",arial;font-size: 0.875rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*产品详情上下页*/
.moduleproductdetailgiant .por-next a,.moduleproductdetailgiant .por-prev a{display: inline-block;max-width: 100%;text-align: left;font-family: "microsoft yahei","simsun",arial;font-size: 0.875rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.prevnext .prev a:hover,.prevnext .next a:hover{text-decoration: underline;}

/*========== 通用样式 end ==========*/


/*----------------------------- 模块样式start -------------------------------*/

/*========== 响应式分栏模块start ==========*/

.modulegrid .row{margin-right: -5px;margin-left: -5px; }
.modulegrid .modulegridcol{padding:0 5px 10px 5px;}

.modulegrid .modulegriditem{padding:0px;}
.modulegriditem{min-height:1px;}
.modulegridcontainer{    padding-right: 0;padding-left: 0;margin-right: auto;margin-left: auto;}
.headercontainer .modulegrid .modulegriditem{padding:0 5px ;}
/*========== 响应式分栏模块end ========== */

/*========== 导航模块start ==========*/
.modulenav .pre_nav{width: 100%;}
.modulenav .navleft{float:left;}
.modulenav .navright{float:right;}
.modulenav .nav{width: 100%;display:none;overflow:hidden;}
.modulenav .nav dl{list-style-type: none;}
.modulenav .nav dl dd{height: 3.0625rem;line-height: 3.0625rem;float: left;text-align: center;}
.modulenav .bodycenter{display: none;}
/*--横向样式--*/
.modulenav .navmainitemgroup{display: none;}
.modulenav .navmainitem,.modulenav .navmainitemgroup{width: 100px;}
.modulenav .nav dl dt{float: left;text-align: center;overflow: hidden;}
.modulenav .nav .navmainitem{height: 3.0625rem;line-height: 3.0625rem;font-size: 0.875rem;color: #333;display: block;clear: both;text-align:left;padding-left: 1.250rem;_border-bottom: 1px dashed #cccccc;}
/*--横向样式--*/
.modulenav .nav dl .navhorizontaldd a{text-align:center;padding-left:0;}
.modulenav .nav dl dd a:link,.modulenav .nav dl dd a:visited,.modulenav .nav dl dd a:hover{color: #333;}
.modulenav .nav .navsubitemgroup{width: 100px;}
.modulenav .nav .navsubitem{height: 2.4375rem;line-height: 2.4375rem;font-size: 0.875rem;display: block;color: #333;}
/*========== 导航模块end ==========*/


/*========== 幻灯片模块end ==========*/
.flexshow{overflow: hidden;}
@media screen and (max-width:768px){
	.flex-direction-nav{display: none;}
}
/*幻灯片内自由容器内的模块超出不显示*/
.moduleslidecontainer .moduleitem{
	overflow: hidden;
}
/*========== 幻灯片模块end ==========*/

/*========== 响应式导航模块 start ==========*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:transparent;}
.navbar-default .navbar-toggle{border:none;}
.modulenav .mobilenav{padding-left: 0;margin-bottom: 0;list-style: none;}
.modulenav .mobilenav>li{position: relative;display: block;}
.modulenav .navbar{border-radius: 0;}
.modulenav .navbar-nav{margin: 0 -15px;}
.modulenav .mobilenav>li>a{position: relative;display: block;padding: 10px 15px;font-size: 0.875rem;}
.modulenav .navbar-nav>li>a{padding: 0 15px;line-height: 42px;}
.modulenav .navmainitemgroup{height: 42px;line-height: 42px;}

.modulenav .navitem{margin-top: 0;margin-bottom: 0;border: 0;background: 0;background: transparent;width: 100%;z-index: 100;}
.modulenav .navbar{border: none;margin-bottom: 0;min-height: 12px;}
.modulenav .navbar-default .navbar-collapse{border: none;}
.modulenav .navbar-default,.dropdown-menu{background-color: transparent;}
.modulenav .navbar-default .navbar-nav>li>a{color: #666;}
.modulenav .mores{font-size: 1rem;font-family: "microsoft yahei";}
.modulenav .dropdown-menu{padding: 0;min-width: 0;}
.modulenav .dropdown-menu>li>a{font-size: 0.75rem;padding:3px 15px;background-color: #ddd;}
.modulenav .navbar-default .navbar-nav>li>a:hover{text-decoration: underline;}
.modulenav .dropdown-menu>li>a:hover{font-size: 0.875rem;background-color: transparent;color: #333;}
.modulenav .navbar-default .navbar-brand{color: #000;}
.modulenav .navbar-header{background-color: #ddd;}

@media (min-width: 768px) {
	.modulenav .navbar-header{display: none;}
	.modulenav .navbar-nav > li:last-of-type > a{border: 0;}
	.modulenav .navbar-collapse{padding: 0;}
	.modulenav .dropdown-menu{border: none;box-shadow: none;}
	.modulenav .navbar-nav{margin: 0;}
}
/*========== 响应式导航模块end ==========*/

/*========== 响应式相册模块start ==========*/
.modulesitegallery .demo-gallery-poster{bottom: 0;left: 0;position: absolute;right: 0; top: 0;-webkit-transition: background-color 0.15s ease 0s;-o-transition: background-color 0.15s ease 0s;transition: background-color 0.15s ease 0s;}
.modulesitegallery .demo-gallery-poster > img{left: 50%;margin: -10px 0 0 -10px;opacity: 0;position: absolute;top: 50%;-webkit-transition: opacity 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s;}
.modulesitegallery .grid-item>a:hover .demo-gallery-poster{background-color: rgba(0, 0, 0, 0.5); }
.modulesitegallery .grid-item>a:hover .demo-gallery-poster > img{opacity: 1;}
.modulesitegallery .grid-cont{display: block; }
.modulesitegallery .imgtitle{display:block;text-align: center;font-size: 0.875rem;padding: 5px; line-height: 24px;word-wrap: break-word;background:#fff;}
/*========== 响应式相册模块end ==========*/

/*========== 会员登录模块start ==========*/



.moduleuserlogin{padding:0.625rem}
.moduleuserlogin ul{display: block;width: 100%;margin-top: 0.714rem;list-style-type: none;}
.moduleuserlogin li{display: block;width: 100%;margin: 0 0.714rem;padding: 0.188rem 0;float: left;height: 2.143rem;line-height: 2.143rem;}
.moduleuserlogin li span{display: block;overflow: hidden;float: left;}
.moduleuserlogin .inputcontainer{margin-right: 0.313rem; padding: 0.313rem 0;}
.moduleuserlogin .userloginbtn{float: right;margin: 0.313rem;}
.moduleuserlogin .btnfillet{position: relative;z-index: 2;border: 1px solid;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;behavior: ;}
/* 其他登陆方式图标按扭 */
.moduleuserlogin .qqloginbtn,.moduleuserlogin .alipayloginbtn,.moduleuserlogin .wxloginbtn{float:left;margin: 0 0.313rem;}
.moduleuserlogin .qqloginbtn img,.moduleuserlogin .alipayloginbtn img,.moduleuserlogin .wxloginbtn img{width: 1.25rem;height: 1.25rem;}
/* 登陆后样式 */
.moduleuserlogin .alnormal, .moduleuserlogin .alcontrol{float:left; margin: 0 0.625rem 0 0.313rem;}
.moduleuserlogin .afterlogin a:hover{text-decoration:underline;}
/* 登陆后样式 */
.moduleuserlogin .alnormal, .moduleuserlogin .alcontrol{float:left; margin: 0 0.625rem 0 0.313rem;}
.moduleuserlogin .afterlogin a:hover{text-decoration:underline;}
/* 竖排 */
.moduleuserlogin .beforelogin1 .otherloginbtngroup{float:left;line-height:2.25rem;}
/* 竖排2 */
/* 竖排2 */
.moduleuserlogin .beforelogin4 .inputcontainer{margin:0 0 0.625rem 0;}
.moduleuserlogin .form-control{padding: 0 12px;}
.moduleuserlogin .beforelogin4 .userinput,.moduleuserlogin .beforelogin4 .passinput{background:#fff;border:1px solid #ddd;overflow:hidden;}
.moduleuserlogin .beforelogin4 .inputcontainer .userico{height:1.625rem;margin-right:0.313rem;background: url(/uploads/image/siuserlogin/username.png) 50% no-repeat;}
.moduleuserlogin .beforelogin4 .inputcontainer .passico{height:1.625rem;margin-right:0.313rem;background: url(/uploads/image/siuserlogin/pwd.png) 50% no-repeat;}
.moduleuserlogin .beforelogin4 .username,.moduleuserlogin .beforelogin4 .password{float:left;padding: 0;width: 60%;border: none;}
.moduleuserlogin .beforelogin4 .moduleloginbutton{width: 100%;height: 2.125rem;}
.moduleuserlogin .beforelogin4 .moduleregbutton{float: right;background: none;color:#333;}
/* 横排 */
.moduleuserlogin .beforelogin2 .qqloginbtn, .moduleuserlogin .beforelogin2 .alipayloginbtn, .moduleuserlogin .beforelogin2 .wxloginbtn{float: none; margin: 0 0.313rem;}
/* 弹出 */
.moduleuserlogin3_dialog.ui-dialog .ui-dialog-titlebar{background: #000; border:1px solid #000;}
.moduleuserlogin3_dialog.ui-dialog .ui-icon-closethick{background-image:url(/uploads/image/simages/ui-icons_ffffff_256x240.png);}
.moduleuserlogin3_dialog label{font-size:0.8rem;}
/*========== 会员登录模块end ==========*/

/*==========会员注册页面 修改会员信息默认样式==========*/
.moduleuserreg .moduleinput{float:none; width:100%; height:2.3rem;}
.moduleuserreg .vcodeimg { position: absolute; z-index: 2; top: initial; bottom: 0.2rem; right: 1.1rem; height: 1.8rem; }
.moduleuserreg p.error { float: none; padding-left: 0px; display: block; width: 100%; margin: 0.2rem 0; font-size: 0.8rem; color: red; font-weight: normal; }
.moduleuserreg .modulesubmitbutton{float:none; width:100%;}
.moduleuserreg .btn:hover{color: #fff;}
.moduleuserreg ul li{position:relative;display: block;padding: 0.714rem 0.714rem 0;width: auto; height:auto;/*min-height: 5rem;*/}
.moduleuserreg ul li span{display: block;margin-right: 0.714rem;float: left;width: 4.375rem;text-align: right;}
.moduleuserreg ul li input{float: none;}
.moduleuserreg ul li i{float: left;padding-left: 0.714rem;color: red;}
.moduleuserreg ul li label{float: left;padding-left: 0.714rem;color: red;}
.moduleuserreg ul li img{vertical-align: top;}
.moduleuserreg .userregok div,.moduleuserreg .userregok span{line-height:1.875rem;padding:0.188rem;}
.moduleuserreg .userregok .userregokmsg{font-weight:bold;font-size:1rem;color:green;}
.moduleuserreg .userregok .userreggotousercenter{font-weight:bold;font-size:0.875rem;color:#236b92;}
.moduleuserreg .ui-widget-content{border: none; background: none;}
.moduleuserreg .ui-state-default{height:1.875rem;line-height: 1.250rem;}
.moduleuserreg .ui-state-hover{border-color:#ccc;background: #fff;}
.moduleuserreg .ui-state-active, .moduleuserreg .ui-widget-content .ui-state-active, .moduleuserreg .ui-widget-header .ui-state-active{border-color: #ccc; background: #fff; font-weight: bold; color: #eb8f00;}
.moduleuserreg .ui-state-default .ui-tabs-anchor{color:black;font-weight: normal;}
.moduleuserreg .ui-state-active .ui-tabs-anchor{color:black;font-weight: bold;}
.moduleuserreg .ui-corner-all{border-radius: 0;}
.moduleuserreg .ui-widget-header{border: none; border-bottom: 1px solid #cccccc; background: none; color: #fff; font-weight: bold;}
.moduletext .menuicon{height: 3.571rem;line-height: 3.571rem;width: 13.571rem;text-align: center;padding-top: 0.714rem;border: 0;background-repeat: no-repeat;}
.moduleuserreg ul li span { float: none; padding: 0.313rem 0; font-weight: normal; font-size: 0.875rem; clear: both; display: block; overflow: hidden; text-align: left; }
.moduleuserreg p.error{padding-left:0px;}
.moduleuserreg .requiredsyx {color:red; }
.moduleuserreg .userregform .customformitem .customformtextarea{width: 100%;min-height: 5rem;}
.moduleuserreg .userregform .customformitem .customformradiogroup{float:none;width:100%;}
.moduleuserreg .userregform .customformitem .customformradiogroup .customformradiolabel{padding: 0;color: #333;margin: 0 10px 0 5px;font-weight: normal;}
.moduleuserreg .userregform .customformitem .customformcheckboxgroup {display: block;float: none;width: 100%;}
.moduleuserreg .userregform .customformitem .customformcheckboxgroup .customformcheckboxlabel{margin-right: 0.714rem; padding:0px;color:#333;font-weight: normal;}
.moduleuserreg .userregform .customformitem .customformcheckboxgroup .customformcheckboxlabel .customformcheckbox{margin-right:0.388rem;}
.moduleuserreg .userregform .customformitem .customformselect{float:none;}

/*========== 会员注册页面 修改会员信息默认样式 end ==========*/


/*========== 新会员登录模块start ==========*/
/*样式5*/
.moduleuserlogin .beforelogin5{overflow:hidden;}
.moduleuserlogin .beforelogin5 .moduleregbutton{float:left;text-decoration:underline;color:#666;background:none;font-size:0.875rem;padding:0;}
.moduleuserlogin .beforelogin5 .moduleforgetpswbutton{float:right;text-decoration:underline;color:#666;font-size:0.875rem;padding:0;}
.moduleuserlogin .beforelogin5 .checkbox{margin:0;}
.moduleuserlogin .beforelogin5 .checkbox label{color:#666;font-size:0.875rem;line-height: 1.375rem;}
.moduleuserlogin .beforelogin5 .moduleloginbutton {color:#666;display:block;background:#ddd;}
.moduleuserlogin .beforelogin5 .moduleloginbutton.affirm{background:#57c719;color:#fff;}
.moduleuserlogin .beforelogin5 .otherlogin a{background: 0 0;background-size:cover;float:left;display:inline-block;width:2.25rem;height:2.375rem;margin:0.625rem 0.625rem 0 0;}
.moduleuserlogin .beforelogin5 .otherlogin .otherzfb{background-position:0 -2.5rem;}
.moduleuserlogin .beforelogin5 .otherlogin .otherwx{background-position:0 -79px;}
.moduleuserlogin .beforelogin5 .otherlogin p{font-size:1rem;line-height:2rem;}

/*样式6*/
.moduleuserlogin .beforelogin6 .inputbox{border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff;}
.moduleuserlogin .beforelogin6 .inputcontainer {margin:0;padding:0}
.moduleuserlogin .beforelogin6 .moduleinput{border:0;width:auto;}
.moduleuserlogin .beforelogin6 .userinput,.moduleuserlogin .beforelogin6 .passinput{background:#fff;overflow:hidden;}
.moduleuserlogin .beforelogin6 .passinput{border:none;}
.moduleuserlogin .beforelogin6 .inputcontainer .userico{min-width:1.625rem;height:2.125rem;background:  50% no-repeat;}
.moduleuserlogin .beforelogin6 .inputcontainer .passico{min-width:1.625rem;height:2.125rem;background:  50% no-repeat;}
.moduleuserlogin .beforelogin6 .username,.moduleuserlogin .beforelogin6 .password{float:left;padding: 0;border: none; line-height: 2.5rem;}
.moduleuserlogin .beforelogin6 .username{border-bottom: 1px solid #ddd;}
.moduleuserlogin .beforelogin6 .checkbox{float:left;margin:0;}
.moduleuserlogin .beforelogin6 .checkbox label{font-size:0.875rem;line-height: 1.375rem;}
.moduleuserlogin .beforelogin6 .forgetpswbox{float:right;}
.moduleuserlogin .beforelogin6 .moduleforgetpswbutton{font-size:0.875rem;padding:0;}
.moduleuserlogin .beforelogin6 .moduleloginbutton{float:left;width:45%;background:#57c719;color:#fff;}
.moduleuserlogin .beforelogin6 .moduleregbutton{float:right;width:45%;background:#fff;border:1px solid #57c719;color:#57c719;}

.moduleuserlogin .beforelogin6 .otherlogin p{font-size:1rem;line-height:2rem;}
.moduleuserlogin .beforelogin6 .otherlogin a{background: 0 0;background-size:cover;float:left;display:inline-block;width:2.25rem;height:2.375rem;margin:0.625rem 0.625rem 0 0;}
.moduleuserlogin .beforelogin6 .otherlogin .otherzfb{background-position:0 -2.5rem;}
.moduleuserlogin .beforelogin6 .otherlogin .otherwx{background-position:0 -79px;}
/*========== 新会员登录模块end ==========*/

/*========== 新注册样式start ==========*/
/*样式1*/
.moduleuserreg .regstyle1{overflow:hidden;}
.moduleuserreg .regstyle1 .existbutton{float:right;color:#666;font-size:0.875rem;}
.moduleuserreg .regstyle1 .moduleconfirmbutton {background:#ddd;display:block;color:#fff;}
.moduleuserreg .regstyle1 .moduleconfirmbutton.affirm{background:#57c719;}

/*样式2*/
.moduleuserreg .regstyle2{overflow:hidden;}
.moduleuserreg .regstyle2 .inputbox{margin-top:0.938rem;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff;}
.moduleuserreg .regstyle2 .passinput{border:none;}
.moduleuserreg .regstyle2 .inputcontainer .userico{min-width:1.625rem;height:2.125rem;background:  50% no-repeat;}
.moduleuserreg .regstyle2 .inputcontainer .passico{min-width:1.625rem;height:2.125rem;background:  50% no-repeat;}
.moduleuserreg .regstyle2 .username,.moduleuserreg .regstyle2 .password{float:left;padding: 0;border: none; line-height: 2.5rem;}
.moduleuserreg .regstyle2 .username{border-bottom: 1px solid #ddd;}
.moduleuserreg .regstyle2 .existbutton{float:right;color:#666;font-size:0.875rem;}
.moduleuserreg .regstyle2 .moduleconfirmbutton {background:#ddd;display:block;color:#fff;}
.moduleuserreg .regstyle2 .moduleconfirmbutton.affirm{background:#57c719;}

.moduleuserreg .limodulevcode td{display: table-cell;text-align: center;vertical-align: middle;padding-right: 10px;}
.moduleuserreg .limodulevcode .tdgetregsmsvcode {width: 1%;padding-right:0px;}
/*========== 新注册样式end ==========*/

/*========== 搜索模块start ==========*/
/*通用*/
.modulesearchform{padding:0.625rem;}
.modulesearchform .modulesearchinput{border:0.188rem solid #333;}
.modulesearchform .modulesearchbutton{background-color:#333;width:auto;}

/*select 下拉框*/
.modulesearchselectdropdowncontainer .dropdown-menu{background-color: #fff;}
.modulesearchselectdropdowncontainer .bootstrap-select.btn-group .dropdown-menu{background-color: #fff;z-index: 9999;}
.modulesearchselectdropdowncontainer .bootstrap-select.btn-group .dropdown-menu li{border-bottom: 1px solid #ccc;}
.modulesearchselectdropdowncontainer .bootstrap-select.btn-group .dropdown-menu li:last-child{border-bottom: 0}

.modulesearchform2,
.modulesearchform3,
.modulesearchform4,
.modulesearchform5,
.modulesearchform6,
.modulesearchform7{padding:0;}

.modulesearchform .searchicon{cursor:pointer;}

/*样式1*/
.modulesearchform1 .select{width: 60px;height: 28px;position: relative;top: -31px;left: 3px;z-index: 100;}

/*样式2*/
.modulesearchform2 .content{display:table;width: 100%;height:auto;border: 0;border-radius: 0px;overflow: hidden;}
.modulesearchform2 .group{display:table;width: 100%;height:auto;border:0;border-radius: 0px;overflow: hidden;}
.modulesearchform2 .searchinputpanel,
.modulesearchform2 .searchtypepanel{position: relative;display:table-cell;height:auto;border:0px;vertical-align: middle;}
.modulesearchform2 .searchtypepanel{width: 1%;}
.modulesearchform2 .searchbtnpanel{position: relative;display:block;height:36px;border:0px;}
.modulesearchform2 .searchicon{position: absolute;margin-top:-10px;top: 50%;left: 10px;width: 20px;height: 20px;}
.modulesearchform2 .modulesearchinput{float: none;display:block;width: 100%;height: 36px;border: 1px solid #ccc;border-right:0px !important;border-radius: 0;text-indent: 40px;font-size:14px;outline: none;}
.modulesearchform2 .searchtypepanel select{height: 100%;}
.modulesearchform2 .bootstrap-select{float: left;height: auto;border: 0;border-radius: 0;}
.modulesearchform2 .bootstrap-select .btn{padding-top: 0;padding-bottom: 0;height: 36px;border: 1px solid #ccc;border-left-width: 1px;border-radius: 0;}
.modulesearchform2 .modulesearchbutton{float: left;display: block;min-width: 65px;width: 100%;height: 100% !important;border: 0;border-radius: 0;font-family: "微软雅黑,microsoft yahei";font-size: 12px;}

/*样式3*/
.modulesearchform3 .content{display:table;width: 100%;height:auto;border: 1px solid #ccc;border-radius: 34px;overflow: hidden;}
.modulesearchform3 .searchinputpanel,
.modulesearchform3 .searchtypepanel,
.modulesearchform3 .searchbtnpanel{position: relative;display:table-cell;height: 36px;border:0px;vertical-align: middle;}
.modulesearchform3 .searchtypepanel,
.modulesearchform3 .searchbtnpanel{width: 1%;border-left: 1px #ccc solid;}
.modulesearchform3 .modulesearchinput{float: left;width: 100%;height: 100%;border-radius: 0;border: 0;text-indent: 14px;font-size:14px;outline: none;}
.modulesearchform3 .searchtypepanel select{height: 100%;border: 0;}
.modulesearchform3 .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.modulesearchform3 .bootstrap-select .btn{height:100%;border: 0;border-radius: 0;}
.modulesearchform3 .modulesearchbutton{position: relative;display: inline-block;width: 50px;height: 100% !important;background: #fff;border-radius: 0;text-align: center;}
.modulesearchform3 .searchicon{display: block;width: 20px;height: 20px;margin: 0 auto;}

/*样式4*/
.modulesearchform4 .content{display:table;width: 100%;height:auto;border: 0;border-radius: 0px;overflow: hidden;}
.modulesearchform4 .group{display:table;width: 100%;height:auto;border:0px;border-radius: 0px;overflow: hidden;}
.modulesearchform4 .searchinputpanel,
.modulesearchform4 .searchtypepanel{position: relative;display:table-cell;height:auto;border:0px;vertical-align: middle;}
.modulesearchform4 .searchtypepanel{width: 1%;}
.modulesearchform4 .modulesearchinput{float: left;width: 100%;height: 36px;border-radius: 0;border: 1px solid #ccc;text-indent: 36px;font-size:14px;outline: none;}
.modulesearchform4 .searchtypepanel select{height: 100%;}
.modulesearchform4 .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.modulesearchform4 .bootstrap-select .btn{padding-top: 0;padding-bottom: 0;padding-left:15px;height: 36px;border: 1px solid #ccc;border-right-width: 0px !important;border-radius: 0;}
.modulesearchform4 .space{width:10px;}
.modulesearchform4 .searchbtnpanel{width:1%;height:36px;}
.modulesearchform4 .modulesearchbutton{position: relative;display: inline-block;min-width: 50px;height:100% !important;line-height: inherit !important;background: #000;border:1px none;border-radius: 6px;text-align: center;}
.modulesearchform4 .searchicon{position: absolute;margin-top: -10px;top: 50%;left: 10px;width: 20px;height: 20px;}

/*样式5*/
.modulesearchform5 .content{display:table;width: 100%;height:auto;border: 1px solid #ccc;border-radius: 34px;overflow: hidden;}
.modulesearchform5 .searchinputpanel,
.modulesearchform5 .searchtypepanel,
.modulesearchform5 .searchbtnpanel{position: relative;display:table-cell;height:36px;border:0px;vertical-align: middle;background: #fff;}
.modulesearchform5 .searchtypepanel,
.modulesearchform5 .searchbtnpanel{width: 1%;}
.modulesearchform5 .searchinputpanel{border-left: 1px #ccc solid;}
.modulesearchform5 .modulesearchinput{float: left;width:100%;border-radius: 0;border: 0;text-indent: 15px;font-size:14px;outline:none;}
.modulesearchform5 .searchtypepanel select{height: 100%;}
.modulesearchform5 .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.modulesearchform5 .bootstrap-select .btn{padding-left: 16px;height:100%;border: 0;border-radius: 0;background-color:transparent;}
.modulesearchform5 .modulesearchbutton{position: relative;display: inline-block;padding: 0;min-width: initial;margin-right: 4px;width: 30px;height: 30px !important;line-height: 30px !important;border: 0;border-radius: 30px;font-size: 12px;text-align: center;background: #fff;}
.modulesearchform5 .searchicon{position: absolute;margin-top: -10px;top: 50%;left: 10px;width: 20px;height: 20px;}

/*样式6*/
.modulesearchform6 .content{display:table;width: 100%;height:auto;border: 1px solid #ccc;border-radius: 34px;overflow: hidden;}
.modulesearchform6 .searchinputpanel,
.modulesearchform6 .searchtypepanel,
.modulesearchform6 .searchbtnpanel{position: relative;display:table-cell;height:36px;border:0px;vertical-align: middle;background: #fff;}
.modulesearchform6 .searchtypepanel{width: 1%;}
.modulesearchform6 .searchinputpanel{border:0;}
.modulesearchform6 .modulesearchinput{float: left;width:100%;border-radius: 0;border: 0;text-indent: 10px;font-size:14px;outline:none;}
.modulesearchform6 .searchtypepanel select{height: 100%;}
.modulesearchform6 .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.modulesearchform6 .bootstrap-select .btn{padding-left: 16px;height:100%;border: 0;border-radius: 0;background-color:transparent;}
.modulesearchform6 .searchbtnpanel {position: relative;width: 50px;background: #fff;border-radius: 0;text-align: center;}
.modulesearchform6 .searchicon{position: absolute;margin-top: -10px;top: 50%;left: 14px;width: 20px;height: 20px;}

/*样式7*/
.modulesearchform7 .content{display:table;width: 100%;height:auto;border: 0;border-radius: 0px;overflow: hidden;}
.modulesearchform7 .group{display:table;width: 100%;height:auto;/*border: 1px solid #ccc;*/border-radius: 0px;overflow: hidden;}
.modulesearchform7 .searchinputpanel,
.modulesearchform7 .searchtypepanel{position: relative;display:table-cell;height:auto;border:0px;vertical-align: middle;}
.modulesearchform7 .searchtypepanel{width: 1%;}
.modulesearchform7 .modulesearchinput{float: left;width: 100%;height: 36px;border-radius: 0;border: 1px solid #ccc;border-radius: 8px 0 0 8px;text-indent: 12px;font-size:14px;outline: none;}
.modulesearchform7.withselect .modulesearchinput{border-radius: 0 !important;}
.modulesearchform7 .searchtypepanel select{height: 34px;border: 0;}
.modulesearchform7 .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.modulesearchform7 .bootstrap-select .btn{padding-top: 0;padding-bottom: 0;padding-left:15px;height: 36px;border: 1px solid #ccc;border-right-width: 0px !important;border-radius: 8px 0 0 8px;}
.modulesearchform7 .searchbtnpanel{width:1%;height:36px;}
.modulesearchform7 .modulesearchbutton{position: relative;display: inline-block;min-width: 50px;height:100% !important;line-height: inherit !important;background: #000;border:1px none;border-radius: 0 8px 8px 0;text-align: center;}
.modulesearchform7 .searchicon{position: absolute;margin-top: -10px;top: 50%;left: 10px;width: 20px;height: 20px;}

/*========== 搜索模块end ==========*/

/*========== 友情链接模块start ==========*/
.modulelinklist .linkhor{float: left;display: inline-block;white-space: nowrap;}
.modulelinklist .linkver{display:block;}
.modulelinklist .btn:hover{text-decoration:underline;}
/*========== 友情链接模块end ==========*/

/*========== 产品展示模块start ==========*/
.clear_x:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.module_select{padding:10px 10px 0;}
.selectselfattr{width: 100%;margin:0 auto 10px;display: block;height: 30px;line-height: 30;}
.selectselfattr.even{float:right;}
/*.moduleproductlist .productbox{float:left;display: inline-block;overflow:hidden;width:46%;height:auto;text-align:center;}*/
.moduleproductlist .spliter{width:100%;height:1px;overflow:hidden;clear:both;}
.moduleproductlist .productbox center{border: solid #e2e2e2 1px;margin: 0.188rem;overflow:hidden;background:#fff;}
.moduleproductlist .productbox a.pimg{clear: both;}
/*.moduleproductlist .productbox a.pimg img{width: 8.571rem;height: 8.571rem;}*/
.moduleproductlist .productbox a.pimg img{max-width:100%;max-height:100%;}
.moduleproductlist .productbox a.pimg,.moduleproductlist .ptitle{overflow: hidden;text-align: center;display:block;}
.moduleproductlist .productbox dl.pdetail{list-style-type: none;display: block;padding:0.313rem;text-align: left;margin-bottom:1.875rem;}
.moduleproductlist .productbox dl.pdetail dd{display: block;clear: both;line-height: 1.250rem;text-align:left;}
.moduleproductlist .productbox .pdetail .proname{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;font-size:1rem;}
.moduleproductlist .productbox .pdetail .proprice{color:#d60706;font-size:1rem;margin:0.313rem 0;}
.moduleproductlist .productbox .pdetail .prodesc{color:#999;font-size:0.875rem}
.moduleproductlist #prevbtn,.moduleproductlist #nextbtn{display: none;}
.moduleproductlist .plabel,.moduleproductdetail .plabel{margin:0 0.188rem;padding:0.1rem 0.313rem;color:white;background:#ca0000;font-size:0.75rem;}
.moduleproductlist .productbox.showstyle_6 .picwrapper { float: left }
.moduleproductlist .productbox.showstyle_6 dl.pdetail {float: left;width: 200px; clear: none; padding-left: 0.625rem }
.moduleproductlist .productbox.showstyle_6 a.pimg { padding: 0 }

.moduleproductlist .shop_join{background:red; height:30px; width:60%; border-radius:5px;text-align:center;}
.moduleproductlist .shop_join{color:#fff; line-height:30px;font-size:12px;}

/*========== 产品展示模块end ==========*/

/*========== 产品详细模块 start ==========*/
.pdetail{display: block;overflow: hidden;margin:0 auto;max-width: 1200px;}
.pdetail .swiper-container{background:#fff;}
.pdetail dt{text-align: left;}
.pdetail dt img{margin: auto;width: 19.375rem;}
.pdetail dd{text-align: left;font-size: 0.875rem;}
.pdetail{height:100%;color:#838383;font-size:0.75rem;}
.pdetail .goods_cont{line-height: 1.875rem;}
.pdetail .goodsintro_mobile{line-height: 1.3rem;margin-bottom: 0.625rem;padding: 0 0.625rem 0 0.625rem;border-bottom: 1px dashed #ddd;background: #fff;font-size: 1rem;color:#333;margin-top: 16px;}
.goodsintro_mobile li{overflow:hidden;list-style:none;}
.pdetail .globalpurchaseflag {float:left;display:block;height:1.1875rem;line-height:0.9375rem;margin: 0 0.375rem 0.375rem 0.188rem;color: #9118cc; border: 2px solid #9118cc;   padding: 0px 3px; font-size: 12px;}
.pdetail .goods-price_mobile,
.pdetail .pro_count{overflow: hidden;margin-bottom: 0.625rem;background: #fff;height: auto;}/*修改过*/
.pdetail .pro_count li{overflow: hidden;}
.pdetail .freightmoney{color:#777;font-size: 0.8rem;}
.pdetail .goods-props_mobile{overflow: hidden;color:#999;font-size: 0.75rem;}
.pdetail .goods-props_mobile span{text-overflow: ellipsis;white-space: nowrap;font-size: 0.75rem;line-height: 1.8rem;color:#999;}
.pdetail .goods-props_mobile span.title{width: 4.5rem;display: inline-block;text-align:right;}
.pdetail .norms{float: left;display: block;overflow: hidden;margin: 0.313rem 0.313rem 0 0;padding: 0 0.625rem;border: solid 1px #ccc;text-indent: 0rem;white-space: nowrap;font-weight: normal;cursor: pointer;}
.goods-attr-name {display: block;float:left;height: 2rem;line-height: 1.2rem;}
.goods-attrval {display:block;}
.goods-attrval-name {float: left;display: block;overflow: hidden;margin: 0 0.3125rem 0.3125rem 0;padding: 0.313rem 0.625rem;border: solid 1px #ccc;text-indent: 0rem;/*white-space: nowrap;font-weight: normal;*/font-size:12px;cursor: pointer;}
.goods-attrval-name.selected {border:solid 1px #e40e0e;color: #e40e0e;}
.pdetail .phtml{color: #cb0404;font-weight: normal;font-size:1.5rem;font-weight: bold;}
.pdetail .goods-detail-tab{margin-top: 0.625rem;background: #e7e7e7;overflow:hidden;clear:both;line-height:30px;}/*修改过*/
.pdetail .goods-detail-content{background: #fff;padding: 0.625rem;line-height: 1.875rem;font-size: 0.875rem;}
.pdetail .goods-detail-content img{max-width: 100%;width:auto !important;height: auto !important;}
.pdetail .marketprice,
.pdetail .marketpricetitle,
.pdetail .phtmltitle{font-family: "microsoft yahei";color: #999;font-size: 0.75rem;}
.goods-num-add{line-height: 1.875rem;overflow: hidden;background: #fff;margin-bottom: 0.625rem;padding: 0.625rem;}/*修改过*/
.goods-num-add .goods-props_mobile{float: left;width: 33.333334%;}
.goods-detail-tab .active{display: block;background:#fff;text-align: left;font-size:0.875rem;padding:0.625rem 0;}
.goods-detail-tab .deactive{display: block;float:left;height:100%;text-align: left;font-weight: normal;font-size: 16px;padding:0 0.625rem;}
.goods-comment-tab {line-height:1em;}
.goods-num_mobile{float:left;display:inline-block;width: auto;border: 1px solid #ddd;}/*修改过*/
.goods-num_mobile span{float:left;}
.goods_num{display: block;float: left;height: 30px;line-height: 30px;color:#999;font-size:0.75rem;}/*修改过*/
.goods-num_mobile .jian ,.goods-num_mobile .jia{float: left;display: inline-block;width: 1.375rem;height: 1.875rem;background: #eee;text-align: center;font-weight: bold;font-size: 1rem;line-height: 1.875rem;cursor: pointer;}/*修改过*/
.goods-name{width: 100%;display: block;line-height: 1.5rem;margin-bottom: 5px;overflow:hidden; text-overflow:ellipsis;margin-top: 16px;font-size: 16px;font-family:"microsoft yahei";}/*修改过*/
.goods-brief{color:#999; font-size:0.75rem;line-height:20px;margin-bottom:0.5rem;}
.goods-shop{position: fixed;bottom: 0;left: 0;width: 100%;height: 50px;border-top: 1px solid #dddddd;background: white;line-height: 3.125rem;z-index:99;}/*修改过*/
.goods-shop .goods-price{color:#fe710e;font-size:16px;display:inline-block;height:2rem;line-height:2rem;}
.goods-ordernow, .goods-pay, .goods-addcart{float: right;display: inline-block;padding: 0 0.625rem;height: 3.125rem;color: white;text-align: center;line-height: 3.125rem;cursor: pointer;}
.goods-ordernow{height: 49px;line-height: 49px;background: #dd2726;width: 35%;}
.goods-addcart{float: right;height: 49px;background: #ff9501;line-height: 49px;width: 35%;margin-left: 0.625rem;}
.goods-pay{background: #ff9500;}
.goods-shop .shopcart{background:  no-repeat;}
.goods-shop .icon{display: block; height: 100%; width: 100%;background-size: 32px 32px; background-repeat: no-repeat; background-position: center center;}
.goods-shop .icon{position:relative;display: block; height: 32px; width: 25%;float: left;margin-top: 0.575rem;}/*修改过*/
@media screen and (min-width: 992px){
	.btnbuygroup{display: block;margin-top:15px;margin-left: 4.5rem;}
	.goods-shop{display: none;}
}
@media screen and (max-width: 991px){
	.btnbuygroup{display: none;}
	.goods-shop{display: block;}

}
.btnbuygroup[flowtype="0"]{display: block !important;}
.btnbuygroup[flowtype="1"]{display: none !important;}
.goods-shop[flowtype="0"]{display: none !important;}
.goods-shop[flowtype="1"]{display: block !important;}
.goods-params .goods-props_mobile{background: #fff;padding-top: 2.125rem;padding-left: 2.75rem;}
.goods-params .goods-props_mobile span{color: #323232;}
.goods-num-add .goods-addcart,.goods-num-add .goods-ordernow,.goods-num-add .goods-pay{float: left;margin-top: 1rem;}
.goods-num-add .goods-pay{color: #ca120f;background: none;height: 2.1875rem; line-height: 2.1875rem;}
.goodsjian{margin-left: 0.3125rem;display: none;}
.goods-btn{display: none;}

/*========== 产品详细模块 end ==========*/
#pro-detail-content table{ margin: 0 auto;}
.pro_content table{ margin: 0 auto;}
/*========== 产品评价通用start ==========*/
.productcomment{background:#f0f2f5;}
.productcomment table{background:#fff;}
.productcomment table tr{border-bottom:1px solid #e4e4e4;}
.productcomment .productcommentscore{border-bottom: 1px solid #ededed;background:#fff;overflow:hidden;clear:both;padding:0.313rem 0;}
.productcomment .productcommentscore .pctotalscore{ margin: 0.313rem auto;min-width:13.750rem;width: 25%;float: left;padding-top: 1.250rem;padding-left:8rem;}
.pctotalscore .bigscore{font-size:3.188rem;color:#ff8f00;font-family:tahoma;}
.pctotalscore .branch{font-size:1em;color:#666;font-family:tahoma;}
.productcomment .productcommentscore .satisfaction{min-width: 300px;width: 50%;margin:0 auto;overflow: hidden;}
.satisfaction .satisfactionscore{overflow: hidden;}
.satisfaction .satisfactionscore .distance{float:left;height:1.25rem;}
.satisfaction .satisfactionscore .smallscore{float:left;background:url(/uploads/image/simages/commentarrow.gif) no-repeat;width:1.5rem;height:1.25rem;text-align:center;color:white;font-family:tahoma;font-size:0.7em;}
.visual_graph{color:#fff;font-family:tahoma;width:21.5em;height:1.375rem;line-height:1.375rem;background:#ccc;text-align:center;position:relative;clear:both;}
.visual_graph .actualwidth{position:absolute;height:100%;overflow:hidden;}
.visual_graph .actualwidth .satisfied_bar{width:21.5rem;height:100%;}
.actualwidth .satisfied_bar .satisfiedbg{width:4.2em;height:100%;float:left;display:inline;}
.actualwidth .satisfied_bar .first{background:#ffc57b;}
.actualwidth .satisfied_bar .second{background:#ffb659;}
.actualwidth .satisfied_bar .three{background:#ffaa3e;}
.actualwidth .satisfied_bar .four{background:#ff9a19;}
.actualwidth .satisfied_bar .five{background:#f68a00;}
.visual_graph .satisfied{position:relative;width:4.2em;height:100%;float:left;line-height:1.375rem}
.satisfaction .totalusers{color:#666;font-family:tahoma;padding:0.313rem;}
.satisfaction .totalusers b{color:#ff8f00;}
.productcomment table tr .actual_date{width:9.375rem;line-height:140%;color:#929496;font-size:0.750rem;width:27%;padding: 0.625rem 0.313rem 0.625rem 0;text-align:right;}
.productcomment table tr td{width:69%;}
.productcomment table tr td .satisfied_degree{clear:both;color:#666;padding:0.625rem 0.313rem 0.313rem 0.313rem;overflow:hidden;}
.satisfied_degree .product_stars{float:left;width:5.000rem;}
.satisfied_degree .product_stars .stars_number{height:0.75rem;background:url(/uploads/image/simages/5star.gif);}
.satisfied_degree .productactualscore{float:left;}
.productcommentcontent{clear:both;color:#666;padding:0.313rem 0.313rem 0.625em 0.313rem;line-height:1.125em;font-size:0.875rem;letter-spacing:1px;font-family:simsun}
.productcommentimages{padding: 0.625rem 0.313rem 0.313rem 0.313rem;}
.product_comment_img_wrapper{display: inline-block;margin-right: 6px;padding: 2px;border:2px solid #f0f0f0;}
.product_comment_img_wrapper img{width: 40px;height: 40px;}


/*商品评论*/
.evaluatex{padding:4px 0;background: #f7f7f7;margin-bottom: 20px;}
/* .evaluatex li,.product_pic li{float: left;width:20%;padding:16px 0;color:#333;font-size: 14px;text-align: center;}*/
.evaluatex li:hover{cursor: pointer;}
.evaluatex li span{font-size:14px;display: inline-block;}
.evaluatex li p{font-size:0.875rem;display: inline-block;}
.evaluatex li.selected,.evaluatex li.selected p{color:#c40000}
.template-clear:after{content: '.';clear: both;display: block;width: 0;height: 0;overflow: hidden;visibility: hidden;}
.template-clear .left{float: left}
/* 评论头部*/
.evaluatex_nav_top{padding: 0 10px;background:#fff;margin:5px 0;border-bottom:1px solid #f7f7f7}
.evaluatex_nav_top dl{padding:10px 0;border-bottom:1px solid rgba(242,242,242,0.5)}
.evaluatex_nav_top dt{width: 30px;height: 30px;border-radius: 50%;overflow: hidden;background: url(/uploads/image/simages/user_index_03.jpg)}
.evaluatex_nav_top dd{padding-left:35px;line-height: 1;}
.evaluatex_nav_top dd p,.evaluatex_nav_bot{font-size: 12px;color:#333;padding-bottom: 2px;}
.evaluatex_nav_top dd span{font-size: 12px;color:#666}
.evaluatex_nav_top dd .in_dd{line-height: 30px;text-align: right;color:#999}
.evaluatex_nav_bot{line-height: 15px;padding:10px 0;}
.evaluatex li{float:left;width:20%;text-align: center;}
/* 小swiper*/
.imgcenterbox{height: 60px;width: 100%;display: -webkit-box;-webkit-box-orient: horizontal;-webkit-box-pack: center;-webkit-box-align: center;display: -moz-box;-moz-box-orient: horizontal;-moz-box-pack: center;-moz-box-align: center;display: -o-box;-o-box-orient: horizontal;-o-box-pack: center;-o-box-align: center;display: -ms-box;-ms-box-orient: horizontal;-ms-box-pack: center;-ms-box-align: center;display: box;box-orient: horizontal;box-pack: center;box-align: center;}
.imgcenter{max-height: 100%;max-width: 100%;}
.product_pic_box{position:relative;height:auto;overflow: hidden;padding:10px;}
/* 弹出窗样式*/
.bigpictopwb{min-height: 50px;}
.bigpictop{height: 50px;padding: 0 10px;line-height: 50px;position:relative;z-index: 2;color:#fff;}
.bigpictop img{width:10px;position:absolute;top:17px;left:10px;z-index: 100012;}
#bigpicbox .swiper-pagination-fraction{width:100%;height: 50px;bottom:0;left:0;line-height: 50px;font-size:16px;}
#bigpicbox .swiper-pagination{z-index:100011;}
.bigpictop p{width: 100%;height:50px;text-align: center;position: absolute;top:0;left: 0;}
.productbig-swiper .imgcenterbox{height: 100%;width:100%;}
.product_pic li{margin:0;border-radius: 5px;height: 80px;width:80px;}
.productbig-swiper .product_pic li{margin:0;}
.productbig_wb{height: 83%;overflow: hidden;}
#bigpicbox{width:100%;height: 100%;background: #000;z-index: 100010;position: fixed;top:0;left:0;display:none;}
.productbig-swiper{height:100%;position:relative;}
.product_pic_box ul li{width:80px!important;margin: 0 2px;cursor:pointer;}
@media screen and (min-width:760px){
	.product_pic_box li.show{border:2px solid #e60012;}
	.product_pic_box li{border:1px solid #dfdfdf;padding:1px;margin-right: 10px;background-clip: content-box;}
	.product_pic_box li img{position:absolute;bottom:-6px;left:36px;}
}

/* 弹窗评论*/
.pingfen img{margin-right:7px;width:20px;}
.pingfenwb{padding:0 10px;position:relative;}
.pingfenwb .inpingfenwb{position:absolute;left:0;top:0;padding: 0 10px;z-index:1;}
.pingfenwb p{font-size: 12px;color:#fff;line-height: 15px}
.pingfenwb2{min-height: 60px;}
.pengfen2 img{width:12px;padding-top:2px;margin:0;}
.swiper-pagination{width:100%}

.big_picbox{position:relative;margin: 16px 0;padding-bottom: 20px;}
.inbig_picbox{height: 420px;width:420px;background:#fff;padding:4px;border:1px solid #bfbfbf;top:0;left:10px;margin-left: 10px;background-clip: content-box;padding: 4px;}

/*========== 产品评价通用end ==========*/
/* 产品详情公共样式 start*/
.moduleproductdetailgiant .close-buycar-warnning{
position: absolute;
right: 5px;
top: 3px;
font-size: 12px;
color: #898989;
cursor: pointer;
transform: scale(0.8);
display: none;
}
.moduleproductdetailgiant .introduce-warnning{
  position: relative;
  border: 1px solid transparent;
}
.moduleproductdetailgiant .xunpan-wrapper{
  margin-top: 30px;
}
.moduleproductdetailgiant .pro-btn.active.liji-xunpan{
  width: 125px;
  height: 40px;
}
.moduleproductdetailgiant .tb-choice{margin-bottom: 10px;font-size: 12px;font-weight: bold;margin-top: 10px;display: none;}
/* 产品详情公共样式end*/
/*========== 新产品展示模块start ==========*/

/*通用*/
.moduleproductlist{width:auto;height:auto; }
.moduleproductlist .productsbox{border-radius:0;background:none;position: relative;}
.moduleproductlist .procont{display:block;overflow:hidden;background:#fff;}
.moduleproductlist .procont .proimg{    display: -webkit-box;display: -moz-box;display: -o-box;display: -ms-box;    display: box;-webkit-box-orient: horizontal;-webkit-box-pack: center;-webkit-box-align: center;-moz-box-orient: horizontal;-moz-box-pack: center;-moz-box-align: center;-o-box-orient: horizontal;-o-box-pack: center;-o-box-align: center;-ms-box-orient: horizontal;-ms-box-pack: center;-ms-box-align: center;box-orient: horizontal;box-pack: center;box-align: center;}
.moduleproductlist .procont .proimg img{max-width:100%;max-height:100%;}
.moduleproductlist .procont .proinfo{padding:0.313rem;}
.moduleproductlist .procont .proinfo .protitle{display: block;height: 1.5rem;line-height: 1.5rem;font-size: .875rem;word-break: break-all;word-wrap: break-word;text-overflow: ellipsis;overflow: hidden;color:#333;}
.moduleproductlist .procont .proinfo .protitle:hover{text-decoration:underline;}
.moduleproductlist .procont .proinfo .prodec{    display: block;margin-bottom: .08rem;height:1.5rem;line-height: 1.5rem;font-size: 0.875rem;text-overflow: ellipsis;overflow: hidden;}
.moduleproductlist .procont .proinfo p{overflow: hidden;margin-top: 0.313rem;color: #999;text-overflow: ellipsis;white-space: nowrap;font-size: 0.75rem;line-height: 0.75rem;    min-height: 0.75rem;}
.moduleproductlist .procont .proinfo .proprice span{color: #ed0808;font-size: 1rem;line-height: 1rem;}
.moduleproductlist .procont .proinfo .promprice span{color:#999;text-decoration:line-through;}
.moduleproductlist .promore{margin:0.63rem 0;}
.moduleproductlist .promore .productlistmore{display: block;margin: 0 auto;width: 98%;color:#fff;color: #666;overflow:hidden;}
.moduleproductlist .promore .moreload{color:#1084f9;}
.moduleproductlist .globalpurchaseicon{position:absolute;left:auto;right:3%;top:0;}
.moduleproductlist .globalpurchaseicon img{width:42px;}

/*自定义参数*/
.moduleproductlist .proinfo .left{float:left}
.moduleproductlist .proinfo .right{float:right}
.moduleproductlist .proinfo p.kv {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;line-height: normal; }
.moduleproductlist .procont .proimg{position:relative;}
/*样式1*/
.productstyle1{color:#ff0000;}
.productstyle1 .productsbox{display:block;padding:0.313rem 0;overflow:hidden;margin-bottom:0;border:none;}
.productstyle1 .procont .proimg {padding: 0;width: 120px;height: 120px;float: left;text-align: center;}
.productstyle1 .procont .proimg img{max-width:100%;max-height:100%;}
/*样式2*/
.productstyle2{overflow:hidden;}
.productstyle2 .productsbox{margin-bottom:0;padding:0.313rem;}
.productstyle2 .procont .proinfo .prodec{height:1.5rem;display:block;}
.productstyle2 .procont .proinfo .protitle{margin:0;display:block;}
.productstyle2 .procont .proimg {overflow:hidden; margin: 0 auto;height:10rem;min-width:7.5rem;text-align:center;}
.productstyle2 .procont .proimg img{max-width:100%;max-height:100%;}
/*样式3*/
.productstyle3{overflow:hidden;}
.productstyle3 .productsbox .procont{box-shadow:0 0 8px #ddd;}
.productstyle3 .productsbox{margin:0;  border:none;padding:4px;}
/*样式4*/
.productstyle4{color:#ff0000}
.productstyle4 .productsbox{display:block;overflow:hidden;margin-bottom:0;border:none;border-bottom:1px solid #ddd;background:#fff;}
.productstyle4 .procont .proimg {padding: 0.1875rem;height: 122px;width: 122px;text-align: center;float: left;}
.productstyle4 .procont .proimg img{max-width:100%;max-height:100%;}

/*========== 新产品展示模块end ==========*/

/*========== 新产品分类start ==========*/
/*通用*/
.moduleproductclsv2{ height: 100%;background:#eee;}
.moduleproductclsv2 .mainclassitem  .firstclsname{text-overflow: ellipsis;white-space: nowrap}/*文本超出隐藏...显示*/
.subclsname.style6,.reclssubordinate .reclsname{text-overflow: ellipsis;white-space: nowrap}

/*样式1*/
.proclassifystyle1{overflow:hidden;height:100%;background:#eee}
.proclassifystyle1 .proleftnav ul{border-bottom: none;}
.proclassifystyle1 .proleftnav{float:left;width:30%;height:100%;background: #efefef;text-align:center;font-size:.875rem}
.proclassifystyle1 .proclsnav>li{margin-bottom:0;float:none;display:block;border-bottom:1px solid #d8d8d8;}
.proclassifystyle1 .proclsnav>li>a{display:block;margin-right:0;border:0;border-radius:0;font-size:.875rem}
.proclassifystyle1 .proclsnav>li.active{border-bottom:1px solid #ff4d6a;}
.proclassifystyle1 .proclsnav>li.active>a,
.proclassifystyle1 .proclsnav>li.active>a:focus,
.proclassifystyle1 .proclsnav>li.active>a:hover{border:0;background:#eee;color:#ff4d6a;}
.proclassifystyle1 .prorightcontent{float:left;width:70%;height:100%;}
.proclassifystyle1 .proclstabpane{overflow:hidden;}
.proclassifystyle1 .proclstabpane .proclscont{overflow:hidden;}
.proclassifystyle1 .proclstabpane .subclsname{display: block;overflow:hidden;text-align: left;padding-left: 0.625rem;color: #333;height:2.625rem;line-height:2.625rem;font-size: 0.875rem;border-bottom: 1px solid #d9d9d9;background-color: #f9f9f9;}
.proclassifystyle1 .proclstabpane .subclsname span{float: left;border-left: 3px solid #ff3838;padding-left:0.313rem;}
.proclassifystyle1 .proclstabpane ul {padding-left:0.313rem;overflow:hidden;background-color: #fff;}
.proclassifystyle1 .proclstabpane li{float:left;display:inline;padding:0 .313rem .313rem 0;text-align:center}
.proclassifystyle1 .proclstabpane a{display:block;font-size:.875rem;background-color: #fff;}
.proclassifystyle1 .proclstabpane .proclsimg{display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-box;display:box;height:120px;-webkit-box-orient:horizontal;-webkit-box-pack:center;-webkit-box-align:center;-moz-box-orient:horizontal;-moz-box-pack:center;-moz-box-align:center;-o-box-orient:horizontal;-o-box-pack:center;-o-box-align:center;-ms-box-orient:horizontal;-ms-box-pack:center;-ms-box-align:center;box-orient:horizontal;box-pack:center;box-align:center;padding: 10px 0;}
.proclassifystyle1 .proclstabpane .proclsimg img{max-width:100%;max-height:100%}
.proclassifystyle1 .proclstabpane .reclsname{padding:.25rem 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:1.5rem}
/*样式2*/
.proclassifystyle2 .proclassifybox{overflow:hidden;margin:.625rem;padding:.313rem;background:#fff;border-bottom: 1px solid #ddd;}
.proclassifystyle2 .proclassifybox .firstclsname{display:block;overflow:hidden;margin:0;line-height: 34px;text-align:center;font-size:1.25rem;padding-bottom:0;text-overflow: ellipsis; white-space: nowrap; }
.proclassifystyle2 .proclassifybox .subclsname{display:block;overflow:hidden;margin:0;line-height: 24px;text-align:center;font-size:1rem; clear: both;text-align: left;padding-left: 0.625rem;margin:0.625rem 0;border-left: 3px solid #ff3838;}
.proclassifystyle2 .proclassifybox ul{overflow:hidden;}
.proclassifystyle2 .proclassifybox li{margin-bottom:.625rem;padding:0 .313rem}
.proclassifystyle2 .proclassifybox  a{display:block;text-align:center;font-size:.875rem}
.proclassifystyle2 .proclassifybox .proclsimg{display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-box;display:box;height:120px;-webkit-box-orient:horizontal;-webkit-box-pack:center;-webkit-box-align:center;-moz-box-orient:horizontal;-moz-box-pack:center;-moz-box-align:center;-o-box-orient:horizontal;-o-box-pack:center;-o-box-align:center;-ms-box-orient:horizontal;-ms-box-pack:center;-ms-box-align:center;box-orient:horizontal;box-pack:center;box-align:center;padding: 10px 0;}
.proclassifystyle2 .proclassifybox .proclsimg img{max-width:100%;max-height:100%}
.proclassifystyle2 .proclassifybox .reclsname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:2rem}

/*样式3*/
.proclassifystyle3 ul li{float:left;display:inline-block;overflow:hidden;padding:.125rem;height:2.5rem;text-align:center;line-height:2.5rem}
.proclassifystyle3 ul li a{display:block;overflow:hidden;height:2.25rem;background:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:2.25rem}

/*样式4*/
.proclassifystyle4{overflow:hidden;height:100%;background:#eee}
.proclassifystyle4 .proleftnav{float:left;width:30%;height:100%;background:#fff;text-align:center;font-size:.875rem}
.proclassifystyle4 .proclsnav>li{float:none;display:block;border-bottom:1px solid #e1e1e1;border-left:.188rem solid #fff;}
.proclassifystyle4 .proclsnav>li>a{display:block;margin-right:0;border:0;border-radius:0;font-size:.875rem}
.proclassifystyle4 .proclsnav>li.active{border-left:.188rem solid #ff3838;}
.proclassifystyle4 .proclsnav>li.active>a,
.proclassifystyle4 .proclsnav>li.active>a:focus,
.proclassifystyle4 .proclsnav>li.active>a:hover{border:0;background:#eee;color:#ff3838;}
.proclassifystyle4 .prorightcontent{float:left;width:70%;height:100%;}
.proclassifystyle4 .proclstabpane{overflow:hidden;}
.proclassifystyle4 .proclstabpane .proclscont{overflow:hidden;}
.proclassifystyle4 .proclstabpane .subclsname{display: block;overflow:hidden;text-align: left;padding-left: 0.625rem;margin:.625rem 0;color: #333;line-height: 1.25rem;font-size: 0.875rem;background: right 0.625rem center no-repeat;}
.proclassifystyle4 .proclstabpane .subclsname span{float: left;border-left: 3px solid #ff3838;padding-left:0.313rem;}
.proclassifystyle4 .proclstabpane ul {padding-left:0.313rem;overflow:hidden;}
.proclassifystyle4 .proclstabpane li{float:left;display:inline;padding:0 .313rem .313rem 0;text-align:center}
.proclassifystyle4 .proclstabpane a{display:block;font-size:.875rem;background-color: #fff;}
.proclassifystyle4 .proclstabpane .proclsimg{display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-box;display:box;height:120px;-webkit-box-orient:horizontal;-webkit-box-pack:center;-webkit-box-align:center;-moz-box-orient:horizontal;-moz-box-pack:center;-moz-box-align:center;-o-box-orient:horizontal;-o-box-pack:center;-o-box-align:center;-ms-box-orient:horizontal;-ms-box-pack:center;-ms-box-align:center;box-orient:horizontal;box-pack:center;box-align:center;padding: 10px 0;}
.proclassifystyle4 .proclstabpane .proclsimg img{max-width:100%;max-height:100%}
.proclassifystyle4 .proclstabpane .reclsname{padding:.25rem 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:1.5rem}

/*样式5*/
.proclassifystyle5 .proclassifybox{overflow:hidden;}
.proclassifystyle5 .proclassifybox .firstclsname{overflow:hidden;padding:0 0.625rem;line-height: 2.125rem;text-align:left;font-size:1rem;padding-bottom:0;width: 90%;float: left;text-overflow: ellipsis; white-space: nowrap; }
.proclassifystyle5 .proclassifybox i{text-align: center;font-size:1.625rem;}
.proclassifystyle5 .proclassifybox .subclsname i{font-size: 1.250rem;float: right;width: 3.125rem;height: 2.188rem; line-height: 2.188rem;}
.proclassifystyle5 .proclassifybox .subclsname{display:block;overflow:hidden;margin:0;font-size:0.875rem; clear: both;text-align: left;padding-left: 25px;border-bottom: 1px solid #e6e6e6;height: 2.188rem;line-height: 2.188rem;}
.proclassifystyle5 .proclassifybox .subclsname:last-child{border: none;}
.proclassifystyle5 .proclassifybox .firstclsnamediv{border-bottom: 1px solid #e6e6e6;position: relative;}
.proclassifystyle5 .proclassifybox .firstclsnamediv i{position: absolute;top: 50%;right: 0;margin-top:-10px;width: 50px;}
.proclassifystyle5 .proclassifybox ul{overflow:hidden;}
.proclassifystyle5 .proclassifybox li{overflow: hidden;}
.proclassifystyle5 .proclassifybox li a{display:block;text-align:left;font-size:0.813rem;width: 95%;background: url(/uploads/image/asawicategory/listsubthumbdot.png) 2px center no-repeat;padding-left: 10px;margin-left: 25px;}
.proclassifystyle5 .proclassifybox .proclsimg{display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-box;display:box;height:120px;-webkit-box-orient:horizontal;-webkit-box-pack:center;-webkit-box-align:center;-moz-box-orient:horizontal;-moz-box-pack:center;-moz-box-align:center;-o-box-orient:horizontal;-o-box-pack:center;-o-box-align:center;-ms-box-orient:horizontal;-ms-box-pack:center;-ms-box-align:center;box-orient:horizontal;box-pack:center;box-align:center;padding: 10px 0;}
.proclassifystyle5 .proclassifybox .proclsimg img{max-width:100%;max-height:100%}
.proclassifystyle5 .proclassifybox .reclsname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.750rem}
.sitewidget-hd{position: relative; padding-left: 0.625rem;display: block;background: repeat center center;background-size: initial;background-color: rgb(28, 69, 97);}
.sitewidget-hd>h2{font-size: 1.25rem;; color: rgb(255, 255, 255);letter-spacing: 0px;line-height: 3rem;text-align: left;}
.sitewidget-hd .sitewidget-thumb{position: absolute;right: 8px;height: 20px;width: 30px;cursor: pointer;top: 18%;}
.sitewidget-hd .sitewidget-thumb i{font-size: 1.875rem;color: #fff;}
/*弹跳商品详细页*/

/*快速购买按钮*/
.pro_join{ position: absolute;right: 10px;bottom: 10px;}
.shopcartmodal .modal-header{border-bottom:0}
.shopcartmodal .modal-body{padding:0 15px 30px;}
.shopcartmodal .jump_header{display: block;width: 100%;}
.shopcartmodal .jump_header li{overflow: hidden;}
.shopcartmodal .jump_header .pro_appeal{display: block;float: left;width: 30%;min-width: 20%;padding:1px;text-align: center;}
.shopcartmodal .jump_header .pro_appeal img{padding: 2px;/*width:100%;height:100%;*/max-height: 10rem;max-width: 100%;border: 1px #ddd solid;overflow: hidden;}
.shopcartmodal .jump_header .ming{display: block;padding:0 0rem 0 2rem;width: auto;}
.shopcartmodal .jump_header .ming .price{font-size: 1.4rem;color:red;}
.shopcartmodal .jump_header .ming .protitle{font-weight: bold;font-size: 1rem;margin-bottom: 0.5rem;}
.shopcartmodal .jump_header .ming .marketprice{ color: #a7a7a7;text-decoration: line-through;}
.shopcartmodal .jump_header .ming label {float:left;min-width: 3.5rem;text-align: right;font-weight: normal;color: #333;}
.shopcartmodal .pro_content{margin-left:0;}
.shopcart_button{width:1.75rem;height:1.75rem; border-radius:1.75rem;}
.shopcartmodal .pro_amount{clear: both;overflow: hidden;margin:0 0 1rem 0;}
.shopcartmodal .pro_amount li{float: left;line-height: 30px;}
.shopcartmodal .pro_amount .add,.pro_amount .reduce{float:left;width:1.875rem;height:2rem;background:#eee;text-align:center;font-weight:bold;font-size:1.250rem;line-height:1.875rem;cursor:pointer;}
.shopcartmodal .pro_amount .amount{float: left;display: inline-block;border: 1px solid #ddd;margin-right:2.6rem;}
.shopcartmodal .pro_amount .amount span{float: left;}
.shopcartmodal .buy,.shopcartmodal .shopcart{ float:left;width:7.500rem ;height:2.500rem; line-height:2.500rem;border-radius: .313rem;text-align: center;}
.shopcartmodal .buy{margin-right: 1rem;margin-right: 1rem;color: #fff;background: #bd0000;line-height: 1rem;}
.shopcartmodal .buy:hover{background: #ce0303;}
.shopcartmodal .buy a{color: #fff!important;cursor: pointer;}
.shopcartmodal .shopcart{color: #bd0000;border: 1px solid;line-height:1rem;}
@media screen and (min-width: 768px){
	.shopcartmodal .modal-dialog {width: 630px;}
}
@media screen and (max-width: 768px){
	.shopcartmodal .jump_header .pro_appeal{display:none;}
	.shopcartmodal .jump_header .ming{padding:0;}
	.shopcartmodal .buy,.shopcartmodal .shopcart{width: 6rem;}
	/*相册字体*/
	.lg .lg-sub-html{bottom: 10%;}
	.lg .lg-sub-html>h4{font-size: 16px;line-height: 1.5;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
}
@media screen and (max-width: 630px){
	.shopcartmodal .modal-header h4,.shopcartmodal .viewcart{display: none;}
	.shopcartmodal .pro_amount{padding-top:1rem;}
	.shopcartmodal .btnset{text-align:center;}
	.shopcartmodal .btnset button{float:none !important;}
}
/*快速购买按钮*/

/*iteminfo*/
.iteminfo_parameter dt{display:inline; white-space:nowrap; font-weight:normal;float:left;line-height:2.6rem;margin-right:.5rem;}
.iteminfo_buying{padding:1rem 0; float: left;}
.sys_item_spec dl.iteminfo_parameter dl{margin-bottom:none;}
.sys_spec_text{margin-left: 0.6rem;width:100%;}
.sys_spec_text li{ float:left;text-align: center;position:relative; margin:2px 6px 2px 0; outline:none;}
.sys_spec_text li a{color: #313131;font-size:0.75rem;padding:6px 6px; border:1px solid #ccc; background:#fff;line-height:2.5rem;border-radius: 2px;}
.sys_spec_text li a:hover{ border:1px solid #e4393c; text-decoration:none;}
.sys_spec_text li i{ position:absolute; width:.625rem; height:.625rem; font-size:0; line-height:0; right:2px; bottom:2px; z-index:99; display:none;}
.sys_spec_text li.selected a{ border:1px solid #e4393c;}
.sys_spec_text li.selected i{ display:block;}
.sys_spec_text li.outofstock a{border: 1px dashed #d6d6d8;cursor: not-allowed;color: #cdcdcd;}
/*========== 新产品分类end ==========*/

/*========== 新文章列表模块start ==========*/
/*通用*/
.modulenewslist ul { overflow: hidden; margin: 0; padding: 0; width: 100% }
.modulenewslist li { display: block; overflow:hidden;padding: 0.625rem;width: 100%;height: auto; border-bottom: 1px dashed #dbdbdb;  }
.modulenewslist .newslink {display:block;overflow:hidden;max-height: 100px;}
.modulenewslist .news-thumb{text-align:center;  display: -webkit-box;display: -moz-box;display: -o-box;display: -ms-box;display: box;-webkit-box-orient: horizontal;-webkit-box-pack: center;-webkit-box-align: center;-moz-box-orient: horizontal;-moz-box-pack: center;-moz-box-align: center;-o-box-orient: horizontal;-o-box-pack: center;-o-box-align: center;-ms-box-orient: horizontal;-ms-box-pack: center;-ms-box-align: center;box-orient: horizontal;box-pack: center;box-align: center;}
.modulenewslist .news-title{display: -webkit-box;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;flex-basis: auto;flex-basis: 1px;-webkit-line-clamp:1;-webkit-box-orient: vertical;word-wrap: break-word;overflow: hidden;height: 2.25rem;line-height:2.25rem;}
.modulenewslist .news-title:hover{text-decoration:underline;}
.modulenewslist .news-time {float: right; font-size: 0.75rem;line-height:1.5rem;}

/*样式1*/
.showstyle_0 li{padding:0;}
.showstyle_0 .news-title {float: left;line-height:2.25rem;height: 2.25rem;font-size:0.875rem;}
.showstyle_0 .news-righticon{float:right;padding-right:0.938rem;line-height: 2.25rem;}

/*样式2*/
.showstyle_1 .news-cont-top,
.showstyle_1 .news-cont-main { overflow: hidden; }
.showstyle_1 .news-title { font-size:0.875rem; font-weight: normal; }
.showstyle_1 .news-time{float:none;}
.showstyle_1 .news-time span{display:block;color:#9d9d9d;}
.showstyle_1 .news-scheme {  display: -webkit-box;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;flex-basis: auto;flex-basis: 1px;-webkit-line-clamp:2;-webkit-box-orient: vertical;word-wrap: break-word;overflow: hidden; color: #9d9d9d; line-height: 1.25rem; font-size: 0.875rem;}

/*样式3*/
.showstyle_2 .news-thumb { padding: 0; max-height: 120px;min-height:5rem;width: 5rem;height: 5rem;float: left;}
.showstyle_2 .news-thumb img {max-width:100%;max-height: 100%;}
.showstyle_2 .news-title { font-size:0.875rem; font-weight: bold; }
.showstyle_2 .news-scheme { display: -webkit-box;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;flex-basis: auto;flex-basis: 1px;-webkit-line-clamp:1;-webkit-box-orient: vertical;word-wrap: break-word;overflow: hidden;line-height: 1.15rem; font-size:0.875rem;color:#999;margin-top: -2px;}
.showstyle_2 .news-time{color:#999;text-align:left;display:block;float: none;}
.showstyle_2 .media-body{padding: 0 0.625rem;}

/*样式4*/
.showstyle_3 li{padding:0;}
.showstyle_3 .news-thumb {float:left;padding:0 0.313rem; min-height:4.063rem; width: 5rem;height: 5rem;}
.showstyle_3 li:first-child { padding: 0.625rem; }
.showstyle_3 li:first-child .news-title{height: 1.5rem; line-height:1.5rem;font-size:1rem; }
.showstyle_3 .news-title { font-size:0.875rem; font-weight: normal;}
.showstyle_3 .news-thumb img {  max-width:100%;max-height: 100%; }
.showstyle_3 .news-scheme { display: -webkit-box;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;flex-basis: auto;flex-basis: 1px;-webkit-line-clamp:2;-webkit-box-orient: vertical;word-wrap: break-word;overflow: hidden; line-height: 1.375rem;color:#9d9d9d; font-size:0.875rem;}
.showstyle_3 .news-righticon{float:right;padding-right:0.938rem;line-height: 2.25rem;}
.showstyle_3 .col-xs-7{padding:0;}
.showstyle_3 .media-body{padding: 0 0.625rem;}

/*样式5*/
.showstyle_4 li:first-child .newslink{position:relative;max-height: 200px;}
.showstyle_4 li:first-child { padding: 0.625rem; }
.showstyle_4 li{padding:0;}
.showstyle_4 .news-thumb { display: block;padding: 0; }
.showstyle_4 .news-thumb img {position: relative; max-width:100%;  max-height: 100%; }
.showstyle_4 .news-thumb .news-title {position: absolute;right: 0;bottom: 0;left: 0;color: #fff;background-color: #333;text-align: center;line-height: 2rem;height: 2rem;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;flex-basis: auto;flex-basis: 1px;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-wrap: break-word;}
.showstyle_4 .news-righticon{float:right;padding-right:0.938rem;line-height: 2.25rem;}

/*样式6*/
.showstyle_5 li{padding:0.625rem;}
.showstyle_5 .news-title{-webkit-line-clamp:2;height:auto;line-height:1.8rem;}
.showstyle_5 .news-thumb{padding:0;width:5rem;height:5rem;overflow: hidden;vertical-align: middle;position: relative; display: -webkit-box;-webkit-box-orient: horizontal;-webkit-box-pack: center; -webkit-box-align: center; display: -moz-box;-moz-box-orient: horizontal;-moz-box-pack: center;-moz-box-align: center;display: -o-box;-o-box-orient: horizontal; -o-box-pack: center;-o-box-align: center;display: -ms-box;-ms-box-orient: horizontal;-ms-box-pack: center;-ms-box-align: center;display: box;box-orient: horizontal;box-pack: center;box-align: center;}
.showstyle_5 .news-thumb img{max-width:100%;max-height:100%;}
.showstyle_5 .media-body{padding: 0 0.625rem;}
/*==========  新文章列表模块end ==========*/

/*========== 文章详细模块start ==========*/
/*通用*/
.modulenewsdetail{max-width:1200px;margin: 0 auto;}
.modulenewsdetail .previewimg img{max-width:100%;}
.modulenewsdetail .newsdetailtitle{font-size: 1.125rem;line-height:1.625rem;font-weight: bold;padding: 0 0.313rem;margin: 0.714rem;border-left: 0.313rem solid #e52121;}
.modulenewsdetail .newssource{margin: 0 0.714rem;color: #999;line-height: 1.875rem;font-size: 0.75rem;border-bottom: solid #ccc 1px;}
.modulenewsdetail .newssource span{padding-right:0.313rem;}
.modulenewsdetail .newssummarize{display: inline-block;margin: 0.714rem 1.250rem;padding: 0.714rem;text-indent: 2rem;border: solid 1px #ddd;}
.modulenewsdetail .septalline{border-bottom: solid #ccc 1px; width:100%; padding:0.313rem 0;}
.modulenewsdetail .newscontent{padding: 0.714rem;font-size: 1rem;line-height:1.875rem;}
.modulenewsdetail .newscontent img{max-width:100%; /*min-width:320px;*/width:auto !important;height: auto !important;}
.modulenewsdetail .recommendpanel{margin-left:15px;}
.modulenewsdetail .recommendpanel .recommendtitle{margin-bottom:15px;font-size:16px;text-align:left;}
.modulenewsdetail .recommendpanel .recommendlist li{margin-bottom: 8px;}
.modulenewsdetail .recommendpanel .recommendlist li a{font-size:14px;}

/*========== 文章详细模块end ==========*/

/*========== 文章、产品、下载分类模块start ==========*/
.submask{border:1px solid #ccc;}
.subclass{background:#fff;margin-top:0.625rem;}
.subclass li{display: block;width:6.250em;height:1.875rem;text-align:center;}
.submaskcolor{background-color:#fff;}
.modulenewscls .submaskborder1{border:1px solid #ccc !important;border-right:none !important;}
/*中间*/
.showsub,
.showsub li ul{list-style-type: none;display: inline-block;overflow: hidden;width: 100%;}
.showsub li{display: block;height: 2.143rem;line-height: 2.143rem;clear: both;overflow: hidden;border-bottom: 1px solid #ccc;margin:0 2%;}
.showsub li a{display:block;padding: 0 2%;clear: both;}

/* style1 */
.mainclass.moduleclsshowstyle1 .mainclassitem {padding:0 0 0 0.625rem;}
.mainclass.moduleclsshowstyle1 .mainclasstext{ display: block;}
.mainclass.moduleclsshowstyle1 .subclassitem{padding: 0 0 0 0.938rem;}
.mainclass.moduleclsshowstyle1 .subclasstext{display: block;}


/* style2 */
.mainclass.moduleclsshowstyle2{ width:100%;}
.mainclass.moduleclsshowstyle2 .mainclassitem{padding: 0 0.938rem;vertical-align: top;width: 1%;}
.mainclass.moduleclsshowstyle2 .mainclasstext{display: inline-block;clear: none;white-space: nowrap;}
.mainclass.moduleclsshowstyle2 .subclassitem{padding:0 0.625rem;}
.mainclass.moduleclsshowstyle2 .subclasstext{display: inline-block;float: left;clear: none;min-width: initial;height: auto;}
.mainclass.moduleclsshowstyle2 .separateline{display: inline-block;float: left;clear: none;width: auto;min-width: initial;margin: 0 6px;}

/* style3 */
.mainclass.moduleclsshowstyle3{ padding:0 0.938rem;}
.mainclass.moduleclsshowstyle3 .mainclassitem{height: auto;padding: 0 0 0 0; text-indent: 0;border-right: 0;background: initial;}
.mainclass.moduleclsshowstyle3 .mainclassitem:last-child{border-bottom: 0 !important;}
.mainclass.moduleclsshowstyle3 .mainclasstext{display: block;text-indent: 0;}
.mainclass.moduleclsshowstyle3 .subclass{display: block;overflow: hidden;margin: 0;background-color:transparent;padding-bottom:0.625rem;}
.mainclass.moduleclsshowstyle3 .subclassitem{width: auto;float: left;clear: none; border: 0;min-width: initial;text-indent: 0;}
.mainclass.moduleclsshowstyle3 .separateline{display: inline-block; float: left;clear: none;width: auto;border:0;margin: 0 6px;text-indent: 0;}
/* style7 */
.moduleclsshowstyle7 .clstitle{display:block;padding:0 10px;height:42px;background:#b1191a;color:#fff;text-decoration:none;font-size:16px;line-height:42px}
.moduleclsshowstyle7 .clsalllist{position:relative;}
.moduleclsshowstyle7 .clsalllist .clsitem{height:32px;background-color:#c81623;line-height:32px;}
.moduleclsshowstyle7 .clsalllist .clsitem.bo{border-top:none;}
.moduleclsshowstyle7 .clsalllist .clsitem.hover{}
.moduleclsshowstyle7 .clsalllist .clsitem .mainitem{overflow:hidden;color:#fff;font-weight:400;font-size:14px;}
.moduleclsshowstyle7 .clsalllist .clsitem .mainitem span{float:right;padding:0 5px;}
.moduleclsshowstyle7 .clsalllist .clsitem.hover .mainitem span{display:none;}
.moduleclsshowstyle7 .clsalllist .clsitem .mainitem a{float:left;}
.moduleclsshowstyle7 .clsalllist .clsitem a{padding-left:10px;color:#fff;text-decoration:none;}
.moduleclsshowstyle7 .clsalllist .subitem dd a{padding:3px 8px;border-left:1px solid #ddd;}
.moduleclsshowstyle7 .clsalllist .clsitem a:hover{color:#b1191a;}
.moduleclsshowstyle7 .clsalllist .clsitemlist{position:absolute;left:198px;z-index:30;display:none;width:500px;min-height:200px;}
.moduleclsshowstyle7 .clsalllist .clsitemlist dd a{float: left;color:#999;margin: 3px 0;}
.moduleclsshowstyle7 .clsitemlist .subitem{padding:0 4px 0 8px;}
.moduleclsshowstyle7 .clsitemlist .subitem dl{overflow:hidden;padding:6px 0;border-top:1px solid #eee;zoom:1;}
.moduleclsshowstyle7 .clsitemlist .subitem .fore1{border-top:none !important;}
.moduleclsshowstyle7 .clsitemlist .subitem dt{display:block;color:#e4393c;text-align:left;font-weight:700;line-height:22px;}
.moduleclsshowstyle7 .clsitemlist .subitem dt a{color:#666;padding-left:0;}
.moduleclsshowstyle7 .clsitemlist .subitem dd{float:left;overflow:hidden;padding:3px 0 0;}
.moduleclsshowstyle7 .clsitemlist .subitem dd em{float:left;margin-top:5px;padding:0 8px;height:14px;line-height:14px; font-style:normal;}
.moduleclsshowstyle7 .clsitemlist .subitem dd em a,.clsitemlist .cat-right dd a{color:#666;text-decoration:none;}
.moduleclsshowstyle7 .clsitemlist .subitem dd em a:hover,.clsitemlist .cat-right dd a:hover{text-decoration:underline;font-weight:400;}
/*========== 文章、产品、下载分类模块end ==========*/

/*========== 头条资讯模块start ==========*/
.modulenewstop ul{list-style-type: none;display: block;overflow: hidden;margin: 0 2%;}
.modulenewstop ul li{display: block;overflow: hidden;clear: both;width: 100%;}
.modulenewstop ul li dl.newstopp{float: left;overflow: hidden;width: 100%;padding-bottom:0.714rem;padding-top:0.714rem;border-bottom: 1px dashed #cccccc;}
.modulenewstop ul li dl.newstopp a{display: block;width: auto;overflow: hidden;zoom: 1;height: auto;text-align: left;}
.modulenewstop ul li dl.newstopp dd p{margin: 0;overflow: hidden;zoom: 1;}
.modulenewstop ul li dl.newstopp dd a strong{font-size: 1rem;}
.modulenewstop ul li dl.newstopp dt{float:left;width:auto;height:auto;}
.modulenewstop ul li dl.newstopp dd{width:auto;height:auto;}
.modulenewstop ul li dl.newstopp dt a.nimg{float: left;display: block;overflow: hidden;padding: 0 0.714rem;width: 5.000rem;height:5.000rem;overflow: hidden;text-align: center;}
.modulenewstop ul li dl.newstopp dt a.nimg img{width:5.000rem;height:5.000rem;overflow: hidden;}
.modulenewstop ul li dl.newstopp dd p a.more{color: red;font-size: 1rem;}
/*========== 头条资讯模块end ==========*/

/*========== 下载列表模块start ==========*/
.moduledownlist dl{display: block;clear: both;overflow: hidden;}
.moduledownlist dl dt{display: block;clear: both;text-align: center;}
.moduledownlist dl dd{display: block;margin: 0 0.714rem;padding: 0 0.714rem;border-bottom: solid 1px #ddd;height: 2.143rem;line-height: 2.143rem;overflow: hidden;}
.moduledownlist dl dd a,.moduledownlist dl dd b,.moduledownlist dl dd i,.moduledownlist dl dd u{display: block;float: left;font-style: normal;text-decoration: none;}
.moduledownlist dl dd b,.moduledownlist dl dd i,.moduledownlist dl dd u{padding: 0 0.714rem;float: right;font-weight: normal;}
.moduledownlist dl dd u{width: 2.143rem;text-align: center;}
.moduledownlist dl dd i{width: 4.375rem;text-align: right;}
.moduledownlist dl dd i,.moduledownlist dl dd u{display: none;}
/*==========下载列表模块end ==========*/

/*========== 购物车模块start ==========*/
.moduleshopcart .bodycenter a{padding: 0.714rem;}
/*========== 购物车模块end ==========*/

/*========== 地图模块start ==========*/
.modulemap iframe{overflow: hidden;}
a.impanel:link,a.impanel:visited,a.impanel:hover{color: #000;}
/*========== 地图模块end ==========*/

/*========== 图片模块start ==========*/
/*通用*/
.moduleimage .bodycenter{text-align: center;}
.moduleimage img{margin: auto;max-width:100%;}
/*特效*/
.showshadetop{position:absolute;top:1px;left:1px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width:100%;color:#fff;font-size:16px;line-height:50px;background-color:rgba(0,0,0,0.7);}
.hideshadetop{display:none;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.showshadebottom{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;position:absolute;bottom:1px;left:1px;display:block;width:100%;color:#fff;font-size:16px;line-height:50px;background-color:rgba(0,0,0,0.7);}
.hideshadebottom{display:none}
.msgaddtext{clear:both;line-height:25px}
.msgtitle{float:left;width:100%;min-height:22px;line-height:22px}
/*========== 图片模块end ==========*/

/*========== 二维码模块 start ==========*/
.codeimage,.codecontent{padding:0.714rem;text-align: center;}
/*中间*/
.moduleqrcode .codeimage img{border: solid 0.714rem #fff}
/*========== 二维码模块 end ==========*/

/*========== 图文模块start ==========*/
.imagetextcontainer{overflow: hidden;}
.imagetextcontainer{max-height:100%;max-width:100%;}
.moduleimagetext .bodycenter{float: none;}
.moduleimagetext .showhandle .btn{background: transparent;color: #333;border: 0;outline: none;padding: 0 0 10px 0;}
/*图片左上角*/
.graphicupperleft{width:96%; height:auto; float:left;}
.graphicupperleft img{width:auto; height:auto; float:left;}
.graphicupperleftimg{float: left;margin-right: 0.714rem;}
.graphicupperleft p{width:auto; height:auto; _float:right;}
/*图片右上角*/
.graphicupperright{width:96%; height:auto;float: left;}
.graphicupperright img{width:auto; height:auto;float: right;}
.graphicupperrightimg{float: right;margin-left: 0.714rem;}
.graphicupperright p{width:auto; height:auto;_float: right;}
/*图片上部*/
.graphicupper{text-align: center;}
/*图片左部*/
.graphicleft{float: left;}
/*图片右部*/
.graphicright{float: right;}
/*=============== 图文模块end ================*/

/* ========== 留言板模块start ========== */
/*通用*/
.moduleguestbook{padding: 0 0.625rem;}
.moduleguestbook ul li{display:block;padding: 0.313rem 0;}
.moduleguestbook .gbtitle{display: block;padding:0.313rem 0;}
.moduleguestbook .modulesubmitbutton{margin:0 auto;float: none;}

/* ========== 留言板模块end ========== */

/* ========== 留言列表模块start ========== */
/*通用*/
.moduleguestbooklist{padding: 0.625rem;}
.moduleguestbooklist .gblgroup{margin-bottom: 29px;border-bottom: 1px solid #dcdcdc;}
.moduleguestbooklist .gblcont{padding:0.625rem 0;}
.moduleguestbooklist .gblauthor{float: left;color: #0070c0;font-weight:bolder;font-size: 0.875rem;}
.moduleguestbooklist .gbltitle{float: left;color: #000105;}
.moduleguestbooklist .gblreplybg{position: relative;margin-bottom: 28px;margin-top: 0.625rem; padding:1.25rem 19px;height: 100%;border-radius: 0.313rem;background-color: #f3efef;}
.moduleguestbooklist .gblreplybg:before{position: absolute;top: -4px;left: 0.625rem;display: block;width: 0.625rem;height: 0.625rem;background: #f3efef;content: " ";opacity: 1;-webkit-transform: rotate(45deg) translate(0, 0);transform: rotate(45deg) translate(0, 0);-ms-transform: rotate(45deg) translate(0, 0);}
.moduleguestbooklist .gblposttime{float:right;color: #8c8c8c;font-weight: normal;}
.moduleguestbooklist .gblreplycontent{padding-bottom:0.938rem;}
.moduleguestbooklist .gblreplytime{float: right;color: #0b0b0d;text-align:right;font-size: 0.625rem;}
/* ========== 留言列表模块end ========== */

/*========== 视频模块start ==========*/
/*中间*/
.modulevideo{text-align:center;}
.modulevideo .videowrapper{ position: relative; padding-bottom: 55%; padding-top: 30px; height: 0; overflow: hidden; }
.modulevideo iframe,
.modulevideo embed,
.modulevideo object{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*========== 视频模块end ==========*/

/*========== 九宫格模块start ==========*/
.modulejiugong .jiugongitem{position: relative;height: 6.9rem;background:#333;}
.modulejiugong .jiugongitem a{width: 100%;display: block;color:#fff;font-size:0.875rem;height:100%;}
.modulejiugong .jiugongitem .jiugongitemimg{margin: 0 auto;}
.modulejiugong .jiugongitem a div{color:#fff;text-align:center;}
/*==========九宫格模块end ==========*/

/*========== 全屏切换模块 ==========*/
/*通用*/
.modulefullswitch{width: 100%;height:100%;background:#fff;}
.modulefullswitch .modulecontainer{height:100%;}
.modulefullswitch .swiper-container{width: 100%;height: 100%;}
.modulefullswitch .swiper-slide{}
.modulefullswitch .swiper-pagination{padding:0.125rem;}
/* swiper2 专用的分页样式 */
.modulefullswitch .swiper-pagination{position: absolute; text-align: center; top: 45%; right:0;}
.modulefullswitch .swiper-pagination > span{display:block; margin:0.625rem 0; cursor:pointer;}
.modulefullswitch .swiper-pagination-switch .icon{display: inline-block; width: 1.125rem; height: 1.125rem; border-radius: 100%; background: #555; margin: 0 0.313rem; opacity: 0.6; border: 1px solid #fff; cursor: pointer; font-weight:bold; color:white;}
.modulefullswitch .swiper-active-switch .icon{background: yellow; color:black;}
.modulefullswitch .swiper-pagination-switch .text{padding:0.625rem 0 0 0.625rem;font-weight:bold;font-size:1rem;opacity: 1;}
/* end of swiper2 专用的分页样式 */
.modulefullswitch .swiper-pagination-bullet{background:none; opacity: 0.6;width:auto;height:auto;}
.modulefullswitch .swiper-pagination-bullet .icon{width: 1.125rem; height: 1.125rem; display: inline-block; border-radius: 100%; background: white; opacity: 1;}
.modulefullswitch .swiper-pagination{background: rgba(0,0,0,0.3);border-radius: 0.313rem;border-top-right-radius:0;border-bottom-right-radius:0;padding:0.625rem 1.250rem;right:0!important;}
.modulefullswitch .swiper-pagination-bullet .text{padding:0.625rem 0 0 0.625rem;font-weight:bold;font-size:1rem;opacity: 1;}
.modulefullswitch .swiper-pagination-bullet-active{background:none; opacity: 1;}
.modulefullswitch .swiper-pagination-bullet-active .icon{background: yellow;}
.modulefullswitch .swiper-pagination-bullet-active .text{color: #ca0000;}
.modulefullswitch .pagetitle{margin:0.313rem 0 0 0.313rem;font-size:1rem;font-weight:bold;display:inline-block;}
/*========== 全屏切换模块 end ==========*/
/*========== 分页样式 ==========*/
.ipowerpager1 a{text-decoration:none;border:1px solid #ccc;margin:1px;padding:1px 0.313rem;width:1.875rem;height:1.875rem;-webkit-border-radius: 0.188rem;-moz-border-radius: 0.188rem;border-radius: 0.188rem;behavior: ;}
.ipowerpager1 .curpage{text-decoration:none;border:1px solid rgb(51,122,183);margin:1px;padding:1px 0.313rem;background:rgb(51,122,183);color:white;width:1.875rem;height:1.875rem;-webkit-border-radius: 0.188rem;-moz-border-radius: 0.188rem;border-radius: 0.188rem;behavior: ;}
.pagenavigate{/*position:absolute;*/bottom:0.625rem;margin:0 auto;width:100%;text-align: center;padding: 0.714rem;clear: both;display: block;}
.pagenavigate font{text-decoration: underline;}

.page-nav .page-item a{text-decoration:none;border:1px solid #ccc;margin:1px;padding:1px 0.313rem;width:1.875rem;height:1.875rem;-webkit-border-radius: 0.188rem;-moz-border-radius: 0.188rem;border-radius: 0.188rem;behavior: ;}
.page-nav .page-current{text-decoration:none;border:1px solid rgb(51,122,183);margin:1px;padding:1px 0.313rem;background:rgb(51,122,183);color:white;width:1.875rem;height:1.875rem;-webkit-border-radius: 0.188rem;-moz-border-radius: 0.188rem;border-radius: 0.188rem;behavior: ;}
.page-nav{/*position:absolute;*/bottom:0.625rem;margin:0 auto;width:100%;text-align: center;padding: 0.714rem;clear: both;display: block;}

.page-more {text-align:center;}
.page-more a{margin: 0 auto; color: #666 !important; font-size: 16px; width: 300px; display: flex; align-items: center; justify-content: center; border: 2px solid #eee; height: 50px;}

.staticmodule .pagenavigate,.staticmodule .pagenavgiant{position:static;}

.pagergiant *{box-sizing: border-box;font-size: 12px;vertical-align: middle;}
.pagergiant .prev,
.pagergiant .next{display: inline-block;margin:0;margin-right: 10px;padding:0;width:18px;height: 30px;line-height:30px;vertical-align: middle;line-height: 30px; color: #ccc;}
.pagergiant .next{margin-left: -4px;}
.pagergiant .num{display: inline-flex; align-items: center; justify-content: center; margin-right: 10px;padding: 0;width: 30px;height: 30px;font-size: 12px;border: 1px solid #ccc;background: #fff;}
.pagergiant .current{display: inline-flex; align-items: center; justify-content: center; margin:0;margin-right: 10px;padding: 0;width: 30px;height: 30px;font-size: 12px;color: #fff;border: 1px solid #000;background: #333333;}
.pagergiant .ellipsis{display: inline-block;margin:0;margin-right: 10px;width: auto;height: 30px;line-height: 24px;font-size: 12px;}
.pagergiant .splitline{display: inline-block;margin:0px;margin-right: 16px;padding: 0;height: 30px;line-height: 30px;font-size: 12px;color: #ccc;}
.pagergiant .text{display: inline-block;padding: 0;height: 30px;line-height: 30px;font-size: 12px;}
.pagergiant .inputer{width: 30px;height: 30px;border: 1px solid #ccc;margin: 0 10px;text-align: center;color: #666;font-size: 12px;}
.pagergiant .submit{display: inline-block; margin-left: 10px;width: 55px;height: 30px;background: #333;color: #fff;font-size: 12px;}
.pagemore {color: #fff;background: #fd6e27;width: 6rem;border-radius: 0.4rem;margin: 0 auto;padding: 0.2rem;}
/*分页layout color样式统一*/
.layout-color-blue .pagergiant .current,.layout-color-blue .pagergiant .submit,.layout-color-blue .pagemore{background-color:#1e88e5;border-color:#1e88e5;}
.layout-color-black .pagergiant .current,.layout-color-black .pagergiant .submit,.layout-color-black .pagemore{background-color:#000000;border-color:#000000;}
.layout-color-brown .pagergiant .current,.layout-color-brown .pagergiant .submit,.layout-color-brown .pagemore{background-color:#6b3a2b;border-color:#6b3a2b;}
.layout-color-cyan .pagergiant .current,.layout-color-cyan .pagergiant .submit,.layout-color-cyan .pagemore{background-color:#10aa9c;border-color:#10aa9c;}
.layout-color-green .pagergiant .current,.layout-color-green .pagergiant .submit,.layout-color-green .pagemore{background-color:#4caf50;border-color:#4caf50;}
.layout-color-orange .pagergiant .current,.layout-color-orange .pagergiant .submit,.layout-color-orange .pagemore{background-color:#fd6e27;border-color:#fd6e27;}
.layout-color-pink .pagergiant .current,.layout-color-pink .pagergiant .submit,.layout-color-pink .pagemore{background-color:#ed1f65;border-color:#ed1f65;}
.layout-color-purple .pagergiant .current,.layout-color-purple .pagergiant .submit,.layout-color-purple .pagemore{background-color:#a41ebb;border-color:#a41ebb;}
.layout-color-red .pagergiant .current,.layout-color-red .pagergiant .submit,.layout-color-red .pagemore{background-color:#f10215;border-color:#f10215;}
.layout-color-yellow .pagergiant .current,.layout-color-yellow .pagergiant .submit,.layout-color-yellow .pagemore{background-color:#ffd231;border-color:#ffd231;color: #000;}
@media only screen and (max-width: 768px){
	.pagergiant .splitline{ display: none}
	.pagergiant .text{display: none;}
	.pagergiant .inputer{ display: none;}
	.pagergiant .submit{ display: none;}
}
@media only screen and (max-width: 991px){
	.page-nav,.page-more,.page-more-loading{padding-top:20px;padding-bottom:20px; }
}
@media only screen and (min-width: 992px){
	.page-nav,.page-more,.page-more-loading{padding-top:60px;padding-bottom:60px; }
}

.pageloading{position: absolute !important;display:block;top: 0;left: 0;z-index: 99999;width:100% !important;height:100% !important;text-align:center;font-size: 0;}
.pageloading .content{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);-m-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.pageloading .content .loading-icon{font-size: 34px;color:#333;vertical-align: middle;margin-right: 10px;}
.pageloading .content .loading-text{font-size: 12px;color:#333;vertical-align: middle;}

.page-more-loading .content{margin: 0 auto;color: #666!important;font-size: 16px;width: 300px;display: block;border: 0;height: 50px;line-height: 50px;text-align: center;}
.page-more-loading .content .loading-icon{margin-right: 10px;font-size: 24px;vertical-align: middle;}
.page-more-loading .content .loading-text{font-size: 16px;vertical-align: middle;}
/*旋转*/
.myrotateall{-webkit-animation: loading 1s linear infinite;}
@-webkit-keyframes loading {from { -webkit-transform: rotate(0deg) translatez(0); }to { -webkit-transform: rotate(360deg) translatez(0); }}
/*==========分页样式 ==========*/

/*========== 标签模块 ==========*/
/******* 默认样式 灰色体系 ***************/
.tabs-default .ui-tabs-nav{line-height:1.125rem;}
.tabs-default .tab-content{overflow:hidden;padding-bottom:0.938rem;}
.tabs-default .tab-content > div{overflow:hidden;border:1px solid #ddd;border-top:none;background:#fff;zoom:1;padding:0.625rem;}
.tabs-default .ui-tabs{padding:0}
.tabs-default .ui-widget{font-family:'microsoft yahei';}
.tabs-default .ui-widget-header{background: #e1e1e1;}
.tabs-default .ui-widget-content{background:#fff;}
.tabs-default{background: #fff!important}
.tabs-default .ui-state-default .ui-tabs-anchor{color:#666;line-height:1.125rem;}
.tabs-default .ui-tabs-active .ui-tabs-anchor{color:#09f;}
.tabs-default .ui-state-active a{float: left;background: #fff;color: #337ab7;margin-left: 0;line-height:1.875rem;}
.tabs-default .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{color:#666;}
.tabs-default .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{color:#2779aa;}
.tabs-default .ui-tabs .ui-tabs-nav{padding:0;}
.tabs-default .ui-widget-header{border:none;}
.tabs-default .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{border-top-right-radius:0;}
.tabs-default .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{border-top-left-radius:0;}
.tabs-default .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{border-bottom-left-radius: 0;}
.tabs-default .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{border-bottom-right-radius: 0;}
.tabs-default .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background:none;border:none;}
.tabs-default .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin:0;padding:0; font-weight: normal;}
.tabs-default .ui-tabs .ui-tabs-nav .ui-tabs-anchor{font-weight: normal;}
.tabs-default .ui-tabs .ui-tabs-nav .ui-tabs-anchor{padding:0.625rem 1.250rem;}
.tabs-default .ui-tabs .ui-tabs-nav li{margin:0;padding:0;}
.tabs-default .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{font-size:1rem;}
[tabstplclassname=tabs-default] .tplpreviewimg{background:;}
/******* 样式二 ***************/
.tabs-two .ui-tabs-nav{line-height:1.875rem;}
.tabs-two .tab-content{overflow:hidden;padding-bottom:1rem;}
.tabs-two .tab-content > div{overflow:hidden;border:1px solid #ca0000;border-top:none;background:#fff;zoom:1;padding:0.625rem;}
.tabs-two .ui-tabs{padding:0}
.tabs-two .ui-widget{font-family:'microsoft yahei';}
.tabs-two .ui-widget-header{background: #e1e1e1;}
.tabs-two .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{color:#fff;}
.tabs-two{background: #fff!important}
.tabs-two .ui-state-default .ui-tabs-anchor{color:#666;}
.tabs-two .ui-tabs-active .ui-tabs-anchor{color:#fff;}
.tabs-two .ui-state-active a{float: left;background:#808080!important;color: #fff;margin-left: 0; border-radius:0.625rem; margin-bottom:0;}
.tabs-two .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{color:#fff;}
.tabs-two .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{color:#fff;}
.tabs-two .ui-tabs .ui-tabs-nav{padding:0;}
.tabs-two .ui-widget-header{border:none;}
.tabs-two .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{border-top-right-radius:0;}
.tabs-two .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{border-top-left-radius:0;}
.tabs-two .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{border-bottom-left-radius: 0;}
.tabs-two .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{border-bottom-right-radius: 0;}
.tabs-two .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background:none;border:none;}
.tabs-two .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin:0;padding:0; font-weight: normal;}
.tabs-two .ui-tabs .ui-tabs-nav .ui-tabs-anchor{font-weight: normal;}
.tabs-two .ui-tabs .ui-tabs-nav .ui-tabs-anchor{padding:0.625rem 1.250rem;}
.tabs-two .ui-tabs .ui-tabs-nav li{margin:0;padding:0;}
.tabs-two .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{font-size:1rem;}
[tabstplclassname=tabs-two] .tplpreviewimg{background:;}
/******* 样式三 ***************/
.tabs-three .ui-tabs-nav{border-bottom: solid #f33 0.188rem;line-height:1.875rem; background:#fff;}
.tabs-three .tab-content{overflow:hidden;padding-bottom:0.938rem;}
.tabs-three .tab-content > div{overflow:hidden;border:1px solid #ca0000;border-top:none;background:#fff;zoom:1;padding:0.625rem;}
.tabs-three .ui-tabs{padding:0}
.tabs-three .ui-widget{font-family:'microsoft yahei';}
.tabs-three .ui-widget-header{background: #fff;}
.tabs-three .ui-widget-content{background:#fff;}
.tabs-three .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{color:#fff;}
.tabs-three{background: #fff!important}
.tabs-three .ui-state-default .ui-tabs-anchor{color:#666;}
.tabs-three .ui-tabs-active .ui-tabs-anchor{color:#f33; border-bottom: 0.188rem solid #f33!important;}
.tabs-three .ui-state-active{float: left; border-bottom: solid #666 0.188rem;}
.tabs-three .ui-state-active a{float: left;background:#fff!important;color: #666;margin-left: 0; margin-bottom:0;border-bottom: solid #f33 0.188rem; text-align:center;}
.tabs-three .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{color:#fff;}
.tabs-three .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{color:#fff;}
.tabs-three .ui-tabs .ui-tabs-nav{padding:0;}
.tabs-three .ui-widget-header{border:none;}
.tabs-three .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{border-top-right-radius:0;}
.tabs-three .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{border-top-left-radius:0;}
.tabs-three .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{border-bottom-left-radius: 0;}
.tabs-three .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{border-bottom-right-radius: 0;}
.tabs-three .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background:none;border:none;}
.tabs-three .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin:0;padding:0; font-weight: normal;}
.tabs-three .ui-tabs .ui-tabs-nav .ui-tabs-anchor{font-weight: normal;}
.tabs-three .ui-tabs .ui-tabs-nav .ui-tabs-anchor{padding:0.625rem 1.250rem;}
.tabs-three .ui-tabs .ui-tabs-nav li{margin:0;padding:0;}
.tabs-three .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{font-size:1rem;}
[tabstplclassname=tabs-three] .tplpreviewimg{background:;}
.tabs-three .ui-tabs-nav .ui-state-default a{border-bottom: 0.188rem solid transparent;}
/*========== 标签模块 end==========*/

/*========== 响应式标签模块 ==========*/
/*通用*/
.moduletabs .wrap{margin:100px auto 0 auto}
.moduletabs .tabs{border-bottom: 1px solid #eee;}
.moduletabs .tabs a{display:block;margin-bottom:-1px;float:left;border-top:2px solid transparent;color:#333;padding:10px 20px;text-align:center;background:#eee;font-size:14px;text-decoration:none}
.moduletabs .tabs a:first-child{border-left:1px solid #eee;}
.moduletabs .tabs .active{color:#333;background:#fff;border-top:2px solid #0c67c3;}
.moduletabs .swiper-container{border:1px solid #eee;border-top: none;width:100%;}
.moduletabs .swiper-slide{width:100%;background:0 0;color:#fff}
.moduletabs .swiper-slide >.subcontainer {padding:10px;}
.moduletabs .swiper-container{margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.moduletabs .swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0,0,0);-o-transition-timing-function:ease;-o-transform:translate(0,0);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0,0,0);-ms-transition-timing-function:ease;transition-property:transform,left,top;transition-duration:0s;transform:translate3d(0,0,0);transition-timing-function:ease;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.moduletabs .swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.moduletabs .swiper-slide{float:left;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}

/*==========  响应式标签模块 end==========*/

/*========== 语言模块 ==========*/
.modulelangswitch .lang1 .langhor{float:left;display:inline-block;}
.modulelangswitch .lang1 a:hover{text-decoration:underline;}
.modulelangswitch .lang3 .form-control{width:auto;}
/*========== 语言模块 end ==========*/

/*========== 自定义表单模块 ==========*/
.modulecustomform {padding: 0.625rem;}
.modulecustomform .siteformitemcheckitem{float: left;margin-right: .6rem;}
.modulecustomform .customfieldname{clear: both;display: block;overflow: hidden;padding: 0.313rem 0;font-size: 0.875rem;}
.modulecustomform .customfieldname font{color:#ff0000;}
.modulecustomform .customformtext{width: 99%;height: 2rem;border: 1px solid #ddd;line-height: 2rem;}
.modulecustomform .customformselect{height: 2rem;border: 1px solid #ddd;line-height: 2rem;padding:0 0.625rem;}
.modulecustomform .customformtextarea{width: 99%;min-height:5rem;border: 1px solid #ddd;}
.modulecustomform .customformradio,
.modulecustomform .customformcheckbox{width:1.125rem;height:1.125rem;margin: 0 0.188rem 0.313rem 0;vertical-align: middle;}
.modulecustomform label{display: inline-block;margin: 0;vertical-align: middle;font-weight:normal;}
.modulecustomform .submitbox{padding: 0.313rem;text-align: center;}
.modulecustomform .customformsubmit{margin-top: 0.313rem;width: 100px;background: #478af6;color: #fff;font-size: 1rem;border:#478af6;border-radius: 5px;}
.modulecustomform .customformsubmit:hover{background: #1f70f3;}
/*========== 自定义表单模块 end ==========*/

/*========== 面包屑导航模块 ==========*/
.modulebreadcrumbs .menu:hover { text-decoration: underline; }
.modulebreadcrumbs ol{margin: 0;padding: 10px;}
.modulebreadcrumbs .breadcrumb{background-color: transparent;margin:0;}
.modulebreadcrumbs .breadcrumb>li{display: inline;}
.modulebreadcrumbs .breadcrumb>li li:before{content: "";padding: 0;}
/*========== 面包屑导航模块 end ==========*/

/*==========底部导航菜单 start==========*/

.footnavmenu , .footnavqrcode,.qqservices{display: none;position: fixed;top: 0;overflow: hidden;width: 100%;height: 100%;z-index: 10;text-align:center;}
.footnavmask{position: absolute;top: 0;width: 100%;height: 100%;filter: alpha(opacity=50);opacity: 0.50;background: #000;z-index: 15;}
.footnavqrcode span{display:block; overflow:hidden; bottom:3.750rem; right:0.625rem;position: fixed;z-index:20;}
.footnavqrcode span img{border:solid 0.625rem #fff;}

.qqservices{z-index:999;}

.qqlist{position:fixed;display:block;overflow:hidden;bottom:3.750rem;width:100%;list-style-type:none;background-color:#fff;overflow:hidden;border:solid 1px #ddd;z-index:20;}
.qqlist li{height: 3.5rem;width: 100%;margin-left: 50%;padding-top: .5rem;padding-bottom: .5rem; overflow: hidden;margin: auto;border-bottom: solid 1px #ddd;}
.qqservices li.qqcancel{width:90%;line-height:2rem;clear:both;padding-left: 0px;text-align: center}
.qqlist a li img{height:40%;width:40%;margin-bottom:4px;vertical-align: middle;}
.qqlist a li span{line-height: 2.5rem;}
.footnavmenu ul{background: #333;bottom: 3.125rem;position: fixed;width: 100%;display: block;overflow: hidden;z-index: 20;}
.footnavmenu ul li{display: block;margin: auto;line-height: 2.563rem;padding: 0;text-align:center;}
.footnavmenu ul li a,.footnavmenu ul li a:link,.footnavmenu ul li a:visited,.footnavmenu ul li a:active{display: block;width: 100%;color: #fff;font-size: 1rem;text-decoration: none;border-bottom:1px #181818 solid;border-top:1px #515151 solid;}
/*底部导航菜单 end*/
/*底部 start*/
.footer{clear: both;position: fixed;bottom: 0;left: 0;width: 100%; height: 50px; /*height: 2.813rem;*/overflow: hidden;text-align: center;z-index: 20; -ms-transition: 0.5s; -webkit-transition: 0.5s; -khtml-transition: 0.5; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s;}
.footer.iconandtext{height:3.125rem;}
.footer .textcenter{ line-height: 50px; height: 50px;}
/*底部占位*/
.mobilenavrenderelem{height:2.813rem;}
.mobilenavrenderelem.iconandtext{height:3.4rem;}
/*底部快捷工具 start*/
.foot-nav-list{display: -webkit-box;-webkit-box-flex: 1;height: 100%;line-height: 100%;}
.foot-nav-list li{display: block;-webkit-box-flex: 1;height: 100%;line-height: 100%; width:auto; float:left;}
.foot-nav-list li a{position:relative;width:100%;height:100%;display: inline-block;-webkit-touch-callout: none; cursor:pointer;outline: 0; outline-offset:0; text-decoration: unset;}
.footer .icon{color:#fff;font-size: 22px;display: block; line-height:50px; /*line-height:2.813rem;*/ height: 100%; width: 100%; margin: 0 auto;background-size: 1.625rem 1.625rem; background-repeat: no-repeat; background-position: center center;}
.footer .icon svg>*{fill:#fff;}
.footer .icon svg{width: 22px; height: 24px;  margin: 0 auto;    transform: translatey(12%);}

.footer.iconandtext .icon{color:#fff;font-size: 22px;position:relative;display: block;line-height: 2rem; height: 2rem; width: 2rem; margin: 0 auto;}
.itemtext{display: block; color: #fff; margin: 0 auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size: 0.750rem;}
.stressbox{display: flex  !important;align-items: center;border-radius: 20px;height: 40px !important;justify-content: center;margin: auto;padding: 4px;background: linear-gradient(90deg,#ff9900 100%, #ff4e50 100%);text-align: left;}
.stress{width: auto;display: flex !important;margin: 0 8px;}
.stress .icon{margin: 0 !important;;width: 24px !important;margin-right: 5px !important;;}
.stress .itemtext  {margin: 0;}
.stressanimation{
	animation:stressscale 4s linear infinite !important;
	-webkit-animation:stressscale 4s linear infinite !important;
	-o-animation:stressscale 4s linear infinite !important;
	-moz-animation:stressscale 4s linear infinite !important;
}
 @keyframes stressscale {
	0% {
		transform: scale(1);
	}
	12.5% {
		transform: scale(1.05);
	}
	25% {
		transform: scale(1);
	}
	37.5% {
		transform: scale(1.05);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
  }
  @-webkit-keyframes stressscale {
	0% {
		-webkit-transform: scale(1);
	}
	12.5% {
		-webkit-transform: scale(1.05);
	}
	25% {
		-webkit-transform: scale(1);
	}
	37.5% {
		-webkit-transform: scale(1.05);
	}
	50% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
	}
  }
  @-o-keyframes stressscale {
	0% {
		-o-transform: scale(1);
	}
	12.5% {
		-o-transform: scale(1.05);
	}
	25% {
		-o-transform: scale(1);
	}
	37.5% {
		-o-transform: scale(1.05);
	}
	50% {
		-o-transform: scale(1);
	}
	100% {
		-o-transform: scale(1);
	}
  }
  @-moz-keyframes stressscale {
	0% {
		-moz-transform: scale(1);
	}
	12.5% {
		-moz-transform: scale(1.05);
	}
	25% {
		-moz-transform: scale(1);
	}
	37.5% {
		-moz-transform: scale(1.05);
	}
	50% {
		-moz-transform: scale(1);
	}
	100% {
		-moz-transform: scale(1);
	}
  }

.foot-nav-list .footnav{background:  center center no-repeat;background-size: 1.625rem 1.625rem}
.foot-nav-list .foottel{background:  center center no-repeat;background-size: 1.625rem 1.625rem}
.foot-nav-list .footguestbook{background:  center center no-repeat;background-size: 1.625rem 1.625rem}
.foot-nav-list .foottotop{background:  center center no-repeat;background-size: 1.625rem 1.625rem}
.foot-nav-list .footqrcode{background:  center center no-repeat;background-size: 1.625rem 1.625rem}
.foot-nav-list .prevpage{background:  center center no-repeat;background-size: 1.625rem 1.625rem}
.foot-nav-list .nextpage{background:  center center no-repeat;background-size: 1.625rem 1.625rem}
.foot-nav-list .homepage{background:  center center no-repeat;background-size: 1.625rem 1.625rem}
.foot-nav-list .storelistpage{background:  center center no-repeat;background-size: 1.625rem 1.625rem}
.foot-nav-list .productclasspage{background:  center center no-repeat;background-size: 1.625rem 1.625rem}
.foot-nav-list .customservice{background:  center center no-repeat;background-size: 1.625rem 1.625rem}
.foot-nav-list .shopcart{background:  center center no-repeat;background-size: 1.625rem 1.625rem}
.customservice table tr td{padding:8px 3px;}
.customservice table tbody tr td *{margin-right:0.625rem;cursor:pointer;}
.customservice table tbody tr td i.glyphicon{color:#666;}
.customservice table tbody tr:first-child td .glyphicon-arrow-up{color:#aaa;cursor:not-allowed;}
.customservice table tbody tr:last-child td .glyphicon-arrow-down{color:#aaa;cursor:not-allowed;}
.customservice table tbody tr td{font-size:.825rem;}

#qqdialog>div{margin-top:0.625rem;margin-left:0.625rem;}
#qqdialog>div:last-child{margin-bottom:1.25rem;}
#qqdialog .input-group input{width:200px;}
#qqdialog .input-group input:focus{border: #ccc}
.footnavshopcartnum {position: absolute;left: 52%; top: 4px;height: 1rem;line-height: 16px;padding: 0 0.313rem;border-radius: 8px;background-color: #fd4609;color: #fff;font-size: 0.75rem;}
/*底部快捷工具css end*/
/*==========底部css end==========*/

/*========== 营销活动开奖提示 ==========*/
.bgopacity{position:absolute;top:0;left:0;background-color:#000;z-index:9000;filter: alpha(opacity=50); opacity: 0.50;}
.balancemsg{display:block;width:95%;position:absolute;overflow:hidden;border:0;z-index:9100;background-color:#fff;font-size:1.313rem;box-shadow: 0 0 0.625rem rgba(0,0,0,.5);-webkit-box-shadow: 0 0 0.625rem rgba(0,0,0,.5);-moz-box-shadow: 0 0 0.625rem rgba(0,0,0,.5);}
.box_title{width:100%;height:1.875rem;clear:both;background-color:#31a5f6;border-bottom:solid 1px #ddd;position:absolute;top:0;}
span.box_close{width:1.875rem;height:1.875rem;display:inline-block;padding:0;overflow:hidden;text-align:center;font-size:1.500em;line-height:20.313rem;color:#fff;position:absolute;top:0;right:0;z-index:9999;cursor:pointer;}
span.box_close:hover{background:#f02121;}
.balancemsg div.body{width:17.500rem;padding:0.313rem 0;margin:auto;margin-top:1.875rem;}
.balancemsg p{display:inline-block;width: 17.500rem;position:absolute;padding:10.313rem 0;top:1.875rem;left:0; color: #333;text-align: center;}
.balancemsg p span{display:inline-block;width:100%;}
.box_button{display:inline-block;width:17.500rem;height:1.875rem;position:absolute;left:0.625rem;top:11.250rem;}
.bodyul{list-style:none;display:block;overflow:hidden;width:100%;}
.bodyul li{width:100%;display:block;clear:both;padding:0.313rem 0;line-height:1.875rem;color:#ff0000;text-align: center;}
.bodyul li.phone,.bodyul li.pass{height:1.875rem;position:relative; margin: 0 auto;width: 210.313rem;}
.phone i,.pass i{display:block;font-style:normal;width:50.313rem;float:left;text-align:right;padding:0 0.313rem;position:absolute;z-index:10;color:gray;}
.pass i{width:3.125rem;}
.phone input,.pass input{padding-left:50.313rem;float:left;}
.butget{width:5rem;height:1.750rem;background-color:#1092fe;color:#fff;cursor:pointer; border: 0;}
.txtinput{width:13.125rem;border:solid 1px #ddd;height:1.750rem;line-height:1.750rem;vertical-align:middle;padding:0 0.313rem;border-radius:0.188rem;}
input.error{border-color:#ff0000;}
label.error{color:#ff0000;font-size:1.125rem;float:left;padding-left:0.625rem;}
/*========== 营销活动开奖提示end ==========*/

/*====刮刮卡=====*/
.luckcard{width:100%;height:100%;overflow:hidden;}
.luckcardbg{position:relative;width:31.250rem;height:10.625rem;background: no-repeat;margin: 0 auto;}
.mycar{overflow:hidden;position:absolute;width:12.500rem;height:1.875rem;border-radius:0.188rem;cursor:pointer;top:110.313rem;right:1.250rem}
.result{width:100%;height:100%;overflow:hidden;}
.result strong{display:block;color:#fff;text-align:center;line-height:1.875rem;font-size:1.125rem;font-family:arial, helvetica, sans-serif;}
.canvas{position:absolute;}
.result{background-color:#970000;}
.reset{position:absolute;top:11rem;right:1.250rem;width:3.125rem;height:1.750rem;border-radius:0.188rem;text-align:center;cursor:pointer;display:none;background-color:white;}
.cardtext{display:block;overflow:hidden;border-radius:0.313rem;margin:0.625rem 3%;clear:both;background-color:#fff8ae;}
.cardtext h5,.cardtext dt{display:inline-block;font-size:0.875rem;line-height:2rem;background-color:#e96800;color:white;width:6.250em;text-indent:0.5rem;}
.cardtext ul{padding:0.313rem 0.625rem;}
.cardtext p{padding:0.313rem 0.625rem;}
/*====刮刮卡end====*/

/*====幸运转盘====*/
.rotate{width:99.5%;list-style-type:none;display:block;overflow:hidden;}
.rotate dd{display:block;overflow:hidden;border-radius:0.313rem;margin:0.625rem 3%;clear:both;}
.rotate dd h5{display:inline-block;font-size:0.875rem;line-height:2rem;background-color:#e96800;color:white;width:6.250em;text-indent:0.5rem;}
.rotate dd.roteplate{padding:0;}
.rotate dd.prizelist{background-color:#fff8ae;}
.rotate dd.prizelist ul{padding:0.313rem 0.625rem;}
.rotate dd.description{margin:0 3%;width:auto;background-color:#fff8ae;}
.rotate dd.description p{padding:0.313rem 0.625rem;;}
.rimage{height:23.125rem;width:23.125rem;display:block;position:relative;overflow:hidden;margin:auto;}
.backimage{position:absolute;max-width:100%;}
.rimage i,.pshadow{width:5.000rem;height:5.000rem;display:block;overflow:hidden;position:absolute;left:90.125rem;top:80.125rem;cursor:pointer;}
.rimage i img{max-height:100%;}
.pshadow{z-index:100;top:0;left:0;}
/*====幸运转盘end====*/

/*====砸金蛋====*/
.egg{margin:auto;overflow:hidden;width:99.5%;}
.egglist{overflow:hidden;list-style-type:none;display:block;width:16.875rem;margin:0 auto;margin-top:2.500rem;}
.egglist li{float:left;position:relative;background: no-repeat center bottom;width:5.625em;height:10.625rem;display:block;cursor:pointer;}
.egglist li span{width:1.875rem;height:3.750rem;display:block;color:#ff0;font-size:1.25rem;font-weight:bold;margin:3.750rem auto;}
.hammer{background: no-repeat;background-size:contain;width:3.125rem;height:3.125rem;position:absolute;left:50%;margin-left:-20.313rem;z-index:10;display:none;}
.egglist li.curr{background: no-repeat bottom;cursor:default;z-index:300;background-size:70%;width:5.625em;}
.egglist li.curr sup{background: -1.875rem -1.875rem no-repeat;width:100%;height:181px;display:block;z-index:800;}
.egglist li,.egglist li.curr,.egglist li.curr sup{background-size:70%;}
.rtip{position:absolute;background:#f60;width:95%;margin-left:0.250rem;padding:0.313rem;font-size:0.875rem;line-height:1.500rem;z-index:500;color:#fff;text-align:center;overflow:hidden;display:none;border-radius:0.188rem;}
.eggtext{display:block;overflow:hidden;border-radius:0.313rem;margin:0.625rem 3%;clear:both;background-color:#fff8ae;}
.eggtext h5{display:inline-block;font-size:0.875rem;line-height:2rem;background-color:#e96800;color:white;width:6.250rem;text-indent:0.5rem;}
.eggtext ul{padding:0.313rem 0.625rem;}
.eggtext p{padding:0.313rem 0.625rem;}
/*====砸金蛋end====*/

/*====翻板====*/
.moduleplate{margin:auto;overflow:hidden;width:99.5%;}
.plate{list-style-type:none;overflow:hidden;display:block;width:99%;margin:auto;}
.plate li{display:block;width:48%;height:5.000rem;float:left;background-color:#ff6a00;margin:0 0.125rem 0.125rem 0;cursor:pointer;text-align:center;line-height:1.5;}
.platelist,.platedetail{display:block;overflow:hidden;border-radius:0.313rem;margin:0.625rem 3%;clear:both;background-color:#fff8ae;}
.platelist h5,.platedetail dt{display:inline-block;font-size:0.875rem;line-height:2rem;background-color:#e96800;color:white;width:6.250rem;text-indent:0.5rem;}
.platelist ul,.platedetail p{padding:0.313rem 0.625rem;}
/*====翻板end====*/

/*====产品详情模块====*/
.moduleproductdetail .mainhint{text-align: center;font-size: 1rem;color: rgb(102, 102, 102);margin-left: 3.125rem;font-weight: bold;margin: 0.5rem 0;}
.moduleproductdetail .subhint{text-align: center;font-size: 0.4rem;color: #999;}
.moduleproductdetail .reservestarttime, .moduleproductdetail .reserveendtime {padding-left:4px;width: 7rem; border: 1px solid #ccc; height: 1.5rem; line-height: 1.5rem; font-size: 0.8rem; background: #fff !important;text-align:center;}
.moduleproductdetail .reservestarttime {margin-right: 5px;}
.moduleproductdetail .reserveendtime {margin-left: 5px;}
.moduleproductdetail .goods-attrval-name.outofstock{border: 1px dashed #d6d6d8;cursor: not-allowed;color: #cdcdcd;}
.moduleproductdetail .pdetail .picshow {padding-left:0px;padding-right:0px;}
.moduleproductdetail .icon-qrcode{display:none;}
@media screen and (min-width:992px){
	.moduleproductdetail .icon-qrcode{display:inline;}
}
.easyzoom-flyout img{max-width:none;}

/*====产品详情模块end====*/

/*====音乐模块====*/
.musicimg.playing{ -webkit-animation: music_rotating 1.2s linear infinite; -moz-animation: music_rotating 1.2s linear infinite; -o-animation: music_rotating 1.2s linear infinite; animation: music_rotating 1.2s linear infinite;}
@-webkit-keyframes music_rotating {
	from {-webkit-transform: rotate(0deg)}
	to {-webkit-transform: rotate(360deg)}
}
@keyframes music_rotating {
	from {transform: rotate(0deg)}
	to {transform: rotate(360deg)}
}
@-moz-keyframes music_rotating {
	from {-moz-transform: rotate(0deg)}
	to {-moz-transform: rotate(360deg)}
}
/*========== 音乐模块end ==========*/

/*========== 分享模块 ==========*/
.modulesharecontainer{width:100%;z-index:99999;background:white}
.moduleshare .title{margin:0 auto;width:100%;display:block;padding:0.625rem 0;text-align:center;font-size:1rem;position:relative;box-shadow: 0px -3px 8px 0px #efefef;}
.moduleshare .close{font-size:1.25rem;position:absolute;display:inline-block;right:0.625rem;width:1.875rem;}
.moduleshare .shareitem{width:24%;display:inline-block;padding:0.5rem 0.2rem;text-align:center;cursor:pointer;}
.moduleshare .shareicon{position:fixed;z-index:99999;right:1rem;bottom:7rem;display:block;width:3.125rem;height:3.125rem;text-align:center;border-radius:3.125rem;background-color: #ff9500;opacity: 0.9;-webkit-opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90);color:white;padding-top:0.313rem; border: 1px #ff952f solid;}
.moduleshare .shareicon a{ color: #fff;font-size: 0.875rem;line-height: 1.25rem; display: block;}
.sharetipsmodal .jiantou{height:69px;width:100%;margin-top: 2%;position:relative;}
.sharetipsmodal .jiantou img{position:absolute;right:5%;}
/*========== 分享模块 end ==========*/

/*----------------------------- 模块样式end -------------------------------*/

/*分销用户顶部工具条*/
.userbar{position:fixed;display:block;width:100%;padding:.3125rem 0;z-index:951;height:3.625rem;}
.backlayer{position:absolute;top:0;left:0;width:100%;height:100%;display:block;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
.userbar-content{position:absolute;width:100%;height:100%;z-index:952;}
.userbar .userhead{height:3rem;border-radius:1.5rem;float:left;margin-left:.625rem;}
.nametext{display:block;list-style-type:none;float:left;padding:0;margin:0 0 0 .625rem;}
.nametext li{display:block;width:100%;clear:both;height:1.5rem;line-height:1.5rem;color:#fff;}
.subtn{float:right;margin-right:.625rem;margin-top:.5rem;}
.wxqrcode{position:static;display:none;width:90%;margin-left:5%;margin-top:.3125rem;border:solid 1px #ddd;}

/*单品分销按钮*/
.fenxiao{position:absolute;right:1rem;display:block;width:3rem;height:3rem;margin-top:-6.875rem;text-align:center;border-radius:2rem;background-color:#00a522;}
.fenxiao a:link,.fenxiao a:hover,.fenxiao a:visited,.fenxiao a:active{display:block;line-height:1rem;color:#fff;padding-top:.5rem;}



/*========== 优惠券 ==========*/
@media (min-width: 768px){
	.modulecouponlist .modal-dialog {
		margin: 6%;
	}
	.couponitem .couponitemimg{max-height:185px;}
}
@media (max-width: 551px){
	.couponitem .couponitemimg{max-height: 200px;}
}
@media (min-width: 551px) and (max-width: 767px){
	.couponitem .couponitemimg{max-height: 152px;}
}
.couponitem .couponitemimg{overflow: hidden;}
.couponitem{font-size: 12px;font-family: "microsoft yahei";margin-bottom: 10px;box-shadow: 0 1px 8px #ddd;padding: 0;}
.couponitem img{padding: 8px 8px 1px 8px;}
.getcoupon{float: right;margin-right: 7px;}
.getcoupon .btngetcoupon{background: #ff7c00;border: 1px solid #ff7c00;color: #fff;padding: 5px 18px;border-radius: 2px;box-shadow: 0 0px 2px rgba(255, 124, 0, 0.73);}
.getcoupon .btngotcoupon{background: gray;border: 1px solid #333;color: #fff;padding: 5px 18px;border-radius: 2px;box-shadow: 0 0px 2px rgba(255, 124, 0, 0.73);}
.coupondetail{font-size: 12px;}
.btngetcoupon{width: 100%;border-radius: 5px;border: none;height: 30px;background:#ff7c00;color: #fff;margin-top: 10px;}
.btngotcoupon{width: 100%;border-radius: 5px;border: none;height: 30px;background:gray;color: #fff;margin-top: 10px;}
.detailbox{
	top: 20%;
	left: 4%;
}
.detailbox .modal-header{padding: 10px;}
/*========== 优惠券 end ==========*/
/*模块隐藏 start*/
/*去掉两个平板端 把平板端强制隐藏 pc的隐藏扩大到768*/
@media (min-width: 768px){
	.mhidden-lg{display:none;}
	.mhidden-md.mhidden-lg{display: none;}
	.mhidden-sm.mhidden-lg{display: none;}
}

@media (max-width: 767px) {.mhidden-xs{display:none}}
/*模块隐藏 end*/

/*手机导航显示控制（顶部、底部、响应式导航） start*/

@media screen and (min-width:768px){
	#mobilenav,#mobilenavrenderelem,#mobilenavfloatlayer,#mobilenavmask,.footnavmask,.footnavqrcodeimg,.qqlist,#mobilefootnav{display:none;}
	.modulenav,.modulenavgiant{display:block;}

	.modulenav .pre_nav .nav,
	.modulenav .navmainitemgroup,
	.modulenav .bodycenter,
	.modulenavgiant .pre_nav .nav,
	.modulenavgiant .main-nav-item-group,
	.modulenavgiant .bodycenter{display:block;}
}

@media screen and (max-width:767px){
	#mobilenav,#mobilenavrenderelem,#mobilenavfloatlayer,#mobilenavmask,.footnavmask,.footnavqrcodeimg,.qqlist,#mobilefootnav{display:block;}
	.modulenav,.modulenavgiant{display:none;}
	div[moduletype=modulenav],div[moduletype=modulenavgiant]{display:none;}
	.modulemobilenavgiant a:focus{text-decoration:none}
	/*旋转动画stat */
	.modulemobilenavgiant .view-change header .mm-hbtn .lcbody0 .center {
		opacity: 0;
	}
	.modulemobilenavgiant .view-change header .mm-hbtn .lcbody0 .top{
		-webkit-transform: translatey(10px) translatey(-50%) rotate(-45deg);
		transform: translatey(10px) translatey(-50%) rotate(-45deg);
	}
	.modulemobilenavgiant .view-change header .mm-hbtn .lcbody0 .bottom {
		-webkit-transform: translatey(-10px) translatey(50%) rotate(45deg);
		transform: translatey(-10px) translatey(50%) rotate(45deg);
	}
	.modulemobilenavgiant .view-change header .mm-hbtn .lcbody1{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.modulemobilenavgiant .view-change header .mm-hbtn .lcbody1 .top{
	    -webkit-transform: rotate(-90deg) translatex(6px);
    	transform: rotate(-90deg) translatex(6px);
	}
	.modulemobilenavgiant .view-change header .mm-hbtn .lcbody1 .bottom{
		-webkit-transform: rotate(-90deg) translatex(-6px);
    	transform: rotate(-90deg) translatex(-6px);
	}
	.modulemobilenavgiant .view-change header .mm-hbtn .lcbody2 .bottom
	{
		top: -11px;
		width: 100%;
		opacity: 0;
	}

	.modulemobilenavgiant .view-change header .mm-hbtn .lcbody2 .top
	{
		top: 11px;
		width: 100%;
		opacity: 0;
	}
	.modulemobilenavgiant .view-change header .mm-hbtn .lcbody3 .top
	{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top:10px
	}
	.modulemobilenavgiant .view-change header .mm-hbtn  .lcbody3,.modulemobilenavgiant .view-change header .mm-hbtn  .lcbody4{
		height: 25px;
	}
	.modulemobilenavgiant .view-change header .mm-hbtn .lcbody3 .bottom
	{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		top: 10.5px;
	}
	.modulemobilenavgiant .view-change .lcbody3 .rect
	{
		/* -webkit-transition: top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
		transition: top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
		transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1);
		transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; */
		transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
	}
	.modulemobilenavgiant .view-change header .mm-hbtn .lcbody4 .bottom
	{
		width: 100%;
		-webkit-transform: translatey(-1px) translatey(-50%) rotate(-45deg);
		transform: translatey(-1px) translatey(-50%) rotate(-45deg);
	}
	.modulemobilenavgiant .view-change header .mm-hbtn .lcbody4 .top
	{
		-webkit-transform: translatey(10px) translatey(50%) rotate(45deg);
		transform: translatey(10px) translatey(50%) rotate(45deg);
	}

	/*旋转动画end */
	/*默认样式 start*/
	.modulemobilenavgiant,.modulemobilenavgiant .navcontent{
		min-height: 48px;
	}
	.modulemobilenavgiant.layout-108,.modulemobilenavgiant.layout-108 .navcontent{
		min-height: 0;
	}
	.modulemobilenavgiant header a.mm-hbtn {
		background: center center no-repeat transparent;
		display: flex;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0;
		left: auto;
		margin: 10px
	}
	.modulemobilenavgiant .lcbody {
		width: 30px;
		position: relative;
		margin: auto;
		height: 20px;
	}
	.modulemobilenavgiant .lcbody0 .rect{
		height: 2px;
		width: 100%;
		border-radius: 2px;
		position: absolute;
		left: 0;
		transition: all 0.25s ease-in-out;
		background-color: #fff;
	}
	.modulemobilenavgiant .lcbody0 .rect.center {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.modulemobilenavgiant .lcbody0 .rect.bottom {
		bottom: 0;
	}
	.modulemobilenavgiant .lcbody1,.modulemobilenavgiant .lcbody2 {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-transition: -webkit-transform 330ms ease-out;
		transition: -webkit-transform 330ms ease-out;
		transition: transform 330ms ease-out;
		transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
		/* margin-top: 5px; */
		height: 20px;
	}
	.modulemobilenavgiant .lcbody1 .rect,.modulemobilenavgiant .lcbody2 .rect{
		background: #fff;
		border-radius: 1.5px;
		width: 100%;
		height: 2px;
	}
	.modulemobilenavgiant .lcbody1 .rect.top{
		-webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	.modulemobilenavgiant .lcbody1 .rect.bottom{
		-webkit-align-self: flex-end;
		align-self: flex-end;
		-webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	.modulemobilenavgiant .lcbody2 .rect{
		position: relative;
		transition:0.5s width,0.8s top,0.8s opacity;
		top:0;
	}
	.modulemobilenavgiant .lcbody3 .rect,.modulemobilenavgiant .lcbody4 .rect
	{
		height: 2px;
		left: 0;
		top: 0;
		width: 100%;
		position: absolute;
		background-color: #fff;
		-webkit-transition: top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		/* transition: top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s; */
		transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	}
	/*默认样式end*/
	/*按钮风格2*/
	.modulemobilenavgiant .lcbody1 .top{
		width: 50%;
	}
	.modulemobilenavgiant .lcbody1 .bottom{
		width: 50%;
	}
	/*按钮风格3*/
	.modulemobilenavgiant .lcbody2 .top{
		width: 50%;
	}
	.modulemobilenavgiant .lcbody2 .bottom{width: 70%;}
	/*按钮风格4*/
	.modulemobilenavgiant .lcbody3 .bottom{ top:15px; }
	.modulemobilenavgiant .lcbody3 .center{ display: none;}
	/*按钮风格5*/
	.modulemobilenavgiant .lcbody4 .center{ display: none;}
	.modulemobilenavgiant .lcbody4 .bottom{width: 70%;top:13.5px;}
	/*end*/
	.modulemobilenavgiant .langlistboxshadow{
		background-color:#000;
		opacity: 0.7;
		position:fixed;
		height: 100%;
		top: 50px;
		left: 0;
		width: 100%;
		display: none;
		z-index: -1;
	}
	.modulemobilenavgiant .langlistbox{
		width: 100%;
		position: fixed;
		background-color: #fff;
		display: none;
		left: 0;
		text-align: left;
		top: 48px;
	}
	.modulemobilenavgiant .langlistbox .jt{
		content: '';
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #fff;
		position: fixed;
		top: 42px;
		display: none;
	}
	.modulemobilenavgiant .langlistbox a{
	    width: 100% !important;
    	text-align: left !important;
	}
	.modulemobilenavgiant .langlistbox li{
		height: 48px;
		line-height: 48px;
		padding: 0 19px;
	}
	.modulemobilenavgiant .langlistbox li span{
		display: inline-block;
		font-weight: normal;
		vertical-align: middle;
	}
	.modulemobilenavgiant .langlistbox li .langinfo{
		border-radius: 50%;
		width: 28px;
		height: 28px;
		font-size: 12px;
		margin-right: 10px;
		vertical-align: middle;
		line-height: 25px;
		text-align: center;
		border: 1px solid #333333;
		overflow: hidden;
	}
	.modulemobilenavgiant .langlistbox li .langinfo.active{
		background: #333333;
		color:#ffffff;
	}
	.modulenav .pre_nav .nav,
	.modulenav .navmainitemgroup,
	.modulenav .bodycenter,
	.modulenavgiant .pre_nav .nav,
	.modulenavgiant .main-nav-item-group,
	.modulenavgiant .bodycenter{display:none;}
	.modulemobilenavgiant .mobilenavfadeout{
		top:0;
		opacity: 1;
		transition: all 0.5s;
	}
}

.moduleitem[alwaysshow="1"],
.moduleitem[alwaysshow="1"] .modulenav,
.moduleitem[alwaysshow="1"] .modulenav .pre_nav .nav,
.moduleitem[alwaysshow="1"] .modulenav .navmainitemgroup,
.moduleitem[alwaysshow="1"] .modulenav .bodycenter,
.moduleitem[alwaysshow="1"] .modulenavgiant,
.moduleitem[alwaysshow="1"] .modulenavgiant .pre_nav .nav,
.moduleitem[alwaysshow="1"] .modulenavgiant .main-nav-item-group,
.moduleitem[alwaysshow="1"] .modulenavgiant .bodycenter{display:block !important;}
/*========== 手机导航显示控制 end ==========*/

/*新的标签模块 start*/
/*图标标签按钮样式*/
.moduletabcontainergiant .tabcontainer110 .btnscrollleft,
.moduletabcontainergiant .tabcontainer110 .btnscrollright{
	display: none;
}
@media (max-width: 767px){
	.moduletabcontainergiant .tabcontainer110 .btnscrollleft,
	.moduletabcontainergiant .tabcontainer110 .btnscrollright{display: inline-block;top: 0px;width: 19px;height: 26px;line-height: 26px;color: #fff;font-size: 12px;border-radius: 4px;text-align: center;background-color: rgba(0, 0, 0, 0.3);z-index:99}
	.moduletabcontainergiant .tabcontainer110 .btnscrollleft{
		position: absolute;
		top:50px;
		left:8px;
	}
	.moduletabcontainergiant .tabcontainer110 .btnscrollright{
		position: absolute;
		top:50px;
		right:8px;
	}
}
@media (min-width: 768px){
	.moduletabcontainergiant .tabcontainer110 .btnscrollleft,
	.moduletabcontainergiant .tabcontainer110 .btnscrollright{display: inline-block;top: 0px;width: 26px;height: 33px;line-height: 33px;color: #fff;font-size: 12px;border-radius: 4px;text-align: center;background-color: rgba(0, 0, 0, 0.3);z-index:99}
	.moduletabcontainergiant .tabcontainer110 .btnscrollleft{
		position: absolute;
		top:62px;
		left:8px;
	}
	.moduletabcontainergiant .tabcontainer110 .btnscrollright{
		position: absolute;
		top:62px;
		right:8px;
	}
}

/* 新的标签分栏样式 end */
/*风格1*/
.moduletabcontainer .tabcontainer1 {position:relative;}
.moduletabcontainer .tabcontainer1 .nav{overflow:hidden;overflow-y:hidden;white-space:nowrap}
.moduletabcontainer .tabcontainer1 .nav>li{float:none;display:inline-block;margin:0;padding:0;cursor: pointer;}
.moduletabcontainer .tabcontainer1 .nav>li.active>a,
.moduletabcontainer .tabcontainer1 .nav>li.active>a:focus,
.moduletabcontainer .tabcontainer1 .nav>li.active>a:hover,
.moduletabcontainer .tabcontainer1 .nav>li>a{display:inline-block;margin:0;padding:0;border-radius:0;text-align:center;overflow:hidden;white-space: nowrap;}
.moduletabcontainer .tabcontainer1 .nav>li>a:focus,
.moduletabcontainer .tabcontainer1 .nav>li>a:hover{background:transparent}
.moduletabcontainer .tabcontainer1 .nav>li.active>a,
.moduletabcontainer .tabcontainer1 .nav>li.active>a:focus,.tabcontainer1 .nav>li.active>a:hover{background-color:transparent}
.moduletabcontainer .tabcontainer1 .panelbtnscroll,.moduletabcontainergiant .tabcontainer-container .panelbtnscroll,.moduletabcontainerv2giant .tabcontainer-container .panelbtnscroll{position: absolute;top: 0px;width: auto;display: none;left: initial;right: 0px;z-index: 99;margin: 0px;padding-right: 10px;height: auto; padding-top:-10000px;background-color: transparent;}
.moduletabcontainer .tabcontainer1 .panelbtnscroll .btnscrollleft,
.moduletabcontainer .tabcontainer1 .panelbtnscroll .btnscrollright{display: inline-block;top: 0px;width: 20px;height: 20px;line-height: 20px;color: #fff;font-size: 12px;border-radius: 4px;text-align: center;background-color: rgba(0, 0, 0, 0.3);}
.moduletabcontainer .tabcontainer1 .tab-content>.tab-pane{background:transparent}
/*新增标签拨快按钮样式*/
.moduletabcontainergiant .tabcontainercommon .btnscrollleft,
.moduletabcontainergiant .tabcontainercommon .btnscrollright,
.moduletabcontainerv2giant .tabcontainercommon .btnscrollleft,
.moduletabcontainerv2giant .tabcontainercommon .btnscrollright{display: inline-block;top: 0px;width: 19px;height: 26px;line-height: 26px;color: #fff;font-size: 12px;border-radius: 4px;text-align: center;background-color: rgba(0, 0, 0, 0.3);z-index:99}
.moduletabcontainergiant .tabcontainercommon .btnscrollleft,.moduletabcontainerv2giant .tabcontainercommon .btnscrollleft{
	position: absolute;
	top:15px;
	left:8px;
}
.moduletabcontainergiant .tabcontainercommon .btnscrollright,.moduletabcontainerv2giant .tabcontainercommon .btnscrollright{
	position: absolute;
	top:15px;
	right:8px;
}

/*风格2*/
.moduletabcontainer .tabcontainer2{position:static;display:table;}
.moduletabcontainer .tabcontainer2 .nav-tabs{float: none;display: table-cell;width: 1%;white-space: nowrap;vertical-align: top;}
.moduletabcontainer .tabcontainer2 .tabs-left,
.moduletabcontainer .tabcontainer2 .tabs-right{border:0;padding: 0px;}
.moduletabcontainer .tabcontainer2 .nav li{text-align:center;cursor: pointer;}
.moduletabcontainer .tabcontainer2 .nav li a{display: inline-block;width: auto;text-align: center;overflow: hidden;white-space: nowrap;}
.moduletabcontainer .tabcontainer2 .tab-content{display: table-cell;float: none;vertical-align: top;}
.moduletabcontainer .tabcontainer2 .tab-content>.tab-pane{background: transparent;}

/*风格3*/
.moduletabcontainer .tabcontainer3{position:static;}
.moduletabcontainer .tabcontainer3 .panel{border: 0;}
.moduletabcontainer .tabcontainer3 .panel>.panel-heading>.panel-title{position:relative;cursor: pointer;}
.moduletabcontainer .tabcontainer3 .panel>.panel-heading>.panel-title:after{content: "\002b"; position: absolute; left: initial; right: 0px; top: 0px; font-size: 12px; line-height: 16px; font-family: glyphicons halflings;color: #333;}
.moduletabcontainer .tabcontainer3 .panel.active>.panel-heading>.panel-title:after{content: "\2212";color: #f5f5f5;}
/*风格5*/
@media (max-width: 767px){
	.moduletabcontainergiant .tabcontainer5 .btnscrollleft{
		position: absolute;
		top:10px;
		left:8px;
	}
	.moduletabcontainergiant .tabcontainer5 .btnscrollright{
		position: absolute;
		top:10px;
		right:8px;
	}
}
/*========== 新的标签模块 end ==========*/
/* 标签giant */
.moduletabcontainergiant .addnewhelper{
	padding:10px;
	line-height: 40px!important;
}
.moduletabcontainergiant .portrait .tabconoption{
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	border-right:0;
	position: relative;
	border-left: 1px solid #eee;
	z-index: 2;
	box-sizing: border-box;
}
.moduletabcontainergiant .portrait .nav-container:nth-last-of-type(1) .tabconoption{
	border-bottom: 1px solid #eee;
}
.moduletabcontainergiant .portrait .tabcontentgiantwb.active{
	display: block
}
.moduletabcontainergiant .portrait .nav-container:first-child .tabconoption{
	border-top: 1px solid #eee;
}
.moduletabcontainergiant .portrait .tabcontentgiantwb{
	margin-right: 1px;
	display: none;
	width: 100%;
	left: 0;
	top:0;
}
.moduletabcontainergiant .portrait .nav-container{
	float:left;
	width: 100%;
}
.moduletabcontainergiant .portrait .intabcontentgiant{
	padding:5px;
	background:#f7f7f5;
	border:1px solid #eee;
	margin-left:-1px;
}
.moduletabcontainergiant .portrait .tabconcontainer.active{
	display: block
}
.moduletabcontainergiant .portrait .tabconcontentwb{
	position: relative;
}
.moduletabcontainergiant .portrait .iconimg{
	display: none
}
@media (max-width: 767px) {
	.moduletabcontainergiant .portrait .iconimg{
		display: block;
		float: right;
		padding-right: 30px;
	}
	.moduletabcontainergiant .portrait .nav-container .tabconoption{
		float:none;
		width: 100%!important;
		height: 48px;
		line-height: 48px;
		text-align: left;
		padding-left:30px;
		background: #fff;
		color:#333;
		border:0;
		border-left: 0;
		border-right: 0;
		box-sizing: border-box;
		-moz-box-sizing:border-box; /* firefox */
		-webkit-box-sizing:border-box; /* safari */
	}
	.moduletabcontainergiant .portrait .nav-container .tabconoption.active{
		border-left:3px solid #1976d2;
		background: #1976d2;
		color:#fff;
	}
	.moduletabcontainergiant .portrait .nav-container{
		margin-bottom: 6px;
	}
	.moduletabcontainergiant .portrait .nav-container .tabconcontainer{
		margin-left: 0;
		box-sizing: border-box;
		-moz-box-sizing:border-box; /* firefox */
		-webkit-box-sizing:border-box; /* safari */
		border:0;
	}
	.moduletabcontainergiant .portrait .tabconcontainer{
		position: static;
	}
	.moduletabcontainergiant .portrait .nav-container:nth-last-of-type(1) .tabconoption{
		border-bottom: 0;
	}

	.moduletabcontainergiant .portrait .nav-container:first-child .tabconoption{
		border-top: 0;
	}
}


/* 新的标签分栏样式v2 start */
.moduletabcontainerv2giant .tabcontainer.tabcontainer-container{
	position: relative;
}
.moduletabcontainerv2giant .addnewhelper{
	padding:10px;
	line-height: 40px!important;
}
.moduletabcontainerv2giant .portrait .tabconoption{
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	border-right:0;
	position: relative;
	border-left: 1px solid #eee;
	z-index: 2;
	box-sizing: border-box;
}
.moduletabcontainerv2giant .portrait .nav-container:nth-last-of-type(1) .tabconoption{
	border-bottom: 1px solid #eee;
}
.moduletabcontainerv2giant .portrait .tabcontentgiantwb.active{
	display: block
}
.moduletabcontainerv2giant .portrait .nav-container:first-child .tabconoption{
	border-top: 1px solid #eee;
}
.moduletabcontainerv2giant .portrait .tabcontentgiantwb{
	margin-right: 1px;
	display: none;
	width: 100%;
	left: 0;
	top:0;
}
.moduletabcontainerv2giant .portrait .nav-container{
	float:left;
	width: 100%;
}
.moduletabcontainerv2giant .portrait .intabcontentgiant{
	padding:5px;
	background:#f7f7f5;
	border:1px solid #eee;
	margin-left:-1px;
}
.moduletabcontainerv2giant .portrait .tabconcontainer.active{
	display: block
}
.moduletabcontainerv2giant .portrait .tabconcontentwb{
	position: relative;
}
.moduletabcontainerv2giant .portrait .iconimg{
	display: none
}
@media (max-width: 767px) {
	.moduletabcontainerv2giant .portrait .iconimg{
		display: block;
		float: right;
		padding-right: 30px;
	}
	.moduletabcontainerv2giant .portrait .nav-container .tabconoption{
		float:none;
		width: 100%!important;
		height: 48px;
		line-height: 48px;
		text-align: left;
		padding-left:30px;
		background: #fff;
		color:#333;
		border:0;
		border-left: 0;
		border-right: 0;
		box-sizing: border-box;
		-moz-box-sizing:border-box; /* firefox */
		-webkit-box-sizing:border-box; /* safari */
	}
	.moduletabcontainerv2giant .portrait .nav-container .tabconoption.active{
		border-left:3px solid #1976d2;
		background: #1976d2;
		color:#fff;
	}
	.moduletabcontainerv2giant .portrait .nav-container{
		margin-bottom: 6px;
	}
	.moduletabcontainerv2giant .portrait .nav-container .tabconcontainer{
		margin-left: 0;
		box-sizing: border-box;
		-moz-box-sizing:border-box; /* firefox */
		-webkit-box-sizing:border-box; /* safari */
		border:0;
	}
	.moduletabcontainerv2giant .portrait .tabconcontainer{
		position: static;
	}
	.moduletabcontainerv2giant .portrait .nav-container:nth-last-of-type(1) .tabconoption{
		border-bottom: 0;
	}

	.moduletabcontainerv2giant .portrait .nav-container:first-child .tabconoption{
		border-top: 0;
	}
}
.moduletabcontainerv2giant .tabsubgridcontainer{
	padding: 0px;
	min-height: 0px;
}
.moduletabcontainerv2giant .tabcontainer110 .btnscrollleft,
.moduletabcontainerv2giant .tabcontainer110 .btnscrollright{
	display: none;
}
@media (max-width: 767px){
	.moduletabcontainerv2giant .tabcontainer110 .btnscrollleft,
	.moduletabcontainerv2giant .tabcontainer110 .btnscrollright{display: inline-block;top: 0px;width: 19px;height: 26px;line-height: 26px;color: #fff;font-size: 12px;border-radius: 4px;text-align: center;background-color: rgba(0, 0, 0, 0.3);z-index:99}
	.moduletabcontainerv2giant .tabcontainer110 .btnscrollleft{
		position: absolute;
		top:50px;
		left:8px;
	}
	.moduletabcontainerv2giant .tabcontainer110 .btnscrollright{
		position: absolute;
		top:50px;
		right:8px;
	}
}
@media (min-width: 768px){
	.moduletabcontainerv2giant .tabcontainer110 .btnscrollleft,
	.moduletabcontainerv2giant .tabcontainer110 .btnscrollright{display: inline-block;top: 0px;width: 26px;height: 33px;line-height: 33px;color: #fff;font-size: 12px;border-radius: 4px;text-align: center;background-color: rgba(0, 0, 0, 0.3);z-index:99}.tabcontainer1 .panelbtnscroll
	.moduletabcontainerv2giant .tabcontainer110 .btnscrollleft{
		position: absolute;
		top:62px;
		left:8px;
	}
	.moduletabcontainerv2giant .tabcontainer110 .btnscrollright{
		position: absolute;
		top:62px;
		right:8px;
	}
	.moduletabcontainerv2giant .tabcontainer110 .btnscrollleft{
		position: absolute;
		top:62px;
		left:8px;
	}
}
@media (max-width: 767px){
	.moduletabcontainergiant .tabcontainer5 .btnscrollleft{
		position: absolute;
		top:10px;
		left:8px;
	}
	.moduletabcontainergiant .tabcontainer5 .btnscrollright{
		position: absolute;
		top:10px;
		right:8px;
	}
}
/*新增标签拨快按钮样式*/
.moduletabcontainerv2giant .tabcontainercommon .btnscrollleft,
.moduletabcontainerv2giant .tabcontainercommon .btnscrollright,
.moduletabcontainerv2giant .tabcontainercommon .btnscrollleft,
.moduletabcontainerv2giant .tabcontainercommon .btnscrollright{display: inline-block;top: 0px;width: 19px;height: 26px;line-height: 26px;color: #fff;font-size: 12px;border-radius: 4px;text-align: center;background-color: rgba(0, 0, 0, 0.3);z-index:99}
.moduletabcontainerv2giant .tabcontainercommon .btnscrollleft,.moduletabcontainerv2giant .tabcontainercommon .btnscrollleft{
	position: absolute;
	top:15px;
	left:8px;
}
.moduletabcontainerv2giant .tabcontainercommon .btnscrollright,.moduletabcontainerv2giant .tabcontainercommon .btnscrollright{
	position: absolute;
	top:15px;
	right:8px;
}

/*========== 风格5 ==========*/
/* 标签giant */
.moduletabcontainerv2giant .addnewhelper{
	padding:10px;
	line-height: 40px!important;
}
.moduletabcontainerv2giant .portrait .tabconoption{
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	border-right:0;
	position: relative;
	border-left: 1px solid #eee;
	z-index: 2;
	box-sizing: border-box;
}
.moduletabcontainerv2giant .portrait .nav-container:nth-last-of-type(1) .tabconoption{
	border-bottom: 1px solid #eee;
}
.moduletabcontainerv2giant .portrait .tabcontentgiantwb.active{
	display: block
}
.moduletabcontainerv2giant .portrait .nav-container:first-child .tabconoption{
	border-top: 1px solid #eee;
}
.moduletabcontainerv2giant .portrait .tabcontentgiantwb{
	margin-right: 1px;
	display: none;
	width: 100%;
	left: 0;
	top:0;
}
.moduletabcontainerv2giant .portrait .nav-container{
	float:left;
	width: 100%;
}
.moduletabcontainerv2giant .portrait .intabcontentgiant{
	padding:5px;
	background:#f7f7f5;
	border:1px solid #eee;
	margin-left:-1px;
}
.moduletabcontainerv2giant .portrait .tabconcontainer.active{
	display: block
}
.moduletabcontainerv2giant .portrait .tabconcontentwb{
	position: relative;
}
.moduletabcontainerv2giant .portrait .iconimg{
	display: none
}
.moduleproductdetailgiant .productshowdiv{
	display: flex; 
	justify-content: flex-start;
	align-items: center; 
	top:15px;  
	position: absolute;
	z-index: 9
}
.moduleproductdetailgiant .productshowdiv.mobile{
	display: none;
}
.moduleproductdetailgiant .catalogdiv{   z-index: 9; cursor: pointer; display: flex; justify-content: flex-start;align-items: center; color:#fff;font-size: 14px;background-color: rgba(0,0,0,0.4); border-radius: 8px;margin-right: 5px;padding:8px 12px;}
.moduleproductdetailgiant .catalogtxt{ text-overflow: ellipsis; overflow: hidden;white-space: nowrap; margin-left: 8px;}
.moduleproductdetailgiant .catalog-pc{ display: block;}
.moduleproductdetailgiant .catalog-mobile{ display: none;}
@media only screen and (max-width: 767px) {
	.moduleproductdetailgiant .productshowdiv.pc{
		display: none;
	}
	.moduleproductdetailgiant .productshowdiv.mobile{
		display: flex; 
		justify-content: flex-start;
		align-items: center; 
		top:0;  
		position: relative;
		z-index: 9
	}
	.moduleproductdetailgiant .catalog-pc{ display: none;}
	.moduleproductdetailgiant .catalog-mobile{display: flex;left: auto;right: auto;top: auto;position: relative;margin-bottom: 15px;width: max-content;} 
	.moduletabcontainerv2giant .portrait .iconimg{
		display: block;
		float: right;
		padding-right: 30px;
	}
	.moduletabcontainerv2giant .portrait .nav-container .tabconoption{
		float:none;
		width: 100%!important;
		height: 48px;
		line-height: 48px;
		text-align: left;
		padding-left:30px;
		background: #fff;
		color:#333;
		border:0;
		border-left: 0;
		border-right: 0;
		box-sizing: border-box;
		-moz-box-sizing:border-box; /* firefox */
		-webkit-box-sizing:border-box; /* safari */
	}
	.moduletabcontainerv2giant .portrait .nav-container .tabconoption.active{
		border-left:3px solid #1976d2;
		background: #1976d2;
		color:#fff;
	}
	.moduletabcontainerv2giant .portrait .nav-container{
		margin-bottom: 6px;
	}
	.moduletabcontainerv2giant .portrait .nav-container .tabconcontainer{
		margin-left: 0;
		box-sizing: border-box;
		-moz-box-sizing:border-box; /* firefox */
		-webkit-box-sizing:border-box; /* safari */
		border:0;
	}
	.moduletabcontainerv2giant .portrait .tabconcontainer{
		position: static;
	}
	.moduletabcontainerv2giant .portrait .nav-container:nth-last-of-type(1) .tabconoption{
		border-bottom: 0;
	}

	.moduletabcontainerv2giant .portrait .nav-container:first-child .tabconoption{
		border-top: 0;
	}
}
/*   新的标签分栏样式v2  end */

/*菜单导航样式更改*/
#pagesetmainclass.pagesetmainclass{padding: 0px;}
.pagesetmainclass>ul.nav-tabs{background-color: #eee;min-height: 35px}
#pagesetmainclass.pagesetmainclass .nav-tabs>li{
	margin-bottom: 0;
}

#pagesetmainclass.pagesetmainclass .nav-tabs>li>a{
	font-size: 14px;
	line-height: 35px;
	padding:0 15px;
	border:0;
}
#pagesetmainclass.pagesetmainclass .nav-tabs>li.active>a{
	border-bottom: 3px solid #52a1f9;
}

.nav-tabs>li>a{border:0;}
#pagesetmainclass.pagesetmainclass .nav-tabs>li a:foucs{border:0;}
#pagesetmainclass.pagesetmainclass .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{background-color: #fff;}


/*微导航模块样式*/
.micronavigation{text-align: left;padding-left: 10px;}
.micronavigation input[type=radio]:checked::before{background:rgba(250,92,30,1);border-radius:100%;
	top: 0rem;left: 0rem;
}

/*选项框样式更改*/
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: 0;
}
.nav-tabs>li>a:hover {
	border-color: #eee #eee #fff;
}
/*更改菜单弹框中的padding值*/
#pagesetmainclass .panel-body{
	padding: 0px
}
/**/
#pageframe body{ background: #ccc;}

/* 新版本通用样式 */
/*自适应图片*/

/* a标签 */
a { color:#333; text-decoration: none ; }
a:hover {  text-decoration: none ;}


/* 定义浮动*/
.fl {float: left;display: inline  }
.fr {float: right;display: inline  }
.clear {clear: both;height: 0px;line-height: 0px;font-size: 0px;}
.clearfix:after, .clearfix:before {content:"";display:table  }
.clearfix:after {clear:both}
.clearfix {zoom:1}

/*水平居中*/
.center {margin: 0 auto;  }

/*字体居中*/
.centera{ text-align: center;}

/*重复div标签*/
.div{position:relative;  width:1200px;  margin:0 auto;}
.diva{position:relative;  width:90%;  margin:0 auto;  }
/* 重置h标签 */
h1 { font-size: 30px; font-weight: normal;}
.h1{color:#2a2a2a;font-family:"arial";text-align:right;}
h2 {font-size: 20px}
h3 {font-size: 19px}
.h3{color:#2a2a2a;font-family:"arial";}
h4 {font-size: 16px;}
.h4{color:#313131;margin-top: 65px;font-weight: 100;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

/* 字体大小 */
.fonta{ font-size:30px;}
.fontb{ font-size:28px;}
.fontc {font-size: 24px;}
.fontdd {font-size: 22px;}
.fontf {font-size: 20px;}
.fonth {font-size: 18px;}
.fontl {font-size: 16px;}
.fontm {font-size: 14px;}
.fontn {font-size: 12px;}
/* 主色 */
.role_color{ color:#3fb560 }

/* 所有颜色 */
.color {color:#d0292a; /*主色*/}
.c2 {  color:#333333;/*字体主色*/  }
.c3{color:#666666;}
.c4{color:#ffffff}
.c5{color:#ff7200;}
.c6{color:#000;}

/* 定义边距  padding margin*/
.p1{padding-top:25px;  }
.p3{padding-top:30px;  }
.m1{margin-top:5px;  }
.m2{ margin-top:20px;  }
.me{ margin-top: -1px;}
.m3{ margin-top:30px;  }
.m-r{ margin-bottom: 30px;}
.m-b{ margin-bottom: 70px;}
.p1{padding-top:20px;}
.p2{padding-top:10px;}
.p-r-z{ margin-right: 20px;}
.p-r-v{ padding: 76px 0 45px;}

/*line-height*/
.line1{line-height:20px;}
.line2{line-height:24px;}

.font-w{font-weight: bold;}

/*  鼠标样式 */
.pointer{cursor:pointer;}
/* 取消边框 */
.noborder{border:0 none;}
/*  文本对齐方式  */
.t-l{text-align:left;}
.t-c{text-align:center;}
.t-r{text-align:right;}

/*  定义文本下划线  */
.unline{text-decoration:underline;}
.disunline{text-decoration:none;}

/*    定位关系     */
.absolute{position:absolute;}
.relative{position:relative;}

/*
* 隐藏元素
*/
.o-hidden{overflow:hidden;}
/*
* 隐藏元素
*/
.invisible{  visibility:hidden;  }
/* 从页面布局上隐藏元素*/
.hidden{ display: none;  }
.block {display:block;}
/* @end */

/*多余的文字变成省略号*/
.onerow{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.towrow{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.threerow{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

/* 定义行高*/
.lh1{ line-height:1px;  }
.lh10{ line-height:10px; }
.lh15{ line-height:15px; }
.lh18{ line-height:18px; }
.lh20{ line-height:20px; }
.lh25{ line-height:25px;}
.lh30{ line-height:30px;}
.lh35{ line-height:35px;}
/*
一行超出显示省略号
 */

/*
* 标题样式定义
* @pro ptit
* @desc 在定义p标签元素或其它元素时,需要同时定义行高和高度,一般使用在标题显示中.
*/

.ptit25,.ptit20,.ptit18,.ptit30,.ptit,.ptit1,.ptit22{	width:100%;	overflow:hidden;}
.ptit30{line-height:45px;height:45px;}
.ptit28{line-height:40px;height:40px;}
.ptit27{line-height:30px;height:30px;}
.ptit25{line-height:25px;height:25px;}
.ptit22{line-height:22px;height:22px;}
.ptit20{line-height:20px;height:20px;}
.ptit18{line-height:18px;height:18px;}
.ptit15{line-height:15px;height:15px;}
.ptit10{line-height:10px;height:10px;}
.ptit1{line-height:1px;height:1px;}


/*padding*/
.p-t-v{ padding-top:5px;}
.p-t-l{ padding-top:10px;}
.p-t-n{ padding-top:15px;}
.p-t-r{ padding-top:20px;}
.p-t-p{ padding-top:25px;}
.p-t-b{ padding-top:30px;}
.p-t-m{ padding-top:35px;}

.p-m-v{ padding-bottom:5px;}
.p-m-l{ padding-bottom:10px;}
.p-m-n{ padding-bottom:15px;}
.p-m-r{ padding-bottom:20px;}
.p-m-p{ padding-bottom:25px;}
.p-m-b{ padding-bottom:30px;}
.p-m-m{ padding-bottom:35px;}

.p-l-v{ padding-left:5px;}
.p-l-l{ padding-left:10px;}
.p-l-n{ padding-left:15px;}
.p-l-r{ padding-left:20px;}
.p-l-p{ padding-left:25px;}
.p-l-b{ padding-left:30px;}
.p-l-m{ padding-left:35px;}
.p-l-v{ padding-left:5px;}

.p-r-v{ padding-right:5px;}
.p-r-l{ padding-right:10px;}
.p-r-n{ padding-right:15px;}
.p-r-r{ padding-right:20px;}
.p-r-p{ padding-right:25px;}
.p-r-b{ padding-right:30px;}
.p-r-m{ padding-right:35px;}

.p-e-v{ padding: 0 5px;}
.p-e-l{ padding:0 10px;}
.p-e-n{ padding:0 15px;}
.p-e-r{ padding:0 20px;}
.p-e-p{ padding:0 25px;}
.p-e-b{ paddingt:0 30px;}
.p-e-m{ padding:0 35px;}

.p-f-v{ padding:5px 0;}
.p-f-l{ padding:10px 0;}
.p-f-n{ padding:15px 0;}
.p-f-r{ padding:20px 0;}
.p-f-p{ padding:25px 0;}
.p-f-b{ padding:30px 0;}
.p-f-m{ padding:35px 0;}


/*margin*/
.m-t-v{ margin-top:5px;}
.m-t-l{ margin-top:10px;}
.m-t-n{ margin-top:15px;}
.m-t-r{ margin-top:20px;}
.m-t-p{ margin-top:25px;}
.m-t-b{ margin-top:30px;}
.m-t-m{ margin-top:35px;}

.m-m-v{ margin-bottom:5px;}
.m-m-l{ margin-bottom:10px;}
.m-m-n{ margin-bottom:15px;}
.m-m-r{ margin-bottom:20px;}
.m-m-p{ margin-bottom:25px;}
.m-m-b{ margin-bottom:30px;}
.m-m-m{ margin-bottom:35px;}

.m-l-v{ margin-left:5px;}
.m-l-l{ margin-left:10px;}
.m-l-n{ margin-left:15px;}
.m-l-r{ margin-left:20px;}
.m-l-p{ margin-left:25px;}
.m-l-b{ margin-left:30px;}
.m-l-m{ margin-left:35px;}
.m-l-v{ margin-left:5px;}

.m-r-v{ margin-right:5px;}
.m-r-l{ margin-right:10px;}
.m-r-n{ margin-right:15px;}
.m-r-r{ margin-right:20px;}
.m-r-p{ margin-right:25px;}
.m-r-b{ margin-right:30px;}
.m-r-m{ margin-right:35px;}

.m-e-v{ margin: 0 5px;}
.m-e-l{ margin:0 10px;}
.m-e-n{ margin:0 15px;}
.m-e-r{ margin:0 20px;}
.m-e-p{ margin:0 25px;}
.m-e-b{ margin:0 30px;}
.m-e-m{ margin:0 35px;}

.m-f-v{ margin:5px 0;}
.m-f-l{ margin:10px 0;}
.m-f-n{ margin:15px 0;}
.m-f-r{ margin:20px 0;}
.m-f-p{ margin:25px 0;}
.m-f-b{ margin:30px 0;}
.m-f-m{ margin:35px 0;}

@media only screen and (max-width: 480px) {
	.p-t-v{ padding-top:5px;}
	.p-t-l{ padding-top:5px;}
	.p-t-n{ padding-top:5px;}
	.p-t-r{ padding-top:8px;}

	.p-m-v{ padding-bottom:5px;}
	.p-m-l{ padding-bottom:5px;}
	.p-m-n{ padding-bottom:5px;}


	.p-l-v{ padding-left:5px;}
	.p-l-l{ padding-left:5px;}
	.p-l-n{ padding-left:5px;}
	.p-l-r{ padding-left:8px;}

	.p-r-v{ padding-right:5px;}
	.p-r-l{ padding-right:5px;}
	.p-r-n{ padding-right:5px;}
	.p-r-r{ padding-right:8px;}

	.p-e-v{ padding: 0 5px;}
	.p-e-l{ padding:0 5px;}
	.p-e-n{ padding:0 5px;}
	.p-e-r{ padding:0 8px;}

	.p-f-v{ padding:5px 0;}
	.p-f-l{ padding:5px 0;}
	.p-f-n{ padding:5px 0;}
	.p-f-r{ padding:8px 0;}

	/*margin*/
	.m-t-v{ margin-top:5px;}
	.m-t-l{ margin-top:5px;}
	.m-t-n{ margin-top:5px;}
	.m-t-r{ margin-top:8px;}


	.m-m-v{ margin-bottom:5px;}
	.m-m-l{ margin-bottom:5px;}
	.m-m-n{ margin-bottom:5px;}
	.m-m-r{ margin-bottom:8px;}


	.m-l-v{ margin-left:5px;}
	.m-l-l{ margin-left:5px;}
	.m-l-n{ margin-left:5px;}
	.m-l-r{ margin-left:8px;}


	.m-r-v{ margin-right:5px;}
	.m-r-l{ margin-right:5px;}
	.m-r-n{ margin-right:5px;}
	.m-r-r{ margin-right:8px;}


	.m-e-l{ margin:0 5px;}
	.m-e-n{ margin:0 5px;}
	.m-e-r{ margin:0 8px;}


	.m-f-v{ margin:5px 0;}
	.m-f-l{ margin:10px 0;}
	.m-f-n{ margin:15px 0;}
}
@media only screen and (min-width: 481px) and (max-width: 960px) {
	.p-m-n{ padding-bottom:10px;}
}

@media only screen and (min-width: 961px)and (max-width: 1024px) {
	.p-m-n{ padding-bottom:5px;}
}

.flexs{ display: flex;  flex-wrap: wrap;  align-content: flex-start;}
.swiper-butto-next{ position: absolute;top: 50%;width: 27px;height: 44px;z-index: 10;cursor: pointer;    transform: translate(0 ,-50%);}
.swiper-butto-prev{ position: absolute;top: 50%;width: 27px;height: 44px;z-index: 10;cursor: pointer;    transform: translate(0 ,-50%);}
.swiper-butto-next{background-image: url(/uploads/image/simages/pre.png);left:0;right: auto;}
.swiper-butto-prev{background-image: url(/uploads/image/simages/next.png);right: 0; left: auto;}
/* end of 新版本通用样式*/

@font-face {font-family: "iconfont";
	src: ; /* ie9*/
	src:  format('embedded-opentype'), /* ie6-ie8 */
	 format('woff'); /* chrome, firefox */
	/* format('truetype'), /* chrome, firefox, opera, safari, android, ios 4.2 */
	/* format('svg'); /* ios 4.1- */
}

.iconfont {
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	/*	-webkit-text-stroke-width: 0.2px;*/
	-moz-osx-font-smoothing: grayscale;
}


/*排序方式选择*/
.productlistorderctrltab{position: relative;background: #fff;border: 1px solid #eee; margin-bottom: 10px;}
@media screen and (min-width:768px){
	.productlistorderctrltabex{border: 0px;margin-bottom:0px;}
}
.productlistorderctrltab .orderctrlpanel{float: left;}
.productlistorderctrltab .orderctrlpanel li {float: left;width: 6rem;padding: 0.6rem 0;/*padding: 0.6rem 1.8rem;*/color: #000;font-size: 0.8rem;text-align:center;cursor:pointer !important;}
.productlistorderctrltab .orderctrlpanel li.selected{background-color: #c70202;color: #fff;}
.productlistorderctrltab .orderctrlpanel li:hover {background-color: #de0202;color: #fff;}
.productlistorderctrltab .orderctrlpanel li.sort.selected:after {position: relative;display: inline-block;top: 1px;margin-left: 4px;content: "\e113";font-size: 12px;font-family: 'glyphicons halflings';font-style: normal;font-weight: 400;line-height: 1;-webkit-font-smoothing: antialiased;}
.productlistorderctrltab .orderctrlpanel li.sort.selected.descent:after{content: "\e114";}
.productlistorderctrltab .summary {position: absolute;display: block;top:0;left: initial;right: 0;padding: 0.6rem 1rem 0.6rem 1.8rem;}
.productlistorderctrltab .summary .totalproduct {margin: 0;margin-right: 0.2rem;color: #d20e0e;}
@media screen and (max-width:480px){
	.productlistorderctrltab .orderctrlpanel {width: 100%;}
	.productlistorderctrltab .orderctrlpanel li{width: 20%;}
	.productlistorderctrltab .summary{display: none;}
}
/* 图文模块显示更多 */
.moduleimagetextgiant .showhandle .btn {background: transparent; color: #333; border: 0; outline: none; padding: 0 0 10px 0; }

/*微信二维码弹出框*/
.wx-plug{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;background:rgba(0,0,0,.5)}
.wx-plug .wx-plug-content{position:absolute;left:50%;top:50%;margin-left:-350px;margin-top:-300px;width:700px;height:600px;border:1px solid #fff;background-color:#333;border-radius:10px}
.wx-plug .wx-plug-content .wx-plug-title{padding-left:12px;height:36px;line-height:36px;background-color:#fff;border-radius:10px 10px 0 0}
.wx-plug .wx-plug-content .wx-plug-title>span.wx-title{font-size:14px;color:#333}
.wx-plug .wx-plug-content .wx-plug-title>span.close-wx{float:right;width:25px;height:25px;overflow:hidden;background: no-repeat 2px 7px;cursor:pointer}
.wx-plug .wx-plug-content .wx-barcode{text-align:center;box-sizing:border-box}
.wx-plug .wx-plug-content .wx-barcode .wx-item{margin:90px auto 0;width:280px;height:280px;line-height:280px;text-align:center;background-color:#fff}
.wx-plug .wx-plug-content .wx-barcode>p{margin:20px auto 0;width:280px;height:66px;line-height:66px;border-radius:33px;color:#fff;background-color:#000;text-align:center;cursor:pointer}
.wx-plug .wx-plug-content iframe{margin-top: 10px;width: 270px;height: 270px;border: 0;}

img#imgid {  margin: 16px 16px 10px;}
.moduleimagetextgiant em{font-style: italic;}
/* 按钮模块公用css */

a.modulebutton{
	border:none;
	background: none;
	display: inline-block;
	box-sizing: content-box;
}
/* .modulebutton.nohover:hover{
	color:inherit!important;
} */
/* horizontal */
.modulebutton.horizontal:hover{
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.modulebutton.horizontal{
	-webkit-transform: translatez(0);
	transform: translatez(0);
}

/* float*/
.modulebutton.float{
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transform:translatez(0);
	transform:translatez(0);
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}
.modulebutton.float:hover{
	-webkit-transform:translatey(-8px);
	transform:translatey(-8px);
}
/* hvr-sweep-to-right */

.modulebutton.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translatez(0);
	transform: perspective(1px) translatez(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.modulebutton.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f65e52;
	-webkit-transform: scalex(0);
	transform: scalex(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	transition: all .3s ease-out;
}
.modulebutton.hvr-sweep-to-right:hover {
	color: white;
}
.modulebutton.hvr-sweep-to-right:hover:before{
	-webkit-transform: scalex(1);
	transform: scalex(1);
}
/* hvr-wobble-horizontal */
.modulebutton.hvr-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translatez(0);
	transform: perspective(1px) translatez(0);
	box-shadow: 0 0 1px transparent;
}
/* faded */
.modulebutton.faded{
	position: relative;
}
.modulebutton.faded:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	transition: all .3s ease-out;
}


/* hvr-sweep-to-top */
.modulebutton.hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f65e52;
	-webkit-transform: scaley(0);
	transform: scaley(0);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	transition: all .3s ease-out;
}
.modulebutton.hvr-sweep-to-top:hover {
	color: white;
}
.modulebutton.hvr-sweep-to-top,.modulebutton.radial-out ,.modulebutton.faded,.modulebutton.shutter-out-horizontal,.modulebutton.shutter-out-vertical{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translatez(0);
	transform: perspective(1px) translatez(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.modulebutton.hvr-sweep-to-top:hover:before{
	-webkit-transform: scaley(1);
	transform: scaley(1);
}

/* radial-out */
.modulebutton.radial-out{
	position: relative;
}
.modulebutton.radial-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f65e52;
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: all .3s ease-out;
}
.modulebutton.radial-out:hover {
	color: white;
}
.modulebutton.radial-out:hover:before{
	border-radius: 0;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}

/* shutter-out-horizontal */
.modulebutton.shutter-out-horizontal{
	position: relative;
}
.modulebutton.shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f65e52;
	-webkit-transform: scalex(0);
	transform: scalex(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: all .3s ease-out;
}
.modulebutton.shutter-out-horizontal:hover {
	color: white;
}
.modulebutton.shutter-out-horizontal:hover:before{
   -webkit-transform: scalex(1);
    transform: scalex(1);
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}

/* shutter-out-vertical */
.modulebutton.shutter-out-vertical{
	position: relative;
}
.modulebutton.shutter-out-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f65e52;
	-webkit-transform: scaley(0);
	transform: scaley(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	transition: all .3s ease-out;
}
.modulebutton.shutter-out-vertical:hover {
	color: white;
}
.modulebutton.shutter-out-vertical:hover:before{
	-webkit-transform: scalex(1);
	transform: scalex(1);
}

/* 需要处理效果 layout101*/
.modulebutton.radial-out.laylout-101,.shutter-out-horizontal.laylout-101,.shutter-out-vertical.laylout-101{
	border:1px solid #ddd;
	color:#ddd;
}



.modulebutton.hvr-sweep-to-top.laylout-101:hover:before{
	background: #c62828;
}


/* 需要处理效果 layout102 */
.modulebutton.radial-out.laylout-102,.modulebutton.shutter-out-horizontal.laylout-102,.modulebutton.shutter-out-vertical.laylout-102{
	background: none;
}

/* 需要处理效果 layout105 */
.modulebutton.faded.laylout-105,.radial-out.laylout-105,.shutter-out-horizontal.laylout-105,.shutter-out-vertical.laylout-105{
	background: none;
}
/* 需要处理效果 layout106 */


@-webkit-keyframes shake {
	0%,100% {
		-webkit-transform: translatex(0);
		transform: translatex(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translatex(-10px);
		transform: translatex: ;

	}

	20%,40%,60%,80% {
		-webkit-transform: translatex(10px);
		transform: translatex(10px)
	}
}

@keyframes shake {
	0%,100% {
		-webkit-transform: translatex(0);
		-ms-transform: translatex(0);
		transform: translatex(0)
	}
	10%{
		-webkit-transform: translatex(-10px);
		-ms-transform: translatex(-10px);
		transform: translatex(-10px)
	}
	30%{
		-webkit-transform: translatex(-8px);
		-ms-transform: translatex(-8px);
		transform: translatex(-8px)
	}
	50%{
		-webkit-transform: translatex(-5px);
		-ms-transform: translatex(-5px);
		transform: translatex(-5px)
	}
	20%{
		-webkit-transform: translatex(10px);
		-ms-transform: translatex(10px);
		transform: translatex(10px)
	}
	40%{
		-webkit-transform: translatex(8px);
		-ms-transform: translatex(8px);
		transform: translatex(8px)
	}
	60%{
		-webkit-transform: translatex(5px);
		-ms-transform: translatex(5px);
		transform: translatex(5px)
	}

	80% {
		-webkit-transform: translatex(0px);
		-ms-transform: translatex(0px);
		transform: translatex(0px)
	}
}

.modulebutton.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
.modulebutton.horizontal:hover{ animation: 1s shake ease-in-out; }
/* 标签模块公用样式 */
.moduletabcontainergiant .nomodule{text-align: center;height: 60px; line-height: 60px;color: #999999;background: #eee;}
.moduletabcontainergiant .tabcontainer-container .nav-container .tabconoption{white-space:nowrap}
.moduletabcontainergiant .tabcontainer-container{position: relative;}
.moduletabcontainergiant .panelbtnscroll{position: absolute;display: none;top: 0px;left: initial;right: 0px;z-index: 99;margin: 0px;padding-top:-10000px;padding-right: 10px;width: auto;height: auto;background-color: transparent;}
.moduletabcontainergiant .panelbtnscroll .btnscrollleft,
.moduletabcontainergiant .panelbtnscroll .btnscrollright{display: inline-block;top: 0px;width: 20px;height: 20px;line-height: 20px;color: #fff;font-size: 12px;border-radius: 4px;text-align: center;background-color: rgba(0, 0, 0, 0.3);}
/* 自定义表单 */
.modulecustomformgiant .form-containt{overflow: unset}
.modulecustomformgiant p,input,
.modulecustomformgiant *{margin: 0;padding:0;}
.modulecustomformgiant p,input{margin:0;padding:0;}
.modulecustomformgiant li{list-style: none}
.modulecustomformgiant .hide_box{display: none}
.modulecustomformgiant .clear_x:after{content:'';display:block;width: 0;height: 0;clear:both;overflow: hidden;visibility: hidden;}
.modulecustomformgiant .colorred{color:red;}
.modulecustomformgiant .pd-0{padding:0;}
.modulecustomformgiant input[type=color],
.modulecustomformgiant input[type=date],
.modulecustomformgiant input[type=datetime-local],
.modulecustomformgiant input[type=datetime],
.modulecustomformgiant input[type=email],
.modulecustomformgiant input[type=month],
.modulecustomformgiant input[type=number],
.modulecustomformgiant input[type=password],
.modulecustomformgiant input[type=search],
.modulecustomformgiant input[type=tel],
.modulecustomformgiant input[type=text],
.modulecustomformgiant input[type=time],
.modulecustomformgiant input[type=url],
.modulecustomformgiant input[type=week],
.modulecustomformgiant select,
.modulecustomformgiant textarea{height: auto;margin:0;padding:0;border-radius: none;}
.modulecustomformgiant .mui-backdrop{position: fixed; z-index: 998; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,.3);}
.modulecustomformgiant .choose-time{line-height: 32px;height: 32px;border:1px solid #e5e5e5;padding:0 10px;display: block;cursor: pointer;}
.modulecustomformgiant .choosetimeicon{float:right;margin-top: 9px;cursor: pointer;}
.modulecustomformgiant .changebtn{color:#f10215;line-height: 34px;font-size: 12px;margin-left: 8px;cursor: pointer;}
.modulecustomformgiant input[type=radio]::before{transform: scale(0);transition: transform .15s ease-in;content:''}
.modulecustomformgiant input[type=checkbox]::before{transform: scale(0);transition: all .2s ease-in-out;}
.modulecustomformgiant input[type=radio],
.modulecustomformgiant input[type=checkbox]{margin-right: 12px;vertical-align: baseline; -webkit-appearance: none; display: inline-block; width: 16px; height: 16px; position: relative;top:3px;cursor:pointer; border-radius: 4px;}
.modulecustomformgiant input[type=radio],
.modulecustomformgiant input[type=checkbox]:focus,
.modulecustomformgiant input[type=radio],
.modulecustomformgiant input[type=checkbox]:active,
.modulecustomformgiant input[type=text]:active,
.modulecustomformgiant input[type=text]:focus,
.modulecustomformgiant .pccitybox select:focus,
.modulecustomformgiant select:active{outline:none;}
.modulecustomformgiant input[type=radio]{border-radius: 50%;width:16px;height: 16px;}
.modulecustomformgiant label{margin-right: 48px;font-size: 14px;font-weight: normal;color:#666}
.modulecustomformgiant input[type=radio]:checked::before{content:'';display: block;position: absolute;width: 8px;height: 8px;background: rgba(250,92,30,1);}
/* .modulecustomformgiant input[type=checkbox]:checked::before{content:'';display: block;position: absolute;width: 8px;height: 8px;background: rgba(250,92,30,1);}
.modulecustomformgiant input[type=checkbox]:checked::before{background: no-repeat center;} */
.modulecustomformgiant input[type=radio]:checked,
.modulecustomformgiant input[type=checkbox]:checked{background: #1e88e5;border:1px solid #1e88e5;}
.modulecustomformgiant input[type=checkbox]::before{opacity: 0;color:#fff}
.modulecustomformgiant input[type=radio]:checked::before{position: absolute; top: 0; left: 0; display: inline-block; margin-top: 4px; width: 8px; height: 8px; vertical-align: top; font-weight: 400; font-size: 13px; opacity: 1; -webkit-margin-start: 4px;}
.modulecustomformgiant input[type=checkbox]:checked::before{content:"\e6ab";color:#fff;position: absolute; top: 0; left: 0; font-size: 14px; opacity: 1;}
.modulecustomformgiant input[type=radio]:checked::before{transform: scale(1);background: #fff; content: ''; margin-top: 3px;margin-left: 3px;width: 6px; height: 6px; top:1px; left:1px;-webkit-margin-start:3px; border-radius: 3px;}
.modulecustomformgiant .browse-file{display: flex;
    justify-content: center;
	align-items: center;    padding: 0 16px;     height: 40px;
    line-height: 40px;cursor: pointer; position:relative;}
.modulecustomformgiant input[type=checkbox]:checked::before{ transform: scale(1)}
.modulecustomformgiant .browse-file input[type=file]{cursor: pointer; position: absolute; display: block; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; opacity: 0;}

.modulecustomformgiant .customform-upload-img-preview { position: relative; display: inline-block; box-sizing: content-box;  width: 80px; height: 80px; border: 1px solid #ddd; text-align: center;}
.modulecustomformgiant .customform-upload-img-preview img{position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);}
.modulecustomformgiant .uploadfilespan{background: #f1f5f8;
	border-radius: 4px;
    font-size: 12px;
    padding: 3px 10px;
	box-sizing: border-box;
	display: flex;
    justify-content: center;
    align-items: center;
}
.modulecustomformgiant .imgmore .customform-upload-img-preview{
	margin-right: 16px;
}
.modulecustomformgiant input[type=text],.modulecustomformgiant .customformtextarea{ padding-left: 8px !important;}
.modulecustomformgiant .verticalalign
{
	width: 100%;
    margin-bottom: 20px;
	line-height: 1.5;
}
.modulecustomformgiant .verticalalign:last-child{
	margin-bottom: 0;
}
.modulecustomformgiant .describe{font-size: 14px;color: #999999;}
.modulecustomformgiant .multi-row-text{  -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;height: 100px;border:1px solid #e5e5e5; line-height: 22px; padding:8px;width: 100%; height: 100px;  box-sizing: border-box; outline: 0;}
.modulecustomformgiant .multi-row-text:active,
.modulecustomformgiant .multi-row-text:focus{outline: none}
.modulecustomformgiant ul .formlist-content.formlist-content-widthauto{height:auto;}
.modulecustomformgiant .posit-list{position: relative;cursor: pointer;}
.modulecustomformgiant .posit-list{position: relative;}
.modulecustomformgiant .mareimg{position: absolute;right: 10px;top:50%;height: 10px;margin-top: -5px;}
.modulecustomformgiant .customformgiant-err{height: 36px;line-height: 36px;font-size: 12px;color:#666;background: #fff4d7;padding:0 10px;margin-top: 11px;position: relative;}
.modulecustomformgiant p.customformgiant-err:after{content: '';position: absolute;left:20px;height: 0;border:0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid #fff4d7;top:-7px;}
.modulecustomformgiant .browse-img{width:80px;height:80px; display: inline-block; margin-right: 16px;}
.modulecustomformgiant .addupload{    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);}
.modulecustomformgiant .in-formlist-checkbox label{ margin-right: 48px;}
.modulecustomformgiant input[type=radio]{ margin-top:0}
/* 手机内页 */
.modulecustomformgiant .insidepage{display: block;position: fixed;top:0;left: 0;height: 100%;overflow: auto;display: none;background: #fff;width: 100%;z-index: 100001}
.modulecustomformgiant .insidepage .insidepage-title .backimg,
.modulecustomformgiant .insidepage .insidepage-title .ensure{width: 32px;height: 44px;line-height: 44px;position: absolute;left: 0;top:0;text-align: center;}
.modulecustomformgiant .insidepage .insidepage-title .ensure{font-size: 14px;width: 44px;left: auto;right: 8px;}
.modulecustomformgiant .insidepage .insidepage-title .backimg img{height: 14px;}
.modulecustomformgiant .insidepage .insidepage-title{height: 44px;line-height: 44px;color:#333;text-align: center;font-size: 14px;font-weight: normal;border-bottom: 1px solid #eee;position: relative;}
.modulecustomformgiant .insidepage .insidepage-title .insidepage-title-text {display: inline-block; width: calc(100% - 110px); margin-right: 16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.modulecustomformgiant .insidepage .customform-icon-radio{top:0;/*float: right;height: 44px;width:44px;text-align: center;font-size: 12px;display: none;*/}
/* .modulecustomformgiant .insidepage-list-radio input[type=radio]{display: none;} */
.modulecustomformgiant .insidepage input[type=checkbox],
.modulecustomformgiant .insidepage input[type=radio]{margin-right: 15px;}
.modulecustomformgiant .insidepage input[type=checkbox]{margin-top: -4px;}
.modulecustomformgiant .insidepage input[type=checkbox]:checked::before{font-size: 14px;}
.modulecustomformgiant .insidepage .insidepage-list-content span{ word-break: break-word;width:calc(100% - 20px);    line-height: 1.5; padding: 10px 0;}
.modulecustomformgiant .insidepage li{/*height: 44px;*/    display: flex;
    align-items: center;line-height: 44px;border-bottom: 1px solid #eee;padding: 0 16px;font-size: 14px;cursor: pointer;}
.modulecustomformgiant .clonecustominsidepageformgiant{position: fixed;top:0;left:0;width: 100%;height: 100%;background: #fff;}
.modulecustomformgiant ul li.formlist-content div.mobile-formlist-content{display: none;}
.modulecustomformgiant div.mobile-formlist-content{display: none;}
.modulecustomformgiant .gotoinsidepage{cursor:pointer;}
.modulecustomformgiant textarea {
    -webkit-appearance: none;
}
.modulecustomformgiant .smsvaldatebox {
	display: flex;
 }

 .modulecustomformgiant .smsvcode::placeholder{
	 color:#61656a !important
 }


 .modulecustomformgiant .smsvcode {
	 background: #ffffff;
	 border: 1px solid #eceef2;
	 /* border-radius: 4px; */
	 font-size: 16px;
	 color: #61656a;
	 margin-left: 10px;
	 padding: 0px 10px;
	 width:120px;
	 display: none;
 }

 .modulecustomformgiant .smsbtn {
	 font-size: 16px;
	 color:#fff;
	 padding: 0 16px;
	 background: #439fff;
	 /* border-radius: 4px; */
	 margin-left:10px;
	 white-space: nowrap;
	 cursor:pointer;
	 line-height: 1;
 }
 .modulecustomformgiant .issend{
	 cursor: not-allowed;
 }
 .modulecustomformgiant input:focus,.modulecustomformgiant button:focus{
	 outline: none;
 }
 .modulecustomformgiant input[fieldtype="3"]{
   display: inline-block;
 }
 .modulecustomformgiant .inputflex{ display: flex;    align-items: center;}
 .modulecustomformgiant .file-box{ cursor: pointer;}
 .modulecustomformgiant  .flex{
	display: flex;
	align-items: baseline;
 }
 .modulecustomformgiant  .flex-important{
	display: flex !important;
	align-items: baseline;
 }
 .enquiryformdiv .modulecustomformgiant .submitbtn{width:100% }
 .enquiryformdiv .modulecustomformgiant.layout-color-red .submitbtn{ background-color: #f10215;}
 .enquiryformdiv .modulecustomformgiant.layout-color-pink .submitbtn{ background-color: #ed1f65;}
 .enquiryformdiv .modulecustomformgiant.layout-color-orange .submitbtn{ background-color: #fd6e27;}
 .enquiryformdiv .modulecustomformgiant.layout-color-yellow .submitbtn{ background-color: #ffd231;color:#3e3b31}
 .enquiryformdiv .modulecustomformgiant.layout-color-green .submitbtn{ background-color: #4caf50;}
 .enquiryformdiv .modulecustomformgiant.layout-color-cyan .submitbtn{ background-color: #10aa9c;}
 .enquiryformdiv .modulecustomformgiant.layout-color-blue .submitbtn{ background-color: #1e88e5;}
 .enquiryformdiv .modulecustomformgiant.layout-color-purple .submitbtn{ background-color:#a41ebb;}
 .enquiryformdiv .modulecustomformgiant.layout-color-brown .submitbtn{ background-color:#6b3a2b;}
 .enquiryformdiv .modulecustomformgiant.layout-color-black .submitbtn{ background-color:#000;}
/*
 短信按钮色系
*/
.modulecustomformgiant.layout-color-red .smsbtn{ background-color: #f10215;}
.modulecustomformgiant.layout-color-pink .smsbtn{ background-color: #ed1f65;}
.modulecustomformgiant.layout-color-orange .smsbtn{ background-color: #fd6e27;}
.modulecustomformgiant.layout-color-yellow .smsbtn{ background-color: #ffd231;color:#3e3b31}
.modulecustomformgiant.layout-color-green .smsbtn{ background-color: #4caf50;}
.modulecustomformgiant.layout-color-cyan .smsbtn{ background-color: #10aa9c;}
.modulecustomformgiant.layout-color-blue .smsbtn{ background-color: #1e88e5;}
.modulecustomformgiant.layout-color-purple .smsbtn{ background-color:#a41ebb;}
.modulecustomformgiant.layout-color-brown .smsbtn{ background-color:#6b3a2b;}
.modulecustomformgiant.layout-color-black .smsbtn{ background-color:#000;}
/*新日期色系*/
.modulecustomformgiant.layout-color-red  .dater>span.active-day.cur-date,
.modulecustomformgiant.layout-color-red  .is-today:after{ background-color: #f10215;}
.modulecustomformgiant.layout-color-red  .next>span:hover,
.modulecustomformgiant.layout-color-red  .prev>span:hover{ color: #f10215;}

.modulecustomformgiant.layout-color-pink .dater>span.active-day.cur-date,
.modulecustomformgiant.layout-color-pink  .is-today:after{ background-color: #ed1f65;}
.modulecustomformgiant.layout-color-pink  .next>span:hover,
.modulecustomformgiant.layout-color-pink  .prev>span:hover{ color: #ed1f65;}

.modulecustomformgiant.layout-color-orange .dater>span.active-day.cur-date,
.modulecustomformgiant.layout-color-orange  .is-today:after{ background-color: #fd6e27;}
.modulecustomformgiant.layout-color-orange  .next>span:hover,
.modulecustomformgiant.layout-color-orange  .prev>span:hover{ color: #fd6e27;}

.modulecustomformgiant.layout-color-yellow  .dater>span.active-day.cur-date,
.modulecustomformgiant.layout-color-yellow   .is-today:after{ background-color: #ffd231;}
.modulecustomformgiant.layout-color-yellow  .next>span:hover,
.modulecustomformgiant.layout-color-yellow  .prev>span:hover{ color: #ffd231;}

.modulecustomformgiant.layout-color-green  .dater>span.active-day.cur-date,
.modulecustomformgiant.layout-color-green  .is-today:after{ background-color: #4caf50;}
.modulecustomformgiant.layout-color-green  .next>span:hover,
.modulecustomformgiant.layout-color-green  .prev>span:hover{ color: #4caf50;}

.modulecustomformgiant.layout-color-cyan  .dater>span.active-day.cur-date,
.modulecustomformgiant.layout-color-cyan  .is-today:after{ background-color: #10aa9c;}
.modulecustomformgiant.layout-color-cyan  .next>span:hover,
.modulecustomformgiant.layout-color-cyan  .prev>span:hover{ color: #10aa9c;}

.modulecustomformgiant.layout-color-blue  .dater>span.active-day.cur-date,
.modulecustomformgiant.layout-color-blue  .is-today:after{ background-color: #1e88e5;}
.modulecustomformgiant.layout-color-blue  .next>span:hover,
.modulecustomformgiant.layout-color-blue  .prev>span:hover{ color: #1e88e5;}

.modulecustomformgiant.layout-color-purple  .dater>span.active-day.cur-date,
.modulecustomformgiant.layout-color-purple  .is-today:after{ background-color:#a41ebb;}
.modulecustomformgiant.layout-color-purple  .next>span:hover,
.modulecustomformgiant.layout-color-purple  .prev>span:hover{ color:#a41ebb;}

.modulecustomformgiant.layout-color-brown  .dater>span.active-day.cur-date,
.modulecustomformgiant.layout-color-brown   .is-today:after{ background-color:#6b3a2b;}
.modulecustomformgiant.layout-color-brown  .next>span:hover,
.modulecustomformgiant.layout-color-brown  .prev>span:hover{ color:#6b3a2b;}

.modulecustomformgiant.layout-color-black  .dater>span.active-day.cur-date,
.modulecustomformgiant.layout-color-black   .is-today:after{ background-color:#000;}
.modulecustomformgiant.layout-color-black  .next>span:hover,
.modulecustomformgiant.layout-color-black  .prev>span:hover{ color:#000;}

.modulecustomformgiant.layout-color-red  .dater>span.active-day:hover{ background-color: #feebec;}
.modulecustomformgiant.layout-color-pink  .dater>span.active-day:hover{ background-color: #feedf3;}
.modulecustomformgiant.layout-color-orange  .dater>span.active-day:hover{ background-color: #fff4ee;}
.modulecustomformgiant.layout-color-yellow  .dater>span.active-day:hover{ background-color: #fffcef;}
.modulecustomformgiant.layout-color-green  .dater>span.active-day:hover{ background-color: #f1f9f1;}
.modulecustomformgiant.layout-color-cyan  .dater>span.active-day:hover{ background-color: #ecf8f7;}
.modulecustomformgiant.layout-color-blue  .dater>span.active-day:hover{ background-color: #f1f5f8;}
.modulecustomformgiant.layout-color-purple  .dater>span.active-day:hover{ background-color:#f8edfa;}
.modulecustomformgiant.layout-color-brown  .dater>span.active-day:hover{ background-color:#f3efee;}
.modulecustomformgiant.layout-color-black  .dater>span.active-day:hover{ background-color:#f6f6f6;}

.modulecustomformgiant.layout-color-red  .browse-img:hover .icon-tianjia{ color: #f10215;}
.modulecustomformgiant.layout-color-pink  .browse-img:hover .icon-tianjia{ color: #ed1f65;}
.modulecustomformgiant.layout-color-orange  .browse-img:hover .icon-tianjia{color: #fd6e27;}
.modulecustomformgiant.layout-color-yellow  .browse-img:hover .icon-tianjia{color: #ffd231;}
.modulecustomformgiant.layout-color-green  .browse-img:hover .icon-tianjia{color: #4caf50;}
.modulecustomformgiant.layout-color-cyan  .browse-img:hover .icon-tianjia{ color: #10aa9c;}
.modulecustomformgiant.layout-color-blue  .browse-img:hover .icon-tianjia{ color: #1e88e5;}
.modulecustomformgiant.layout-color-purple .browse-img:hover .icon-tianjia{ color:#a41ebb;}
.modulecustomformgiant.layout-color-brown  .browse-img:hover .icon-tianjia{ color:#6b3a2b;}
.modulecustomformgiant.layout-color-black  .browse-img:hover .icon-tianjia{ color:#000;}
.modulecustomformgiant .customform-upload-img-preview .imgclose{opacity: 0;}
.modulecustomformgiant .customform-upload-img-preview:hover .imgclose{ opacity: 0.8;}

/*地区*/
.modulecustomformgiant .areabox{ display: flex; width: 100%;}
.modulecustomformgiant .areabox .area{width: calc(100% / 2 - 10px);;margin-right: 10px; position: relative; height: 100%;}
.modulecustomformgiant .areabox .frist_item{ padding-right: 10px;cursor: pointer;    padding-left: 16px; display: flex;justify-content: space-between;align-items: center;}
.modulecustomformgiant .areabox .sel_county { margin-right:0 !important}
/* .modulecustomformgiant .areabox .xilaimg{
	margin-right: 8px;
} */

.modulecustomformgiant_area .mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar,.modulecustomformgiant .mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
	background-color: #f2f2f2 !important;
}
.modulecustomformgiant_area .mcsb_inside > .mcsb_container,.modulecustomformgiant .mcsb_inside > .mcsb_container {
	margin-right:0;
	position: inherit  !important;

}
.modulecustomformgiant .mcustomscrollbox{
	outline: 0;
}
.modulecustomformgiant_area .mcsb_scrolltools .mcsb_draggerrail,.modulecustomformgiant .mcsb_scrolltools .mcsb_draggerrail{
	background-color: transparent !important;
}
.modulecustomformgiant_area{overflow-y:auto; border-radius: 5px;max-height: 300px; z-index: 100000; position: absolute;background: #fff; box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);border: 1px solid #e8eaf0;top:40px;display: none; list-style: none;margin: 0;padding: 0;width: 100%;}
.modulecustomformgiant_area li{ height: 40px;line-height: 40px;padding-left: 16px;font-size: 14px;color: #61656a;}
.modulecustomformgiant_area li:hover{cursor: pointer;  background: #f1f5f8;}
.modulecustomformgiant .select_simulate li:hover{ border-bottom: none !important;}
.modulecustomformgiant_area.layout-color-red  li:hover,
.modulecustomformgiant.layout-color-red .select_simulate li:hover{ background-color: #f5f5f5;}
.modulecustomformgiant_area.layout-color-pink  li:hover,
.modulecustomformgiant.layout-color-pink .select_simulate li:hover{ background-color: #feedf3;}
.modulecustomformgiant_area.layout-color-orange  li:hover,
.modulecustomformgiant.layout-color-orange .select_simulate li:hover{ background-color: #fff4ee;}
.modulecustomformgiant_area.layout-color-yellow  li:hover,
.modulecustomformgiant.layout-color-yellow .select_simulate li:hover{ background-color: #fffcef;}
.modulecustomformgiant_area.layout-color-green  li:hover,
.modulecustomformgiant.layout-color-green .select_simulate li:hover{ background-color: #f1f9f1;}
.modulecustomformgiant_area.layout-color-cyan  li:hover,
.modulecustomformgiant.layout-color-cyan .select_simulate li:hover{ background-color: #ecf8f7;}
.modulecustomformgiant_area.layout-color-blue  li:hover,
.modulecustomformgiant.layout-color-blue .select_simulate li:hover{ background-color: #f1f5f8;}
.modulecustomformgiant_area.layout-color-purple li:hover,
.modulecustomformgiant.layout-color-purple .select_simulate li:hover{ background-color:#f8edfa;}
.modulecustomformgiant_area.layout-color-brown  li:hover,
.modulecustomformgiant.layout-color-brown .select_simulate li:hover{ background-color:#f3efee;}
.modulecustomformgiant_area.layout-color-black li:hover,
.modulecustomformgiant.layout-color-black .select_simulate li:hover{ background-color:#f6f6f6;}

.modulecustomformgiant_area.layout-color-red  li,.modulecustomformgiant.layout-color-red .select_simulate li{ color: #434242;}
.modulecustomformgiant_area.layout-color-pink  li,.modulecustomformgiant.layout-color-pink .select_simulate li{ color: #3b3135;}
.modulecustomformgiant_area.layout-color-orange  li,.modulecustomformgiant.layout-color-orange .select_simulate li{ color: #3a322d;}
.modulecustomformgiant_area.layout-color-yellow  li,.modulecustomformgiant.layout-color-yellow .select_simulate li{ color: #3e3b31;}
.modulecustomformgiant_area.layout-color-green li,.modulecustomformgiant.layout-color-green .select_simulate li{ color:#3b4a3c;}
.modulecustomformgiant_area.layout-color-cyan li,.modulecustomformgiant.layout-color-cyan .select_simulate li{ color: #303a39;}
.modulecustomformgiant_area.layout-color-blue  li,.modulecustomformgiant.layout-color-blue .select_simulate li {color: #445464;}
.modulecustomformgiant_area.layout-color-purple li,.modulecustomformgiant.layout-color-purple .select_simulate li{ color :#4f4950;}
.modulecustomformgiant_area.layout-color-brown  li,.modulecustomformgiant.layout-color-brown .select_simulate li{ color:#56504f;}
.modulecustomformgiant_area.layout-color-black li,.modulecustomformgiant.layout-color-black .select_simulate li{ color:#575757; }

.modulecustomformgiant_area.layout-color-red  li.curvalue{ color: #f10215 !important;}
.modulecustomformgiant_area.layout-color-pink  li.curvalue{ color: #ed1f65 !important;}
.modulecustomformgiant_area.layout-color-orange  li.curvalue{ color: #fd6e27 !important;}
.modulecustomformgiant_area.layout-color-yellow  li.curvalue{ color: #ffd231 !important;}
.modulecustomformgiant_area.layout-color-green li.curvalue{ color:#4caf50 !important;}
.modulecustomformgiant_area.layout-color-cyan li.curvalue{ color: #10aa9c !important;}
.modulecustomformgiant_area.layout-color-blue  li.curvalue {color: #1e88e5 !important;}
.modulecustomformgiant_area.layout-color-purple li.curvalue{ color:#a41ebb!important;}
.modulecustomformgiant_area.layout-color-brown  li.curvalue{ color:#6b3a2b !important;}
.modulecustomformgiant_area.layout-color-black li.curvalue{ color:#000000 !important; }


@media screen and (max-width: 767px){
	.modulecustomformgiant .mobile-formlist-content{display: block;}
	.modulecustomformgiant ul .in-formlist.mobile-formlist-content,
	.modulecustomformgiant ul .choose-timewb.mobile-formlist-content{display: -webkit-flex; /* safari */ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
	.modulecustomformgiant ul .mobile-formlist-content{display: block;}
	.modulecustomformgiant ul li.formlist-content div.mobile-formlist-content{display: block}
	.modulecustomformgiant ul .pc-formlist-content{display: none !important;}
	.modulecustomformgiant .choose-time{height: 40px;line-height: 40px;}
	.modulecustomformgiant .choosetimeicon{margin-top: 12px;}
	.modulecustomformgiant .smsvcode{margin-left: 0; margin-right: 10px; }
    .modulecustomformgiant .inputflex{ flex-wrap: wrap;}
    .modulecustomformgiant .smsvaldatebox{
        width: 100%;
        margin-top: 8px;
    }
    .modulecustomformgiant .smsbtn{
         margin-left:0;
         width:100%;
    }
}


/*分栏置顶悬浮 by hui*/
.gridfloat{
	position: fixed !important;
	z-index: 4000 !important;
	top: 0px !important;
	left: 0px !important;
	width: 100%;
	/* max-height: 400px !important; */
	overflow: hidden !important;
	transition: 0.3s;
}
/*分栏置底悬浮*/
.gridfloatbottom{
	position: fixed !important;
	z-index: 4000 !important;
	top: auto !important;
	bottom: 0px !important;
	left: 0px !important;
	width: 100% !important;
	/* max-height: 400px !important; */
	overflow: auto !important;
}
/* 修改： 将背景色改成字体颜色选中效果*/
.modulecontainerhelper .itemcancelfloat .icon-wechaticon09,.modulecontainerhelper .itemcancelfloatbottom .icon-wechaticon09{color:#62acff;}
/*分栏悬浮 end*/

.moduleslidegiant .swiper-container{z-index: 0;}
/*新产品详情模块公用css*/
/*.moduleproductdetailgiant div,ul,p,li,img,html,body,input,button{
	margin: 0;
	padding:0;
	font-family: "微软雅黑"
}*/
.moduleproductdetailgiant .inslide-size{
	width: 100%	;
}
.moduleproductdetailgiant .fl{
	float:left;
}
.moduleproductdetailgiant .fr{
	float:right;
}
.moduleproductdetailgiant .clear_floatx:after{clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}
.moduleproductdetailgiant .introduce .pro-row{
	line-height: 1;
	color:#999;
	font-size:14px;
}
.moduleproductdetailgiant .gallery-thumbs .swiper-slide {
	width: 70px;
	height: 100%;
}
.moduleproductdetailgiant input:focus,.moduleproductdetailgiant button:focus{
	outline: none;
}
.moduleproductdetailgiant .guoguo{
	position: absolute;
	right: 0;
	bottom:0;
	border-left: 14px solid transparent;
	border-bottom: 12px solid red;
	background-position: 2px 2px;
	display: none;
}
.moduleproductdetailgiant .pro-style .pro-style-containt .gouimg{
	position: absolute;
	right: 0;
	bottom: 1px;
	width: 7px;
	display: none;
}
.moduleproductdetailgiant .pro-style .pro-style-containt.repertory-active .gouimg{
	display:block;
}
.moduleproductdetailgiant .pro-row .pro-name{
	font-size:24px;
	color:#333;
	line-height: 1.5
}
.moduleproductdetailgiant .position{
	position: fixed;
	top:44px;
	left:0;
	width: 100%;
	min-height: 100%;
	background: #fff;
	z-index: 12;
}
.moduleproductdetailgiant .swiper-button-next.swiper-button-white,.moduleproductdetailgiant .swiper-container-rtl .swiper-button-prev.swiper-button-white{
	background-image:;
	background-size:cover;
}
.moduleproductdetailgiant .swiper-button-prev.swiper-button-white,.moduleproductdetailgiant .swiper-container-rtl .swiper-button-next.swiper-button-white{
	background-image: url(/uploads/image/simages/back.png);
	background-size:cover;
}
.moduleproductdetailgiant .mobile-introduce{
	position: absolute;
	bottom:-16px;
	left: 0;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* firefox */
	-webkit-box-sizing:border-box; /* safari */
	line-height: 16px;
	font-size: 12px;
	color:#fff;
	padding:0 10px;
	z-index: 13;
}
.moduleproductdetailgiant .swiper-pagination-fraction{
	color: #fff;
	line-height: 50px;
	top:0;
}
.moduleproductdetailgiant .bigpictop{
	min-height: 50px;
}
.moduleproductdetailgiant .back-btn{
	position: absolute;
	left:10px;
	width:10px;
	top:17px;
	z-index: 11;
}
.moduleproductdetailgiant .fot16{
	font-size:16px
}
.moduleproductdetailgiant .swiper-pagination-bullet-active{
	background: #333;
}
.moduleproductdetailgiant .fot12{
	font-size:12px
}
.moduleproductdetailgiant .pd-b14{
	padding-bottom: 14px
}
.moduleproductdetailgiant .pd-l16{
	padding-left: 14px
}
.moduleproductdetailgiant .pd-b6{
	padding-bottom: 6px
}
.moduleproductdetailgiant .pd-b9{
	padding-bottom: 9px
}
.moduleproductdetailgiant .pd-b7{
	padding-bottom: 7px
}
.moduleproductdetailgiant .col333{
	color: #333
}

.moduleproductdetailgiant .pd-t20{
	padding-top: 20px
}
.moduleproductdetailgiant .pd-t7{
	padding-top: 7px
}
.moduleproductdetailgiant .pd-b12{
	padding-bottom: 12px
}
.moduleproductdetailgiant .pd-b28{
	padding-bottom: 22px
}
.moduleproductdetailgiant .pd-b7{
	padding-bottom: 7px;
}
.moduleproductdetailgiant .pd-b18{
	padding-bottom: 22px
}
.moduleproductdetailgiant .introducetop{
	border-bottom:1px solid #eee
}
.moduleproductdetailgiant .introducebottom{
	padding-top:20px;
}
.moduleproductdetailgiant .pd-b16{
	padding-bottom: 16px
}
.moduleproductdetailgiant .pd-b20{
	padding-bottom:20px;
}
.moduleproductdetailgiant .pd-b12{
	padding-bottom:12px;
}
.moduleproductdetailgiant .pd-b10{
	padding-bottom:10px;
}
.moduleproductdetailgiant .pd-b4{
	padding-bottom:4px;
}
.moduleproductdetailgiant .pd-t20{
	padding-top:20px;
}
.moduleproductdetailgiant .pd-t40{
	padding-top:40px;
}
.moduleproductdetailgiant .pro-price{
	font-size: 30px;
	color:#000;
}
.moduleproductdetailgiant .pro-btn{
	width:80px;
	height: 30px;
	font-size: 12px;
	background: #fff;
	border:1px solid #666;
	color:#333;
	margin-right: 10px;
	line-height: 28px;
}
.moduleproductdetailgiant .pro-btn.active{
	background: #666;
	color:#fff;
}
.moduleproductdetailgiant .particulars .particularsnavbox{
	border-bottom:1px solid #dbdbdb;
}
.moduleproductdetailgiant .particulars{
	background: #fff;
}
.moduleproductdetailgiant .modulepro-top-nav .nav-list-top li{
	cursor: pointer;
}
.bd_weixin_popup{
	z-index: 100001!important;
	height: 315px!important
}
.moduleproductdetailgiant .mobile-parameter-choose,.moduleproductdetailgiant .mobile-specification-choose{
	cursor: pointer;
}
.moduleproductdetailgiant .particularsnav{
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color:#000;
	line-height: 40px;
	border-bottom: 4px solid #000;
	position: relative;
	top:1px;
}
.moduleproductdetailgiant .particularsnav.layout1{
	width: 70px;
}
.moduleproductdetailgiant .mobile-specification{
	display: none;
	line-height: 44px;
	color:#333;
	font-size:14px;
	padding-left: 10px;
	background: #fff;
	margin-bottom: 8px;
}
.moduleproductdetailgiant .mobile-right-pic{
	float: right;
	width: 45px
}
.moduleproductdetailgiant .pro-mobile-title{
	padding-right: 18px;
}

.moduleproductdetailgiant .mobile-dialog-content-top .mobile-price{
	color:red;
	font-size:22px;
	font-weight: bold;
	line-height: 1
}
.moduleproductdetailgiant .mobile-dialog-content-top .mobile-price em{
	font-size: 14px;
	font-weight: normal;
}
.moduleproductdetailgiant .mobile-dialog-content-top .mobile-price strong{
	font-weight: normal;
}
.moduleproductdetailgiant .close-dialog{
	text-align: right;
	position: absolute;
	width: 30px;
	top:0;
	right: 0;
}
.moduleproductdetailgiant .close-dialog img{
	width: 30px;
	display: block;
	cursor: pointer;
}
.moduleproductdetailgiant .mobile-dialog-content-top{
	position: absolute;
	display: none;
	top:0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px
}
.moduleproductdetailgiant .mobile-dialog-priceandrepertory{
	margin-left: 150px;
	padding-top: 30px;
}
.moduleproductdetailgiant .mobile-dialog-content-top .mobile-repertory,.moduleproductdetailgiant .mobile-dialog-content-top .mobile-repertory2{
	font-size: 14px;
	color:#999;
	line-height: 40px
}
.moduleproductdetailgiant .mobile-footer{
	display: none;
	background: #fff;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 25;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	transition: all .3s ease-out;
}

.moduleproductdetailgiant .mobile-footer .mobile-joincarandbuynow-left img{
	width: 50px;
	padding:5px;
}
.moduleproductdetailgiant .mobile-footer .mobile-joincarandbuynow-right{
	margin:5px 10px 5px 110px ;
}
.moduleproductdetailgiant .mobile-footer .mobile-joincarandbuynow-right button{
	width: 48%;
	line-height: 38px;
	/* border:1px solid red; */
	background: #fff;
	margin-left: 2%;
	color:red;
	font-size: 16px;
}
.moduleproductdetailgiant .mobile-footer .mobile-joincarandbuynow-right .mobile-joincar{
	margin-left:0;
	margin-right: 2%;
}
.moduleproductdetailgiant .mobile-footer .mobile-joincarandbuynow-right button.active{
	background: red;
	color:#fff;
}
.moduleproductdetailgiant .evaluatex_nav_top{
	padding: 0 10px;
	background: #fff;
	margin: 5px 0;
}
.moduleproductdetailgiant .evaluatex_nav_top dl{padding:10px 0;border-bottom:1px solid rgba(242,242,242,0.5)}
.moduleproductdetailgiant .evaluatex_nav_top dt{width: 30px;height: 30px;border-radius: 50%;overflow: hidden;}
.moduleproductdetailgiant .evaluatex_nav_top dd{padding-left:35px;line-height: 1;}
.moduleproductdetailgiant .evaluatex_nav_top dd p{padding-bottom:2px;}
.moduleproductdetailgiant .evaluatex_nav_top dd p,.evaluatex_nav_bot{font-size: 12px;color:#333;padding-bottom: 2px;}
.moduleproductdetailgiant .pengfen2 img{width:12px;padding-top:2px;margin-right:0;}
.moduleproductdetailgiant .evaluatex_nav_top dd .in_dd{line-height: 30px;text-align: right;color:#666}
.moduleproductdetailgiant .evaluatex_nav_bot{line-height: 15px;padding:10px 0;}
.moduleproductdetailgiant .product_pic_box li{
	list-style: none;
	float: left;
	margin-left: 10px;
	position: relative;
}
.moduleproductdetailgiant .product_pic_box li .inproduct_pic{
	border:1px solid #dfdfdf;
	width: 80px;
	height: 80px;
	border-radius: 5px;
}
.moduleproductdetailgiant .product_pic_box li img{
	width: 100%;
}
.moduleproductdetailgiant .product_pic_box .sanjiao{
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid red;
	left:50%;
	margin-left:-4px;
	bottom:-5px;
	display: none;
}
.moduleproductdetailgiant .product_pic_box li.active .sanjiao{
	display: block;
}
.moduleproductdetailgiant .imgcenter{max-height: 100%;max-width: 100%;}
.moduleproductdetailgiant .imgcenterbox{display: -webkit-box;-webkit-box-orient: horizontal;-webkit-box-pack: center;-webkit-box-align: center;display: -moz-box; -moz-box-orient: horizontal;-moz-box-pack: center;-moz-box-align: center;display: -o-box;-o-box-orient: horizontal;-o-box-pack: center;-o-box-align: center; display: -ms-box;-ms-box-orient: horizontal;-ms-box-pack: center;-ms-box-align: center;display: box;box-orient: horizontal;box-pack: center; box-align: center;}
.moduleproductdetailgiant .imgcenterboxwb{display: -webkit-box;-webkit-box-orient: horizontal;-webkit-box-pack: center;-webkit-box-align: center;display: -moz-box; -moz-box-orient: horizontal;-moz-box-pack: center;-moz-box-align: center;display: -o-box;-o-box-orient: horizontal;-o-box-pack: center;-o-box-align: center; display: -ms-box;-ms-box-orient: horizontal;-ms-box-pack: center;-ms-box-align: center;display: box;box-orient: horizontal;box-pack: center; box-align: center;}

.moduleproductdetailgiant .product_pic_box li.active .inproduct_pic {
	border:2px solid #e60012;
}
.moduleproductdetailgiant .big_picbox{position:relative;margin: 16px 0;padding-bottom: 20px;}
.moduleproductdetailgiant .inbig_picbox{height: 420px;width:420px;background:#fff;padding:4px;border:1px solid #bfbfbf;top:0;left:10px;margin-left: 10px;background-clip: content-box;padding: 4px;}
.moduleproductdetailgiant .mobile-harebin{
	padding:13px 10px;
	background: #fff;
	margin-bottom: 8px;
}
.moduleproductdetailgiant .evaluate-pro-name{
	font-size: 12px;
	color:#666;
	padding-top:12px;
	line-height: 1;
	padding:12px 10px 12px;
}
.moduleproductdetailgiant .manager-reply{
	font-size: 14px;
	color:#ff5600;
	line-height: 20px;
	padding:0px 10px 14px;
}
.moduleproductdetailgiant .evaluate-container{
	border-bottom:1px solid #ddd;
}
.moduleproductdetailgiant .mobile-harebin-top-right{
	margin-left: 60px;
}
.moduleproductdetailgiant .shop-namewb{
	padding-bottom: 6px;
}
.moduleproductdetailgiant .mobile-harebin-top-right .shop-name{
	font-size: 14px;
	color: #333;
	padding-bottom: 5px;
}
.moduleproductdetailgiant .mobile-footer.mobile-joincarandbuynow .mobile-joincarandbuynow-left span .subn{
	position: absolute;
	width: 16px;
	height: 16px;
	background: red;
	line-height:8px;
	color:#fff;
	border-radius: 50%;
	font-size: 12px;
	margin-left:5px;
}
.moduleproductdetailgiant .mobile-harebin-top-right .inshop{
	float: right;
	font-size:12px;
	color:#fff;
	background: red;
	padding:5px 10px;
	line-height: 18px;
	border-radius: 3px;
	text-decoration: none
}
.moduleproductdetailgiant .mobile-harebin-top-right .inshop img{
	position: relative;
	padding-right: 5px;
	width:16px;
	top:-2px;
}
.moduleproductdetailgiant .harebin-dj{
	font-size:12px;
	color:#999;
	display: inline-block;
	width: 62px;
	line-height: 18px;
	margin-right: 10px;
	border:1px solid #ccc;
	border-radius: 9px;
	text-align: center;
	padding:2px 5px;
}

.moduleproductdetailgiant .mobile-harebin-bottom{
	line-height: 1;
	font-size: 12px;
	color:#999;
	padding:10px 0px 13px 60px;
}

.moduleproductdetailgiant .ifnopro{
	background: #fff;
}
.moduleproductdetailgiant .ifnopro p{
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	color: #333
}
.moduleproductdetailgiant .mobile-pro-details{
	display: none;
}
.moduleproductdetailgiant .gallery-thumbs-box{
	width: 260px;
	margin:0 auto;
	display: block;
	position: relative;
	margin-top: 25px;
}
.moduleproductdetailgiant .gallery-thumbs-box .pro-thumbnail-direction{
	position: absolute;
	top:50%;
	left:-50px;
	width:50px;
	margin-top: -25px;
	cursor: pointer;
}
.moduleproductdetailgiant .gallery-thumbs-box .pro-thumbnail-prev{
	left:auto;
	right:-50px;
}
/*.moduleproductdetailgiant .ifnopro img{
    position: absolute;
    top: 50%;
    margin-top: -207px;
    left: 50%;
    margin-left: -217px;
}*/
.moduleproductdetailgiant .ifnopro .inifnopro{
	text-align: center;
}
.moduleproductdetailgiant .moduleprodutedetailmain{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.moduleproductdetailgiant .lineh15{
	line-height: 1.5!important
}
.moduleproductdetailgiant .swiperbox{
	background: #fff
}
.moduleproductdetailgiant .pc-share-list{
	border:1px solid #bdbdbd;
	padding:3px 12px;
	font-size:14px;
	width:242px;
}
.moduleproductdetailgiant .no_comment_text{
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	margin-top: 100px
}
.moduleproductdetailgiant .no_comment_pic{
	display: none;
	margin: 0 auto;
}
.moduleproductdetailgiant .join-success{
	position: fixed;
	line-height: 50px;
	font-size: 16px;
	padding:0 20px;
	background: rgba(0,0,0,.8);
	left:50%;
	top:200px;
	color:#fff;
	border-radius: 5px;
	margin-left: -60px;
}
.moduleproductdetailgiant .swiper-pagination{
	display: none;
}
.moduleproductdetailgiant .downloadonc{
	font-size: 12px;
	text-decoration: none;
}
.moduleproductdetailgiant .downloadonc:hover{
	text-decoration:underline;
}
.moduleproductdetailgiant .imgcenterbox{height: 100%;width:100%;}
.moduleproductdetailgiant .harebin-pic-box{
	float:left;
	width: 50px;
	height: 50px;
	border:1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.moduleproductdetailgiant .mobile-specification,.moduleproductdetailgiant .swiper-pagination,.moduleproductdetailgiant .mobile-pro-details,.moduleproductdetailgiant .mobile-pro-pic-dialog,.moduleproductdetailgiant .mobile-dialog-content-top,.moduleproductdetailgiant .mobile-footer,.moduleproductdetailgiant .mobile-harebin{
		display: block;

	}
	.moduleproductdetailgiant.layout-102 .buy-btn .repertory,.moduleproductdetailgiant .mobile-dialog-container,.moduleproductdetailgiant .gallery-thumbs-box{
		display: none
	}
	.moduleproductdetailgiant .mobile-dialog-bottom{
		box-sizing:content-box;
		-moz-box-sizing:content-box; /* firefox */
		-webkit-box-sizing:content-box; /* safari */
		overflow: auto;
	}

	.moduleproductdetailgiant .no_comment_pic{
		width: 500px;
		display: block;
		margin: 0 auto;
	}
	.moduleproductdetailgiant .no_comment_text{
		margin-top: 0
	}
	.moduleproductdetailgiant .ifnopro  img{
		/*position: absolute;

		top:24%;
		margin:0;
		left:0;*/
		width: 100%;
	}
	.moduleproductdetailgiant .mobile-dialog-masklayer{
		position: absolute;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,.7);
		z-index: 1;
		display: none;
	}
	.moduleproductdetailgiant .introducetop{
		padding-top:15px;
	}
	.moduleproductdetailgiant .mobile-specification-dialog{
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 26;
	}
	.moduleproductdetailgiant .product_pic_box li .inproduct_pic{
		width:100%;
	}
	.moduleproductdetailgiant .mobile-dialog-content{
		position: absolute;
		height: 70%;
		overflow:hidden;
		bottom: 0;
		left: 0;
		width: 100%;
		padding-top: 30%;
		z-index: 2;
		min-height: 50%;
		box-sizing: content-box;
		-moz-box-sizing:content-box; /* firefox */
		-webkit-box-sizing:content-box; /* safari */
	}
	.moduleproductdetailgiant .inmobile-dialog-content{
		background: #fff;
		padding-bottom: 50px;
		position: relative;
	}
	.moduleproductdetailgiant.layout-102 .introducebottom{
		padding:0 10px;
	}
	.moduleproductdetailgiant .inmobile-dialog-content .introducebottom .pro-row .price-title {
		display: block;
		float:none;
	}
	.moduleproductdetailgiant .product_pic_box li{
		width:20%;
		padding-right:10px;
		box-sizing: border-box;
		-moz-box-sizing:border-box; /* firefox */
		-webkit-box-sizing:border-box; /* safari */
		margin:0;
	}
}
@media only screen and (max-width: 425px){
	.moduleproductdetailgiant .no_comment_pic{
		width: 100%;
	}
}
/*搜索结果 没有数据样式 start*/
.no-data-container{padding: 100px 20px 100px 20px;text-align: center;}
.no-data-container .no-data-img img{width: 50px;}
.no-data-container .no-data-msg{margin-top: 20px; font-size: 16px;}
/*end*/

/* 新增锚文本超链接样式 */
 .anchor-link{font-size: inherit;color: inherit;}
 /* 引导页 按钮悬停样式 */
 #tooltipinner .hold{
	border-radius: 10px;
	transition: all ease .3s;
 }
 #tooltipinner .hold.active {
	background-image: ;
	opacity: 1 !important;
	background-size: cover;
	z-index: -1 !important;
}
#tooltipinner .kuang_prev {
	transition: all ease .3s;
}
#tooltipinner .kuang_prev.active {
	background-image: url(/uploads/image/ssjcifront-s1/kuang_prev.png);
	opacity: 1 !important;
	background-size: cover;
	z-index: 1 !important;
	background-repeat: no-repeat;
}

/*苹果x*/
@media only screen and (max-width: 376px) and (min-height:723px) {
	.footer.iconandtext{  height: 4.125rem}
}

[moduletype = moduleimagetextgiant] .bodycenter,
.moduleimagetextgiant .bodycenter {
	transform: translatez(0px);
}

/* 口令营销 s */
#passwordmodalbox {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	z-index: 4999;
}
#passwordmodalbox .passwordcontainer {
	width: 250px;
	height: 280px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
#passwordmodalbox .passwordhead {
	width: 100%;
	height: 86px;
	display: flex;
	align-items: center;
	background-image: ;
	background-size: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 24px;
	position: relative;
}
#passwordmodalbox .passwordclose {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 14px;
	right: 18px;
	background: url(/uploads/image/simages/dialogclose.png) no-repeat;
	background-size: 100%;
}
#passwordmodalbox .passwordcontent {
	padding: 16px 24px;
	font-size: 14px;
	line-height: 24px;
}
#passwordmodalbox .passwordcontent span {
	color: #2497e8;
}
#passwordmodalbox .passwordbtn {
	width: 160px;
	height: 30px;
	background: #2497e8;
	margin-left: 45px;
	font-size: 12px;
	color: #fff;
	border-radius: 14px;
}
/* 口令营销 e */

/* 企业名片 s */
#enterprisecardbox {
	display: none;
	width: auto;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, .6);
}
#enterprisecardbox.enterprisecardboxshow {
	width: 100%;
	height: 100%;
}
#enterprisecardbox .enterprisecardcontainer {
	height: 55px;
	position: fixed;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	line-height: 55px;
	padding: 0 10px 0 15px;
	background: rgba(255, 255, 255, 1);
	border-radius: 0px 28px 28px 0px;
	border: 1px solid #e7e7e7;
	border-left-width: 0px;
}
#enterprisecardbox.enterprisecardboxleft .enterprisecardcontainer {
	left: 0 !important;
}
#enterprisecardbox.enterprisecardboxright .enterprisecardcontainer {
	left: unset !important;
	right: 0;
	padding: 0 15px 0 10px;
	border-radius: 28px 0px 0px 28px;
}
#enterprisecardbox .enterprisecardcontainer.ondrag {
	width: 55px;
	padding: 8.5px 6.5px 6.5px 6.5px;
	border-radius: 100%;
	border-left-width: 1px;
	line-height: 1;
}
#enterprisecardbox .enterprisecardcontainer a {
	width: 0;
	height: auto;
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	-webkit-transition: all 0.3s linear 0.1s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
#enterprisecardbox.enterprisecardboxshow .enterprisecardcontainer a {
	width: auto;
	margin-right: 14px;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
#enterprisecardbox .enterprisecardcontainer.ondrag a {
	width: 0;
	margin-right: 0;
}
#enterprisecardbox.enterprisecardboxright .enterprisecardcontainer a {
	float: right;
	margin-right: 0 !important;
}
#enterprisecardbox.enterprisecardboxshow.enterprisecardboxright .enterprisecardcontainer a {
	margin-left: 14px;
}
#enterprisecardbox .enterprisecardcontainer div {
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 100%;
}
#enterprisecardbox .enterprisecardcontainer div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
	margin-top: -2px;
}
/* 企业名片 e */

/* 开屏广告 s */
#openscreenadvertbox {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5006;
	background: #fff;
	overflow: hidden;
	display: none;
}
#openscreenadvertbox .templatecommon {
	width: 100%;
	height: 100%;
	position: relative;
}
#openscreenadvertbox .templateskipbtn {
	width: 70px;
	height: 32px;
	position: absolute;
	right: 12px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, .2);
	border-radius: 16px;
	z-index: 10;
}
#openscreenadvertbox .templatecontent {
	width: 100%;
	height: calc(100% - 126px);
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	background: #fff;
	overflow: hidden;
}
#openscreenadvertbox .templatebanner {
	width: 100%;
	height: 100%;
	max-width: 100vw;
	object-fit: cover;
}
#openscreenadvertbox .templatelogo {
	width: 100%;
	height: 126px;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}
#openscreenadvertbox .templatelogo img {
	max-width: 100%;
	max-height: 100%;
}
#openscreenadvertbox .template-1 .templateskipbtn,
#openscreenadvertbox .template-1 .templatecontent,
#openscreenadvertbox .template-2 .templatelogo {
	display: none;
}
#openscreenadvertbox .template-1 .templatelogo {
	height: 100%;
	padding: 0;
	-webkit-animation: fadein 2s linear;
	animation: fadein 2s linear;
}
#openscreenadvertbox .template-1 .templatelogo img {
	-webkit-animation: fadeinup 1s linear;
	animation: fadeinup 1s linear;
}
#openscreenadvertbox .template-2 .templatecontent {
	height: 100%;
}
#openscreenadvertbox .template-4 .templatecontent {
	background-color: #fff;
	content: '';
	width: 160%;
	margin-left: -30%;
	border-radius: 0 0 50% 50%;
}
.datatagcontent{display: inline;}
.datatagcontent >p:first-child{ display: inline;}
.moduleproductdetailgiant em,.modulenewsdetailgiant em{     font-style: italic; }
@media (min-width: 768px) {
	#openscreenadvertbox {display: none;}
}
/* 开屏广告 e */

@media (max-width: 767px) {
	.moduleproductdetailgiant video,.modulenewsdetailgiant video{ height: auto !important;  width:100% !important;}
	.modulecustomformgiant .imgmore .customform-upload-img-preview{margin-bottom: 10px;}
	.modulecustomformgiant .imgmore .browse-img{margin-bottom: 10px;}
	.modulecustomformgiant .mobile-formlist-top input[type="text"]{
        padding-right: 20px  !important;
		text-overflow:ellipsis;
    }
	.modulecustomformgiant input[type=checkbox]:checked::before{
		/* top: -2px; */
	}
	.modulecustomformgiant .in-formlist-checkbox label{
		margin-right: 0;
	}
}
.modulecustomformgiant .flex-wrap{
	flex-wrap: wrap;
 }
 .modulesearchbutton:focus{ outline: none !important;}
 .modulesearchbutton:active{ box-shadow: none;}
 .weixinpupop {
    text-align: center;
    position: fixed;
    z-index: 99999;
	display: none;
}

.wxpupopmask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
}
.pcwxinfo,.mobilewxinfo{display: none;}
.pcwxinfo .wxnumber{
	width: 240px;
	background: #f7f7f7;
	border-radius: 5px;
	padding:15px;
	text-align: center;
	margin: 0 auto;
    margin-top: 14px;
}
.pcwxinfo .wxtext{
	text-align: center;
	color:#666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}
.wxqrcode img{
	width: 100%;
	height: 100%;
}
.wxqrcode{
	border: 2px solid #e3e9ee;
	border-radius: 8px;
	padding: 15px;
	width: 210px;
	height: 210px;
	margin: 0 auto;
}

.wxinfobox {
    position: fixed;
    top: 40%;
    left: 50%;
    border-radius: 10px;
    width: 280px;
    /* height: 297px; */
	overflow-y: auto;
    background: #ffffff;
    transform: translate(-50%,-50%);
    padding: 36px 0;
}

.wxinfoboxpc{
	width: 560px ;
	background: #ffffff ;
	border-radius: 12px ;
}

.wxinfo {
    margin-bottom: 24px;
    padding: 0 30px;
}

.wxsuccesstips {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px
}

.wxsuccessimg {
    width: 46px;
    height: 46px;
}

.wxnumber {
    color: #666666;
    font-size: 14px;
	font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wxtext {
    color: #666666;
    font-size: 14px;
	word-break: break-all;
}

.wxpupopclose {
    position: fixed;
    right: 16px;
    top: 10px;
    color: #bababa;
	cursor: pointer;
}
.wxtips{
	display: none;
	color:#999;
	font-size: 14px;
	margin-top: 14px;
}
.pcwxinfo {
	margin-bottom: 0;
}
.wxpupopbtn {
    display: block;
    width: 144px;
    height: 48px;
    background: #3fcb40;
    border-radius: 28px;
    color: #fff !important;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
}
.diywx{
	display: none;
}

/*视频背景*/
.commonbgvideo {display: flex; position: absolute !important;top: 0;left: 0;width:100%;height: 100%;pointer-events: none;}
.commonbgvideo .bgvideomask {position: relative;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.commonbgvideo .bgvideo {width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.moduleimagegiant .commonbgvideo{z-index: -1;}

.moduleslidev2giant div[animate], .moduleslidegiant div[animate]{
	visibility: hidden;
}
/*start 主动会话*/
.moduleonlineservicegiant .popuptips1{
	display: flex;
}
.moduleonlineservicegiant .popuptips1,.moduleonlineservicegiant .popuptips2{
	width: 450px;
	height: 189px;
	opacity: 1;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 24px 0px rgba(75,76,79,0.10);
	padding: 28px 40px 24px 28px;
	text-align: left;
}
.moduleonlineservicegiant .popuptips2{
	height: 218px;
	padding: 0;
	border-radius: 0;
}
.moduleonlineservicegiant .popuptips2 .icon-advisory{
	position: absolute;
    right: 13px;
    top: 95px;
    color: #fff;
}

.moduleonlineservicegiant .popuptips1-head,.moduleonlineservicegiant .popuptips2-head{
	width: 72px;
	height: 72px;
	margin-right: 24px;
}
.moduleonlineservicegiant .popuptips1-head img,.moduleonlineservicegiant .popuptips2-head img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.moduleonlineservicegiant .popuptips2-head img{border: 2px solid #ffffff;}
.moduleonlineservicegiant .popuptips1box{width:calc(100% - 96px);}
.moduleonlineservicegiant .popuptips1-btnbox{ display: flex; position: absolute;bottom: 24px;}
.moduleonlineservicegiant .popuptips2-btnbox {display: flex;
    justify-content: center;
    align-items: center;
    height: 95px;
}
.moduleonlineservicegiant .popuptips-btn{
	width: 140px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
    line-height: 36px;
	cursor: pointer;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	/* text-overflow:ellipsis; */
	padding: 0 12px;
	transition: all 0.4s;
}
.moduleonlineservicegiant .popuptips2-btnbox .popuptips-btn{
	width: 190px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
}
.moduleonlineservicegiant .popuptips-close{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.moduleonlineservicegiant .popuptips-btn.active a{
	display: block;
    width: 100%;
    overflow: hidden;
	font-size: 14px;
	text-decoration: none;
}
.moduleonlineservicegiant .popuptips2-btnbox .popuptips-btn.btnclose{
	line-height: 42px;
}
.moduleonlineservicegiant .popuptips1-btnbox .popuptips-btn.btnclose{
	line-height: 39px;
	border: 1px solid #62adff;
	font-size: 14px;
}
.moduleonlineservicegiant .popuptips-btn.btnclose{
	border: 2px solid #62adff;
	background: #ffffff;
	color: #62adff;
}
.moduleonlineservicegiant .popuptips1-btnbox .popuptips-btn.active {
	line-height: 40px;
}
.moduleonlineservicegiant .popuptips-btn.active{
	background: #62adff;
	color: #62adff;
	margin-left: 10px;
	border:none;
}
.moduleonlineservicegiant .popuptips-btn.active a{
	color: #fff;
}
.moduleonlineservicegiant .popuptips1-title,.moduleonlineservicegiant .popuptips2-title{
	color:#333333;
	font-size: 18px;
	line-height: 2;
	word-break: break-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.moduleonlineservicegiant .popuptips2-title{
	color: #fff;
}
.moduleonlineservicegiant .popuptips1-content,.moduleonlineservicegiant .popuptips2-content{
	color:#787878;
	font-size: 16px;
	line-height: 1.5;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	word-break: break-all;
	overflow: hidden;
}
.moduleonlineservicegiant  .popuptipstc{
    width: calc(100% - 96px);
}
.moduleonlineservicegiant .popuptips2-content{
	color: #fff;
}
.moduleonlineservicegiant .popuptips-close .icon-guanbi3{
	width: 2px;
	height: 18px;
	display: inline-block;
	background-color:#d0d0d0;
	position: absolute;
	top:12px;right:18px;
	cursor: pointer;
}
.moduleonlineservicegiant .popuptips2-close  .icon-guanbi3{
	background-color:#fff;
}
.moduleonlineservicegiant .popuptips-close .icon-guanbi3:before{ content: '';}
.moduleonlineservicegiant .popuptips-close .topline{
	/* visibility: hidden; */
	transform: rotate(45deg);
}
.moduleonlineservicegiant .popuptips-close  .bottomline{
	/* visibility: hidden; */
	transform: rotate(-45deg);
}
.moduleonlineservicegiant .popuptips-close:hover .topline {
	animation: 0.5s topline  forwards
}
.moduleonlineservicegiant .popuptips-close:hover .bottomline {
	animation: 0.5s bottomline  forwards
}

@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 .popuptips2box{ height: 126px;    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: center;
	padding: 0 30px;
}

.moduleonlineservicegiant .popuptips1-btnbox  .popuptips-btn.btnclose{ border-color: #ccc; color: #777;  }

.moduleonlineservicegiant.layout-color-red .popuptips2-btnbox  .popuptips-btn.btnclose{ border-color: #ff7c7a; color:#ff7c7a}
.moduleonlineservicegiant.layout-color-pink .popuptips2-btnbox .popuptips-btn.btnclose { border-color: #ff6e9f;color:#ff6e9f}
.moduleonlineservicegiant.layout-color-orange .popuptips2-btnbox .popuptips-btn.btnclose { border-color: #ff9e6e;color:#ff9e6e}
.moduleonlineservicegiant.layout-color-yellow .popuptips2-btnbox .popuptips-btn.btnclose  { border-color: #eae8e1;color:#9a9892}
.moduleonlineservicegiant.layout-color-green .popuptips2-btnbox .popuptips-btn.btnclose { border-color: #dbdedc;color:#969696}
.moduleonlineservicegiant.layout-color-cyan .popuptips2-btnbox .popuptips-btn.btnclose { border-color: #e6e6e6;color:#ababab}
.moduleonlineservicegiant.layout-color-blue .popuptips2-btnbox .popuptips-btn.btnclose{ border-color: #73bdff;color:#73bdff}
.moduleonlineservicegiant.layout-color-purple .popuptips2-btnbox .popuptips-btn.btnclose{ border-color:#e16ee8;color:#e16ee8}
.moduleonlineservicegiant.layout-color-brown .popuptips2-btnbox .popuptips-btn.btnclose{ border-color:#e4e4e4;color:#6d6d6d}
.moduleonlineservicegiant.layout-color-black .popuptips2-btnbox  .popuptips-btn.btnclose{ border-color:#e4e4e4;color:#6d6d6d}

.moduleonlineservicegiant.layout-color-red  .popuptips-btn.btnclose:hover{ border-color: #e50b1c; color:#e50b1c}
.moduleonlineservicegiant.layout-color-pink .popuptips-btn.btnclose:hover { border-color: #ec3774;color:#ec3774}
.moduleonlineservicegiant.layout-color-orange  .popuptips-btn.btnclose:hover { border-color: #f65e12;color:#f65e12}
.moduleonlineservicegiant.layout-color-yellow .popuptips-btn.btnclose:hover  { border-color: #ffc905;color:#ffc905}
.moduleonlineservicegiant.layout-color-green .popuptips-btn.btnclose:hover { border-color: #4caf50;color:#4caf50}
.moduleonlineservicegiant.layout-color-cyan  .popuptips-btn.btnclose:hover { border-color: #139d8f;color:#139d8f}
.moduleonlineservicegiant.layout-color-blue  .popuptips-btn.btnclose:hover{ border-color: #1976d2;color:#1976d2}
.moduleonlineservicegiant.layout-color-purple .popuptips-btn.btnclose:hover{ border-color:#8b08a2;color:#8b08a2}
.moduleonlineservicegiant.layout-color-brown .popuptips-btn.btnclose:hover{ border-color:#5c2e20;color:#5c2e20}
.moduleonlineservicegiant.layout-color-black .popuptips-btn.btnclose:hover{ border-color:#333333;color:#333333}


.moduleonlineservicegiant.layout-color-red .popuptips1 .popuptips-btn.active{ background-color: #f10215;}
.moduleonlineservicegiant.layout-color-pink .popuptips1  .popuptips-btn.active{ background-color: #ed1f65;}
.moduleonlineservicegiant.layout-color-orange .popuptips1 .popuptips-btn.active{ background-color: #fd6e27;}
.moduleonlineservicegiant.layout-color-yellow .popuptips1 .popuptips-btn.active{ background-color: #ffd231;}
.moduleonlineservicegiant.layout-color-yellow .popuptips1 .popuptips-btn.active a{color:#3e3b31}
.moduleonlineservicegiant.layout-color-green .popuptips1 .popuptips-btn.active{ background-color: #4caf50;}
.moduleonlineservicegiant.layout-color-cyan  .popuptips1 .popuptips-btn.active{ background-color: #10aa9c;}
.moduleonlineservicegiant.layout-color-blue  .popuptips1 .popuptips-btn.active{ background-color: #1e88e5;}
.moduleonlineservicegiant.layout-color-purple .popuptips1 .popuptips-btn.active{ background-color:#a41ebb;}
.moduleonlineservicegiant.layout-color-brown .popuptips1 .popuptips-btn.active{ background-color:#6b3a2b;}
.moduleonlineservicegiant.layout-color-black .popuptips1 .popuptips-btn.active{ background-color:#000;}


.moduleonlineservicegiant.layout-color-red .popuptips1 .popuptips-btn.active:hover{ background-color: #e50b1c;}
.moduleonlineservicegiant.layout-color-pink .popuptips1  .popuptips-btn.active:hover { background-color:#ec3774;}
.moduleonlineservicegiant.layout-color-orange .popuptips1 .popuptips-btn.active:hover{ background-color:#f65e12;}
.moduleonlineservicegiant.layout-color-yellow .popuptips1 .popuptips-btn.active:hover{  background-color:#ffc905;}
.moduleonlineservicegiant.layout-color-green .popuptips1 .popuptips-btn.active:hover{ background-color: #4caf50;}
.moduleonlineservicegiant.layout-color-cyan  .popuptips1 .popuptips-btn.active:hover{  background-color: #139d8f;}
.moduleonlineservicegiant.layout-color-blue  .popuptips1 .popuptips-btn.active:hover{  background-color:#1976d2;}
.moduleonlineservicegiant.layout-color-purple .popuptips1 .popuptips-btn.active:hover{ background-color:#8b08a2;}
.moduleonlineservicegiant.layout-color-brown .popuptips1 .popuptips-btn.active:hover{ background-color:#5c2e20;}
.moduleonlineservicegiant.layout-color-black .popuptips1 .popuptips-btn.active:hover{ background-color:#333333;}


.moduleonlineservicegiant.layout-color-red  .popuptips2box{ background:}
.moduleonlineservicegiant.layout-color-pink   .popuptips2box{ background:}
.moduleonlineservicegiant.layout-color-orange .popuptips2box{background:}
.moduleonlineservicegiant.layout-color-yellow .popuptips2box{ background:}
.moduleonlineservicegiant.layout-color-green .popuptips2box{ background:}
.moduleonlineservicegiant.layout-color-cyan  .popuptips2box{ background:}
.moduleonlineservicegiant.layout-color-blue   .popuptips2box{ background:}
.moduleonlineservicegiant.layout-color-purple  .popuptips2box{ background:}
.moduleonlineservicegiant.layout-color-brown .popuptips2box{ background:}
.moduleonlineservicegiant.layout-color-black .popuptips2box{ background:}


.moduleonlineservicegiant.layout-color-red .popuptips2 .popuptips-btn.active{background: linear-gradient(270deg, #ff0c1f 12.77%, #fd6e27 91.68%);}
.moduleonlineservicegiant.layout-color-pink .popuptips2  .popuptips-btn.active{background: linear-gradient(90deg, #ff558b 5.89%, #ed1f65 93.17%);}
.moduleonlineservicegiant.layout-color-orange .popuptips2 .popuptips-btn.active{background: linear-gradient(90deg, #fe7c0c 5.61%, #fd3801 101.28%);}
.moduleonlineservicegiant.layout-color-yellow .popuptips2 .popuptips-btn.active{background: linear-gradient(270.28deg, #fe9a03 5.09%, #ffc805 93.03%);}
.moduleonlineservicegiant.layout-color-green .popuptips2 .popuptips-btn.active{background: linear-gradient(270deg, #47ae4d 29.56%, #a2e844 96.19%);}
.moduleonlineservicegiant.layout-color-cyan  .popuptips2 .popuptips-btn.active{background: linear-gradient(270deg, #00c4b1 0%, #b1e870 100%);}
.moduleonlineservicegiant.layout-color-blue  .popuptips2 .popuptips-btn.active{background: linear-gradient(270deg, #0062e4 4.8%, #0094ff 91.18%);}
.moduleonlineservicegiant.layout-color-purple .popuptips2 .popuptips-btn.active{background: linear-gradient(270.17deg, #8b08a2 6.93%, #d635f2 104.59%);}
.moduleonlineservicegiant.layout-color-brown .popuptips2 .popuptips-btn.active{background: linear-gradient(270.62deg, #85584a 0.53%, #b98574 103.58%);}
.moduleonlineservicegiant.layout-color-black .popuptips2 .popuptips-btn.active{ background: linear-gradient(90deg, #ff912c 5.61%, #ff3636 101.28%);}



.moduleonlineservicegiant.layout-color-red .popuptips2 .popuptips-btn.active:hover{  box-shadow: 2px 4px 16px rgba(229, 11, 28, 0.44);background: linear-gradient(270deg, #ff0c1f 45.63%, #fd6e27 91.68%);}
.moduleonlineservicegiant.layout-color-pink .popuptips2  .popuptips-btn.active:hover{box-shadow: 2px 4px 16px rgba(255, 15, 96, 0.4); background: linear-gradient(90deg, #ff558b 5.89%, #ff0f60 66.26%);}
.moduleonlineservicegiant.layout-color-orange .popuptips2 .popuptips-btn.active:hover{box-shadow: 2px 4px 16px rgba(253, 110, 39, 0.4);  background: linear-gradient(90deg, #fe7c0c 8.84%, #fd3801 40.01%);}
.moduleonlineservicegiant.layout-color-yellow .popuptips2 .popuptips-btn.active:hover{  box-shadow: 2px 4px 16px rgba(251, 182, 78, 0.4);background: linear-gradient(269.74deg, #fe9a03 52.22%, #ffc805 92.97%);}
.moduleonlineservicegiant.layout-color-green .popuptips2 .popuptips-btn.active:hover{  box-shadow: 2px 4px 16px rgba(76, 175, 80, 0.4);background: linear-gradient(270deg, #47ae4d 50.72%, #a2e844 96.19%);}
.moduleonlineservicegiant.layout-color-cyan  .popuptips2 .popuptips-btn.active:hover{  box-shadow: 2px 4px 16px rgba(19, 157, 142, 0.4);background: linear-gradient(270deg, #00c4b1 37.64%, #b1e870 100%);}
.moduleonlineservicegiant.layout-color-blue  .popuptips2 .popuptips-btn.active:hover{ box-shadow: 2px 4px 16px rgba(48, 130, 221, 0.4); background: linear-gradient(270deg, #0062e4 61.08%, #0094ff 102.47%);}
.moduleonlineservicegiant.layout-color-purple .popuptips2 .popuptips-btn.active:hover{box-shadow: (2px 4px 16px rgba(139, 8, 162, 0.4)); background: linear-gradient(270deg, #8b08a2 41.59%, #d635f2 104.75%);}
.moduleonlineservicegiant.layout-color-brown .popuptips2 .popuptips-btn.active:hover{box-shadow: 2px 4px 16px rgba(133, 88, 74, 0.4);  background: linear-gradient(270deg, #85584a 38.27%, #b98574 104.4%);}
.moduleonlineservicegiant.layout-color-black .popuptips2 .popuptips-btn.active:hover{ box-shadow: 2px 4px 16px rgba(254, 80, 56, 0.4);background: linear-gradient(90deg, #ff912c 5.61%, #ff3636 49.05%);}

.moduleonlineservicegiant .popuptips3{
	width: 300px;
	opacity: 1;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 24px 0px rgba(75,76,79,0.10);
	text-align:center;
	padding-top: 48px;
	overflow: hidden;
}
.moduleonlineservicegiant .popuptips3-head{
	width: 140px;
	height: 140px;
	text-align: center;
    margin: 0 auto;
	margin-bottom: 10px;
}
.moduleonlineservicegiant .popuptips3-head img{
	border-radius: 50%;
	width: 100%;
	border: 2px solid #f4f4f4;
	height: 100%;
}
.moduleonlineservicegiant .popuptips3-title{
	font-size: 24px;
	color: #333;
	line-height: 2;
	word-break: break-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding: 0 24px;
}
.moduleonlineservicegiant .popuptips3-content{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	padding: 0 24px;
	word-break: break-all;
	padding-bottom:80px;
}
.moduleonlineservicegiant .popuptips3-btnbox{
	height: 64px;
    width: 100%;
    line-height: 64px;
    background: red;
	cursor: pointer;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding: 0 24px;
	font-size: 18px;
	position: absolute;
    bottom: -1px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.moduleonlineservicegiant .popuptips3-btnbox a{	color: #fff; display: block;}

.moduleonlineservicegiant.layout-color-red .popuptips3-btnbox{ background-color: #f10215;}
.moduleonlineservicegiant.layout-color-pink .popuptips3-btnbox{ background-color: #ed1f65;}
.moduleonlineservicegiant.layout-color-orange .popuptips3-btnbox{ background-color: #fd6e27;}
.moduleonlineservicegiant.layout-color-yellow .popuptips3-btnbox{ background-color: #ffd231;}
.moduleonlineservicegiant.layout-color-yellow .popuptips3-btnbox a{color:#3e3b31}
.moduleonlineservicegiant.layout-color-green .popuptips3-btnbox{ background-color: #4caf50;}
.moduleonlineservicegiant.layout-color-cyan  .popuptips3-btnbox{ background-color: #10aa9c;}
.moduleonlineservicegiant.layout-color-blue  .popuptips3-btnbox{ background-color: #1e88e5;}
.moduleonlineservicegiant.layout-color-purple .popuptips3-btnbox{ background-color:#a41ebb;}
.moduleonlineservicegiant.layout-color-brown .popuptips3-btnbox{ background-color:#6b3a2b;}
.moduleonlineservicegiant.layout-color-black .popuptips3-btnbox{ background-color:#000;}

.moduleonlineservicegiant.layout-color-red .popuptips3-btnbox:hover{ background-color: #e50b1c;}
.moduleonlineservicegiant.layout-color-pink .popuptips3-btnbox:hover{ background-color: #df2468;}
.moduleonlineservicegiant.layout-color-orange .popuptips3-btnbox:hover{ background-color: #f65e12;}
.moduleonlineservicegiant.layout-color-yellow .popuptips3-btnbox:hover{ background-color: #ffc905;}
.moduleonlineservicegiant.layout-color-green .popuptips3-btnbox:hover{ background-color: #43a047;}
.moduleonlineservicegiant.layout-color-cyan  .popuptips3-btnbox:hover{ background-color: #139d8f;}
.moduleonlineservicegiant.layout-color-blue  .popuptips3-btnbox:hover{ background-color: #1976d2;}
.moduleonlineservicegiant.layout-color-purple .popuptips3-btnbox:hover{ background-color:#8b08a2;}
.moduleonlineservicegiant.layout-color-brown .popuptips3-btnbox:hover{ background-color:#5c2e20;}
.moduleonlineservicegiant.layout-color-black .popuptips3-btnbox:hover{ background-color:#333;}
/*end 主动会话*/


a:focus{
	text-decoration:none !important;
	outline-offset:0 !important;
	outline:none !important;
}

.moduleproductlistgiant .pro-desc>span{
	display: block;
}

.ui-dialog .ui-dialog-titlebar-close:before{
    content: "\2716";
    position: absolute;
    top: -2px;
    right: 0.3em;
 }

.ui-dialog .ui-dialog-titlebar-close{
   background: transparent;
}
.imdialogbox{
	width: 100vw;
    height: 100vh;
    position: fixed;
	display:  none;
	top:0;
	z-index:9000;
}
.imdialogmask{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}
.imdialoginfo{
	transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
	border-radius: 10px;
	padding: 44px 23px;
}
.imdialoginfo .imdialogclose{
	position:absolute;
	top: 16px;
    right: 16px;
    font-size: 12px;
    font-weight: bold;
	cursor: pointer;
}

#google_translate_element2,#goog-gt-tt,.skiptranslate{display:none !important;}
.modulelangswitchgiant a{ cursor: pointer;}

.uetable-mobile-responsive-2 .uetable-mobile-row {
	display: flex;
}
@media screen and (max-width:767px){
	.uetable.uetable-mobile-1,.uetable.uetable-mobile-2 {
		display: none;
	}
	.uetable-mobile-responsive {
		display: block;
	}
}
@media screen and (min-width:768px){
	.uetable-mobile-1,.uetable-mobile-2 {
		display: block;
	}
	.uetable-mobile-responsive {
		display: none;
	}
}
/*star 热点模块公共样式*/
.modulehotspotgiant .hotspotsvgicon{
    flex-direction: column;
    justify-content: center;
}
.modulehotspotgiant .hotspotsvgicon > *{
    width: 16px;
    height: 16px;
}
.modulehotspotgiant .hotspoticon{
    font-size: 16px;
}
.modulehotspotgiant .buttonbox{
	display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 12px 16px 12px 20px;
	width: max-content;
	width: -moz-max-content;
    margin-left: 15px;
	position: relative;
	font-size: 14px;
	top: 50%;
    position: absolute;
    transform: translatey(-50%);
}
.modulehotspotgiant .buttonbox .hotspoticon {
    font-size: 14px;
    margin-right: 3px;
}
.modulehotspotgiant .buttonbox .hotspoticon {
    font-size: 14px;
    margin-right: 3px;
}
.modulehotspotgiant .buttonbox .hotspoticon>*{
	width:14px;
	height: 14px;
}
.modulehotspotgiant .buttonbox span{
	opacity: 0;
}
.modulehotspotgiant .buttonbox .buttontext{
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
}
.modulehotspotgiant .hotspotbox.active .buttonbox:before {
	width: 100%;
	transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
	visibility: visible;
}
.modulehotspotgiant .hotspotbox.active .buttonbox  span{
	opacity: 1;
    transition: all .36s .4s;
}
.modulehotspotgiant .buttonbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: rgba(62,129,218,.8);
    border-radius: 50px;
}
.modulehotspotgiant .hotspotbox .cardbox{
	padding: 20px 30px;
	opacity: 0;
	background: rgba(51,51,51,0.90);
    border-radius: 10px;
    left: 15px;
	color: #fff;
	min-width: 320px;
	font-size: 16px;
	top: 50%;
    position: absolute;
    transform: translatey(-50%);
}
.modulehotspotgiant .hotspotbox .cardbox .cardtext{
	margin-bottom: 10px;
	display: block;
}
.modulehotspotgiant .hotspotbox .cardbox .carddesc{
	display: block;
	margin-bottom: 50px;
}
.modulehotspotgiant .hotspotbox .cardbox .buttontext{
	display: flex;
	align-items: center;
	color: #fff;
}
.modulehotspotgiant .hotspotbox .iconfont {
	line-height: 1.5 !important;
}
.modulehotspotgiant .hotspotbox .cardbox .icon-jiantou1{
	margin-left: 8px;
}
.modulehotspotgiant .hotspotbox.active .cardbox{
	opacity: 0.9;
	transition: opacity 1s ease-in-out 0s;
}
.modulehotspotgiant .popupbox{
	visibility: hidden;
    opacity: 0;
    padding: 20px 25px;
    background: #3e64b4;
    min-width: 400px;
    height: auto;
	position: absolute;
	transition: all .5s ease-in-out;
	font-size: 16px;
	z-index:9999999;
}
.modulehotspotgiant .hotspotbox.active .popupbox{
	opacity: 1;
    visibility: visible;
}
.modulehotspotgiant .popupbox .hspopupclose{
	transition: all 0.3s;
	position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
	cursor: pointer;
}
.modulehotspotgiant .popupbox .hspopupclose:hover{
	transform: rotate(180deg);
}
/*end 热点模块公共样式*/
.counter-container{
	width: 100%;
	display:block;
}
.imagetextcontainer.mcustomscrollbar .mcsb_scrolltools
{
	width:8px !important;
}
.imagetextcontainer.mcustomscrollbar .mcsb_outside   .mcsb_scrolltools
{
	right: 0 !important;
}
.imagetextcontainer.mcustomscrollbar .mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar{
    background-color: rgba(174,211, 251, 1) !important;
}
.imagetextcontainer.mcustomscrollbar .mcsb_draggerrail{
	background-color: #fff !important;
}
