.paym-tabs {
    margin-bottom: 50px;
}

.paym-li {
    border-width: 1.5px;
    border-color: rgb(228, 228, 228);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    width: 368px;
    height: 238px;
    text-align: center;
    padding: 36px;
    position: relative;
}

.paym-li {
    margin-right: 46px;
    float: left;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.paym-li:nth-child(3n) {
    margin-right: 0;
}

.paym-tit {
    font-size: 20px;
    color: #666666;
    margin-bottom: 20px;
}

.paym-num {
    font-size: 18px;
    color: #666666;
}

.paym-num>span {
    font-size: 40px;
    color: #d8251e;
}

.paym-num>img {
    width: 100px;
    height: 80px;
    overflow: hidden;
}

.paym-sub {
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
}

.paym-li::before {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: none;
    border-top-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    display: none;
}

.paym-li::after {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: none;
    border-top-color: #d8251e;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

/* .paym-li:hover, */
.paym-li.on {
    border-color: #d8251e;
}

/* .paym-li:hover::before, */
/* .paym-li:hover::after, */
.paym-li.on::before,
.paym-li.on::after {
    display: block;
}

/* åˆ‡æ¢å†…å®¹ */
.ptab-cli {
    width: 100%;
    min-height: 500px;
    border-radius: 5px;
    background-color: rgb(245, 246, 246);
    /* padding: 30px 70px; */
    display: none;
}

.ptab-ctit {
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.ptab-ctit>a {
    font-weight: bold;
    color: #104ca8;
}

.ptab-ctop {
    padding: 30px 0px;
    border-bottom: 1px solid #fff;
}

.ptab-ccont {
    padding: 0 70px;
}

.ptab-cul {
    margin: 50px 0px;
}

.ptab-cul>li {
    border-width: 1px;
    border-color: rgb(222, 222, 222);
    border-style: dashed;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    width: 319px;
    height: 199px;
    padding: 30px;
    margin-right: 50px;
    float: left;
}

.ptab-cul>li:nth-child(3n) {
    margin-right: 0;
}

.ptab-cul>li.on {
    border: 1px solid rgb(222, 222, 222);
}

.ptab-img {
    max-width: 50px;
    height: 58px;
    overflow: hidden;
    margin: auto;
    line-height: 58px;
}

.ptab-txt {
    font-size: 16px;
    color: #333333;
    margin-top: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.ptab-cbtn>input {
    border-radius: 8px;
    background-color: rgb(16, 76, 168);
    width: 100%;
    height: 57px;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

p {
    font-size: 14px;
    margin-top: 5px;
}

.txt_p {
    color: #e02c5e;
}

/* 加载 */
.load-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
}

.load-img {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

.load-img>img {
    width: 100%;
    height: 100%;
}

.ptab-cul>li {
    position: relative;
}

.ptab-cul>li>input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
}

.tubs-li {
    float: left;
    width: 230px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-right: 45px;
    margin-bottom: 20px;
}

.tubs-li:nth-child(4n+1) {
    margin-right: 0;
}

.tubs-img {
    width: 64px;
    height: 84px;
    overflow: hidden;
    margin: 20px auto 40px;
}

.tubs-tit {
    font-size: 14px;
    color: #333333;
    text-align: center;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tubs-ng {
    margin-top: 30px;
}

.ign {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 23px;
}

.ign>img {
    display: inline-block;
    max-width: 13px;
    max-height: 13px;
}

.tubs-ups {
    text-align: center;
    color: #aaa;
    font-size: 1.6em;
    padding: 85px 10px;
    cursor: default;
}

.ptab-ccont2 {
    padding: 40px;
}

.tubs-cen {
    padding: 20px 30px;
    border: 1px dashed #beb8b8;
    border-radius: 10px;
}

.tis-box {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    background-color: #d9534f;
    border-radius: 5px;
    margin: 20px auto 0px;
}

.tubs-bot,
.tinp-upd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tubs-bot {
    width: 100%;
    margin-top: 20px;
}

.tinp-upd {
    /* min-width: 93px; */
}

.upd-li {
    border: 1px solid #cccccc;
    border-left: none;
   height: 51px;
    line-height: 34px;
    text-align: center;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.upd-li:first-child {
    /* border-left: 1px solid #cccccc; */
}

.upd-li>img {
    height: 13px;
}

.upd-li>input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.bglan {
    background-color: #337ab7;
    color: #fff;
}

.tubs-inpbox {
    position: relative;
    flex: 1;
    height: 34px;
    border: 1px solid #cccccc;
}

.tubs-inpbox>input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 10px;
    background: transparent;
}

.tubs-xsbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 10px;
}

.tubs-xsbox>span,
.tubs-xsbox>img {
    display: inline-block;
    vertical-align: middle;
}

.tubs-xsbox>span {
    font-size: 14px;
    color: #333333;
    line-height: 34px;
    margin-left: 6px;
}

.layui-upload-file {
    display: none;
}

.layui-inline {
    display: none;
}