/**
 * Created with JetBrains WebStorm.
 * User: Vincent Lee
 * Date: 13-7-8
 * Time: 下午12:39
 * To change this template use File | Settings | File Templates.
 */
#slider{
    background: url(../img/heading_home_bg.png) 0 0 repeat-x;
    min-height: 575px;
}
.index_top_left{
    text-align: left;
    padding-top: 40px;
}
.index_top_left div{
    color: #FFF;
    font-family: 'PT Sans Caption',sans-serif;
    font-size: 18px;
    text-shadow: none;
    text-transform: uppercase;
    margin: 0;
}

.index_top_left h1{
   	color: #FFF;
    font-family: 'PT Sans Caption',sans-serif;
    font-size: 30px;
    text-shadow: none;
    font-weight:700;
    text-transform: uppercase;
    margin: 12px 0;
}
.index_top_left dl{
    width: 100%;
    margin: 30px 0;
}
.index_top_left dt, .index_top_left dd{
    float: left;
    margin: 0;
    font-size: 15px;
    color: #fff;
}
.index_top_left dt{
    padding-top: 5px;
}
.index_top_left dd{
    width: 34px;
    height: 35px;
    margin:0 10px;

}
.device {
	cursor: pointer;
}
.phone{
    background: url(../img/mode_mobile_default.png) 0 0 no-repeat;
}
.phone:hover{
    background: url(../img/mode_mobile_hover.png) 0 0 no-repeat;
}
.ipad{
    background: url(../img/mode_tablet_default.png) 0 0 no-repeat;
}
.ipad:hover{
    background: url(../img/mode_tablet_hover.png) 0 0 no-repeat;
}
.mac{
    background: url(../img/mode_pc_default.png) 0 0 no-repeat;
}
.mac:hover{
    background: url(../img/mode_pc_hover.png) 0 0 no-repeat;
}
.phone.on{
    background: url(../img/mode_mobile_active.png) 0 0 no-repeat;
}
.ipad.on{
    background: url(../img/mode_tablet_active.png) 0 0 no-repeat;
}
.mac.on{
    background: url(../img/mode_pc_active.png) 0 0 no-repeat;
}
.search_style{
    width: 100%;
    border: #64CCEF 1px solid;
    border-radius: 4px;
}
.search_style input{
    float: left;
    height: 41px;
    line-height:41px;
    border: 0;
    background: none;
    font-size: 18px;
    color: #89C9ED;
    width: 320px;
    padding: 0;
	padding-left:10px;
}
.search_style input:focus{
	box-shadow:none;
	color: #89C9ED;
}

.search_style button{
    float:right;
	padding:0;
    width: 47px;
    height: 41px;
    background: url(../img/button_go.png) 0 0 no-repeat;
    border: 0;
    text-shadow: 0 1px 0 #000;
    margin: 0;
    color: #faf5e7;
    font-size: 22px;
    cursor: pointer;
}
/*.search_style button.load{
    background: url(../img/loading_01.gif) 10px 8px no-repeat;
}*/
.search_style button:hover{
    background: url(../img/button_go_hover.png) 0 0 no-repeat;
}
.search_style button.load:hover{
    background: url(../img/button_go.png) 0 0 no-repeat;
}

.search_style button img{
	margin-top:10px;
}

.index_top_left p{
    font-size: 15px;
    color: #F3F3F3;
    margin-top: 29px;
}
.index_top_left a.n_account{
    display:block;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5) inset;
    border: #082E46 1px solid;
    padding: 5px;
}
.index_top_left a.n_account span{
    background: url(../img/btn-bg.gif) repeat-x scroll 0 0 #7F9F3A;
    border-radius: 3px;
    color: #196008;
    display:block;
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 1px 1px #FFF;
    text-align: center;
    height: 47px;
}
.index_top_left a.n_account:hover{
    text-decoration: none;
}
.index_top_left a.n_account:hover span{
    text-decoration: none;
    background: #b2d038; /* Old browsers */
    background: #b2d038 -moz-linear-gradient(top, #a2c62c 0%, #c2da44 100%); /* FF3.6+ */
    background: #b2d038 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2c62c), color-stop(100%,#c2da44)); /* Chrome,Safari4+ */
    background: #b2d038 -webkit-linear-gradient(top, #a2c62c 0%,#c2da44 100%); /* Chrome10+,Safari5.1+ */
    background: #b2d038 -o-linear-gradient(top, #a2c62c 0%,#c2da44 100%); /* Opera11.10+ */
    background: #b2d038 -ms-linear-gradient(top, #a2c62c 0%,#c2da44 100%); /* IE10+ */
    background: #b2d038 linear-gradient(top, #a2c62c 0%,#c2da44 100%); /* W3C */
}
.index_top_right{
    text-align: center;
    margin-top: 70px;
    height: 464px;
    text-align: left;
	position:relative;
}
.index_top_right.hide{
	display:none;
}
.index_top_right .progress_main{
	position:absolute;
	right:137px;
	top:23px;
	width:224px;
	height:403px;
	background:#fff;;
}
/*.progress_main p{
	height:325px;
	line-height:20px;
	padding:10px;
	background:#396;
	color:#fff;
	font-size:14px;
}*/
.progress_body{
	margin-left:8px;
}

