@import url('aliyunfont.css');
html, body {
    font: 400 12px 'Open Sans', sans-serif;
}

.b-pay {
    background: url(../images/backgrounds/echat-pay-bg.jpg) center no-repeat !important;
}

.icon-pay {
    font-family: "iconfont" !important;
    font-size: 30px !important;
    font-style: normal;
    color: #e94620;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.pay-ch {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.pay-cn-list {
    width: 820px;
    height: 260px;
    border: 1px solid #e0e0e0;
    padding: 30px 70px;
    box-sizing: border-box;
    position: relative;
    margin: 20px;
    border-radius: 6px;
}

.pay-cn-list:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.btn-250 {
    width: 250px;
    height: 40px;
    border: 1px solid #f36b2b;
    color: #f36b2b;
    background: #fff;
    outline: none;
}

.btn-150, .btn-100 {
    width: 150px;
    height: 40px;
    border: 1px solid #f36b2b;
    color: #f36b2b;
    background: #fff;
    outline: none;
}

.btn-100 {
    width: 100px;
}

.btn-250:hover, .btn-150:hover {
    background: #f36b2b;
    color: #fff;
}

.pay-list-bot {
    text-align: center;
    margin-top: 10px;
}

.pay-cn-list .pay-way {
    margin: 26px 0;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pay-copy{
    font-size: 14px;
    color: #f36b2b;
}

.pay-cn-list p {
    margin-bottom: 15px;
}

.pay-img {
    text-align: center;
}

.pay-img img {
    width: 100px;
}

.pay-list-1, .pay-list-2 {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #fff;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.pay-list-1 {
    backface-visibility: hidden;
}

.pay-list-2{
    text-align: center;
}

.pay-list-2 img {
    width: 268px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.pay-center {
    height: 160px;
    font-size: 16px;
}

section p.pay-title {
    text-align: center;
    margin: 80px 0;
    font-size: 30px;
    font-weight: 500;
}

.section-us {
    background: #fafafa;
}

.pay-us {
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin-top: -100px;
}

.pay-phone {
    display: none;
    padding: 40px 10px;
}

.pay-pc {
    display: block;
}

.pay-phone button+button {
    margin-left: 20px;
}

.pay-us table td {
    padding: 5px 10px;
    font-size: 16px;
    color: #323232;
}

.pay-phone table td {
    font-size: 14px;
}

.pay-phone table tr:nth-child(even) td {
    border-bottom: 1px solid #ddd;
    color: #888;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 20px;
}

.us-bot {
    text-align: center;
}

.us-bot button {
    margin-top: 35px;
}

.us-bot button+button {
    margin-left: 100px;
}

.pay-us>p {
    font-size: 24px;
    color: #f36b2b;
    font-weight: bold;
    padding-left: 10px;
}

.pay-phone>p {
    font-size: 20px;
}

.payment-instr {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 70px;
}

.payment-instr-p1 {
    font-size: 20px;
}

.payment-instr p+p {
    color: #888888;
}

.pay-cn-list-show .pay-list-2, .pay-cn-list-show .pay-list-1 {
    transform: rotateY(180deg);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.51s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

@media screen and (max-width:768px) {
    .pay-ch {
        justify-content: center;
    }
    .pay-phone {
        display: block;
    }
    .pay-pc {
        display: none;
    }
    .payment-instr {
        padding: 0;
    }
}

@media screen and (max-width:513px) {
    .us-bot button+button {
        margin-left: 20px;
    }
}