/**/
/*Hides empty editor html fields*/
.first-text:empty  { display: none; }
/*End - Hides empty editor html fields*/

/*Loader*/
.configurator_loader {
    width: 100%;
    min-height: 30px;
    background: url(../Images/ajax-loader.gif) no-repeat 50% 0;
}
/*End Loader*/


/* toolpart select list */
#MSOTlPn_MainTD div[id^="ToolPart"] select {
    width: 205px;
}

/* Custom Products Navigation Links */
.navigation__secondary.custom__links {
    /*margin-top: 20px;*/
    border-top: 1px solid #c7c7c7;
    padding: 21px 0;
    color: #515353;
}

.navigation__secondary.custom__links p{
    font: normal normal 12px/18px "微软雅黑", sans-serif;
    margin: 0;
    color: #9b9b9b; 
}
#share a{
	width:80px;
	height:80px;
	font-size:60px;
	line-height:80px;
}
/* END Custom Products Navigation Links */

/*sqy*/
@media only screen and (max-width:480px) {
#share a{width: 50px;height: 50px;font-size: 30px;line-height: 50px;}

}
/*分页专用css1 -- .xiycms-page*/
.xiycms-page {list-style:none;margin:20px 0px;text-align:center;}
.xiycms-page li {display:inline-block; margin:0px 5px;border:1px solid #dedede; margin-right:5px; line-height:30px;color:#999;}
.xiycms-page li a { display:inline-block;line-height:30px;padding:0 6px;}
.xiycms-page li.active,.qipapage li.hover {border:1px solid #00b5f9; color:#00b5f9; font-weight:bold; text-decoration:none;}
.xiycms-page li.active a,.qipapage li.hover a { color:#00b5f9; font-weight:bold; text-decoration:none;}