body {
    background: #eff3f6;
}
.content-title-box {
    box-sizing: border-box;
    padding: 30px 0;
    height: 100px;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.1);
         -o-box-shadow: 0 1px 3px rgba(0,0,0,.1);
            box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.content-title 
{
    width: 1150px;
    margin: 0 auto;
}
.entrust-title-item 
{
    float: left;
    box-sizing: border-box;
    width: 140px;
    height: 40px;
    color: #394043;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;    
}
.agent-list 
{
    width: 1150px;
    margin: 22px auto;
    padding: 5px;
    background: #fff;
    opacity: 0;   
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
         -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
            box-shadow: 0 1px 3px rgba(0,0,0,.2); 
}
.agent-list li 
{
    float: left;
    width: 33.3%;
    height: 179px;
    box-sizing: border-box;
    padding: 40px;
    border-bottom: 1px solid #ddd;
}
.agent-img {
    float: left;
    width: 86px;
    height: 108px;
    font-size: 0;
    border-radius: 2px;
    overflow: hidden;
}
    .agent-img img {
        margin-left: -11px;
        height: 100%;
    }
.agent-info {
    width: 100%;
    box-sizing: border-box;
    padding-left: 106px;
}
.agent-item {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.agent-list-name {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
}
.agent-list-phone {
    margin: 9px 0;
    line-height: 16px;
}
.agent-list-store {
    margin-top: 8px;
    line-height: 16px;
}
.icon-store {
    vertical-align: top;
    margin-top: 1px;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    background: url(../images/icon-store.png) center center no-repeat;
    background-size: 100% 100%;
}
.contact-me,
.agent-store-link {
    width: 76px;
    height: 26px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    outline: #000 solid 0;
}
.agent-store-link {
    display: inline-block;
    margin-left: 6px;
    background: #FF8800;
    vertical-align: top;
    line-height: 26px;
}
.page-box {
    padding: 20px 0 60px;
    text-align: center;
}
.popup-icon-box 
{
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;    
}
.text-center 
{
    text-align: center;    
}
.no-agent-box 
{
    width: 1150px;
    height: 300px;
    position: relative;
    margin: 22px auto;
    background: #fff;
    margin-bottom: -16px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
         -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
            box-shadow: 0 1px 3px rgba(0,0,0,.2); 
}
.no-agent-img 
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -68px;
}
.agent-starts-box {
    display: inline-block;
    margin: 2px 0 0 2px;
}
.agent-search-box {
    float: right;
    width: 430px;
    height: 40px;
}
.agent-search-input {
    box-sizing: border-box;
    float: left;
    width: 380px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
}
.agent-search-btn {
    float: left;
    width: 50px;
    height: 40px;
    outline: none;
    cursor: pointer;
}