﻿ #timerplug {
    width: 100vw;
    height: 11.33vw;
    background: url('../../images/main/timebg.png') no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display:none;
}
.timerplugcon{
	margin-top: 2.865vw;
	display: inline-block;
	width: 62vw;
	height: 5.06vw;
	text-align: left;
}
.descriptpro{
	width: 12.4vw;
	height: 100%;
	display: inline-block;
	line-height: 5.06vw;
	text-align: left;
	color: #000000;
	text-decoration: none;
	font-size: 3.06vw;
}
.descriptpro b{
	font-weight: 400;
}
.descriptday,.descripthour,.descriptsen,.descriptmil{
	width: 12.26vw;
	height:100%;
	display: inline-block;
	font-size: 3.06vw;
}
.descriptday i, .descripthour i, .descriptsen i, .descriptmil i {
    letter-spacing: 1.9vw;
    box-sizing: border-box;
    padding-left: 1.2vw;
    width: 7.866vw;
    height: 100%;
    line-height: 5.06vw;
    text-align: center;
    display: inline-block;
    background: url(../../images/main/timerblack.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-style: normal;
}
.descriptday b,.descripthour b,.descriptsen b,.descriptmil b{
	width: 4.394vw;
	height: 100%;
	line-height: 5.06vw;
	font-weight: 400;
	text-align: center;
    color:#000000;
	display: inline-block;
}
