body{
    background: #fff;
}
a{
    color: #f7933b;
    text-decoration: underline;
}
.demo{
    width: 100%;
    height: 100vh;
    min-height: 945px;
    background: url(../images/demo6.jpg) no-repeat top center;
    color: #fff;
    position: relative;
    padding-top: 60px;
}
.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;
}
.demo-h4e {
    font-size: 16px;
    text-align: center;
}

    .demo-h4e .tips {
        color: #f6b244;
        font-weight: bold
    }
.btn-center{
    text-align: center;
}
.whois-btn{
    border:1px solid #fff;
    display: inline-block;
    border-radius: 4px;
    padding:5px 12px;
    text-decoration: none;
    color: #fff;
    margin-bottom:45px;
}
.main-box{
    width: 1200px;
    background:#000;
    background: rgba(0,0,0,0.4);
    filter: alpha(opacity=40);
    margin:0 auto 10px auto;
    padding:30px 100px;
}
.box{
    width: 50%;
}
.sale-info{
    width: 100%;
}
.contact{
    padding-left: 130px;
}
.sale-ways{
    margin-bottom: 40px;
}
.box-title{
    width: 184px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: url(../images/demo6_boxtitle.png) no-repeat center;
    font-size: 24px;
    margin-bottom: 25px;
}
.box-text{
    line-height: 2.2;
}
.no-saleinfo{
    font-size:18px
}
.box-text p {
    text-indent: 22px;
}
.text-info{
    display: inline-block;
    margin:0 20px 0 0;
}

.tip-bg{
    background: url(../images/tip.png) no-repeat left center;
}
.detail-btn{
    display: inline-block;
    text-decoration: none;
    width: 82px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #f7933b;
    color: #fff;
    margin-left: 70px;
}


.contact dl{
    width: 300px;
}
.contact dt,.contact dd{
    display: inline-block;
    line-height: 2.2;
}
.contact dt{
    width: 45px;
}
.contact dd{
    width: 250px;
    padding:0 8px;
}
.wx-dt,.wx-dd{
    display: inline-block;
    line-height: 2.2;
}
.wx-dt{
    width: 45px;
}
.wx-dd{
    padding-left: 5px;
}
.wx-dd img{
    cursor: pointer;
}
.wx-img{
    vertical-align: top;
    margin-top:8px;
}
.wxewm{
    display: none;
    width: 134px;
    height: 120px;
    background: url(../images/wx_bg.png) no-repeat center;
    vertical-align: top;
    margin:8px 0 0 10px;
}
.wx-dd:hover + .wxewm{
    display: inline-block;
}


.copyright{
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
}