html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	width:468px;
	height:60px;
}

img {    
	image-rendering: auto;
}
img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
.content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	visibility: hidden;
	position: relative;
	width:468px;
	height:60px;
	border: 1px solid #1b1b1d;
	overflow: hidden;
	background-color: #ffdc78;
}

.butlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor: pointer;
}
.whitelayer{
	position: absolute;
	width:468px;
	height:60px;
	background-color: #fff;
}
#button{
	position: absolute;
    top: 31px;
    left: 8px;
    width: 140px;
    height: 40px;
    cursor: pointer;
}
.whiteBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 94px;
    height: 20px;
	border: 0 none;
	background-color: #fff;
	border-radius: 30px;
	cursor: pointer;
}
.greyBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 0px;
    height: 20px;
	border: 0 none;
	background-color: #cd026a;
	cursor: pointer;
}

button:focus {
	outline:0;
} 
button:active {
	outline: none;
	border: none;
}

.but_txt{
	position: absolute;
	top: 2px;
	left: 9px;
}
.but_arrow{
	position: absolute;
	top: 8px;
	left: 9px;
}
.full{
	position: absolute;
	top: 0px;
	left: 0px;
}
.full img{
	width:468px;
	height:60px;
}

.imageMask{
	position: absolute;
	top:135px;
	left:-10px;
	width:840px;
	height: 600px;
	background-color: #fff;
}