/* CSS Document */
#product{width:100%;max-width:800px;margin:0 auto;}
#product .vwm{margin-bottom:60px;}
#product .vwm .vwm-left{width:50%;margin-top:217px;float:left;}
#product .vwm .vwm-left span{display:block;line-height:58px;font-size:45px;color:#58c7d8;}
#product .vwm .vwm-left p{margin:15px 0;font-size:13px;color:#747474;}
#product .vwm ul{width:50%;margin-top:50px;float:left;}
#product .vwm ul li{width:50%;float:left;}
#product .vwm ul li span{width:70%;padding-left:35px;margin-left:10px;display:block;}
#product .vwm ul li span img{width:100%;height:auto;}
#product .vwm ul li em{display:block;width:70%;padding-left:47px;margin-top:8px;text-align:center;font-size:14px;color:#58c7d8;}
#product .vwm ul .fs{margin-top:214px;}
#product .small-hint{width:100%;margin-bottom:75px;}
#product .small-hint li{width:17%;padding:0 11px;text-align:center;float:left;}
#product .small-hint li p{margin-top:10px;font-size:12px;color:#747474;}
/*屏幕适配*/
@media screen and (max-width:1000px){
 /*手机导航*/
.phone-icon{display:block;}
#header .he-de .nav{display:none;}
	}
@media only screen and (max-width:479px){
 /*手机导航*/
#header .he-de .logo{display:block;width:165px;top:28px;}
#header .he-de .logo img{width:100%;height:auto;}
#product .vwm .vwm-left{width:100%;margin-top:90px;}
#product .vwm ul{width:100%;}
#product .vwm ul .fs{margin-top:53% !important;}
#product .small-hint li{width:100%;padding:0;margin-bottom:18px;}
/*底部导航*/
#f-nav ul li{margin:0 0 15px 18px;}
	}
@media only screen and (max-width:768px){
/*左边栏*/
#leftbar{display:none;}
/*右边栏*/
#rightbar{display:none;}
/*版权*/
#copyright{margin-bottom:0px;}
/*会员卡激活和购买*/
#member{display:block;}
#buy-c ul .newte{margin:5px 0 0 126px;}
#product .vwm .vwm-left span{margin-left:20px;}
#product .vwm .vwm-left p{margin-left:20px;margin-right: 8px;}
#product .vwm ul .fs{margin-top:204px;}
	}
@media only screen and (max-width:360px){
/*塔斯马尼亚文字修改*/
#tarea .ta-de p {font-size: 21px;}
/*购买内容*/
#buy-c span{margin: 10px 0 10px 20px;}
#buy-c p {margin: 5px 20px 5px 20px;}
#buy-c ul li:nth-child(2) {margin: 5px 0 0 3px;}
/*版权*/
#copyright{width:100%;height:auto;line-height:20px;text-align:left;}
#copyright a{margin-left:8px;}
/*底部导航*/
#f-nav{height:auto;}
	}


