#wrapper{
    background-size:cover;
	background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../sty4_images/page-bg.webp);
	min-height: 100%;
}

#wrapper #header{
	position: relative;
}

.main-content{
	background-color: transparent;
    padding-bottom:.6rem;
    overflow: auto;
}

.show-ps-btn-area{
    margin:0 0.2rem;
}

.show-ps-btn-area .title-div{
    display: flex;
	justify-content: center;
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-image: url(../sty4_images/title-bg.webp);
}

.show-ps-btn-area .title-div .menu-btn{
    cursor: pointer;
    padding: .2rem .4rem .15rem .4rem;
    color: #334759;
    font-weight: bold;
    font-size: .26rem;
    text-decoration: none;
}

.show-ps-btn-area .title-div .menu-btn.active{
    color: #FFF;
    text-decoration: none;
    border-image: url(../sty4_images/menu_active_bottom.webp);
    border-image-slice: 0 0 6 6 fill;
    border-image-repeat: stretch;
    border-image-width: 0.1rem;
}

.show-ps-btn-area .content-div{
    background: linear-gradient(to bottom, #d7ecfe 0%, #ecf6ff 60%, #d7ecfe 100%);
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
    box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.4);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 .15rem .25rem;
}

.show-ps-btn-area .ps-btn{
    background-color: #FFF;
    box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.5);
    width: 2.05rem;
    height: 1.3rem;
    border-radius: .1rem;
    padding: .03rem;
    text-align: center;
    margin-top: .1rem;
    color: #fff;
    margin-right: .2rem;
    cursor: pointer;
}

.show-ps-btn-area .ps-btn .inner-box{
    background-color: #5981a4;
    border-radius: .1rem;
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.show-ps-btn-area .ps-btn .inner-box .btn-icon{
    width: .6rem;
}

.show-ps-btn-area .ps-btn .inner-box .btn-icon img{
    width:100%;
}

.show-ps-btn-area .ps-btn .inner-box .btn-name{
    margin-top: .05rem;
}

.show-deposit-area{
    margin:0 0.2rem;
    margin-top: .2rem;
}

.show-deposit-area .title-div{
    display: flex;
	justify-content: center;
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-image: url(../sty4_images/title-bg.webp);
    padding: .2rem 0 .15rem 0;
    color:#FFF;
    font-weight: bold;
    font-size: .26rem;
}

.show-deposit-area .content-div{
    background: linear-gradient(to bottom, #d7ecfe 0%, #ecf6ff 60%, #d7ecfe 100%);
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
    box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.4);
    padding: .1rem;
}

.show-deposit-area .input-item{
    display: flex;
    align-items: center;
    margin-top: .3rem;
}

.show-deposit-area .input-item .left{
    color: #5b5e60;
    font-weight: bold;
    font-size: .26rem;
    padding-bottom: .15rem;
    min-width: 1.5rem;
}

.show-deposit-area .input-item .right{
    color: #484848;
    font-size: .26rem;
    border-bottom: .05rem solid #8294b0;
    padding-bottom: .15rem;
    margin-left: .1rem;
    flex: 1;
}

.show-deposit-area .input-item .right .txt, .show-deposit-area .input-item .right input{
    padding-left: .1rem;
}

.show-deposit-area .input-item .cus-bank-info-select, .show-deposit-area .input-item .payment-category-select{
    background-color: transparent;
    border: 0;
    color: #484848;
    font-size: .26rem;
    width: 100%;
}

.show-deposit-area .extra-content{
    color: #b91c1c;
    padding: 0 .1rem .1rem .1rem;
}

.show-deposit-area .amount-info-content{
    background-color: #b6cadb;
    box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.3);
    padding: .1rem;
    border-radius: 0.05rem;
    color: #6e6e6e;
    font-weight: bold;
}

.show-deposit-area .input-item .shop-code-input{
	background: transparent;
    border: 0;
    width: 100%;
    font-size: .26rem;
    color: #484848;
    padding:0;
}

.show-deposit-area .input-item .apply-amount-input{
	background: transparent;
    border: 0;
    width: 100%;
    font-size: .26rem;
    color: #484848;
    padding:0;
}

.show-deposit-area .input-item .apply-amount-input:read-only{
    /*background: #ccc;
    box-shadow: none;*/
}

.show-deposit-area .quick-amount-btn-div{
	display: flex;
	margin-top:.2rem;
    align-items: center;
}

.show-deposit-area .quick-amount-btn-div:first-child{
    margin-top:.3rem;
}

.show-deposit-area .quick-amount-btn-div .quick-amount-btn{
	background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../sty4_images/quick_amount_bg.webp);
    width: 1.5rem;
    padding: 0.1rem 0px;
    text-align: center;
    margin-right: 0.25rem;
    cursor: pointer;
    font-weight: bold;
    color: #FFF;
    font-size: .28rem;
}

.show-deposit-area .send-btn{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../sty4_images/page_btn_bg1.webp);
    width: 100%;
    padding: 0.2rem 0px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #FFF;
    font-size: .3rem;
    margin-top: .2rem;
}

.main-content .info-div{
	width: 600px; 
	border: 1px solid #888888; 
	border-radius: 30px; 
	margin: auto; 
	font-size: 20px; 
	padding:30px; 
	box-shadow: 5px 5px 5px #888888; 
	-moz-box-shadow: 5px 5px 5px #888888;
}
.main-content .info-div .red-txt {
    color: red;
}
.main-content .info-div input{
	font-size: .20rem;
}

.main-content .info-div .btn-div{
	text-align: right;
}

.main-content .info-div .btn-div .btn{
	cursor: pointer;
    text-align: center;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 50%);
    color: #fff;
    font-size: .20rem;
    font-weight: bold;
    padding: .1rem;
    border-radius: 6px;
    background-image: linear-gradient( 180deg ,#ff7000,#ff4500);
}

.main-content .info-div .info-content{
	width: 530px; 
	margin: auto;   
	font-size: 20px; 
	border-top: 1px solid #bf4f4f; 
	border-bottom: 1px solid #bf4f4f; 
	color:#bf4f4f
}

.main-content .info-div .info-content .info-row{
	display: flex; 
	padding: 10px 50px;
}

.main-content .info-div .info-content .info-row:nth-child(even){
	background-color:#efd3d2;
}

.main-content .info-div .info-content .info-row .title{
	margin-right: 70px
}

.turn-page-btn{
	color: #a90000 !important;
	text-decoration: underline!important;
	cursor: pointer;
}
