#ly_pay {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
    display: block;
}

.ly_pay {
    text-align: center;
    cursor: pointer;
    top: 25%;
    z-index: 1000;
    display: block;
    border-radius: 6px;
    color: #fff;
    padding: 5px;
    margin: auto;
}

.ly_pay_islogin {
    width: 100%;
    margin: 10px auto;
    padding: 66px auto;
    z-index: 100;
    text-align: center;
    display: block;
}

.ly_pay_islogin a {
    margin: 16px auto;
    text-align: center;
    padding: 10px 16px;
    font-size: 1.6rem;
    color: #fff;
    vertical-align: middle;
    border-radius: 8px;
    background-color: #44b449;
    display: inline-block;
}

.ly_pay *{
    position: relative;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    margin: 5px 10px 0 10px;
    padding: 10px 0;
    background-color: #1774f7;
    color: #fff;
    width: 88px;
    line-height: 100%;
    overflow: hidden;
    display: inline-block;
}

.ly_pay .ly_pay_copymain {
    background-color: #cf461c;
}

.ly_pay .ly_pay_wordmain {
    background-color: #44b449;
}

.ly_pay_view {
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 226px;
    background: -webkit-gradient(linear, 0 0%, 0 100%, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    display: block;
    margin-top: -236px;
    position: absolute;
}

.ly_pay_view>div {
    z-index: 10;
    position: absolute;
    cursor: pointer;
    width: 100%;
    left: 0px;
    margin: 0 auto;
    color: #1774f7;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    bottom: 0px;
}

.ly_pay_view>div::after,
.ly_pay_view>div::before {
    content: '>';
    color: #44b449;
    margin: auto 3px;
    transform: rotate(90deg);
    display: inline-block;
}

#ly_pay_word {
    display: none;
}

.ly_pay_home {
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    text-align: center;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}

.ly_pay_main {
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 175px);
    margin: 0 auto;
    padding: 25px 10px 15px 10px;
    width: 350px;
    background-color: #fff;
    box-shadow: 0 0 2px 1px #ddd;
    border-radius: 12px;
}

.ly_pay_die {
    cursor: pointer;
    width: 26px;
    height: 26px;
    z-index: 10;
    right: -1px;
    top: -1px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 2px 1px #bbb;
    background: url(/uploads/image/gzpllib/close.png) no-repeat;
    background-size: cover;
}

[class^="ly_pay_code_"] {
    position: relative;
    width: 100%;
    padding: 20px 10px;
    margin: 10px 0;
    line-height: 126%;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #666;
    display: block;
    word-wrap: break-word;
    white-space: pre-line;
    font-size: 1.4rem;
    box-shadow: 0 0 2px 1px #ddd;
}

.ly_pay_codea {
    cursor: pointer;
    width: 100%;
    padding: 0;
    text-align: center;
    display: block;
}

.ly_pay_qrcode {
    padding: 10px;
    display: none;
}

.ly_pay_qrcode div {
    margin: 0 auto;
    padding: 5px;
    display: inline-block;
}

.ly_pay_qrcode img {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.ly_pay_info{
    text-align: center;
    padding: 10px;
    color: #222222;
    display: block;
}
.ly_pay_name {
    color: #0f0f0fd0;
    font-size: 14px;
    padding: 20px auto 10px auto;
}

.ly_pay_name div {
    margin: 0 auto 10px auto;
    display: block;
}

.ly_pay_name_title {
    color: #44b449;
    font-size: 26px;
    font-weight: bold;
}

.ly_pay_name_rmb {
    font-size: 18px;
    color: #f04a08d0;
    font-weight: bold;
}

.ly_pay_name_rmb span {
    margin-left: 10px;
    text-decoration: line-through;
    color: #aaa;
    font-weight: normal;
}

.ly_pay_name_span span {
    color: #f04a08d0;
	display:inline-block;
}

.ly_pay_rmb {
    width: 58px !important;
    height: 26px;
    font-size: 26px;
    margin: 0 5px;
    padding: 0 2px;
    outline: 0;
    border: none;
    background: #fff;
    border-bottom: 1px solid #44b449;
    color: #f04a08d0;
    text-align: center;
    font-weight: normal;
}

.ly_pay_go {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
    color: #fff !important;
}

.ly_pay_go a {
    padding: 0;
    color: #fff !important;
}

.ly_pay_go a img {
    margin-bottom: 15px;
    display: block;
    max-width: 66px;
}

.ly_pay_help {
    margin: 10px auto;
    text-align: center;
}

.ly_pay_help a {
    font-size: 12px;
    color: #999;
}

.ly_pay_wx,
.ly_pay_ali {
    flex: 1;
    width: calc(50% - 20px);
    padding: 10px 20px;
    display: inline-block;
}
.ly_pay_wx span,
.ly_pay_ali span {
    text-align: center;
    padding: 10px;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 8px;
    background-color: #44b449;
    display: inline-block;
}

.ly_pay_ali span {
    background-color: #1774f7;
}

.ly_pay_wx img,
.ly_pay_ali img {
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.ly_pay_wxali.wxali1 {
    width: auto;
}

.ly_pay_down {
    border-radius: 3px;
    margin: 5px 10px 5px 0;
    padding: 5px 10px;
    background-color: #efb126;
    display: inline-block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ly_pay_down::before,
.ly_pay_word1::before {
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/uploads/image/gzpllib/down.png) no-repeat;
    background-size: cover;
    display: inline-block;
}

.ly_pay_down a {
    vertical-align: middle;
    margin-left: 5px;
    color: #fff;
    display: inline-block;
}

.ly_pay_word {
    float: left;
    margin: 15px 0 10px 0;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    border-radius: 3px;
    text-align: left;
    overflow: hidden;
    display: block;
    box-shadow: 0 0 1px 0.5px #bbb;
}

.ly_pay_word .ly_pay_word1 {
    width: 200px;
    text-align: center;
    padding: 10px 0;
    margin: auto 0;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 3px;
    background-color: #44b449;
    display: inline-block;
}

.ly_pay_word:before {
    vertical-align: middle;
    display: inline-block;
    content: '';
    width: 60px;
    height: 60px;
    background: url(/uploads/image/gzpllib/word.png) no-repeat;
    background-size: cover;
}

.ly_pay_word .ly_pay_word2 {
    line-height: 26px;
    width: calc(100% - 275px);
    vertical-align: middle;
    padding: 0;
    margin: auto 6px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}

.ly_pay_word .ly_pay_word3 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #1774f7;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
}

.ly_pay_word .ly_pay_word4 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #888;
    font-size: 14px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
}

.ly_pay div,
.ly_pay_down,
.ly_pay_word1,
.ly_pay_go span,
[class^="ly_pay_code1_"] {
    box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(0, 0, 0, 0.25) 0px 0px 0px, inset rgba(255, 255, 255, 0.03) 0px 20px 0px, inset rgba(0, 0, 0, 0.15) 0px -20px 20px, inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
}

.ly_pay_loader {
    position: absolute;
    left: calc(50% - 33px);
    top: calc(50% - 33px);
    width: 66px;
    height: 66px;
    border: 8px solid #1774f7;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 1px #44b449;
    display: none;
    -webkit-animation: ly_pay_rotation 1s linear infinite;
    animation: ly_pay_rotation 1s linear infinite;
}

@media screen and (max-width:800px) {
    .ly_pay_word .ly_pay_word1 {
        width: 100%;
        display: block;
    }

    .ly_pay_word .ly_pay_word2 {
        width: calc(100% - 72px);
    }
}

@-webkit-keyframes ly_pay_rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}