body{
    margin: 0;
}
.title{
    PADDING-RIGHT: 16px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    BACKGROUND: #ff7300;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: #666677 10px solid;
    COLOR: #ffffff;
    PADDING-TOP: 8px;
    BORDER-BOTTOM: #cc6600 1px solid;
}
.mt10{
    margin-top: 10px;
}
.mt5{
    margin-top: 5px;
}
.mb5{
    margin-bottom: 5px;
}
.web{
    width: 100%;
    max-width: 1048px;
    margin-left: auto;
    margin-right: auto;
}
.tips{
    color: red;
    font-size: 14px;
}
.ml5{
    margin-left: 5px;
}
.footer-div{
    margin:10px;
}
.ctr{
    text-align: center;
    font-size: 10px;
    margin: 5px 10px;
}
.desc{
    font-size: 12px;
    color: #999999;
}
.logo{
    text-align: center;
}
