
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	background: url(../Home_files/ban1.jpg)no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

/*-- Countdown-Timer --*/

.examples {
    width: 45%;
    margin: 50vh auto 0;
}

h3.tittle {
    font-size: 3em;
    color: #333;
	letter-spacing:2px;
	text-align:center;margin-bottom:0.5em;
}
.countdown-timer-w3laits {
    background: url(../images/count.jpg)no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	   min-height:550px;
	   
}
.agile-its {
    padding-top: 10em;
    margin: 0 auto;
}
.simply-section {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
	padding: 7% 2%;
	text-shadow: 1px 8px 15px #222;
	box-sizing: border-box;
}
.countdown-timer-w3laits h3 {
    font-weight:200;
	font-size:3em;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;	
}
.countdown-timer-w3laits h4 {
    margin-bottom:30px;
    color: #fff;
    text-align: center;
    letter-spacing:3px;
	font-size:2em;
	text-transform:uppercase;
}

.countdown-timer-w3laits h3  span{ 
	color: #ff8c00;
}
span.simply-amount {
	font-size: 2.1em;
    line-height: 0;
    font-weight: 800;
    color: #fff;
}
span.simply-word {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
    color: #ffffff;
	display: block;
	margin-top: 15%;
}
/*-- //Countdown-Timer --*/

.search-box{
	position: fixed;
	bottom: 6em;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-box .search-input{
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-radius: 25px;
}
.search-box .icon{
	color: #fff;
	background-color: #eb1565;
	border-radius: 25px;
	font-size: 12px;
	padding: 3px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 5px;
}
.search-box .icon img{
	width: 1.3em;
	height: 1.3em;
	padding-right: 5px;
}
.search-box .text{
	color: #ec0d60;
	font-weight: bold;
	padding:0 5px;
}

.copy_right  {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding:0;
	text-align:center;
	/* border-top:none; */
    color: #fff;
    line-height: 1.5em;
    font-size: 16px;
	margin: 1.5em 0;
}
.copy_right a{
	color:#fff;
	text-decoration:none;
}
.copy_right a:hover{
	color:#fff;
}

.line1{
	font-size: 14px;
}

.line2 {
	font-size: 12px;
	color: #fff;
}


@media(max-width:480px){
	.examples {
		width: 90%;
		margin: 45vh auto 0;
	}
	.search-box{
		position: fixed;
		bottom: 10em;
		width: 100%;
	}
	body {
		/* 竖屏图 */
		background: url(../Home_files/ban1_s.jpg)no-repeat center top;
	}
	.copy_right{
		font-size: 12px;
	}
}