@charset "utf-8";
/* CSS Document */

/*标头*/


/*产品详细页*/
.a_side{width:1230px;height:auto;margin:0 auto;color:#323232;}
.pro_d{height:auto;float:left;width:860px; background:#fafafa;}
.type_name{width:100%;height:50px;margin:0 auto;margin-bottom: 15px;text-align: center;padding-top: 10px}
.TitleCN{display: block;font-size: 20px;color:#323232;}
.TitleJP{display: block;font-size: 12px;color:#95b19a;}


/*产品详情内容区域*/
.pd_show{background:#fafafa;margin:5px 0 5px 0;padding:10px;width:840px;height:auto;}


/*左栏产品规格*/
#pd_data{margin:5px 5px 0 0;width:260px;float:left;}
#pd_data dl{font-size:15px;margin:5px 0 8px 0;}
#pd_data dl dt{width:120px;font-weight:bolder;float:left;}
#pd_data dl dd{width:140px;display: inline-table;border-bottom:1px #ccc dashed;}

/*直销二维码*/
.QrC{width:260px;height:270px;text-align: center;}
.qrcCau{width:200px;height:auto;background: #696969;color:#fff;border-radius: 3px;padding: 5px;margin:5px auto;font-size: 12px}


/*右栏产品详细*/
.pd_laber{height:45px;background:#fafafa;font-size:18px;line-height:35px;}
.pd_laber span{color:#fafafa;font-size:30px;margin:0px 10px 0px 10px;}
.pd_show #pro_content{width:575px;margin-top:5px;font-size:16px;float:right;}
/*产品图*/
#pd_pic{position:relative;z-index:0;}
#pd_pic ul{position:absolute;z-index:1;top:230px;left:18px;}
#pd_pic ul li{list-style:none;float:left;width:60px;height:60px;margin-right:3px;border:#9d9d9d 1px solid;}

/*关联产品*/
.Relation ul{display: flex;flex-wrap: wrap;list-style: none;}
.Relation ul li{width: 190px;height:210px;padding:8px;float:left;text-align: center;margin:5px 3px;cursor: pointer;color:#666;background: #eee}
.Relation ul li img{width: 175px}
.Relation ul li a{color:#666;}



/*回复*/
.pd_reply{clear:both;background:#fafafa;margin:5px 0;padding:20px;width:820px;height:155px;}
#reply{margin-bottom:10px;font-size:14px;position:relative;}
#reply a{color:#900;font-weight:bolder;}
textarea{width:780px;height:80px;padding:10px;resize:none;margin:5px 0;border:#999 1px solid;font-family: "微软雅黑", Tahoma;font-size:12px;}
.submit{width:100px;margin-left:131px;}
#mail_i{width:250px;padding:0 10px;font-size:12px;}
#vericode{width:80px;}
#code{position:absolute;top:135px;left:575px;cursor:pointer;}