@charset "utf-8";
.login-bg{
    background:url("../img/login-bg.jpg") ;
}
.big-title{
    font-size: 20px;
    color:#143682;
    text-align: center;
}
.login-bg-color{
    margin-bottom: 15px;
    font-weight: bold;
    padding: 0 5px 0 47px;
}
.login-border{
    width:506px;
    height:294px;
    background-color: rgba(255,255,255,.5);
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.login-inside{

    width:320px;
    height:225px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: -30px;
    right: 0;
    bottom: 0;
}
.agent_content{
    height:60%;
    width:1200px;
    border:1px solid #e6e6e6;
    margin-bottom:20px;

}
.agent{
    margin: 0 37px 10px 37px;
    float: left;

}
.agent .title{
    margin-top:10px;
}
.agent p{
    margin-top:5px;
}
.agent p img{
    height: 180px;
}
.down_btn{
    float:left;
    width:94px;
    height:37px;
    background: -webkit-linear-gradient(#e60012, #a9010e);
    background: -o-linear-gradient(#e60012, #a9010e);
    background: -moz-linear-gradient(#e60012, #a9010e);
    background: linear-gradient(#e60012, #a9010e);
    border-radius: 5px;
    margin-top:18px;


}

.down_btn img{
    padding:9px 6px 9px 20px;
}
.down_btn span{
    color:#fff;
    font-size:14px;
}
@media screen and (max-width:767px) {
    .login-border {
        width: 100%;
    }
}