/*公共样式*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
body{
    min-width: 1240px;
    background: url("/images/bg.png");
    background-size: cover;
}
em,i {
    font-style: normal
}
li {
    list-style: none
}
img {
    border: 0;
    vertical-align: middle
}
button {
    cursor: pointer;
    outline: none;
    border: none;
}
a {
    color: #666;
    text-decoration: none
}
a:hover {
    color: #c81623
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
input{
    outline: none;
}
.dropdown{
	float: right;
	margin-right: 12px;
	margin-top: 6px;
}
p{
    margin: 0 !important;
}
/*leao*/
.leao_btn button{
    width: 190px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    border-radius: 4px;
    margin: 20px 10px;
}
.btn_submit{
    color: #fff;
    background-color: #ee1951;
}
.btn_save{
    color: #fbfbfb;
    background-color: #bcbcbc;
}

.my_share .el-table th{
    text-align: center !important;
}