@charset "utf-8";
.login-bg{
    background:url("../images/login-bg.png") ;
}
.login-border{
    width:506px;
    height:294px;
    background-color: #d6d4d2;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.login-inside{

    width:320px;
    height:165px;
    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:30px;
}
.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;
}