
.mar_right_10 {
    margin-right: 10px;
}

.mar_left_10 {
    margin-left: 10px;
}

.mar_bottom_10 {
    margin-bottom: 10px;
}

.mar_top_10 {
    margin-top: 10px;
}

.color_f {
    color: #fff;
}

.color_a {
    color: #aaa;
}

.color_6 {
    color: #666;
}

.color_9 {
    color: #999;
}

.color_3 {
    color: #333;
}

.color_e {
    color: #eee;
}

.color_red {
    color: red;
}
.font-size-18{
    font-size: 18px;
}
.font-size-12{
    font-size: 12px;
}

/*主色调*/
.color_main {
    color: #0976e6;
}

.box_s {
    box-sizing: border-box;
}

.ba_f {
    background: #fff;
}

.ba_f5 {
    background: #f5f5f5;
}

.dis_in {
    display: inline-block;
    vertical-align: middle;
}

.text_r {
    text-align: right;
}

.text_c {
    text-align: center;
}

.width_50 {
    width: 50%;
}
.width_100{
    width: 100%;
}
.width_49 {
    width: 49%;
}

.wid_hei {
    width: 100%;
    height: 100%;
}

.cursor_hand:hover {
    cursor: pointer;
}

.rel {
    position: relative;
}
.relative{
    position: relative;
}

.ab {
    position: absolute;
}

.ud {
    top: 0;
    bottom: 0;
    margin: auto;
}

.lr {
    left: 0;
    right: 0;
    margin: auto;
}

.udlr {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.gobyndmulit {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/** web info **/

.wechat_logo {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    /*background: red;*/
}

.functions span {
    padding: 4px 10px;
    background: #0976e6;
    color: #fff;
    border-radius: 12px;
    margin-right: 10px;
}

.upgrade {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
}

.upgrade {
    margin: 0;
    padding: 0;
}

.upgrade > p:nth-child(1) {
    background: #F5F5F5;
    height: 100%;
    width: 16%;
}

.upgrade > p:nth-child(2) {
    /*background: #fff;*/
    width: 83%;
    box-sizing: border-box;
}

.table {
    margin-top: 30px;
    border: 1px solid #F0F0F0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    text-align: left;
    text-indent: 20px;
    padding: 15px 0;

}

tbody tr td a {
    right: 10px;
    line-height: 45px;
    color: #0976e6;
}

/*tbody tr td:nth-child(1) {
    width: 20%;
    background: #F5F5F5;
    border-bottom: 1px solid #F0F0F0;
}*/

/*tbody tr td:nth-child(2) {
    !*width: 80%;*!
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}*/
form .upload_img_input{
    display: none;
}
.upload-img-box .upload_img{
    width: 100px;
    height: 100px;
    position: relative;
}
.upload-img-box .upload_img .img{
    width: 100%;
    height: 100%;
}
.upload-img-box .upload_img .img-add{    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    bottom: 0;
    right: 0;
}
.power-item.current > div{
    border: 1px solid #0976e6;
}
.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.official-content{
    width: 60%;
}
.official-time{
    width: 40%;
    text-align: right;
    margin: auto 0;

}
.official-content-box{
    padding: 20px;
}
.official-content-wrap{
    border-radius: 8px;
    /*border: 1px solid #F9F9F9;*/
    margin-top: 20px;
}
.background-grey{
    background: #F5F5F5;
}
/*定位*/
.position-r{
    position: relative;
}
.space-between{
    justify-content: space-between;
}
.space-around{
    justify-content: space-around;
}
.justify-content{
    justify-content: center;
}
.margin-left-30{
    margin-left: 30px;
}
.padding-10{
    padding: 10px;
}
.font-size-14{
    font-size: 14px;
}
.border-bottom-dashed{
    border-bottom: 1px dashed #999999;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.img-remove{
    cursor: pointer;
    width: 14px;
    height: 14px;
    display: none;
    position: absolute;
    right: -4px;
    top: -5px;
    z-index: 9999;
    background: red;
    border-radius: 7px;
    color: #fff;
    line-height: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.has-img .img-remove{
    display: inline-block;
}