﻿#page-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    min-width: 521px;
}
#layDp {
    text-align: center;
    width: 360px;
    margin: 30px auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    /* -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5); */
    background-color: #e4e4e4;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(228,228,228,0.9)),to(rgba(248,248,248,0.9)));
    background: -moz-linear-gradient(top,rgba(228,228,228,0.9) 0,rgba(248,248,248,0.9) 60%);
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    float:left;
}

#market-box {
    margin: 80px 30px 0 0px;
    width:400px;
    float:left;
}
    #market-box h2 {
        font: bold 32px/66px 黑体;
        letter-spacing: 2px;
    }
    #market-box p {
        font-size:16px;line-height:220%;
    }


/* 手机 sm */
@media screen and (max-width: 760px) {
    #market-box {
        overflow: hidden;
        display:none;
    }
}