html,body{
  padding:0px;
  margin:0px;
  box-sizing: border-box;
  height:100%;
  position:relative;
}  
.epay-api-content{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  position:relative;
  flex-direction:column;
}
.middle-content{
  width:100%;
  position:relative;
  background: #FBFBFB;
  border-radius:8px;
  border: 1px solid rgba(18,57,181,0.1);
  display: flex;
  align-items: center;
}

.middle-content .tab-radio{
  display: none;
}
.tab-handler{
  position: relative;
  z-index: 2;
  display: block;
  float: left;
  width:33.33%;
  height:40px;
  color:rgba(0,53,117,0.47);
  text-align:center;
  font-size: 14px;
  line-height:40px;
  transition: .3s;
  transform: scale(1);
  cursor:pointer;
  margin:0px !important;
}
.payIn .tab-handler{
  width:50% !important;
}
/* .tab-handler:nth-of-type(1){
  border-top-left-radius: 10px;
}
.tab-handler:nth-of-type(2){
  background-color:#677BBB;
} 
.tab-handler:last-of-type{
  border-top-right-radius:10px;
}*/
.tab-radio:checked + .tab-handler{
  background-color:#677BBB;
  color:#fff;
  transform: scale(.98);
  border-radius:8px;
  height:36px;
  line-height:36px;
  margin:0px !important;
}
.tab-radio:checked + .tab-handler + .tab-content{
  display:block;
  opacity: 1;
  transform: scale(1);
}
.tab-content{
  display:none;
  position: absolute;
  top:53px;
  left: 0;
  width:100%;
  padding:0px;
  color: #999;
  font-size: 14px;
  line-height: 1.618em;
  box-sizing:border-box;
  background-color: #fff;
  opacity: 0;
  transition: transform .5s, opacity .7s;
  transform: translateY(20px);
}

.required-box{
  width:100%;
  background-color:#FBFBFB;
  border-radius:8px;
}
.required-box ul{
  width:100%;
  display:flex;
  flex-direction:column;
  margin:0px;
  padding:10px !important;
  box-sizing:border-box;
}
.required-box ul li{
  width:100%;
  position:relative;
  list-style:none;
  margin-bottom:15px;
}

.required-box ul li label{
  font-size: 14px;
  font-weight: 400;
  color: #94AAC6;
  line-height: 20px;
}
.required-box ul li .input-box{
  width:100%;
  height:50px;
  background: #FFF;
  border-radius:8px;
  position:relative;
  border: 1px solid rgba(59,85,230,0.2);
  display:flex;
  justify-content:center;
  align-items:center;
}
.required-box ul li input,.required-box ul li select{
  width:100%;
  font-size:16px;
  border-radius:8px;
  padding:0 10px;
  box-sizing:border-box;
  border:none;
  color:#344054;
}
.required-box ul li input:focus,
.required-box ul li select:focus{
  outline: none;
  border:none;
}
.required-box ul li select option{
  outline: none;
  height:40px;
  width:100%;
  padding:10px;
}
.required-box ul li input::-webkit-input-placeholder {
  color:#ADADAD;
}

.required-box ul li input:-moz-placeholder {
    color:#ADADAD;
}

.required-box ul li input::-moz-placeholder {
    color:#ADADAD;
}

.required-box ul li input:-ms-input-placeholder {
    color:#ADADAD;
}
.searchable-select-input::-webkit-input-placeholder{font-size:14px;}
.required-box ul li .button-box{
  width:100%;
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
}
.button-box button{
  width:360px;
  margin-left:10px;
  background-color:#1239B5;
  color:#fff;
  height:50px;
  text-align:center;
  font-size:16px;
  border-radius:50px;
  border:none;
}
.query-Result{
  width:100%;
  height: 35px;
  background: #EAF3FF;
  font-size: 14px;
  font-weight: 400;
  color: rgba(8,23,53,0.5);
  line-height:35px;
  text-align:center;
}
table{
  width:100%;
}
table tr{
  width:100%;
  height:45px;
}
table thead tr {
  height:30px;
  background: #FCFCFC;
}
table thead tr:nth-of-type(1){
  background:#F4F9FF;
}
table thead tr:nth-of-type(2){
  background-color:#F4F9FF;
  opacity:.5;
}
table thead tr:nth-of-type(2) th{
  color:#000;
}
table tbody tr:nth-child(odd){
  background: #fff;
}
table tbody tr:nth-child(even){
  background: #FCFCFC;
}
table tr th{
  padding:0 20px;
  box-sizing:border-box;
  color:#1239B5;
}
table tr td{
  padding:0 20px;
  box-sizing:border-box;
  color:rgba(8,23,53,0.7);;
}
.pagination-box{
  width:100%;
  justify-content:center;
  align-items:center;
  display:none;
}
.checkPageSize{
  position:relative;
}
.dropdown-menu{
  min-width:79px !important;
}
.btn-default{
  color:#1239B5;
  border-color:#DFDFDF;
}
.dropdown-menu>li{
  color:#1239B5;
  padding:1px 10px;
}
.dropdown-menu li:hover,
.dropdown-menu li.active,
.dropdown-menu li:active{
  background:#1239B5;
  color:#fff;
}
.totalNum{
  color:#1239B5;
  font-size:12px;
  position: relative;
  top: 3px;
  left: -5px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
  color:#1239B5;
  background-color:#fff;
}
.btn-default:hover{
  color:#1239B5;
  background-color:#fff;
  border-color:#DFDFDF;
}
.btn{
  padding:4px 8px;
}
.result-content{
  display:none;
}
.null-data{
  width:100%;
  height:260px;
  display:none;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}
.null-data img{
  width:120px;
  height:auto;
  display:block;
  margin:5px auto;
}
.null-data p{
  width:100%;
  font-size:14px;
  color:#94AAC6;
  text-align:center;
}
.page-wrapper{
  margin:0 auto;
  overflow-y:visible !important;
}
.epay-page-title{
  width:100%;
  max-width:737px;
  position: relative;
  padding-left: 20px;
  font-size: 1.5em;
  margin:0 auto 20px auto !important;
  color:#364149;
}
.epay-page-title::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 6px;
  height: 20px;
  border-radius: 4px;
  background-color: #3954e6;
}
.epay-cover-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background:rgba(255,255,255,.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(1.5px);
}
.epay-cover-bg .loadding-icon{
  width:60px;
  height:60px;
  background:url(../images/loading-2.gif?random=12)center no-repeat;
  background-size:cover;
  margin:auto;
}
.epay-error-tips{
  width: 100%;
  height: 100%;
  position:fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background:rgba(255,255,255,0);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items:flex-start;
}
.epay-error-tips span{
  font-size: 14px;
  padding: 5px 10px;
  background: rgba(255, 75, 79, .1);
  color: #ff4d4f;
  border: 1px solid rgba(255, 75, 79, .5);
  border-radius: 5px;
  z-index: 10;
  position: relative;
  top: 5px;
}
.markdown-section ul{
  padding-left:0px !important;
}
.container{
  width:100% !important;
}