/* 订单支付确认 */
.content .wrapper,
.prompt .wrapper {
    height: 640px;
    margin: 40px auto 95px;
    padding: 60px 220px;
    background-color: #fff;
    line-height: 2;
}

.content p.bold {
    font-weight: 600;
}

.content p.bold em {
    color: #666;
    font-weight: 400;
}

.content p.bold em.price {
    font-size: 24px;
    color: #0ac265;
}

.content p.bold em.price span {
    font-size: 18px;
}

.content ul {
    display: flex;
}

.content li {
    position: relative;
    display: block;
    height: 40px;
    margin: 5px 12px 35px 0;
    padding: 0 23px 0 17px;
    border: 1px solid #ddd;
    line-height: 40px;
    transition: border-color .1s ease-in, color .1s ease-in;
    cursor: pointer;
}

.content li:hover {
    border: 1px solid #3879d1;
    line-height: 40px;
    color: #3879d1;
}

.content li.selected {
    border: 2px solid #3879d1;
    line-height: 38px;
}

.content li .luntan-weixinzhifu,
.content li .luntan-yue {
    margin-right: 3px;
    font-size: 22px;
    color: #00c800;
    vertical-align: bottom;
}

.content li .luntan-yue {
    color: #ff9800;
}

.content .wallet em {
    color: #f44336;
}

.content li .luntan-selectd {
    display: none;
    font-size: 12px;
}

.content li.selected .luntan-selectd {
    display: block;
    position: absolute;
    right: -4px;
    bottom: -12px;
    font-size: 24px;
    color: #3879d1;
}

.content li.no-money {
    pointer-events: none;
    color: #999;
}

.content li.no-money em {
    color: #999;
}

.content li.no-money i {
    color: #bbb;
}

.content .qrcode {
    position: relative;
}

.content .qrcode p:nth-child(2) {
    width: 196px;
    margin: 6px 0 15px;
    padding: 2px 8px;
    background-color: #00c800;
    font-size: 12px;
    color: #fff;
}

.content .qrcode .right {
    float: right;
    position: absolute;
    left: 270px;
    top: -18px;
}

.content .qrcode .right img {
    height: 268px;
}

.content .input-password {
    display: none;
    position: relative;
    padding: 10px 10px 0;
    line-height: 3;
}

.content input[name=password] {
    width: 280px;
    height: 36px;
    padding: 0 30px;
    border: 1px solid #ddd;
    line-height: 36px;
}

.content .luntan-mima {
    position: absolute;
    top: 61px;
    left: 20px;
}

.content .luntan-anquan {
    margin-right: 2px;
    font-size: 18px;
    color: #3F79EC;
}

.content .input-password .tip {
    color: #666;
}

.content .input-password .pay {
    padding: 0 80px;
    border: 1px solid #3F79EC;
    background-color: #3F79EC;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    border-radius: 4px;
}

.content .input-password a {
    margin-left: 10px;
    font-size: 13px;
    color: #3F79EC;
}

.font_red{
    font-size: 16px;
}

.font_red a,.font_red a:hover{
    color: #f44336;
    font-size: 18px;
    font-weight: 600;
}

.font_red a:hover{
    color: #f00;
}

/* 通用提示 */
.prompt .wrapper {
    height: 550px;
    padding-top: 140px;
    text-align: center;
}

.prompt i {
    font-size: 80px;
    color: #f44336;
    line-height: 1.5;
}

.prompt h3 {
    font-size: 17px;
}

.prompt p {
    color: #666;
}

.prompt .btn-link {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
}

.prompt .btn-link a {
    display: block;
    margin: 5px 7px;
    padding: 0 20px;
    background-color: #3f79ec;
    color: #fff;
    line-height: 34px;
    border-radius: 4px;
    cursor: pointer;
}

.prompt .btn-link a:hover {
    background-color: #4e83ec
}

/* 文字介绍静态页 */
.article .wrapper {
    margin: 40px auto 95px;
    padding: 35px 120px 45px;
    background-color: #fff;
    line-height: 2;
}

.article h2 {
    text-align: center;
    font-size: 20px;
}

.article h4 {
    margin-top: 8px;
    font-size: 16px;
}

.article p {
    color: #444;
    font-size: 15px;
}

.article video {
    width: 100%;
    padding:8px 20px;
}