body, html {
	
	font-family: 'Arial';
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
	background: #000;
	
}


/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.red {
	background: #ff0000;
	color: #fff;
	font-weight: bolder;
	position: absolute;
	top: 30px;
	left: 290px;
	padding: 30px;
	border-radius: 10px;
	font-size: 100px;
}

.contain {
	
	
	position: absolute;
	top: 250px;
	left: 60px;
	width: 1200px;
	height: 350px;
	overflow: hidden;
	
	
}

.dst {
	background: #fff;
	color: #000;
	
	padding: 10px;
	border-radius: 7px;
	font-size: 70px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 550px;
	display: inline-block;
	text-align: center;
}

.others {
	text-align: left;
	background: #7cceff url('../attr/magn.png') no-repeat 460px 20px;
}


@keyframes shakeAnim {
  0% {left: 0}
  1% {left: -3px}
  2% {left: 5px}
  3% {left: -8px}
  4% {left: 8px}
  5% {left: -5px}
  6% {left: 3px}
  7% {left: 0}
}

@keyframes shake {
  0% {left: 0}
  1% {left: -3px}
  2% {left: 5px}
  3% {left: -8px}
  4% {left: 8px}
  5% {left: -5px}
  6% {left: 3px}7% {left: 0}
}

.ani {
  position: relative;
  animation-name: shake;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-delay: 1s;
}

.calldesk {
	color: #000;
	width: 230px;
	height: 420px;
	display: inline-block;
	background: #fff;
	padding: 20px;
	margin: 10px;
	border-radius: 15px;
	text-align: center;
}

.ttl1a {
	font-weight: bold;
	font-size: 40px;
	
}

.r1 {
	color: #ff0000;
}

.g1 {
	color: green;
}

.wtime {
	font-size: 17px;
	text-align: left;
	height: 180px;
	border-bottom: 1px dashed #000;
	margin-bottom: 20px;
}

.headcall {

	height: 130px;
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
}