.paymethod {
    cursor: pointer;
}

.paymethod-box {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 1px;
}

.paymethod h1 {
    margin: 50px 0;
    font-weight: normal;
}

.paymethod h2 {
    font-weight: normal;
    margin-bottom: 50px;
}

.paymethod-ul {
    width: 100%;
    overflow: hidden;
}

.paymethod-ul li {
    width: 386px;
    height: 280px;
    float: left;
    line-height: 2;
    background-color: #fff;
}

.paymethod-ul li:nth-child(2) {
    margin: 0 21px;
}

.paymethod-ul li img {
    padding-top: 64px;
}

.paymethod-ul li h3 {
    font-weight: normal;
    padding-top: 30px;
}

.paymethod-code {
    width: 389px;
    margin: 0 auto 50px auto;
    overflow: hidden;
}

.paymethod-code li {
    width: 389px;
    height: 280px;
    background-color: #fff;
    float: left;
}

.paymethod-code img {
    width: 160px;
    height: 160px;
    margin: 45px 0 5px 0;
}