.index_top_right .progress_body{
	text-align:right;
}
.g_ipad .progress_main{
	right:88px;
	top:22px;
	width:322px;
	height:418px;
}
/*
.g_ipad .progress_main p{
	height:340px;
}
*/
.g_mac .progress_main{
	top:18px;
	right:21px;
	width:458px;
	height:287px;
}
/*
.g_mac .progress_main p{
	height:210px;

}
*/


.progress_valign {
	width: 100%;
	display: table;
	height: 100%;
}
.progress_valign .roundbar {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	/*background:#ededed;*/
}

.progress_valign .roundbar p {
	vertical-align: top;
	padding: 10px;
	text-align: left;
	display: block;
}
.roundbarbody {
	height: 76px;
	width: 76px;
	margin: 0 auto;

}

.g_phone{
     background: url(../img/box_mobile.png) right 0 no-repeat;
	 font-size:14px;
 }
.g_ipad{
    background: url(../img/box_tablet.png) right 0 no-repeat;
}
.g_mac{
    background: url(../img/box_pc.png) right 0 no-repeat;
}
.g_phone img{
    margin-top: 23px;
    margin-left:115px;
	width:350px;
	max-height:403px;
}
.g_ipad img{
    margin-top: 22px;
    margin-left:116px;
	width:350px;
	max-height:418px;
}
.g_mac img{
    margin-top: 18px;
    margin-left:201px;
	width:350px;
	max-height:287px;
}

.home-page .g_phone img{
    margin-top: 23px;
    margin-left:319px;
	width:224px;
	height:403px;
}
.home-page .g_ipad img{
    margin-top: 22px;
    margin-left:270px;
	width:322px;
	height:418px;
}
.home-page .g_mac img{
    margin-top: 18px;
    margin-left:201px;
	width:458px;
	height:287px;
}


.home-page .homeload img{
	height: 53px;
    margin-left: -2px;
    margin-top:10px;
    width: 53px;
} 

.index_main{
    text-align: left;
}
.home-page img.eximg{
	width:160px;
	height:160px;
}
.home-page .g_phone img.eximg{
	margin-left: 210px;
    margin-top: 130px;
}
.home-page .g_ipad img.eximg{
	margin-left: 220px;
    margin-top: 130px;
}
.home-page .g_mac img.eximg{
	margin-left: 220px;
    margin-top: 70px;
}
.index_main h3{
    color: #307096;
    padding-left: 61px;
    line-height: 60px;
    margin-bottom: 0;
}
.index_main h3.fast{
   background: url(../img/icon_fast.png) 0 0 no-repeat;
}
.index_main h3.screenshots{
    background: url(../img/icon_screenshots.png) 0 0 no-repeat;
}
.index_main h3.custom{
    background: url(../img/icon_custom.png) 0 0 no-repeat;
}
.index_main h3.gift{
    background: url(../img/icon_gift.png) 0 0 no-repeat;
}

#preloader {
	width: 0px;
	height: 0px;
	display: none;
}

.index_top_left .tolow{
    color: #FFF;
    font-family: 'PT Sans Caption',sans-serif;
    font-size: 18px;
    text-shadow: none;
    text-transform:none;
    margin: 0;
	margin-top:20px;
	word-break:hyphenate;
}

#top-header .bookmarletbtn ,
#top-header .bookmarletbtn:hover ,
#top-header .bookmarletbtn:visited
{
    color: white;
    text-align: center;
    cursor: pointer;
    margin-left: 0px;
    margin-right: 5px;
    text-decoration： none;
}

#top-header .bookmarletbtn-red ,
#top-header .bookmarletbtn-red:hover ,
#top-header .bookmarletbtn-red:visited {
	margin-right: 15px;
}

table.default-table .lightRedWord
{
	color:#bd3814;
}