﻿@charset "utf-8";
/* CSS Document */

html{
	margin:0px;
	padding:0px;

}

body{
font: 12px/18px ;
margin:0px;
padding:0px;
background-color:#f2f4f9; 
font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif,微软雅黑;

}



body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: Helvetica, Arial,Microsoft YaHei, "\5b8b\4f53", sans-serif!important;}


a{

text-decoration:none;
color:#0099ff;
}

a:active{
text-decoration:none;
}
a:hover{

text-decoration:underline;
}
/*a:link{

}
a:visited{

}*/



.borderDIV {

background-color:#ffffff; width:640px; border-color:#d0d0d0; border-style:none; border-width:1px;text-align:center;margin-left:auto; margin-right:auto;

-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
    -moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
    box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
	
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
border:1px solid transparent

}


.borderDIV-sm {

background-color:#ffffff; width:480px; border-color:#d0d0d0; border-style:none; border-width:1px;text-align:center;margin-left:auto; margin-right:auto;

-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
    -moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
    box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
	
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;

border:1px solid transparent

}


#wrapDIV {
	
	
	padding:0px;
	margin:0px;

}

#titleDIV{
	
	text-align:left;
	padding:5px 5px 5px 5px;
	font-size:12px;
	color:#999999;
	/*border-color:#0;
	border-style:solid;*/
}

.line{

height:1px; background-color:#f0f0f0; overflow:hidden;
}

#contentDIV{

text-align:left; padding:15px;
min-height:60px;
_height:100px;
margin:0px 6px 6px 6px;

}




.posterImg{
	
	position:absolute;
	width:100%;
	
}

.banner img{
	display: block;
	height: auto;
	max-width: 100%;
}



#footer{
	
	line-height:20px;
	padding:30px;
	color:#888;
	font-size:10px;
	text-align:center;
	margin:auto;
	
}





.navDIV{
	
	text-align:center;
	width:640px;
	margin:auto;
	letter-spacing: 2px;
	font-family:'Helvetica Neue',Arial;
	font-weight:100;
	
	
}

.navDIV-sm{
	
	
	width:480px;
	
	
}

.navDIV a{


color:#999999;
font-size:22px;
padding:6px 12px;
border-radius:2px;
box-sizing:border-box;
display:inline-block;


}

.navDIV .navCurrent {
	
	color:#0099ff;
}


.navDIV a:hover{

text-decoration:none;

color:#fff;
background-color:rgba(0,0,0,.2);

	

}




