/*#content {
    width: 800px;
    padding: 30px 0;
    background: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 30px 0px;
    border-radius: 30px;
    box-shadow: #909090 0px 0px 8px;
    position: relative;
    behavior: url(/home/css/plugins/pie/PIE.htc);
    margin-top: 40px;
}*/
body{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.tabbarBottom{
    position: absolute;
    bottom: 0;
    left: 0;
}
#content {
    /*margin: 100px auto 0px;*/  /*不兼容ie10,改成下面一句*/
    margin-top: 100px;
    width: 800px;
/*    height: 540px;*/
    padding: 30px 0;
    background: #fff;
    padding: 30px 0px 45px;
    border-radius: 30px;
    box-shadow: #909090 0px 0px 8px;
/*    box-shadow: 0px 3px 11px 0px 
            rgba(0, 0, 0, 0.13);*/
    /* z-index: 100; */
    position: relative;
    behavior: url(/home/css/plugins/pie/PIE.htc);
}
body > span {
    display: inline-block;
    width: 0;
    height: 100%;
    visibility: hidden;
    vertical-align: middle;
}
html {
    height: 100%;
}
body {
    background: #f2f2f2;
/*    height: 100%;*/
    position: relative;
}
#logo{
    text-align: center;
}
#logo img {
    height: 50px;
    cursor: pointer;
}

#detail {
    width: 422px;
    margin: 10px auto 0;
}
.form-group{
    position: relative;
    width: 422px;
    height: 50px;
    border: 1px solid #DFDFDF;
    margin-bottom: 24px;
}
.label{
    text-align: center;
    line-height: 50px;
    width: 111px;
    border-right: 1px solid #DFDFDF;
    font-size: 14px;
    color: #333333;
    float: left;
}
.input{
    float: right;
    width: 310px;
    height: 100%;
}

.input input::-ms-clear{display:none;}
.input input::-ms-reveal{display:none;}
.input input{
    text-indent: 5px;
    width: 298px;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 8px;
    font-size: 15px;
    color: #757575;
}
.input_code input{
    width: 200px;
    float: left;
}
.input_code #send{
    cursor: pointer;
    width: 101px;
    height: 50px;
    float: right;
    color: #DA0202;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    border-left: 1px solid #DFDFDF;
    /*后来改的*/
    padding: 0;
}

#agree{
    margin-top: 20px;
    height: 30px;
}
/* #agree span:first-child{
    float: left;
} */
#agree span{
    display: inline-block;
    float: left;
    user-select: none;
}
.agree{
    /* margin-top: 6px; */
}
.checkbox{
    border: 1px solid #999999;
    width: 15px;
    height: 15px;
    
    top: 3px;
    margin-right: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/home/css/plugins/pie/PIE.htc);
    position: relative;
}
.checkbox input{
    position: absolute;
    width: 19px;
    height: 19px;
    top: -2px;
    left: -2px;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.checkbox_checked{
    background-image: url(/home/image/correct.png);
    background-size: 100% 100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/image/correct.png',  sizingMethod='scale');
}

.agree .underline{
    cursor: pointer;
    text-decoration: underline;
}

#detail label[class="error"]{
    width: 300px !important;
    text-align: left;
    position: absolute;
    left: 112px !important;
    bottom: -21px !important;
    font-size: 14px;
    color: #DA0202;
    /* position: relative; */
}
#checkbox label[class="error"]{
    left: 0px !important;
}

/* button按钮 */
#register{
    /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); */
    display: block;
    position: relative;
    background: #E43A3D;
    color: #FFF;
    /* clear: both; */
    height: 50px;
    line-height: 50px;
    width: 100%;
    border: 0px;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/home/css/plugins/pie/PIE.htc);
    font-size: 16px;
    cursor: pointer;
    outline: none;
}

#desc{
    width: 100%;
    margin-top: 13px;
}
#desc > span{
    font-size: 16px;
    float: right;
    color: #AAAAAA;
}
#desc a{
    color: #1436E5;
    text-decoration: none;
}

#tabbar{
    padding: 5px 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #E6E6E6 !important;
    /*border:1px solid #e6e6e6;*/

    /*margin-bottom: 0;*/
}
#tab_top{
    text-align: center;
    margin-top: 10px;
}
#tab_top span{
    color: #9A9A9A;
    font-size: 11px;
    margin: 0;
    padding: 0;
    user-select: none;
}
#tab_bottom{
    margin-top:0px;
    text-align: center
}
#tab_bottom span{
    color: #9A9A9A;
    font-size: 12px;
    user-select: none;
}

input::-webkit-input-placeholder {
            color: #AAAAAA;
            font-size: 16px;
            line-height: 50px;
}


