/*
 * Infoacer web site stylesheet setting file.
 * Use area : Purchase page.
 * Date 2015/10/21
 * Copyright Infoacer (c) 2015 all right reserved.
 * @author Freddy Ma
 */
 body
 {
     background:#FAFAFA;
 }
.purchase
{
    color: #3c4342;
}
hr
{
    border-top: solid 1px #454D4C;
    float: left;
    height: 1px;
    width: 100%;
    margin-bottom: 50px;
}
.price
{
    color: #A40000;
}
main .common_center
{
    margin-top: 0;
    width: 850px;
}
main .common_section
{
    width: 850px;
}
main .common_section ul
{
    width: 450px;
    padding-left: 20px;
    margin: 0;
}
main .top_banner > .text
{
    height: 200px;
}
main .top_banner > .text img
{
    height: 90%;
}
.purchase
{
    float: left;
    width: 100%;
}
.purchase .description
{
    width:100%;
    text-align:center;
    height:30px;
    float:left;
    background:#024380;
    color:#FFF;
    line-height:30px;
    font-weight:bolder;
}
.purchase .scanner
{
    float: right;
}
.purchase .greenmark
{
    position:relative;
    top: 160px;
    left: 80%;
}
.purchase .gotop
{
    position: fixed;
    bottom: 0px;
    display: none;
    cursor: pointer;
    z-index: 80;
}
