/*css reset*/
html {
  font-family:sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size:100%;
}

body {
  width: 100%;
  font-size:1rem;/* 1*16px=16px */
  line-height: 1.666;
  color: #333333;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.text-red{
  color: #000000;
}
.text-black{
  color: #000000;
}
.text-white{
  color: #FFFFFF;
}
.text-yellow{
  color: #FFDE00;
}
.text-blue{
  color: #198EDE;
}
.text-orange{
  color: #E89F43;
}
/* 定义keyframe动画，命名为blink */
@keyframes blink{
  0% { color: #BE0000;}
  50% { color: #FFFF00;}
  100% { color: #BE0000;}
}
/* 添加兼容性前缀 */
@-webkit-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}
@-moz-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}
@-ms-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}
@-o-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}
/* 定义blink类*/
.blink{
  font-weight: bold;
  color: #dd4814;
  animation: blink 1s linear infinite;
  /* 其它浏览器兼容性前缀 */
  -webkit-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  -ms-animation: blink 1s linear infinite;
  -o-animation: blink 1s linear infinite;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  cursor: pointer;
}
body,input,textarea {
    font-family: sans-serif;
}

header,footer,section,aside,article,nav,hgroup,figure,figcaption,body,h1,h2,h3,h4,h5,h6,ul,ol,li,form,p,dl,dt,dd,blockquote,legend,table,th,td,fieldset,menu,pre {
    margin: 0;
    padding: 0
}

table,th,td,img,fieldset {
    border: 0
}

time,mark,output,meter,address,cite,em,code,var,dfn,ins,i,th,caption {
    font-style: normal;
    text-decoration: none
}

h1,h2,h3,h4,h5,h6,th {
    font-size: 100%;
    font-weight: normal
}

