body{
    background: #1b2c46 url(../images/demo2.png) no-repeat top center;
    position: relative;
}
a{
    color: #f6b244;
    text-decoration: underline;
}
.demo{
    width: 100%;
    color: #fff;
    padding:50px 0 0 0;
    min-height: 800px;
    height: 100vh;
    background: url(../images/demo2_bottom.png) no-repeat bottom center;
    position: absolute;
}
.demo-domain{
    font-family: 'Arial';
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #f6b244;
}
.demo-h4{
    font-size: 18px;
    text-align: center;
    margin:18px 0;
}
.btn-center{
    margin-bottom:80px;
    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{
    width: 1200px;
    margin:30px auto;
}
.box-title{
    font-size: 24px;
    text-align: center;
    width: 169px;
    height: 59px;
    line-height: 55px;
    margin:0 auto 28px auto;
}
.no-saleinfo {
    font-size: 20px;
    padding: 15px 0;
}
.box-bg{
    width: 362px;
    height: 216px;
    background: url(../images/demo2_box_bd.png) no-repeat center;
    padding:0 20px 0 30px;
    line-height: 216px;
}
.orange-bd{
    background: url(../images/orange_bd.png) no-repeat center;
}
.blue-bd{
    background: url(../images/blue_bd.png) no-repeat center;
}

.sale-info{
    text-align: center;
    margin:0 57px;
}
.box-align{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1.6;
}

.contact dt,.contact dd{
    line-height: 32px;
    display: inline-block;
    margin:8px 0;
}
.contact dt{
    width: 45px;
}
.contact dd{
    width: 245px;
    background: #c6d2e4;
    padding:0 8px;
}
.tip-bg{
    background: url(../images/tip.png) no-repeat left 5px;
}
.tip-bg p {
    text-indent: 22px;
}
.detail-btn{
    display: block;
    width: 156px;
    height: 36px;
    line-height: 36px;
    background: #f6b244;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin:20px auto 0 auto;
}
.wx-div{
    height: 50px;
}
.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(../images/wx_bg.png) no-repeat center;
    vertical-align: top;
    margin:10px 0 0 10px;
}
.wx-dd:hover + .wxewm{
    display: inline-block;
}


.copyright{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}