input[type="image"].buy-button{
	
	background-image:  url(http://www.icyarrow.com/css/pic/buy-button-sprite.png);
	background-repeat:no-repeat;
	 background-color:transparent;
	display: block;
	width:212px;
	height:24px;
	background-position: 0 0px;
	text-indent: -9999px;
	border: none;
	outline: none;
	color: transparent;
	
}



input[type="image"].buy-button:hover{
	
	
	background-position: 0px -28px;
	
}
input[type="image"].buy-button:active{
	

	background-position: 0px -56px;
	
}



input[type="image"].download-button{
	
	background-image:  url(http://www.icyarrow.com/css/pic/download-button-sprite.png);
	background-repeat:no-repeat;
	 background-color:transparent;
	display: block;
	width:132px;
	height:24px;
	background-position: 0 0px;
	text-indent: -9999px;
	border: none;
	outline: none;
	color: transparent;
	
}



input[type="image"].download-button:hover{
	
	
	background-position: 0px -28px;
	
}
input[type="image"].download-button:active{
	

	background-position: 0px -57px;
	
}



.app-list{
	
	
	background-color:#fff;
	border-top:solid 1px #ccc;
	border:solid 1px #ddd;
	max-width:1280px;
	text-align:center;
	margin:auto;
	
	
}
.app-list table{
	
	border:none; 
	width:100%;
	
	
}

.app-list table tr{
	background-color:#ffffff;
	
}

.app-list table tr td{
	width:25%;
	border-right:solid 1px #f0f0f0;
	border-bottom:solid 1px #f0f0f0;
	word-break:break-all;
	font-size:12px;
	color:#999;
	padding:8px;
	
}

/*.app-list table tr:first-child td{
	
	border-top:solid 1px #f0f0f0;
	
}
*/
.app-list table tr:last-child td{
	
	border-bottom:none;
	
}


.app-list table tr td:last-child{
	
	border-right:none 1px #f0f0f0;
	
}


.app-list table tr:nth-child(even){
	
	background-color:#fafafa;
	
	
}

.app-list table tr:nth-child(odd){
	
	
	cursor:pointer;
	
}

.app-list table tr td img{
	display:inline;
	max-width: 40%;
	height: auto;
	width:40%;
	
	
}


.app-list table tr:nth-child(odd) td:hover {
	-webkit-box-shadow:0px 0px 10px #ccc inset;
    -moz-box-shadow:0px 0px 10px #ccc inset;
    box-shadow:0px 0px 10px #eee inset;
	
	
}

.disnable{
	cursor:no-drop;
	
}

.disnable:hover{
	cursor:no-drop;
	
}
.appBox{
	position:relative;	
	min-height:20px;
	
	
}
.app-list a{
	color:#999;
}

.app-price{
	
	
	position:absolute;
	right:-5px;
	bottom:-5px;
}

.price-label{
	background:#5cb85c;
	color:#fff;
	padding:2px 6px 2px 6px;
	border-radius:4px;
	font-size:1em;
	display:block;
	margin-top:2px;
}


#downloadBtns span{
	margin:6px;
	display:inline;
	line-height:60px;
}

.auto-size-img{
	display:inline;
	
	max-width:100%;
	
	height:auto;	
}

.center-block{
	display:block;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
}

.featureList{



}

.featureList div {
    width: 33.3%;
    float:left;
    padding:15px;
    color: #5A5E68;
    font-weight: 100;
    font-size: 18px;

}

.featureList>div>h3{

    font-size: 20px;
    text-transform: uppercase;
    font-weight: 200;
    color:#ffffff;
    margin:20px;

}
	
	
.videoLink{
	
	background-image:url(http://www.icyarrow.com/css/pic/cta_video_27pt.png); 
	background-position:0 -62px; 
	width:208px; 
	height:31px;
}

.videoLink:hover{
	background-position:0 0px; 	
}


.frame-btn{
    text-align:center;
    text-decoration: none;
    border:solid 1px #fff;
    -webkit-font-smoothing: antialiased;
    font-size:18px;
    color: #fff;
    background: transparent;

    display: inline-block;
    white-space: nowrap;

    border-radius: 3px;
	padding:10px 20px;


}

.frame-btn:hover {
    background: #0099ff;
	border:solid 1px #0099ff;
    color:#fff;
}



@media screen and (min-width: 650px) {
	
	.borderDIV {
		width:640px;	
	}
	
	.navDIV{
		width:640px;
	}
	
	.appBox{
		
		text-align:center;
		margin:auto;	
	}
	
	.featureList div{
		width:33.3%;	
	}
	
}






@media screen and (max-width: 650px) {
	
	.borderDIV {
		width:95%;	
	}
	.navDIV{
		width:95%;
	}
	
	.featureList div{
		width:100%;	
	}
	
}


@media screen and (max-width: 380px) {
	
	
	.app-price{
		display:none;

	}
	

	
	.appBox{
		
		text-align:center;
		margin:auto;	
	}
	
	
}



@media screen and (min-width: 480px) {
	
	
	.borderDIV-sm {
		width:470px;	
	}
	.navDIV-sm{
		width:470px;
	}
	
	
}

@media screen and (max-width: 480px) {
	
	
	.borderDIV-sm {
		width:95%;	
	}
	.navDIV-sm{
		width:95%;
	}
	
	
}





.sideColumn ::-webkit-scrollbar{
    width:8px;
    height:8px;
}
.sideColumn ::-webkit-scrollbar-button {
    width:0px;
    height: 0px;
}
.sideColumn ::-webkit-scrollbar-thumb{
    background: #494F5E;
    border-radius: 50px;
}
.sideColumn ::-webkit-scrollbar-thumb:hover {
    background: #6B7386;
}
.sideColumn ::-webkit-scrollbar-thumb:active {
    background: #494F5E;
}
.sideColumn ::-webkit-scrollbar-track {
    background:transparent;
}
.sideColumn ::-webkit-scrollbar-track:hover{
    background:transparent;
}
.sideColumn ::-webkit-scrollbar-track:active {
    background:transparent;
}
.sideColumn ::-webkit-scrollbar-corner {
    background: transparent;
}