html,input,button,textarea,select{
    font-family:Heiti, Heiti SC, DroidSans, DroidSansFallback, Arial, "Microsoft YaHei";-webkit-font-smoothing:antialiased}
body,html{
    max-width:640px;
    font-size:20px;
    margin: 0 auto;
}
body,ul,ol,li,p,h2,h3,h4,h5,h6,form,fieldset,td,img,div,dl,dt,dd{margin:0;padding:0;border:0;list-style:none;font-weight:normal}
body{background:#F6F6F9;color:#333;margin:0 auto;font-size:12px;font-weight:normal}
a,a:link{color:#333;text-decoration:none}
a:active,a:hover{text-decoration:none}

.main{
    margin-bottom: 95px;
}
.bannerBox{
    background: #f7f7f7;
}

.w100{
    width: 100%;
}
.h60{
    height: 40px;
}

.w-1{
    width: 100%;
}
.w-3{
    width: 33.1%;
    float: left;
}
.w-4{
    width: 25%;
    float: left;
}
.wh-100{
    width: 100%;
    height: 100%;
    display: block;
}
.qdbg{
    background: url(../icon/qd.png) center;
    height: 100px;
    width: 100%;
    display: block;
}

.textCenter{
    text-align: center;
}
.mt10{
    margin-top:5px;
}
.brc95{
    border-right: #959595 1px solid;
}
.bgWhite{
    background: #fff;
}
.clearBoth{
    clear: both;
}

.ptd15{
    padding: 15px 0;
}
.pb20{
    padding-bottom: 20px;
}
.plr15{
    padding: 0 15px;
}
.lh70{
    line-height: 70px;
}
.mr20{
    margin-right: 20px;
}
.ml20{
    margin-left: 20px;
}
.pt70{
    padding-top: 70px;
}
.dbgrc{
    background: #d2e9f7;
    min-height: 194px;
}
.color1{
    color:#908f8b;
}
.footer{
    max-width:640px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    padding-top: 10px ;
    z-index: 2;
}
.footer div.box{
    padding: 10px 0;
    border-top: 1px solid #ddd ;
}
.footer img {
    height: 30px;
}
.qiandaoBg{
    width: 100%;
    height: 100%;
    z-index: 11;
    background: #000;
    opacity:0.7;
    filter:alpha(opacity=70);
    top: 0;
    left: 0;
    position: fixed;
}
.qiandaoImg{
    left: 50%;
    top: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -100px;
    z-index: 12;
    position: fixed;
}
.qiandaoImg img{
    max-width: 200px;
}
.hide{
    display: none;
}
.signBox{
    line-height: 50px;
  	margin-bottom:150px;
}
.signBox .signTitle{
    width: 80px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 15px;
    vertical-align: top;
}
.signBox span input,.signBox span select{
    background: #fff;
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}
.signBox span input:focus,.signBox span select:focus {
    border: 0;
}
.signBox div{
    border-bottom: 1px solid #dcdcdc;
}
.signBox div span{
    display: inline-block;
}
.signBox div span.meeting_name, .signBox div select{
    width:240px;
}
.authBtn{
    width: 100%;
    margin-top: 10px;
    line-height: 35px;
    background:#195be5;
    color: #fff;
    border: none;
}
.codeBox{
    margin-top:-100px;
    width:80%;
    top: 50%;
    left:10%;
    height: 200px;
    z-index: 12;
    position: fixed;
    background: #fff;
    border-radius: 5px;
    color: #fff;
}
.codeTitle{
    line-height: 35px;
    text-align: center;
    background: #6d63ff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.codeInput{
    width: 80%;
    margin: 30px 10%;
    text-align: center;
    float: left;
    position: relative;
}
.codetitPrompt{
    width: 80%;
    margin: 30px 10%;
    color: #c9c4ff;
    font-size: 12px;
}
.codeInput input{
    height: 50px;
    width: 100%;
    border: none;
    vertical-align:middle;
    background: #c8c4ff;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
    padding-right: 67px;
    padding-left: 15px;

}
.s_button{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #fff;
}
.singleBox{
    width: 100%;
    height: 100%;
    padding: 5px 15px;
    line-height: 25px;
}