.bd-main {
    float: none;
    margin: 0 auto;
}

.info-content {
    padding: 15px;
}

.bbox-content {
    margin-bottom: 20px
}

.ebay-banner {
    width: 100%;
}

.header-info {
    display: flex;
    justify-content: space-around;
}

.logo {
    /* flex: 1; */
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
}

.base-info {
    flex: 5;
    padding-left: 15px;
    /* line-height: 35px; */
}

.base-info .title {
    /* margin-top: 10px; */
    font-size: 16px;
}

.location {
    padding-left: 20px;
    background: url(/img/quick-event/location.png) no-repeat;
    background-position: 0;
    background-size: 15px;
    height: 24px;
    white-space: normal;
    text-overflow: ellipsis;
    color: #999;
}

.line-one {
    border-bottom: 3px dotted #eee;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.info {
    flex: 1;
}

span.info-title {}

span.content {
    padding-left: 15px;
    color: #999;
}

img.intro-img {
    float: right;
    width: 200px;
}

.intro-block {
    padding: 15px 0;
    clear: both;
}

.intro-block .intro-title {
    font-size: 18px;
    color: #999;
    margin: 5px 0;
}

.intro-block p {
    margin-bottom: 10px;
}

.intro-content .img-item {
    float: left;
    width: 120px;
    height: 100px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.career-talk {}

a.unsign-wrapper {
    margin: 10px 0;
    display: block;
    border: 1px solid #eee;
}
a.intro-link {
    display: block;
}

img.img-item {
    width: 100%;
}

img.img-qrcode {
    position: absolute;
    width: 90px;
    right: 15px;
    top: -4px;
}