﻿/* 放大鏡特效樣式 */
.fdj_main{
	width: 1380px; 
	margin: 0px auto; 
	position: relative;
}
/* 左邊,右邊div塊 */
#left,#right {
    /* border: 1px solid red; */
    overflow: hidden;
}
#left{
	position: relative;
	width:800px;
	margin: 0px auto;
}
#right{
	background: #fff;
	box-shadow: 0px 0px 5px #ddd;
	width:350px;
	height: 350px;
	position: absolute;
	top: 50%;
	margin-top: -580px;
	right: 38%;
	z-index: 99;
}
#imgListR{
	width: 100%;
	/*height: 100%;*/
}
/* 左邊div塊內的移動小塊 */
.mask {
	width: 100px;
	height: 100px;
    background-color: rgba(0,0,255,0.3);
    position: absolute;
    left: 50px;
    top: 50px;
}


/* 選項卡樣式 */

/* 選項卡div塊 */
.xiaoTuList{
    width: 800px;
    margin-left: 100px;
    list-style: none;
    padding: 0px;
	margin: 40px auto;
	text-align: center;
}

/* 小圖div樣式 */
.imgXT {
	display: inline-block; 
	
    margin-right: 20px;
    margin-bottom: 10px;
    width: 70px;
    /*height: 55px;*/
	
}
.imgXT  img{border: 3px solid  #ddd;cursor:hand}

/* 小圖圖片寬高顯示 */
.imgXT img {
    width: 100%;
    height: 100%;
	cursor:pointer;
}

/* 定義的一個清除浮動的 class 類 */
.clearFix{
    clear: both;
}

/* 選中時添加的樣式 */
.imgXT  .Style {
    border: 3px solid  #0550a0;
}
@media only screen and (max-width: 1080px) {
	.fdj_main{
		width: 98%; 
	}
	#right{
		display: none;
	}
	#left{
		width: 100%;
		height: 400px;
		padding: 2rem 2rem 0 2rem;
		box-sizing: border-box;text-align:center
	}
	#left img{height:400px;width:auto}
	.xiaoTuList{
		width: 100%;
	}
	.imgXT {
	    margin-right: 10px;
	    width: 2.5rem;
	    /*height: 2rem;*/
		}
	.mask{
		display: none;
	}

}

@media only screen and (max-width: 880px) {
#left{	height:340px;}#left img{height:340px;width:auto}
}
@media only screen and (max-width: 680px) {
#left{	height:270px;}#left img{height:270px;width:auto}
}
@media only screen and (max-width: 480px) {
#left{	height:200px;}#left img{height:auto;width:auto}
}