@charset "UTF-8";
/*
* @description: 推广平台全部应用样式
 *@author:王奉
* @update: name(2019/09/03)
 */
.header {
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
}
.banner {
    background: url(../images/20170913/banner_g.png) center 0 no-repeat;
    height: 360px;
    position: relative;
}
.banner .qqbtn {
    background: #26C7DB;
    color: #FFF;
    width: 108px;
    height: 44px;
    display: block;
    border-radius: 5px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
 .page-title {
    padding: 20px 0;
    font-size: 22px;
}
.page-condition {
    position: relative;
}
.trunk-table {
    position: relative;
    border: 1px solid #EBEBEB;
    background: #F8F8F8;
    padding: 10px 0;
    border-radius: 2px;
}
.trunk-row {
    line-height: 42px;
}
.trunk-cell-first {
    width: 8%;
    float: left;
    text-align: right;
    font-size: 16px;
}
.trunk-cell-last {
    width: 91%;
    float: right;
}
.trunk-item {
    padding: 3px 10px;
    border-radius: 2px;
    margin: 0 5px;
    font-size: 16px;
}
.trunk-item.active,.trunk-item:hover {
    background: #27C6DB;
    color: #FFF;
}
.trunk-list ul {
    padding-top: 20px;
}
.trunk-list li {
    width: 20%;
    float: left;
    padding: 5px 0;
}
.trunk-list .item {
    margin-right: 10px;
    padding: 10px 0 10px 0px;
}
.bg_st {
    background: #efefef;
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}
.item .icon {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 25%;
}
.item .text {
    margin-left: 80px;
}
.text a {
    font-size: 16px;
    padding-top: 10px;
    color: #333;
    cursor: default;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text p {
    color: #aaa;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
p i {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
 i.i1 {
    background: url(../images/pf-type.png) no-repeat;
}

i.i2 {
	background: url(../images/pf-type.png) no-repeat;
	background-position: 0 -18px;
}
 i.i3 {
	background: url(../images/icon_h5.png) no-repeat;
}