﻿.agent-store-info-box {
    box-sizing: border-box;
    padding: 46px 35px;
    background: #fff;
    margin: 38px auto 16px;
    width: 1050px;
    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);
}
.recommend-agent-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    width: 90px;
    height: 26px;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    color: #394043;
    border-radius: 2px;
    cursor: pointer;
    background: #E6E6E6;
}
.agent-store-info-box .agent-img {
    width: 120px;
    height: 150px;
}
.agent-store-info-box .agent-img img {
   margin-left: -15px;
}
.agent-store-info-box .agent-info {
    padding-left: 140px;
}
.agent-store-info-box .agent-list-store {
    margin-top: 22px;
}
.agent-store-info-box .agent-list-phone {
    margin: 23px 0;
}
.code-box {
    float: left;
    width: 120px;
}
.phone-code {
    width: 120px;
    height: 120px;
}
.phone-title {
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    color: #394043;
}
.store-page-content {
    box-sizing: border-box;
    padding: 20px 35px 0;
    background: #fff;
    margin: 0 auto;
    width: 1050px;
    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);
}
.house-list li:last-child {
    border-bottom: 0;
}
.recommend-agent-box {
    display: none;
    position: absolute;
    left: 84px;
    top: 35px;
    z-index: 10;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.recommend-agent-arrow {
    position: absolute;
    left: 47px;
    top: -6px;
    width: 8px;
    height: 8px;
    border: 1px solid #e6e6e6;
    border-right: 0;
    border-bottom: 0;
    background: #fff;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.recommend-agent-qrcode {
    margin: 8px;
    width: 84px;
    height: 84px;
}