@charset "UTF-8";
body *{color:#2e415c; font-family:"Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;}
.highlight {color:#FF3300;}
.header-container .header {line-height:42px; padding:10px; border-bottom:solid 1px #EEE;}
.header-container .header a:hover {text-decoration:none;}
.header-container .header .logo .icon {
	width:42px;
	height:42px;
	display:block;
	float:left;
	background-image: url(../images/logo.png);
	background-image: -webkit-image-set(url(../images/logo.png) 1x,url(../images/logo2x.png) 2x);
	background-repeat: no-repeat;
}
.header-container .header .logo .title {font-size:24px; padding-left:10px; font-weight: bold;}
.header-container .header .nav {
	font-weight: bold;
	text-align: right;
}
.header-container .header .nav .item {
	margin-left: 20px;
	font-size:16px;
}

.header-container .banner {
	padding-top: 70px;
}
.header-container .banner button {width:180px;}
.header-container .banner .enter-button {
	padding-top: 30px;
}
.header-container .banner .enter-button .btn-primary{
	margin-left: 10px;
}

/*首页波浪*/
#landing_waves{    
	position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
}

#landing_waves .wave_layer {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-position: center top;
    background-repeat: repeat-x;
    height: 189px;
    background-size: auto 189px;
}
#landing_wave_1 {
    background-image: url(../images/xwave01.png);
}
#landing_wave_2 {
    background-image: url(../images/xwave02.png);
}
#landing_wave_3 {
    background-image: url(../images/xwave03.png);
}
#landing_wave_4 {
    background-image: url(../images/xwave04.png);
}
#landing_wave_5 {
    background-image: url(../images/xwave05.png);
}
#landing_wave_6 {
    background-image: url(../images/xwave06.png);
}

#landing_shore {    
	position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    z-index: 3;
    color: #f2f6fa;
}

#main-container {
	position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
	width:100%; 
	height:1330px; 
	padding-top:50px;
	-webkit-transform:translate(0, 1330px);
	-moz-transform:translate(0, 1330px); 
	-ms-transform:translate(0, 1330px);
}
#main-container .feature #feature-title {padding-bottom:30px;}
#main-container .feature .item{margin-left:75px;}
#main-container .feature .title{
	padding-top:20px;
	font-size: 20px;
}
#main-container .feature .sub-title{
	padding-top:8px;
	font-size: 14px;
}
#main-container .feature .clearn {
	width:196px;
	height:122px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/home-features-cleanup.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#main-container .feature .later {
	width:196px;
	height:122px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/home-features-later.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#main-container .feature .apps {
	width:196px;
	height:122px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/home-features-apps.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#main-container .save-way-title {padding-top:100px; padding-bottom:30px;}
#main-container .save-way-1 {
	background-color: #f9f9f9;
	padding-top:40px;
	padding-left:50px;
	padding-bottom:40px;
}
#main-container .save-way-1 .description {font-size:18px; padding-left: 20px; padding-top: 40px; padding-bottom: 50px;}
#main-container .save-way-1 .setup-plug-in {padding-left:20px;}

#main-container .save-way-2 {
	padding-top:100px;
	padding-left:50px;
	padding-bottom:100px;
}
#main-container .save-way-2 .description {font-size:18px; padding-top: 40px; padding-bottom: 50px;}
#main-container .footer {border-top: solid 3px #2e415c; line-height: 40px;}
#main-container .footer .item-page {margin-right:15px;}


/*模态框样式*/
#login_form .error,#register_form .error {font-weight: normal; color:#ff4201;}
#login_form .ico-error ,#register_form .ico-error {font-size:16px; font-weight: normal; color:#ff4201;}
#login_form .ico-success,#register_form .ico-success {font-size:16px; font-weight: normal; color:#00a0ee;}
#login_form .message-holder,#register_form .message-holder {line-height:20px; height:24px;}

#login_form .login-message {float:right; line-height:30px;}
#login_form .modal-dialog {width:410px; margin:100px auto;}
#login_form .modal-body {padding:35px 40px 0 40px;}
#login_form .modal-header {font-size:22px;}
#login_form .login-item {width:330px;}
#login_form .login-item-username {margin-bottom: 25px;}
#login_form .login-item-getpassword {margin-bottom: 20px; margin-top:8px;}
#login_form .register {float:left; line-height:30px;}

#register_form .login-message {float:right; line-height:30px;}
#register_form .modal-dialog {width:410px; margin:100px auto;}
#register_form .modal-body {padding:20px 40px 25px 40px;}
#register_form .modal-header {font-size:22px;}
#register_form .login-item {width:330px; margin-bottom: 5px;}
#register_form .login-item-username {}
#register_form .login-item-getpassword {margin-bottom: 20px; margin-top:8px;}
#register_form .register {float:left; line-height:30px;}
