
.main {
    padding-top: 44px;
    position: relative;

}

.pic {
    width: 100%;
    height: auto;
    display: block;
}

.footer {
    height: 44px;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
}

.footname-org {
    color: #f66337;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.footname {
    color: #999;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.pop {
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.paypop {
    position: absolute;
    /*height: 100px;*/
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ccc;
    border-right: 4px;
    padding: 20px;
}

.poptitle {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.cion {
    font-size: 16px;
    color: #f66337;
    line-height: 30px;
    font-weight: 900;
    padding: 0 5px;
}

.button {
    display: block;
    height: 40px;
    background-color: #f66337;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    border-radius: 4px;

}