.content {
    margin: 60px 0 120px;
    background: #fff;
    padding: 60px 40px 80px;
    box-shadow: 0px 0px 29px 2px rgba(156, 164, 185, 0.2);
}
.content .title {
    margin-bottom: 40px;
}
.content .txt {
    height: 40px;
    line-height: 40px;
    background: #FBFBFB;
    padding: 0 20px;
    margin-bottom: 40px;
}
.content .txt .right {
    cursor: pointer;
}
.content .txt b {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.content .txt span {
    font-size: 16px;
    color: #999;
    margin-right: 10px;
}
.content .txt img {
    cursor: pointer;
}
.paylist ul li {
    font-size: 16px;
    color: #999;
    padding: 25px;
    border: 1px solid #DDDDDE;
    margin-bottom: 20px;
}
.paylist ul li .left {
    padding: 0 45px 0 8px;
}
.paylist ul li .left .link {
    margin-top: 15px;
    text-align: center;
}
.paylist ul li .left a {
    color: #999;
    cursor: pointer;
}
.paylist ul li .left a:hover {
    color: #FA3C3C;
}
.paylist ul li .bankInfo {
    padding-left: 40px;
    border-left: 1px solid #DDDDDE;
}
.paylist ul li .bankInfo p {
    color: #666;
    line-height: 40px;
}
.other .left {
    float: left;
    width: 50%;
    text-align: center;
    color: #555;
}
.other .alipay, .other .wchat {
    width: 170px;
    height: 170px;
    background: #01AAEE;
    border-radius: 2px;
    padding: 10px;
    margin: 0 auto;
}
.other .wchat {
    background: #51C524;
}
.other .left img {
    width: 150px;
    height: 150px;
}
.other .left .prompt {
    margin: 20px 0;
    font-size: 16px;
}
.other .left b {
    font-size: 20px;
    font-weight: bold;
}