input,select,button,textarea,table {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

abbr,acronym {
    border: 0;
    font-variant: normal
}

q:before,q:after {
    content: ""
}

ul,ol {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,caption {
    text-align: left
}

header,footer,section,aside,article,nav,hgroup,figure,figcaption {
    display: block
}

a {
    text-decoration: none;
    outline: none;
}

select, button, input, textarea:active, a:active, select:active, option:active, input:active, textarea:focus, a:focus, select:focus, option:focus, input:focus {
    outline: 0;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top .settings, .top .logo, .top .query, .notice i, nav i {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

html {
  font-size: 100px;
}

body {
  font-size: 0.24rem;
}
.mm-page{
  position: relative;
}
/*===== Slide Show =====*/

.swiper-container {
    width:100%;
    font-size:0;
}
.swiper-container img {
    width: 100%;
    height: auto;
}

/*===== Slide Show end =====*/


.footer {
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
  text-align: center;
  color: #fcfcfc;
  line-height: 0.3rem;
  font-size: 0.2rem;
}

.popbox .pop_logo {
  margin:20px auto 15px;
  display:block;
  width:50%;
}
.popbox .verifyimg{
  position: absolute;
  right: 10px;
  top:7px;
}
.popbox .popbox-title {
  text-indent:30px;
  font-size:22px;
  color:#f9d268;
  font-weight:bold;
  line-height:62px;
  background:#0b1d60;
  -moz-border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  border-radius:12px 12px 0 0;
}
.popbox .popbox-nr {
  width:90%;
  margin:15px auto auto;
}
.popbox .popbox-nr li {
  overflow:hidden;
  line-height:42px;
  margin-bottom:15px;
  width:100%;
  position: relative;
}
.popbox .popbox-nr p {
  width:120px;
  float:left;
  text-align:right;
  color:#7a7a7a;
  font-size:14px;
}
.popbox .popbox-nr .wby1 {
  background:#fff;
  width:99%;
  float:right;
  height:40px;
  border:1px solid #ccc;
  line-height:40px;
  text-indent:10px;
  font-size:14px;
  color:#b7b7b7;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius:6px;
  color:#000;
}
.popbox .popbox-nr .game_list {
  background:#fff;
  width:100%;
  float:right;
  height:40px;
  border:1px solid #ccc;
  line-height:40px;
  font-size:14px;
  color:#000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius:6px;
  text-indent:12px;
}
.popbox .popbox-nr .game_list i{

}
.popbox-nr .btn2 {
  background-position:0 52px;
  width:70%;
  height:52px;
  line-height:40px;
  font-size:18px;
  text-align:center;
  color:#FFF;
  margin:20px auto;
  display:block;
  background-color: #337CB7;
  border-radius: 3px;
}

.overlay {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1500;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}

.popbox .close-btn {
  position: absolute;
  top: 8px;
  right: 0px;
}

.popbox .close-btn img{
  width:80%;
}

.modal_title{
  text-align: center;
}
.modal_title h1{
  color:#337cb7;
  font-size: .35rem;
}
.modal_title .hr_left{
  display: inline-block;
  position: relative;
  width:12%;
  top:4px;
  height: 2px;
  border:none;
  background-image: linear-gradient(to right, #FFF0, #a7d128);
  /*margin-right: 20px;*/
  margin: 0px 20px 10px 0px;
}
.modal_title .hr_right{
  display: inline-block;
  position: relative;
  width:12%;
  top:4px;
  height: 2px;
  border:none;
  background-image: linear-gradient(to left, #FFF0, #a7d128);
  /*margin-left: 20px;*/
  margin: 0px 0px 10px 20px;
}

.modal_wrap_box .img1 {
  margin:20px auto 15px;
  display:block;
  width:50%;
}
.modal_wrap_box .form .row .wby2 {
  width:74%;
  background:#ffffff;
  border:1px solid #ccc;
  color:#b9b9b9;
}

.modal_wrap .form {
  width: 90%;
  margin: 10px auto;
  font-size: 14px;
}
.modal_wrap .form .title_name{
  text-align: center;
  font-size: .35rem;
}
.form .btn{
  width:100%;
  height:45px;
  line-height: 45px;
  text-align: center;
  display:inline-block;
  background: #337CB7;
  font-size: 18px;
  color:#FCFCFC;
  border-radius:3px;
  margin:0 auto 10px;
}
.modal_wrap .btn_section{
  width:100%;
  margin:0 auto;
}
.modal_wrap input[type="text"] {
  padding: 10px;
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  border-radius: 3px;
  background: #FFF;
  border: 1px solid #ccc;
}

.modal_wrap .row {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  width:100%;
}

a.btn_detail{
color:#337CB7;
}

.detail_event {
    text-align: center;
}

.detail_event table {
    width: 100% !important;
}

.detail_event h1{
  color:#E91E63;
  font-size: .4rem;
  margin-bottom: 40px;
}

.modal_wrap .row span{
  color:#d40101;
}
.modal_wrap .row .rmNum {
  position: absolute;
  right: 10px;
  top:7px;
}

.menu span {
  margin-right: 10px;
}

.menu img {
  width: 15%;
  vertical-align: middle; }

.menu i {
  vertical-align: middle;
  color: #fec23d;
  font-size: 0.48rem; }

.mm-list>li>a, .mm-list>li>span{
  padding:10px 20px;
}



/*===modal===*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.notify{
	margin: -30px 0 25px;
}
.notify h1{
    font-size: 18px;
    margin-top: 30px;
    color:#006692;
    font-weight: bold;
}
.notify span{
    color:#fd4a00;
    font-weight: bold;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/*=table=*/
table{
    margin:20px auto;
    border-left:1px solid #6fa6d2;
    border-top:1px solid #6fa6d2;
    text-align: center;
}
td, tr{
    border-right:1px solid #6fa6d2;
    border-bottom:1px solid #6fa6d2;

    text-align: center;
}
table th{
    text-align: center;
    border-right:1px solid #6fa6d2;
    color:#123d60;
    font-weight: 600;
}
tr .red{
    color:#ff0000;
}

.page {
    text-align: center;
}

.detail_event table td tr img{
max-width: 100%; height: auto!important;
}
.detail_event table td img{
max-width: 100%; height: auto!important;
}
.detail_event table img{
max-width: 100%; height: auto!important;
}
.detail_event table{
  width:100%!important;display: table-row-group;
}
.detail_event img{
  width:100%;
}

@media only screen and (min-width: 0px) and (max-width: 1770px){
  .popbox .modal_content:nth-of-type(2n) {
    overflow-x:auto;
    -webkit-overflow-scrolling: touch; 
  }
  
  .modal_content:nth-of-type(2n+1) {
    overflow:auto;
    -webkit-overflow-scrolling: touch; 
  }
}

@media only screen and (min-width: 1000px) {
  #verificationImgDiv1, #verificationImgDiv2 {
    position: relative; 
  } 
  #verificationLabel1, #verificationLabel2 {
    margin-left: 13.23px;
  }
  #verificationCodeImg1, #verificationCodeImg2 {
    cursor: pointer; 
    position: absolute; 
    right: calc(50% - 146.5px);
    top: 6.5px;
  }
  #paytypeDesc {
    margin-left: -35px!important;
  }
  .repayDesc {
    margin-left: 0px!important;
    width: 160px!important;
  }
  #paytypeDesc .top2-form .copyBtn{
    display: inline-block;
    width: 80px!important;
    font-size: 12px;
    padding: 4px 8px;
  }

  .btn-hide-pc{
    display: none!important;
  }
  .nav-bar-custom{
    display: none;
  }
  .popbox{
    width: 1000px;
    background-color:#FFF;
    overflow:hidden;/* winphone8 and android4+ */
    -webkit-overflow-scrolling: touch; /* ios5+ */
    position:absolute;
    top:400px;
    left:calc((100vw - 1000px)/2);
    height:auto;
    z-index:1001;
    margin-top:-280px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius:12px;
    margin-bottom: 20px;
  }

  /*===== News =====*/
  .notice{
    display: none;
  }

  .news{
    width: 290px;
    right: 0px;
    top: 150px;
    position: absolute;
  }
  .news .card-body{
    height: 130px;
    overflow: hidden;
  }
  .btn-loan{
    margin: 6px 16px;
  }
  .news .card{
    border: 1px solid #BFBFBF;
  }
  .news .card-header{
    position: relative;
    margin: 0px auto -40px auto;
    color: #FFFFFF;
    width: 190px;
    height: 85px;
    border-top: 40px solid #BFBFBF;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    font-size: 20px;
    line-height: 45px;
    vertical-align: top;
    text-align: center;
  }
  .card-header-text{
    position: absolute;
    top: -40px;
    width: 150px;
  }
  ul.zdowebok li{
    border-bottom: 1px dotted #BEBEBE;
    padding: 10px;
  }
  ul.zdowebok li a{
    color: #112846;
  }
  .btn-repay{
    background-color: #198EDE;
    color: #FFFFFF;
    font-size: 16px;
  }
  .btn-repay:hover{
    background-color: #496FE3;
    color: #FFFFFF;
  }
  .btn-repay span img{
    width: 24px;
    margin-right: 5px;
  }
  .btn-loan{
    background-color: #E89F43;
    color: #FFFFFF;
    font-size: 16px;
  }
  .btn-loan:hover{
    background-color: #E88343;
    color: #FFFFFF;
  }
  .btn-loan span img{
    width: 24px;
    margin-right: 5px;
  }
  /*===== News end =====*/
  .container-pc{
    margin: 0px auto;
    max-width: 1000px;
    width: 1000px;
    position: relative;
  }
  nav{
    display: none;
  }
  a.search{
    display: none;
  }
  .side_bar{
    display: none;
  }
  .logo{
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
  }
  .container{
    margin: 0px auto;
    max-width: 1000px;
    width: 1000px;
    padding: 130px 0px 0px 0px;
  }
  .logo .container{
    position: relative;
  }
  /*===== Slide Show =====*/
  .swiper-container{
    margin-top: 10px;
    width: 700px;
    position: absolute;
    top: 140px;
  }

  /*===== Slide Show end =====*/


  /*===== Search  =====*/
  .search-bar{
    position: absolute;
    right: 5px;
    top: 20px;
    background: #E5E5E5;
    padding: 8px;
    width: 524px;
    border-radius: 5px;
  }
  .input-box {
    background: #fff;
    width: 380px;
    height: 40px;
    line-height: 32px;
    border-radius: 5px;
    float: left;
    position: relative;
  }
  .input-box input{
    border: none;
    line-height: 38px;
  }
  .icon_search img{
    width: 20px;
    margin: 0px 5px 0px 10px;
  }
  .search-bar .butt {
    float: right;
    background-color:  #84B804;
    width: 120px;
    height: 40px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    display: block;
  }
  /*===== Search end =====*/
  .top-content{
    position: relative;
    height: 250px;
    margin: 0px auto;
    max-width: 1000px;
    width: 1000px;
  }
  .footer{
    background-color: #EFEFEF;
    width: 100%;
    /*position: absolute;
    bottom: 0px;*/
    padding: 20px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
  }

  /*===== Box =====*/
  .box-header h5{
    font-size: 16px;
      padding: 10px;
  }
  .box-body .box-text p{
    font-size: 14px;
    line-height: 28px;
  }
  .box{
    border-radius: 5px;
    border: 1px solid #BEBEBE;
    margin: 10px 0px 0px;
  }
  .box .box-header{
    border-bottom: 1px solid #BEBEBE;
  }
  .box-body{
    padding: 10px;
  }
  /*===== Box end =====*/
  /*===== Navbar =====*/
  .nav-bar{
    width: 100%;
    background-color: #f9f9f9;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    height: 40px;
    position: absolute;
    top: 130px;
  }
  .nav-bar ul {
    padding: 0px;
    /*width: 970px;*/
    margin: 4px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between ;
    flex-wrap: no-wrap ;
    list-style: none;
  }
  .nav-bar ul li {
    float: left;
    position: relative;
  }
  .nav-bar ul li a {
    color: #198EDE;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    display: block;
    border-radius: 15px;
  }
  .nav-bar ul li a:hover {
    background: #84B804;
    color: #FFFFFF;
    text-decoration: none;
  }
  .nav-bar ul li.on a {
    background: #198ede38;
    color: #FFFFFF;
    text-decoration: none;
  }
  .nav-bar ul li.on a.blink {
    background: transparent;
    text-decoration: none;
  }
  /*===== Navbar end =====*/
  .top{
    background-color: #198EDE;
    color: #FFFFFF;
    width: 100%;
    height: 30px;
  }
  .top .top-l{
    position: absolute;
    left: 5px;
    top: 5px;
  }
  .top .top-r{
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .top .top-r a{
    margin: 0px 10px;
  }
  .top .top-r a:hover{
    color: #E5E5E5;
  }

  .header .logo-m{
    display: none;
  }
  .header .logo-l{
    display: block;

  }

  .logo-l{
    position: absolute;
    left: 0px;
    top: 30px;
  }
  .logo-l .container-pc{
    margin-top: 15px;
  }
  .logo-img img{
    width: 400px;
    margin-top: -10px;
  }
  .logo-text{
    font-size: 30px;
    font-weight: bolder;
    vertical-align: middle;
  }
  .logo .line{
    display: inline-block;
    height: 45px;
    width: 1.5px;
    background-color: #198EDE;
    margin: 0px 20px;
    vertical-align: middle;
  }
  /*====Table====*/
  .box-ge tr th {
    background: #ececec;
    border: 1px solid #dcdcdc;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 15px;
    text-align: center;
  }
  .box-ge tr td {
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    height: 40px;
    line-height: 40px;
    color: #434343;
    font-size: 15px;
    text-align: center;
  }
  /*=====Table End====*/
  .modal_content{
    padding: 15px;
  }
  .modal_content .modal-table tr th,td{
    padding: 5px 20px;
    border: 1px solid #dcdcdc;
  }
  .modal_content .modal-table tr th{
    background-color: #f9f9f9;
    color: #434343;
  }
  .top2-bom input{
    background-color: #dcdcdc;
    color: #434343;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px;
    margin: 10px auto;
    border: none;
    text-align: center;
  }
  .top2-bom a{
    display:inline-block;
    text-decoration:none;
    background-color: #dcdcdc;
    color: #434343;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px;
    margin: 10px auto;
    border: none;
    text-align: center;
  }

  #paybackContainer .top2-form input[type="text"] {
    border: 1px solid #dcdcdc;
    width: 240px;
    height: 40px;
    border-radius: 3px;
  }

  /*#paybackContainer .top2-form-1 input[type="button"] {
    width: 22.8%;
    margin-bottom: 0.4%;
  }*/

  #borrowContainer .top2-form input {
    border: 1px solid #dcdcdc;
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
  }
  .rz_text{
    margin-bottom:8px;
    overflow:hidden;
    padding-left:130px;
  }
  .rz_text .po_1{
    float:left;
    font-size:14px;
    color:#959595;
    width:13.45%;
    margin-right:20px;
    text-align:right;
    line-height:32px;
    height:32px;
  }
  .rz_text .po_2{
    float:left;
    position:relative;
    width:180px;
    height:105px;
    border:solid 1px #dcdcdc;
    border-radius:2px;
    cursor:pointer;
  }
  .rz_text .po_2 span {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  .rz_text .po_2 .file{
    width:180px;
    height:105px;
    position:absolute;
    z-index:1000;
    top:0px;
    left:0px;
    right:0px;
    filter:alpha(opacity:0);
    opacity:0;
    cursor:pointer;
  }
  .rz_text .po_2 i {
    display: block;
    text-align: center;
    color: #959595;
    font-size: 14px;
    margin-top: 8px;
  }
  .rz_text .text{
    float:left;
    width:180px;
    height:32px;
    color:#959595;
    font-size:13px;
    line-height:32px;
    border:solid 1px #dcdcdc;
    border-radius:2px;
    text-indent:1em;
    outline:none;
    background:none;
  }
  
  #myform.loan {
    text-align: center;
  }
  
  #myform > #account1 ~ div {
    text-align: center;
  }
  
  #myform > #account2 + div {
    clear: left;
  }
  
  .top2-form {
    margin-bottom: 10px;
  }
  
  #myform > #account1 {
    left: calc(50% - 182px);
  }
  
  #myform > #account2 {
    top: 3px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 999px){
  .repayDesc{
    margin-left: 5px!important;
    width: 145px!important;
  }
  #paytypeDesc .top2-form .copyBtn{
    width: 100px!important;
    display: inline-block;
  }
  div.repayDesc+br{
    content:"";
    display:none;
  }
  /*#paybackContainer .top2-form input.verify{
    width: 170px!important;
  }
  #verificationCodeImg2{
    right: 0%!important;
  }*/
  .btn-hide-mobile{
    display: none!important;
  }
  #username{
    width: 120px;
    height: 35px;
    background-color: transparent;
  }
  .popbox{
    width:90%;
    background-color:#FFF;
/*     overflow:scroll;winphone8 and android4+ */
/*     -webkit-overflow-scrolling: touch; ios5+ */
    position:absolute;
    top:350px;
    left:5%;
    height:auto;
    z-index:1001;
    margin-top:-280px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius:12px;
    margin-bottom: 20px;
  }

  nav {
    height: 60px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ededed;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #ffffff 25%, #ffffff 70%, #ededed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 25%,#ffffff 70%,#ededed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ededed 0%,#ffffff 25%,#ffffff 70%,#ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=0 );
    /* IE6-9 */
  }
  nav a {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1.45rem;
    text-align: center;
    color: #121212;
    font-size: 0.24rem;
  }

  nav span {
    position: absolute;
    left: 0;
    width: 100%;
    top:45%;
  }
  nav i {

  }

  nav img{
    margin-top: 7px;
    width:26px;
    height:26px;
  }

  .notice {
    position: absolute;
    top: calc(32.4vw + 58px);
    background: #BFBFBF;
    height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .notice i {
    margin: 0.1rem 0.2rem auto;
    width: 15px;
    height: 15px;
    display: block;
    font-size:15px;

    color:#FFFFFF;
  }

  .notice .marqueebox {
    margin-top: 0.1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    color: #FFF;
    font-size: 0.24rem;
  }

  .news{
    display: none;
  }
  .logo-text{
    font-size: 26px;
    font-weight: bolder;
    vertical-align: middle;
  }
  .logo .line{
    display: inline-block;
    height: 30px;
    width: 1px;
    background-color: #198EDE;
    margin: 0px 10px;
    vertical-align: middle;
  }
  .header .side_bar {
    position: absolute;
    left: 12px;
    /*top: 10px;*/
    font-size:25px;
    color:#3a87bf;
  }

  .header .side_bar img{
      width:25px;
      height:22px;
  }
  .container {
    width:100%;
    margin: 0 auto;
    /*padding-bottom: 5%;*/
    padding: 0px 0px 5% 0px;
  }

  .header {
    position: fixed;
    width: 100%;
    min-width:320px;
    height: 58px;
    margin: 0px;
    padding: 8px 0 0;
    top:0;
    background: #ededed;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #ffffff 25%, #ffffff 70%, #ededed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 25%,#ffffff 70%,#ededed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ededed 0%,#ffffff 25%,#ffffff 70%,#ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=0 );
    /* IE6-9 */
    z-index: 1000;
  }


  .header .logo {
    width: 250px;
    margin: 0 auto ;
  }
  .header .logo-m{
    display: block;
  }
  .header .logo-l{
    display: none;
  }
  .header .logo-m img{
      width:100%;
      margin-top: -5px;
  }

  .header .search {
      position: absolute;
      right: 12px;
      top: 8px;
      font-size: 25px;
      color: #3a87bf;
  }

  /* if we need to show the "Search" icon in "Image", use this style */
  .header .search-img {
      width:25px;
      position: absolute;
      right: 12px;
      top: 15px;
  }
  .header .search-img img {
      max-width: 100%;
      height:auto;
  }
  /* search-img end */

  .swiper-container{
    width: 100%;
    position: absolute;
    top: 58px;
  }
  .swiper-container img{
    width: 100%;
  }
  /*===== Box =====*/

  .box{
    border-radius: 5px;
    border: 1px solid #BEBEBE;
    margin: 10px 10px 0px;
  }
  .box .box-header{
    border-bottom: 1px solid #BEBEBE;
  }
  .box-header h5{
    padding: 10px;
  }
  .box-body{
    padding: 10px;
  }
  /*===== Box end =====*/

  /*======歡迎你登入 文字隱藏=====*/
  .top{
    padding-top: calc(32.4vw + 60px);
  }
  .top-l{
    display: none;
  }
  .top-r{
    /*background-color: #198EDE;*/
    padding: 5px 0px 5px 0px;
    text-align: center;
  }
  .top-r a{
    display: inline-block;
    margin: 2px  0.1px;
    width: 23.5%;
    font-size: xx-small;
    border: 1px solid #198EDE;
    color: #198EDE;
    /* padding: 5px; */
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
  }
  .top-r span{
    display: none;
  }
  /*===== Search  =====*/
  .search-bar{
    background: #E5E5E5;
    padding: 5px;
    margin: 1%;
    width: 98%;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  .input-box {
    background: #fff;
    width: calc(100% - 130px);
    height: 35px;
    line-height: 26px;
    border-radius: 5px;
    float: left;
    position: relative;
  }
  .input-box input{
    border: none;
    line-height: 33px;
  }
  .icon_search img{
    width: 20px;
    margin: 0px 5px 0px 10px;
  }
  .search-bar .butt {
    position: absolute;
    right: 10px;
    background-color: #84B804;
    width: 120px;
    height: 35px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    display: block;
  }
  /*===== Search end =====*/

  .nav-bar{
    width: 100%;
    min-height: 40px;
  }
  .nav-bar ul {
    padding: 1vw;
    /*width: 970px;*/
    height: 100px;
    overflow-y: hidden;
    margin: 0 auto;
    list-style: none;
  }
  .nav-bar ul.custom-first-line{
    height: 34px;
    padding-bottom: 0px!important;
  }
  .nav-bar ul.custom-second-line{
    padding-top: 0.5vw!important;
  }
  .nav-bar ul li {
    float: left;
    margin: 3px 1px;
    position: relative;
    white-space:nowrap;
  }
  .nav-bar ul li a {
    display: block;
    font-size: xx-small;
    width: 23.7vw;
    height: 25px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 25px;
    border-radius: 20px;
    color: #112846;
  }
  .nav-bar ul li.on a {
    background: #112846;
    color: #FFFFFF;
    border: 1px solid #112846;
  }

  /*====Table====*/
  .box-ge tr th {
    background: #ececec;
    border: 1px solid #dcdcdc;
    height: 40px;
    color: #000;
    text-align: center;
    font-weight: normal;
  }
  .box-ge tr td {
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    height: 40px;
    color: #434343;
    text-align: center;
  }
  /*=====Table End====*/

  .modal_content{
    padding: 10px;
  }
  .modal_content .modal-table tr th,td{
    padding: 5px;
    border: 1px solid #dcdcdc;
  }
  .modal_content .modal-table tr th{
    background-color: #f9f9f9;
    color: #434343;
  }
  
  .top2-bom input{
    background-color: #dcdcdc;
    color: #434343;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px;
    margin: 10px auto!important;
    border: none;
    text-align: center;
  }
  .top2-bom a{
    display:inline-block;
    text-decoration:none;
    background-color: #dcdcdc;
    color: #434343;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px;
    margin: 10px auto!important;
    border: none;
    text-align: center;
  }

  #paybackContainer .top2-form input[type="text"] {
    border: 1px solid #dcdcdc;
    width: 240px;
    height: 40px;
    border-radius: 3px;
  }

  /*#paybackContainer .top2-form-1 input:nth-of-type(2) {
    margin-left: 20.6%;
  }*/

  /*#paybackContainer .top2-form-1 input.btn {
    width: 35%;
    margin-top: 2%;
  }*/

  /*@media only screen and (min-width: 774px) and (max-width: 999px) {
    .top2-form{
       margin: 0px 0px 10px 0px!important;
    }
    #paybackContainer .top2-form-1 {
       margin: 0px 0px 0px 28.7%!important;
    }
    #paybackContainer .top2-form-1 input.btn {
       width: 19%;
       margin-bottom: 2.2%;
    }
    #paybackContainer .top2-form-1 input:nth-of-type(2) {
       margin-left: 1%;
    }
  }*/

  #borrowContainer .top2-form input {
    border: 1px solid #dcdcdc;
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
  }

  #paybackContainer .rz_text{
    margin-left: calc(50vw - 110px)!important;
  }
  .rz_text{
    margin-bottom:8px;
    overflow:hidden;
  }
  .rz_text .po_1{
    float:left;
    font-size:14px;
    color:#959595;
    width:100px;
    margin-right:20px;
    text-align:right;
    line-height:32px;
    height:32px;
  }
  .rz_text .po_2{
    float:left;
    position:relative;
    width:180px;
    height:105px;
    border:solid 1px #dcdcdc;
    border-radius:2px;
    cursor:pointer;
    margin-top: -24px;
  }
  .rz_text .po_2 span {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  .rz_text .po_2 .file{
    width:180px;
    height:105px;
    position:absolute;
    z-index:1000;
    top:0px;
    left:0px;
    right:0px;
    filter:alpha(opacity:0);
    opacity:0;
    cursor:pointer;
  }
  .rz_text .po_2 i {
    display: block;
    text-align: center;
    color: #959595;
    font-size: 14px;
    margin-top: 8px;
  }
  .rz_text .text{
    float:left;
    width:180px;
    height:32px;
    color:#959595;
    font-size:13px;
    line-height:32px;
    border:solid 1px #dcdcdc;
    border-radius:2px;
    text-indent:1em;
    outline:none;
    background:none;
  }
  .btn-one{
    width: 98vw!important;
  }
  .btn-two{
    width: 48vw!important;
  }
  .btn-three{
    width: 32vw!important;
  }
  
  #myform.loan {
    text-align: center;
  }
  
  #myform > #account2 + div{
    clear: left;
  }
  
  .top2-form {
    margin: 0px 0px 10px 0px!important;
  }
  
  #verificationImgDiv1, #verificationImgDiv2 {
    position: relative; 
  }  
  
  #verificationLabel1, #verificationLabel2 {
    margin-left: 13.23px;
  }
  
  #verificationCodeImg1, #verificationCodeImg2 {
    cursor: pointer; 
    position: absolute; 
    right: calc(50% - 146.5px);
    top: 6.5px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 999px) {       
  #myform > #account1 {
    text-align: center;
  }
  
  #myform > #account2 {
    margin-left: calc(50% - 109.2px)!important;
  }
  
  #myform > #account2 ~ div {
    text-align: center;
  }
}

@media only screen and (max-width: 499px) {

  #account1 {
    display: contents;
  }
  
  #account2 {
    margin-top: 10px!important;
    margin-left: 40px!important;
  }
  
  #myform > #account2 ~ .top2-form, #myform.loan div {
    margin: 0px 0px 10px 0px!important;
  }
  
  #myform.loan, #myform.repay {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px){
  #paybackContainer .rz_text{
      margin-left:calc(50vw - 230px)!important;
  }
  #Huan .rz_text{
      margin-left:calc(50vw - 230px)!important;
  }
  .top2-form-1{
    /*margin-left: 132px!important;*/
  }
  .rz_text .po_2{
    margin-top: 8px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 767px){
  #paybackContainer .rz_text{
      margin-left:calc(50vw - 230px)!important;
  }
  #Huan .rz_text{
      margin-left:calc(50vw - 230px)!important;
  }
  /*.top2-form-1{
    margin-left: 0px!important;
  }
  .top2-form-1 .btn:nth-of-type(1){
    width: 180px!important;
    margin-left: 16px!important;
  }*/
  .rz_text .po_2{
    margin-top: 8px;
  }
}
