body {
	font-family: "Arial";
}

.table>tr>th, .table>tbody>tr>td {
	padding-left: 10px;
}

.table>tbody>tr>th.active {
	padding-left: 10px;
}

.detail-nav {
	/*width:80%;*/
	margin-top: 30px;
}

.pro-title {
	/*width:80%;
	margin:10px auto;*/
	text-align: left;
	color: #2489eb;
}

.nav-title {
	height: 30px;
	border-bottom: 1px solid #2489eb;
}

.nav-title .active {
	color: #2489eb;
}

.nav-line {
	height: 30px;
	border-bottom: 1px solid #EBEBEB;
}

.detail-description {
	/*width:80%;*/
	margin: 10px auto;
}

.detail-description .item-icon {
	display: inline-block;
	float: left;
}

.detail-description .item-title {
	margin-left: 10px;
	font-size: 14px;
	font-family: "arial";
	display: inline-block;
	float: left;
	color: #2489eb;
}

.detail-title {
	width: 100%;
	height: 30px;
}

.detail-content-table {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.detail-notes {
	/*width:80%;*/
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ebebeb;
}

.detail-notes p span {
	font-size: 14px;
	font-family: "arial";
	color: #2489eb;
}

.detail-notes p {
	font-size: 12px;
	padding-left: 30px;
}

.detail-download-area {
	/*width:80%;*/
	border: 1px solid #EBEBEB;
	height: 100%;
	text-align: left;
	margin: 0px auto;
	padding: 10px 0;
}

.download-item {
	padding: 5px;
	height: 130px;
}

.download-item-content {
	height: 100%;
	padding-left: 10px;
}

.download-info-title {
	height: 40px;
	font-size: 16px;
	color: #2489EB;
	padding-left: 5px;
}

.download-btn-area {
	margin-top: 10px;
	display: inline-block;
}

.auth-download-btn-area {
	display: inline-block;
	width: 50%;
	float: left;
	margin-bottom: 5px;
}

.download-btn-area a, .auth-download-btn-area a {
	color: #333;
}

.detail-declaration {
	padding-top: 10px;
	padding-bottom: 10px;
	/*width:80%;*/
	margin: 0 auto;
}

.detail-declaration p {
	padding-top: 10px;
	font-size: 14px;
	font-family: "arial";
}

.tools {
	margin-top: 106px;
	height: 150px;
	width: 80px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border: 1px solid lightgrey;
	border-left: 0px;
}

.tools a:hover {
	text-decoration: none;
}

.tools-item {
	text-align: left;
	padding: 5px;
}

.tools-item a {
	color: #666666;
}

.tools-item-top-radius {
	border-top-right-radius: 15px;
}

.tools-item-bottom-radius {
	border-bottom-right-radius: 15px;
}

.tools-items-border {
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
}

.arrow-to-share-email {
	display: none;
	width: 15px;
	height: 15px;
	background-image: url(../../img/detail/icon-arrow-left.png);
	background-size: 100% 100%;
	position: absolute;
}

.share-email {
	display: none;
	width: 150px;
	height: 70px;
	border: 1px solid lightgrey;
	border-radius: 10px;
	position: absolute;
	background-color: #fff;
}

.share-moments {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 5px 10px;
	/*background-color: #77c35d;*/
	border-bottom: 1px solid lightgrey;
}

.send-email {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: white;
}

.email-panel {
	top: 20%;
	left: 35%;
	width: 400px;
	height: 400px;
	position: fixed;
	z-index: 10003;
	border: 1px solid lightgrey;
	border-radius: 15px;
	background-color: #fff;
	display: none;
}

.email-panel h3 {
	color: #2489EB;
	text-align: left;
	margin: 0px;
	padding-left: 15px;
	padding: 15px 15px 5px;
	font-weight: bold;
}

.email-body {
	padding: 15px;
}

.fileTitle {
	color: #2489EB;
	font-size: 16px;
}

.fileName {
	font-size: 16px;
}

.email-address {
	
}

.input-email {
	width: 100%;
	height: 34px;
}

.remark {
	width: 100%;
	height: 80px;
}

.btn-confirm {
	border-radius: 5px;
	background-color: #2489EB;
	padding: 5px 50px;
	color: #fff;
}

.btn-cancel {
	border-radius: 5px;
	padding: 5px 50px;
	color: #666666;
}

.contact-panel {
	top: 40%;
	left: 40%;
	border: 1px solid lightgrey;
	border-radius: 10px;
	background-color: #fff;
	z-index: 10002;
	width: 300px;
	height: 200px;
	text-align: center;
	display: none;
}

.contact-panel h1, .contact-panel h4 {
	color: #2489EB;
}

.contact-panel h4 {
	font-weight: bold;
}

.bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10001;
	top: 0;
	left: 0;
	opacity: 0.4;
}

.wx-qrcode-panel {
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	left: 50%;
	margin: -200px 0 0 -200px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	width: 360px;
	height: 360px;
	overflow: hidden;
	display: none;
}

.wx-qrcode-header {
	border-bottom: 1px solid #EEEEEE;
	padding: 9px 15px;
}

.wx-qrcode-body {
	text-align: center;
	height: 251px;
	width: 100%;
}

.wx-qrcode-body img {
	margin: 10px auto;
}

.join-contrast {
	cursor: pointer;
}

.add-contrast {
	top: 50%;
	left: 40%;
	border: 1px solid #359cff;
	background-color: #fff;
	z-index: 10002;
	text-align: center;
	width: 270px;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	display: none;
}

.showUl {
	background-clip: padding-box;
	background-color: LightGoldenrodYellow;
	border: 5px solid #005ab5;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	left: 50%;
	margin: -300px 0 0 -400px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	width: 800px;
	height: 600px;
	overflow: hidden;
	z-index: 999998;
	display: none;
	/* overflow-y: auto; */
}
.ulcontent{
	width:99%;
	margin: 25px 10px 15px 5px;
}
.ulcontent table{
	width: 100%;
}
.closeUl {
	z-index: 999999;
	text-decoration: none;
	margin-top: 2px;
	color: #000000;
	float: right;
	font-size: 27px;
	font-weight: bold;
	cursor: pointer;
	line-height: 20px;
	opacity: 0.2;
	text-shadow: 0 1px 0 #FFFFFF;
	right: 25px;
	top:-5px;
	position: absolute;
}
.triangle_border_left{
    width:10px;
    height:20px;
    border-width:10px 10px 10px 0;
    border-style:solid;
    border-color:transparent #ff7200 transparent transparent;/*透明 灰 透明 透明 */
    position:absolute;
    margin-left:-10px;
    margin-top: 4px;
}

#inquirySuggest.product-suggest {
	top: 90%;
	left: 123px;
}

.product-suggest {
	position: absolute;
	list-style: none;
	top: 100%;
	left: 7px;
	width: 230px;
	text-align: left;
	background: #fff;
	-moz-box-shadow: 1px 1px 3px #888888;
	box-shadow: 1px 1px 3px #888888;
	padding: 5px 10px;
	z-index: 1;
	display: none;
}

.product-suggest li a {
	display: inline-block;
	color: #999999;
	font-size: 14px;
	padding: 2px 0;
	width: auto;
	position: relative;
	text-decoration: none;
	outline: none;
	background-color: transparent;
}

.product-suggest li a:hover {
	font-weight: bolder;
	color: #2489eb;
}

.product-suggest li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 0;
	height: 1px;
	background: #2489eb;
	transition: all .2s;
}

.product-suggest li a:hover:before {
	width: 100%;
	left: 0;
	right: 0;
}

.search-highlight {
	color: #2589eb;
}