.fl {
    float: left;
}

.fr {
    float: right;
}

/* 版心公共样式 */
.page {
    width: 1210px;
    margin: 0 auto;
}

a {
    letter-spacing: 1px;
}


    a img {
        border: none;
    }

input {
    overflow: visible;
}




/* input::-ms-clear {
    display: none;
    } 
    /* //清除叉叉 */

/* input::-ms-reveal {
    display: none;
    } */
/* //清除眼睛 */




/* 公共样式  header部分 */

.header .page {
    height: 86px;
    padding-top:10px;
}

    .header .page a {
        display: block;
        margin-top: 8px;
        margin-bottom: 8px;
    }

        .header .page a img {
            height: 50px;
        }

        .header .page a h2 {
            border-left: 1px solid #eee;
            line-height: 50px;
            padding-left: 20px;
            font-size: 30px;
            font-weight: 400;
            color: #404040;
        }



/* 公共样式  footer部分 */



.footer {
    width: 100%;
}

.footer_top {
    background: #f4f4f4;
    width: 100%;
    height: 220px;
    padding: 40px 0;
}

.page {
    height: 100%;
}

.footer_top .footer_title {
    margin-right: 100px;
}



    .footer_top .footer_title dt {
        font-size: 14px;
        color: #404040;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .footer_top .footer_title dd {
        font-size: 12px;
        margin-bottom: 5px;
    }

.footer_title a {
    color: #999;
    line-height: 18px;
}

dd a:hover {
    color: #666;
}


.footer_right {
    text-align: right;
}

.call {
    font-size: 20px;
    color: #404040;
}

.time {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.call_tel {
    background: #dc241c;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 4px;
    font-weight: 700;
    width: 210px;
    height: 50px;
    overflow: hidden;
    color: #fff;
}


.footer_bottom {
    height: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    background: #ccc;
    color: #404040;
}

    .footer_bottom span {
        width: 1210px;
    }

.title {
    width: 200px;
}



.add_account_box {
    width: 140px;
    margin: auto auto;
}

.add_account_box_list .liHover {
    cursor: pointer;
}

    .add_account_box_list .liHover .liClose {
        display: block;
    }

.liClose {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    height: 28px;
    width: 27px;
    background: url("/images/supplier/sprite.png") 0 0 no-repeat;
    cursor: pointer;
}

.add_account_btn {
    background-color: #fff;
    height: 92px;
    position: relative;
    width: 473px;
    margin: auto auto;
}

    .add_account_btn .add_account_item {
        background: url("/images/supplier/sprite.png") no-repeat scroll -182px 0;
        display: block;
        height: 18px;
        margin: 10px auto 0px;
        width: 18px;
    }

.liClose {
    background: url("/images/supplier/sprite.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: none;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
}

.add_account_img img {
    height: 93px;
    width: 473px;
    margin: auto auto;
}

.clearfix {
    clear: both;
}

.add_account_text {
    color: #999;
    text-align: center;
}

.none {
    display: none;
}
/*上传头像结束*/


