body {
    font-size: 14px;
}

.main {
    width: 1220px;
    margin: 0 auto;
}

.try_now {
    width: 135px;
    height: 42px;
    background: url(/static/nofficial/images/button.png) no-repeat;
    color: #fff;
}

.try_now a {
    color: #fff !important;
}

/*img {*/
    /*width: 100%;*/
/*}*/

footer {
    height: 162px;
    background-color: #333333;
}

.footer_main {
    width: 1192px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}

.footer_nav {
    margin-bottom: 26px;
}

.footer_nav span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border-right: 2px solid #c2c2c2;
    color: #fefefe;
    margin-right: 20px;
    padding-right: 25px;
}

.footer_nav span a{
    color: #fefefe;
}

.footer_nav span a:hover {
    color: #f8896a;
}

.footer_nav span:last-child {
    border: none;
}

.tell {
    width: 207px;
    height: 35px;
    position: absolute;
    top: 75px;
    left: -20px;
    background: url(/static/nofficial/images/tell.png) no-repeat;
    background-position: 16px 6px;
    padding-left: 50px;
    padding-top: 9px;
    color: #fff;
}

.url_box {
    width: 238px;
    height: 35px;
    background: url(/static/nofficial/images/url.png) no-repeat;
    background-position: 16px 10px;
    position: absolute;
    top: 75px;
    left: 155px;
}

.address {
    width: 385px;
    height: 35px;
    position: absolute;
    top: 75px;
    left: 370px;
    background: url(/static/nofficial/images/address.png) no-repeat;
    background-position: 16px 4px;
    padding-top: 8px;
}

.copy {
    width: 924px;
    height: 19px;
    position: absolute;
    top: 130px;
    left: -66px;
    color: #f6f6f6 !important;
    font-size: 14px !important;
}

.QR_code {
    width: 144px;
    height: 131px;
    position: absolute;
    right: 45px;
    top: 20px;
    color: #fff;
}

.QR_code img {
    width: 100px;
    margin-bottom: 10px;
    margin-left: 10px;
    display: block;
}