﻿body {
background-color:#f9f9f9;
}
#container {
    width:1200px;margin:0px auto 50px auto;overflow:hidden;
}
#locationContainer {
    width:100%;height:60px;line-height:60px;text-align:left;font-size:16px;
}
#locationContainer:before {
    color:#6997c7;
}
#detailInfo {
    width:1200px;min-height:300px;padding:30px;box-sizing:border-box;background-color:#FFFFFF;
}
#detail_title {
    text-align:center;width:100%;line-height:50px;font-weight:bold;font-size:24px;
}
#detail_front {
    border-bottom:solid 1px #e6e6e6;height:60px;line-height:60px;text-align:center;color:#666666;
}
#detail_content {
    text-align:left;line-height:30px;font-size:16px;color:#6f7174;margin-top:10px;
}
#detail_qrcodeContainer {
    width:100%;height:240px;position:relative;text-align:center;
    margin:60px auto;overflow:hidden;
}
#qrcodeLabel {
    text-align:center;height:40px;line-height:40px;color:#6f7174;font-size:16px;letter-spacing:2px;text-indent:2px;
}
#qrcodeImg {
    width:200px;height:200px;margin:auto;
}

#detail_share {
    height:50px;width:100%;background-color:#f2f2f2;
    padding:10px;box-sizing:border-box;
}