@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,form,th,td {
	margin: 0;
	padding: 0
}

body {
	background: #fff;
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto
}

input[type="text"], input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 0;
}

.newLayer {
	position: fixed;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	max-width:640px;
	height: 55px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #b2b2b2;
	background:#ffffff;
}


.layer-caigou {
	width: 79%;
	height: 37px;
	line-height: 37px;
	background: #db3a2f;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin:8px auto 0;
	border-radius: 5px;
	display: block;
}

.newLayer2{
	position: fixed;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	max-width:640px;
	height: 55px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #b2b2b2;
	background:#ffffff;
}

.newLayer2 a {
    width: 14%;
    height: 56px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #484743;
    float: left;
    background: #fff;
}

.layer2-into{
    width: 22px;
    height: 21px;
    background: url(../images/zd_phone/l-kefu.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-top: 8px;
}

.layer2-call{
	width: 22px;
    height: 22px;
    background: url(../images/zd_phone/l-call.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-top: 8px;
}

.layer2-liuyan {
    width: 26%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-radius: 5px;
    border:1px solid #db3a2f;
    color:#db3a2f;
    font-size: 14px;
    margin-top: 9px;
    text-align: center;
    float: left;
    margin-left: 2%;
}

.layer2-caigou{
    width: 37%;
    height: 37px;
    line-height: 37px;
    background: #db3a2f;
    border-radius: 5px;
    border:1px solid #db3a2f;
    color:#fff;
    font-size: 14px;
    margin-top: 9px;
    margin-left: 2%;
    text-align: center;
    float: left;
}

.footer{
	height: 100px;
}
