﻿/*main css add by sam 2018-08-26 begin */

html,
body {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
*{
	font-family: Arial, Helvetica, SimSun, 宋体, "Arial Unicode MS", sans-serif!important;
}
.main-content {
	margin: 10px;
	position: relative;
}
.main-content p{
	padding: 0;
	margin: 0;
}
#footer {
    margin-top: 20px;
    padding: 15px 0;
    position:inherit;
    bottom: 0;
    width: 100%;
    height: 330px;
    /* border-top: solid 2px #e1ac2a; */
    background: #2F2F2F;
    font: Arial,Helvetica,SimSun,宋体,sans-serif !important;
    clear: both;
}
/*main-header css*/

.main-content>.main-header {
	width: 100%;
	min-height: 210px;
}

.main-content>.main-header>.top-img {
	width: 180px;
    height: 180px;
    border: 2px solid coral;
    padding: 0;
    position: absolute;
    left: 0px;
    top: 5px;
    padding: 1px;
    z-index:999;
    cursor:pointer;
}

.main-content>.main-header>.top-img img {
	width: 100%;
	height: 100%;
	background: #fff;
}
.product_root{
	position: absolute;
}
.main-content>.main-header>.top-title{
	padding: 0 0 3px 195px;
    border-bottom: 2px solid coral;
}
.main-content>.main-header>.top-title >p{
	margin: 0!important;
	font-size: 18px;
}
.main-content>.main-header>.top-title >.ename{
	font-weight: bold;
}
.main-content>.main-header>.top-title >.cname{
	letter-spacing: 1px;
	font-weight: bold;
}
.main-content>.main-header>.top-content{
	width: 100%;
	position: relative;
	display: flex;
	margin-top: 10px;
	padding-left: 189px;
	padding-right: 10px;
}
.main-content>.main-header>.top-content>.item{
	width: 50%;
	min-height: 150px;
	overflow: hidden;
}
.main-content>.main-header>.top-content>.item-detail{
    margin-left: 135px;
    padding: 5px;
}
.main-content>.main-header>.top-content>.item-introduce{
	margin-left: 10px;
	border: 1px coral solid;
}
/*.main-content>.main-header>.top-content>.item-introduce:first-child{
	margin-left: 195px;
}*/
#product_description table{
	width: 100%!important;
}
.intr-detail table{
	width: 100%!important;
}
.intr-detail table tbody tr td{
    word-break: keep-all;
    white-space: normal;
    text-align: left;
    overflow: inherit!important;
}
.intr-detail table tbody {
	width: 100%!important;
	padding: 5px;
}
.intr-detail table tbody tr {

}
.item-introduce table{
	width: 100%!important;
}
.main-content>.main-header>.top-content>.item-introduce .intr-detail{
	padding: 5px;
}
.main-content>.main-header>.top-content>.item>.intr-header{
	background: antiquewhite;
    /*height: 45px;*/
    padding: 5px 0px 3px 5px;
    position: relative;
    border-bottom: 1px coral solid;
}
.main-content>.main-header>.top-content>.item>.intr-header .intr-detail{
	padding: 5px;
}
.main-content>.main-header>.top-content>.item>.intr-header p{
	font-size: 14px;
    margin-bottom: 3px;
}
.main-content>.main-header>.top-content>.item>.intr-header .ename{
    font-weight: bolder;
}
.main-content>.main-header>.top-content>.item>.intr-header .icon-true{
	position: absolute;
    right: 5px;
    top: 5px;
    font-size: 14px;
    font-weight: bolder;
}
#product_list_detail table{
	width: 100%!important;
	display: flex;
}
#product_list_detail table tbody{
	width: 100%!important;
    display: inline-table!important;
}
#product_specifications  table{
	width: 100%!important;
}
#product_approvals table{
	width: 100%!important;
}
#product_description{
	margin-right: 10px;
}
/*end main-header css */

/*icon css */
#product_specifications>table {
	width: 100%!important;
}
#product_approvals>table>tbody>tr,#product_specifications>table>tbody>tr{
	height: auto!important;
	background: #FFF!important;
	border: #FFF!important;
}
#product_approvals>table>tbody>tr>td,#product_specifications>table>tbody>tr>td{
	height: auto!important;
	background: #FFF!important;
	border: #FFF!important;
}
.icon-true:after{
	content: "RoHS ✔ ";
}
/*end*/
/*main-body css*/

.main-content>.main-body {
	width: 100%;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
}
.main-content>.main-body>.body-left{
	width: 100%;
	padding: 0;
	border: 1px coral solid;
	padding: 5px;
	min-height: 100px;
	margin-right: 10px;
}
.main-content>.main-body>.body-right{
	/*width: 30%;*/
	width: 100%;
	padding: 0;
	padding: 5px;
}
.main-content>.main-body>.body-right img{
	width: 90%;
	margin-left: 5%;
	height: auto;
}
.print_div{
	background: #91C73E;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}
.print_div:hover{
    color: #000;
    background: #e1e1e1;
}
/*end main-body css */


/*main-bottom css*/
.main-content>.main-bottom{
	display: block;
	margin-bottom: 10px;
}
.main-content>.main-bottom>.bottom-item{
	width: 40%;
    display: inline-block;
    margin-bottom: 10px;
	position:relative;
	cursor:pointer;
}
.main-content>.main-bottom>.bottom-item img{
	width: 90%;
	margin-left: 5%;
}
/*end bottom*/

.deletethis{
	position: absolute;
    right: 20px;
    top: 5px;
    background: url(../images/delete.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
#productimg_d{
    position: absolute;
    z-index: 999;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    background-color: #1E9FFF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
td .pop{
 	display: none;
 }
td:hover .pop{
	display: block;
}
/*td {
    white-space: inherit!important;
}*/
td {
    mso-pattern: auto;
    border: none;
    mso-protection: locked visible;
    mso-ignore: padding;
    mso-style-parent: style0;
    mso-number-format: General;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    word-wrap: break-word;
    mso-pattern: auto none;
    color: #231F20;
    font-style: normal;
    mso-diagonal-down: none;
    mso-diagonal-up: none;
    mso-protection: locked visible;

}
.hidden-xs table tr td{
	word-break:normal;
	text-align: left;
	font-size: 12px!important;
}
#product_list_detail table tbody tr td p{
	-ms-word-break: inherit!important;
}
#product_list_detail table tr td{
	-ms-word-break: inherit!important;
}
/*end*/
