p {
    line-height: normal;
}

.section .title {
    font-size: 46px;
    text-align: center;
    line-height: 100%;
    color: #000;
    padding-top: 80px;
}

.container-banner {
    position: relative;
    width: 100%;
    height: 678px;
    background: url("../images/howBuy/banner-1.jpg") center no-repeat;
}

.container-banner .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 1042px;
    text-align: right;
    color: #ffff2f;
    font-size: 60px;
    margin-top: -85px;
}

.container-banner .text h1 {
    color: #fff;
    font-size: 40px;
}

.container-not li {
    float: left;
    width: 25%;
}

.container-not li img {
    display: block;
    margin: 22% auto;
    width: 45%;
}

.container-buy-process {
    width: 100%;
    height: 527px;
    background: url("../images/howBuy/process-bg.jpg") center no-repeat;
    background-size: auto 100%;
}

.container-buy-process .title {
    color: #fff;
    padding: 54px 0 54px;
}

.container-buy-process ul {
    margin: 0 auto;
}

.container-buy-process .step {
    width: 20%;
}

.container-buy-process .step .icon,.container-buy-process .step .mid .v-line,.container-buy-process .step .mid .circle,.container-buy-process .step .text {
    display: block;
    margin: 0 auto;
}

.container-buy-process .step .icon {
    width: 82px;
    border-radius: 50%;
}

.container-buy-process .step .mid {
    position: relative;
    margin: 12px auto 33px;
}

.container-buy-process .step .mid .v-line {
    width: 0;
    height: 102px;
    border-right: 1px dashed #fefeff;
}

.container-buy-process .step .mid .circle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -5px;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background: #0150b5;
}

.container-buy-process .step .text {
    width: 108px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.container-instruction {
    padding-bottom: 106px;
}

.container-instruction .title {
    padding: 80px 0;
}

.container-instruction p {
    color: #666;
    font-size: 16px;
    line-height: 237%;
    margin: 0 -4px;
}

.container-account {
    background: #eee;
    padding-bottom: 115px;
}

.container-account .sec-title {
    display: block;
    color: #666;
    font-size: 20px;
    text-align: center;
    margin-top: 22px;
}

.container-account .content {
    width: 1054px;
}

.container-account .content .account-card {
    width: 482px;
    background: #fff;
    border-radius: 8px;
    margin-top: 85px;
    overflow: hidden;
}

.container-account .content .icon {
    border-right: 1px solid #eee;
}

.container-account .content .text {
    padding: 17px 0 0 21px;
    color: #444;
    font-size: 16px;
}

.container-account .content .text p {
    line-height: 237%;
}

.container-account .content .ali-pay .text {
    padding-top: 36px;
}

.line-though {
    width: 100%;
    height: 1px;
    background: #000;
    margin-top: 115px;
}