/* 头部 */
.login_header{
    width: 100%;
    background: #fff;
    height: 120px;
}
.clearfix{
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
}
/* 头部右侧的导航栏 */
.ribbon{
    display: inline-block;
    margin-top: 20px;
    float: right;
}
.ribbon:after, .ribbon:before {
    margin-top: .5em;
    content: "";
    float: left;
    border: 1.5em solid #f8f8f8;
}
.ribbon:before {
    border-left-color: transparent;
}
.ribbon:after {
    border-right-color: transparent;
}
/* 导航栏里的五个a标签 */
.ribbon a{
    color: #000;
    text-decoration: none;
    float: left;
    height: 3.5em;
    overflow: hidden;
}
.ribbon a:link, .ribbon a:visited {
    color: #000;
    text-decoration: none;
    float: left;
    height: 3.5em;
    overflow: hidden;
}
.ribbon a:hover span {
    background: #b745c8;
    margin-top: 0;
    color: #fff;
}
/* 五个a标签的hover样式 */
.ribbon a.lczy:hover span {
    background: #62ca9f;
}
.ribbon a.jchj:hover span {
    background: #4ca8fd;
}
.ribbon a.sjgg:hover span {
    background: #456ac8;
}
.ribbon a.cjwt:hover span {
    background: #fe9381;
}
.ribbon a.czsc:hover span {
    background: #f2be56;
}
/* 五个span的左右两边得状态  缺一块的属性 */
.ribbon span {
    display: inline-block;
    background: #f8f8f8;
    line-height: 3em;
    padding: 0 1em;
    margin-top: .5em;
    position: relative;
    transition: background-color .2s,margin-top .2s;
}
.ribbon span:before {
    left: 0;
    border-right: .5em solid #9B8651;
}
.ribbon span:after, .ribbon span:before {
    content: "";
    position: absolute;
    top: 3em;
    border-bottom: .5em solid #fff;
}
.ribbon span:after {
    right: 0;
    border-right: .5em solid #9B8651;
}

/* body内容 */
.invoive_bg{
    width: 100%;
    background: url("/static/img/bg_img.png") no-repeat;
    background-size: cover;
    height: 520px;
    margin: 0 auto;
}
.login_main{
    width: 1200px;
    height: 520px;
    margin: 0 auto;
    position: relative;
}
.invoice_login{
    width: 440px;
    position: absolute;
    right: 50px;
    top: 55px;
    background: #fff;
    border-radius: 2px;
}
/* 系统登录 */
.invoice_login>p{
    color: #333;
    height: 80px;
    line-height: 80px;
    letter-spacing: 2px;
    text-align: center;
    font-size: 24px;
}
/* 输入框加按钮 */
.conbox{
    width: 380px;
    padding: 20px 30px;
}
.conbox>input{
    width: 300px;
    height: 48px;
    padding: 0 30px 0 48px;
    margin-bottom: 10px;
    line-height: 48px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    background: url(/static/img/login_key_icon.gif) 15px center no-repeat;
    font-family: "Microsoft YaHei",Tahoma,Arial,sans-serif;
}
.conbox>button{
    width: 380px;
    height: 50px;
    margin: 20px 0;
    display: block;
    font-size: 18px;
    color: #fff;
    background: #1f75f6;
    text-align: center;
    line-height: 50px;
    border:0;
    border-radius: 2px;
    font-family: "Microsoft YaHei";
}
/* 下载 */
.login_word{
    font-size: 12px;
    line-height: 30px;
    font-size: 12px;
    background: #f4f4f4;
    border-top: 1px solid #e3e3e3;
    padding: 10px 30px;
    border-radius: 0 0 2px 2px;
}
.login_word div{
    padding-left: 40px;
}
.driver_div{
    background: url(/static/img/index_icon_download.png) left center no-repeat;
}

.driver_div>a{
    color: blue;
    text-decoration: none;
}
.fav_div {
    background: url(/static/img/index_icon_fav.png) left center no-repeat;
}
.fav_div>a{
    text-decoration: none;
    color: #4d4d4d;
}
/* foot 脚部 */
.login_footer{
    padding: 30px 0;
    background: #fff;
    text-align: center;
}
.login_footer div{
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center
}