﻿@import url("zzPublic.css");
body,html {
    width:100%;
    max-width:640px;
    margin:0 auto;
    font:14px/180% "MicroSoft Yahei","宋体","Arial";
    color:#333;
    background:#f8f8f8;
}
*{margin:0;padding:0;}
a{color:#333;text-decoration:none;}
img{border:0;}
ul,li{list-style:none;}

#zzContent{
    width:100%;
    height:auto;overflow:hidden;
    background:#fff;
    margin:40px 0;
}
.zzContent_Title{
    width:100%;
    text-align:center;
    line-height:50px;
    font-size:18px;
}
.zzContent_List{
    width:90%;
    height:50px;
    border-bottom:1px solid #e8e8e8;
    margin:0 auto;
}
.zzContent_List input{
    width:100%;
    border:0;
    line-height:50px;
}
.zzContent_Bt{
    width:90%;
    height:40px;
    margin:20px auto;
}
.zzContent_Bt input{
    width: 100%;
    line-height: 40px;
    border: 0;
    background:#eb7714;
    text-align:center;
    color:#fff;
    font-size:16px;
}

#zzContent_Quit{
    width: 90%;
    margin:10px auto;
}
.zzContent_Quit{
    width: 100%;
    line-height: 40px;
    font-size:16px;
    text-align:right;
    color:#eb7714;
    text-decoration:underline;
}