*{
    margin: 0;
    padding:0;
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
}
.sign{
    position: relative;
}
.sign h1{
    position: absolute;
    left:-100000px;
}
.sign .title{
    border-bottom: 1px solid #c3c9d0;
    margin-bottom: 25px;
    padding:0 25px;
}
.sign .title h2{
    font-size: 24px;
    margin:20px 0;
}
.sign-page{
    background-color: #cddbe6;
}
.sign .box{
    padding:0;
    background-color: #fff;
}
.sign .form-group{
    color:#093572;
    font-size: 16px;
    padding:0 10px 25px;
    margin:0;
}
.sign .form-group label{
    font-weight: normal;
    text-align: left;
}
.sign .form-group label i{
    color: red;
}
.sign .btn{
    width: 150px;
    background-color: #87a2b8;
    color: #fff;
    border: 0 none;
    float: left;
}
.sign .form-group textarea{
    resize: none;
}
.sign .form-group p{
    width: auto!important;
    float: left!important;
    line-height: 16px!important;
    padding-left:20px!important;
}
.footer-by{
    text-align: center;
    line-height: 42px;
}

.copyright{ display:none; padding:1em 0em 1em; text-align:center;border-top:2px solid #87a2b8; margin:1.5em 0 2em;}
.copyright p{ margin-bottom:0.3em; margin:0 0.3em 0.3em;}
.copyright p a{ margin-right:5px;}

.last{ display:none;width:100%; height:40px; line-height:40px; background:#87a2b8; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33.33%; height:40px; border-right:1px #87a2b8 solid; background:#87a2b8; text-align:center; display:block; overflow:hidden;}
.last li:last-child{
    border-right: 0 none;
}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; border-right:1px #fff solid; text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;} 
@media only screen and (max-width:767px){
    .footer-by,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:none !important;}
	#QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
	.copyright,.last{ display:block;}
}
@media only screen and (max-width:500px){
    .sign .title h2{
        font-size: 20px;
    }
    .sign .form-group{
        padding-bottom: 15px;
    }
    .sign .btn {
        width: 120px;
    }
}