body{
    background: #d8d8d8;
}
a{
    color: #fbdb27;
    text-decoration: underline;
}
.demo{
    width: 1231px;
    height: 886px;
    background: url(demo1.png) no-repeat center;
    margin:30px auto;
    padding:50px 76px 0 76px;
    color: #fff;
    position: relative;
}
.demo-domain{
    font-family: 'Arial';
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
.demo-h4{
    font-size: 18px;
    text-align: center;
    margin:10px 0 10px;
}
.demo-h4e {
    font-size: 16px;
    text-align: center;
  
}
    .demo-h4e .tips {
        color: #f6b244;
        font-weight: bold
    }
.btn-center{
    margin-top:24px;
    text-align: center;
}
.whois-btn{
    border:1px solid #fff;
    display: inline-block;
    border-radius: 4px;
    padding:5px 12px;
    text-decoration: none;
    color: #fff;
}
.main-box{
    padding:10px 0 0 110px;
}
.box{
    width: 50%;
}
.box-title{
    font-size: 24px;
    margin-bottom: 10px;
}
.box-text{
    line-height: 1.6;
}
.box-text p{
    text-indent: 22px;
}
.no-saleinfo{
    font-size:20px;
    padding-bottom:10px;
}
.tip-bg {
    background: url(tip.png) no-repeat left center;
}
.detail-btn{
    display: block;
    text-decoration: none;
    width: 131px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: url(detail_whiteBtn.png) no-repeat center;
    color: #2e83e4;
    margin-top:5px;
}


.contact{
    padding-left: 60px;
}
.contact dl{
    width: 225px;
}
.contact dt,.contact dd{
    line-height: 32px;
    display: inline-block;
    margin:8px 0;
}
.contact dt{
    width: 45px;
}
.contact dd{
    width: 175px;
    background: #6da8eb;
    padding:0 8px;
}
.wx-dt,.wx-dd{
    line-height: 32px;
    display: inline-block;
    margin:8px 0;
}
.wx-dt{
    width: 45px;
}
.wx-dd{
    margin-left: -5px;
}
.wx-dd img{
    cursor: pointer;
}
.wx-img{
    vertical-align: middle;
}
.wxewm{
    display: none;
    width: 134px;
    height: 120px;
    background: url(wx_bg.png) no-repeat center;
    vertical-align: top;
    margin:10px 0 0 10px;
}
.wx-dd:hover + .wxewm{
    display: inline-block;
}


.copyright{
    color: #666;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}