body,html{
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  height: 100%;
  background-color: #f9f9f9;
}
img{
  width: 100%;
}
.tool-input1 .ocr {
  background: #f7dcb989;
  border-radius: 28px 28px 28px 28px;
  padding: 0 8px;
  cursor: pointer;
  width: 85px;
  height: 27px;
  position: absolute;
  left: 30px;
  bottom: -3.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool-input1 .ocr .ocr_img {
  width: 16px;
  height: 16px;
  position: relative;
    top: 3.6px;
    left: 2px;
}
.tool-input1 .ocr .ocr_text {
  color: #925c17;
  font-size: 12px;
}
/* #idCard {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100px;
} */
.container{
  width: 1200px;
  height: 735px;
  margin: 0 auto;
}
.top{
  background-color: #f9f9f9;
  padding: 17px 0 15px 0;
}
.logo{
  /* width: 160px; */
  width: 150px;

}
.logo img {
  height: 100%;
}
.container .banner{
  height: 110px;
  background-image: url("../images/headv2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.container .banner .left-w{
  width: 518px;
  padding: 20px 32px;
}
.container .banner .title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.container .banner .msg {
  font-size: 14px;
  font-weight: 400;
  color: #dbe8ff;
  margin-top: 11px;
}
.container .content {
  width: 100%;
  padding:20px 24px;
  background: #ffffff;
  overflow: hidden;
  clear: both;
  box-sizing: border-box;
  position: relative;
  
}
.container .dongguan-hui{
  padding: 20px 24px 0 24px;
  background: #ffffff;
}
.container .dongguan-hui img{
  width: 100%;
  display: block;
}
.container .content .left{
  width: 566px;
  height: 564px;
  padding: 57px 45px 0 45px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #ffffff;
}
.container .content .left:hover{
  background: #EDF4FF;
  border: 2px solid #3B77FF;
}
.container .content .left:hover .trips{
  font-weight: bold;
}

.container .content .left .title .line,.container .content .right .title .line{
  width: 4px;
  height: 22px;
  float: left;
  background: #F68E06;
}
.container .content .left .title .line-w,.container .content .right .title .line-w{
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}

.container .content .shouce-w{
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  padding-left: 26px;
  background-image: url("../images/qrcodev3/world-icon.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
  margin-top: 12px;
  /* display: inline-block; */
  display: inline-block;

}
.red-w{
  color: #E25B5B;
}
.container .content .down-btn{
  font-size: 14px;
  font-weight: 400;
  color: #3B77FF;
  margin-left: 20px;
  margin-top: 12px;
  cursor: pointer;
  display: inline-block;
}
.container .content .qrcode-div{
  width: 294px;
  height: 322px;
  margin: 39px 74px 0 108px;

  box-sizing: border-box;
  position: relative;
}
.container .content .qrcode-img-bg{
  width: 294px;
  height: 322px;
  /* background-image: url("../images/qrcodev3/code-bg.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* margin: 39px 74px 0 108px; */
  padding-top: 84px;
  padding-right: 36px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}



.content .qrcode-img-div{
  width: 122px;
  height: 122px;
  margin: 0 auto;
  border-radius: 50%;
}
.content .qrcode-img-div img{
  width: 100%;
  border-radius: 50%;
}
.content .qrcode-img-bg .qrcode-img-bg-w1{
  text-align: center;
  margin-top: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
.content .qrcode-img-bg .mode-name{
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #4683DE;
  margin: 2px 0;
}
.content .qrcode-img-bg .qrcode-img-bg-w2{
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}

.container .content .trips{
  font-size: 16px;
  font-weight: 400;
  color: #4683DE;
  margin-top: 5px;
  text-align: center;

}
.container .content .trips1{
  font-size: 12px;
  font-weight: 400;
  margin-top: 30px;
  color: #222222;
  text-align: center;
}


.tedian-bg{
  width: 422px;
  height: 171px;
  margin-top: 15px;
}

.container .content .right {
  padding: 22px 45px 0 45px;
  box-sizing: border-box;
  background: #ffffff;
  
  border: 2px solid #ffffff;

  border-radius: 6px 6px 6px 6px;
  height: 564px;
  width: 566px;
  position: absolute;
  right:24px;
  top: 20px;
  box-sizing: border-box;
}
.container .content .right:hover{
  background: #EDF4FF;
  
  border: 2px solid #3B77FF;

}
.container .content .right:hover .trips2{
  font-weight: bold;
}

.container .content .line-bg{
  position: absolute;
  width: 1px;
  height: 420px;
  background-color: #EEEEEE;
  top: 68px;
  right: 50%;
  
}

.container .content .right .title1{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 14px;
}


.container .right .right-bg{
  width: 328px;
  height: 284px;
  margin: 38px 43px 0 105px;
  display: block;
}

.container .right .seen-btns{
  width: 160px;
  height: 40px;
  margin: 18px auto;
  display: block;
  cursor: pointer;
}

.container .content .trips2{
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  margin-top: 22px;
  text-align: center;

}




















.container .content .right .title-div{
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  padding-left: 18px;
  
  background-color: linear-gradient(90deg, #f4f8ff 50%, #ffffff 100%);
  background-image: url('../images/qrcodev3/line-bg.png');
  background-size: 4px 22px;
  background-repeat: no-repeat;
  background-position: left center;
}


.container .head {
  width: 100%;
  overflow: hidden;
  clear: both;
  position: relative;
  height: 31px;
  padding-left: 80px;
}

.container .content .icon {
  height: 31px;
  position: absolute;
  left: 0;
  top: 0;
}
.container .content .icon img {
  height: 100%;
}

.container .content .w {
  font-size: 16px;
  font-weight: 400;
  color: #ff9131;
  margin-left: 13px;
  line-height: 31px;
  height: 31px;
}



.container .content .title span{
  font-size: 16px;
  font-weight: bold;
  color: #ff9131;
}




.rmt_concent .tab_box_rmt .el-tabs {
  width: 500px;
}
.rmt_concent .tab_box_rmt .el-tabs .el-tabs__header {
    margin-bottom: 0;
}
.rmt_concent .tab_box_rmt .el-tabs .el-tabs__item.is-active {
      color: #222222;
      font-weight: bold;
}
.rmt_concent .tab_box_rmt .el-tabs .el-tabs__item:hover {
      color: #222222;
}
.rmt_concent .tab_box_rmt .el-tabs .el-tabs__active-bar {
      background-color: #f3a131;
      height: 3px;
}
  
.rmt_concent .tab_box_rmt .el-tabs .el-tabs__nav-wrap::after {
    height: 0;
}

.table .rmt_thead .td {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.table .rmt_thead .td .th {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #fff;
    background-color: #f3a131;
    color: #fff;
    font-size: 12px;
}   
.table .rmt_thead .td .th:first-child {
    border-left: 1px solid #ff9000;
    width: 100px;
    /* 第一个由于要保持上下和左右滚动都不被覆盖，设置在最上面 */
    z-index: 2;
}    
.table .rmt_thead .td .th:last-child {
    border-right: 1px solid #ff9000;
    width: 100px;
}

.table .rmt_thead .tr {
        width: 100%;
        display: flex;
        justify-content: space-around;
}
.table .rmt_thead .tr .th {
          width: 100px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          border-bottom: 1px solid #eee;
          border-left: 1px solid #eee;
          background-color: #fff;
          font-size: 12px;
}
.table .rmt_thead .tr .th:first-child {
          width: 100px;
          /* 第一个由于要保持上下和左右滚动都不被覆盖，设置在最上面 */
          z-index: 2;
}
.table .rmt_thead .tr .th:last-child {
          border-right: 1px solid #eee;
          width: 100px;
}
      
.table .rmt_thead .tr:nth-child(odd) .th {
        background-color: #f9f9f9;
}
    
  



.container .content .qrcode_img .left-lable .left-lable-div .lable-w{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 31px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
.container .right .title-icon{
  width: 167px;
  height: 47px;
  position: relative;
  margin: 0 auto 12px auto;
}
.container .right .title-icon .title-icon-w{
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  top: 0;
  left: 0;
  line-height: 47px;
}

.container .content .flow-title {
  width: 84px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  color: #ff6f00;
  font-size: 14px;
  background: #fff5ea;
  border-radius: 1px;
}
.container .content .flow-icon{
  width: 368px;
  height: 22px;

  margin-top: 13px;
  margin-left:40px;
}
.container .content .flow-icon img{
  width: 100%;
}
.container .content .flow-txt{
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  padding-top: 23px;
}
.flow-txt-li{
  min-width: 88px;
  font-size: 14px;
  display:inline-block;
  margin-right: 25px;
}
.flow-txt-li:last-child{
  margin-right: 0;
}

.flow-txt-li .l-icon img{
  width: 48px;
  height: 48px;
  margin: 0 auto;
  display: block;
}
.flow-txt-li .title-des{
  font-size: 11px;
  font-weight: 400;
  color: #96989B;
  text-align: center;
}
.flow-txt-li .title-w{
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 4px;
}






.flow-txt-li.two{
  margin-left: 20px;
}
.flow-txt-li.three{
  margin-left: 20px;
}
.flow-txt-li.four{
  margin-left:38px;
}

.right-qrcode-img{
   width: 362px;
    height: 190px;
    margin-top: 60px;
   
}
.container .content .btn{
    font-size: 14px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background:#ffb331;
    background: -webkit-gradient(linear, left top, right top, from(#ffb331), to(#ff8e2b));
    background: linear-gradient(90deg, #ffb331 0%, #ff8e2b 100%);
    
    border-radius: 3px;
    /* margin-top: 75px; */
    cursor: pointer;
    margin: 0 auto;
    
}
.container .content .btn-div{
  width: 362px;
}
.footer{
  background-color: #ffffff;
}
.footer_box {
  width: 543px;
  margin: 0 auto;
  padding-top:6px;
  padding-bottom: 20px;
  position: relative;
  padding-left:77px;
  box-sizing: border-box;
}
.footer_box2 {
  background-image: url(../images/footer2.png);
  background-size: 100% 100%;
  width: 549px;
  height: 73px;
}
.footer2 {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer_box .footer {
  width: 67px;
  height: 67px;
  position: absolute;
  top:0%;
  left: 0%;
}
.footer_box .footer img{
  width: 100%;
}
.footer_box .footer-r{
  width: 466px;
  margin-top: 10px;
}
.footer .up_box{
  overflow: hidden;
  position: relative;
  min-height: 20px;
}
.footer .up_box{
  position: relative;
}

.footer_up{
  width: 84px;
  
  display: block;
    
}
.footer_down{
  position: absolute;
  top: 0;
  left: 94px;
  width: 200px;  
}
.down_box{
  margin-top:5px;
  position: relative;
  height: 35px;
}
.footer_up2{
  padding-top: 5px;
}
.footer_down2{
  position: absolute;
  top: 0;
  left: 223px;
  width: 225px;
  height: 35px;
  background-size: 100% 100%;
  margin-left: 10px;
  
}



.footer-bttom{
  margin-top: 30px;
  padding-bottom: 100px;
  text-align: center;
}








.footer-bttom .tel,.footer-bttom .tirps-li{
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-left: 30px;
  display: inline-block;
}
.footer-bttom .tirps-li2 {
  width: 39px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  border-radius: 9px;
  border: 1px solid #ff9131;

  color: #ff9131;
  margin-left: 30px;
  display: inline-block;
}
.footer-bttom .trips {
  margin-top: 4px;
}
.disBtn {
  font-size: 14px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #999999 !important;
  background: #d7d7d7 !important;
  border-radius: 3px;
}
.container .rmt_banner {
  height: 110px;
  background-image: url("../images/rmt_banner_x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.container .content .rmt_w {
  font-size: 18px;
  font-weight: Bold;
  color: #222222;
  line-height: 31px;
  height: 31px;
}
.container .rmt_head {
  width: 100%;
  overflow: hidden;
  clear: both;
  position: relative;
  /* height: 31px; */
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.container .left_content {
  width: 100%;
  height: 230px;
  /* background: #ccc; */
}
.container .tips {
  width: 100%;
  background: #f9f9f9;
  /* margin-top: 15px; */
  margin-top: 28px;
  position: relative;
}
.container .tips_bg {
  width: 106px;
  height: 34px;
  background-image: url(../images/tips_bg.png);
  background-size: 100% 100%;
  position: absolute;
  top: -7px;
  left: 0;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.container .tips_txt {
  max-height: 96px;
  overflow: auto;
  font-size: 12px;
}
.container .right_content {
  width: 100%;
  /* height: 257px; */
  background: #fff1de;
}
.container .trail_result {
  width: 100%;
  height: 115px;
  background: #f9f9f9;
  margin-top: 14px;
  position: relative;
}
.container .rmt_content {
  background: #ffffff;
  clear: both;
  position: relative;
  padding: 32px;
  display: flex;
  justify-content: space-between;
}
.container .rmt_left {
  width: 47%;
}
.container .rmt_right {
  width: 47%;
}
.container .trail_icon {
  width: 80px;
  height: 25px;
  background-image: url(../images/trail_icon2.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.container .warning {
  width: 50%;
  height: 26px;
  background: #ff6e43;
  border-radius: 13px 13px 13px 13px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .warning img {
  width: 13px;
  height: 13px;
}
.warning_txt {
  color: #fff;
  font-size: 12px;
  margin-left: 3px;
}
.result {
  display: flex;
  padding: 16px 26px;
  justify-content: space-between;
}
.txt_12 {
  font-size: 12px;
  color: #999999;
}
.txt_22 {
  font-size: 18px;
  color: #222222;
}
.txt_68 {
  font-size: 18px;
  font-weight: bold;
  color: #f68e06;
}
.mt_7 {
  margin-top: 7px;
}
input {
  width: 240px;
  height: 38px;
  border: none;
}
.ipt_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}
.ipt_box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}
.label {
  width: 100px;
  margin-right: -4px;
}
.ipt {
  width: 294px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.verify_icon {
  color: #ff8e00;
  margin-top: 10px;
}
.pd_r10 {
  padding-right: 10px;
}
.trail_btn {
  width: 105px;
  height: 32px;
  background: #f68e06;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 16px 16px 16px 16px;
  cursor: pointer;
  margin-left: 10px;
}
.reset_btn {
  width: 105px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #f68e06;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #f68e06;
  cursor: pointer;
}
.btn_box {
  display: flex;
  margin-left: 35%;
  /* justify-content: center; */
  padding: 13px 0;
}
.fs_14 {
  font-size: 14px;
}
.dateIpt{
  background-color: #fff;
}
.tab_box {
  display: flex;
  /* justify-content: space-between; */
  font-size: 14px;
  /* padding: 10px 0px; */
  /* border-bottom: 3px solid #F5F5F5; */
}
.cursor {
  cursor: pointer;
}
.tab_item {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f5f5f5;
  padding: 0 14px 10px;
  cursor: pointer;
  /* margin: 0 13px; */
}
.action {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 3px solid #f68e06;
  cursor: text;
}
.left_content th {
  border-right: 1px solid #fff;
  background-color: #ff9000;
  font-size: 11px;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: 400;
}
.left_content td {
  background-color: #f9f9f9;
  font-size: 11px;
  padding: 6px 10px;
  font-weight: 400;
  text-align: center;
}
.bankList {
  position: absolute;
  top: 48px;
  left: 102px;
  width: 282px;
  max-height: 262px;
  overflow: auto;
  background: #fff;
  font-size: 14px;
  z-index: 999;
}
.bank_item {
  padding: 5px;
  cursor: pointer;
}
.bankListHide {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.verifyTip{
  color: red;
  font-size: 10px;
}
.rota{
  transform: rotate(180deg);
  padding-left: 10px;
}
.tip1{
  margin-left: 51px;
}
.tip2{
  margin-left: 51px;
}
.tip3{
  margin-left: 51px;
}
.calendarBox{
  position: absolute;
  top: 233px;
  left: 125px;
  width: 282px;
  height: 240px;
  background: #fff;
  overflow: auto;
}
.calendar_title{
  /* display: flex;
  justify-content: space-between;
  padding: 10px 15px; */
}
#calendar-pre{
  color: #ccc;
}
#calendar-next{
  color: #ccc;
}
.box{
  padding: 0px 10px 10px;
}
.box table{
  width: 100%;
  height: 100%;
  text-align: center;
}
.box table tr{
  text-align: center;
}
.box table th{
  padding: 6px 0;
}
.box table td{
  padding: 6px 0;
  /* margin: 6px 0; */
}
.date_left{
  color: #ccc;
}
.date_right{
  color: #ccc;
}
.date{
  cursor: pointer;
}
.mt{
  margin-top: 20px;
}
.fs_14{
  font-size: 14px;
}
.icon1 {
  display: flex;
  align-items: center;
}
.container .rmt_content .rmt_w {
  font-size: 18px;
  font-weight: Bold;
  color: #222222;
  line-height: 31px;
  height: 31px;
  margin-left: 10px;
}
.inja_logo{
  width: 194px;
  height: 25px;
  margin-left: 20px;
}
.msgBox{
  border-radius: 10px;
  background-color: #fef0f0;
  position: fixed;
  left: 40%;
  top: 40px;
}
.msg_icon{
  width: 15px;
  height: 15px;
}
.msg{
  color: #f56c6c;
  font-size: 14px;
  margin-left: 10px;
}
.hide{
  display: none;

}

.tedian-main .tedian-item{
  padding-left: 87px;
  height: 62px;
  position: relative;
  margin-top: 27px;
}
.tedian-main .tedian-item .l-icon{
  width: 62px;
  height: 62px;
  position: absolute;
  left: 0;
  top: 0;
}
.tedian-main .tedian-item .title-w{
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  padding-top: 6px;
}
.tedian-main .tedian-item .title-des{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 8px;

}
.interestRate_qrcode{
  width: 64px;
  height: 64px;
  /* border-radius: 50%; */
  margin-right: 15px;
}
.interestRate_qrcode img{
  width: 100%;
  height: 100%;
  border-radius: 50%;

}

.container .ypt_banner {
  height: 110px;
  background-image: url("../images/ypt_banner_x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.container .cpt_banner {
  height: 110px;
  background-image: url("../images/cpt_tab.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.container .tag_box{
  margin-bottom: 18px;
  text-align: center;
  /* width: 1010px; */
  height: 63px;
  border-bottom: 3px solid #f5f5f5;
  /* background-color: #fff; */
  padding-top: 20px;
}
.container .tag_box .tag {
  margin: 0 25px;
  border: none;
  background: #f9f9f9;
  cursor: pointer;
}
/* .container .tag_box .tag .tag_bg {
  width: 120px;
  height: 40px;
} */
.container .tag_box .tag .tag_name {
  color: #222;
  font-size: 24px;
  font-weight: 500;
}
.container .tag_box .tag .tag_name_ac {
  color: #f68e06;
  font-size: 24px;
  font-weight: 500;
}
.container .tag_box .tag .line {
  width: 40px;
  height: 3px;
  background: #f68e06;
  margin: 10px auto 0;
}
.container .rate_concent {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.container .rate_concent .left_title {
  display: flex;
  align-items: center;
}
.container .rate_concent .left_title .title_icon {
  width: 28px;
  height: 28px;
}
.container .rate_concent .left_title .title_text {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.container .rate_concent .rmt_concent, .ypt_concent{
  width: 570px;
}
.container .rate_concent .right {
  width: 450px;
}
.container .rate_concent .rmt_concent .tab_box_rmt {
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-bottom: 3px solid #f5f5f5;
  margin-top: 18px;
  background-color: #fff;
}
.container .rate_concent .rmt_concent .tab_box_rmt .tab_item {
  border: none;
  background: #ffffff;
  cursor: pointer;
}
.container .rate_concent .rmt_concent .tab_box_rmt .tab_item .label_rmt {
  font-size: 14px;
  color: #222222;
  margin-top: 2px;
}
.container .rate_concent .rmt_concent .tab_box_rmt .tab_item .isAction {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  margin-top: 2px;
  border-bottom: 3px solid #f68e06;
}
.custom-table-style {
  font-size: 12px !important;
  font-weight: 400 !important;
}
.custom-table-style th {
  background: #f68e06 !important;
  color: white;
  border-right: 1px solid white;
  font-size: 12px !important;
  height: 24px !important;
  font-weight: normal !important;
}
.el-table th {
  padding: 4px 0 !important;
}
.bank_box {
  position: relative;
  margin-top: 18px;
  background: #f9f9f9;
  padding: 37px 18px 22px;
}
.bank_box .bank_bg {
  position: absolute;
  top: -8px;
  left: 0;
  width: 106px;
  height: 34px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #ffffff;
  background-image: url(../images/tips_bg.png);
  background-size: 100% 100%;
}
.container .rate_concent .right .calculate {
  width: 100%;
  background: #fff1de;
  margin-top: 18px;
}
.container .rate_concent .right .calculate .form_item {
  margin-bottom: 25px;
}
.el-input__inner {
  height: 38px !important;
  line-height: 38px !important;
  border: none !important;
  width: 280px !important;
  padding-left: 20px !important;
}
.tool-input1 .el-input__suffix {
  font-size: 14px !important;
  margin-top: 5px !important;
  position: relative;
  left: -124px;
}
.btn_box_ll {
  display: flex;
  justify-content: space-around;
  padding-bottom: 24px;
}
.clear_btn {
  width: 105px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  color: #f68e06;
  font-size: 14px;
  border: 1px solid #f68e06;
  cursor: pointer;
}
.search_btn {
  width: 105px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  color: #ffffff;
  font-size: 14px;
  background: #f68e06;
  cursor: pointer;
}
.search_box {
  width: 570px;
  margin-top: 18px;
  display: flex;
}
.searchBtn {
  width: 87px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #f68e06;
  color: #ffffff;
  font-size: 11px;
  cursor: pointer;
}
.tool-input2 {
  width: 100%;
  height: 32px;
  border: 1px solid #f68e06;
}
.tool-input2 .el-input__inner {
  height: 100% !important;
  width: 100% !important;
}
.tool-input2 .el-input {
  height: 100%;
}
.tool-input2 .el-input__suffix {
  display: none;
}
.container .ypt_concent .table_box {
  width: 100%;
  margin-top: 14px;
}
.container .ypt_concent .thead {
  display: flex;
  width: 100%;
  height: 53px;
  background: #f68e06;
  font-size: 11px;
  color: #ffffff;
}
.container .ypt_concent .thead_left {
  width: 200px;
  line-height: 53px;
  text-align: center;
  border-right: 1px solid #ffffff;
}
::-webkit-scrollbar{
  width: 5px;
  background-color: #e8e8e8;
}
::-webkit-scrollbar-thumb{
  background-color: #bebcbc;
  border-radius: 10px;
}
.container .ypt_concent .thead_right {
  flex: 1;
  text-align: center;
}
.container .ypt_concent .thead_up {
  height: 50%;
  line-height: 27px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}
.container .ypt_concent .thead_down {
  display: flex;
  height: 50%;
  line-height: 27px;
}
.container .ypt_concent .startDate {
  width: 50%;
  border-right: 1px solid #ffffff;
}
.container .ypt_concent .endDate {
  width: 50%;
}
.container .rmt_concent .el-table td {
  padding: 4px 0 !important;
}
.container .rmt_concent .allbank {
  max-height: 85px;
  overflow: auto;
  font-size: 12px;
}
.date_check {
  width: 280px !important;
}
.date_check .el-picker-panel__content {
  width: 250px !important;
}
.container .ypt_concent .tbody {
  max-height: 300px !important;
  overflow: auto !important;
}
.container .ypt_concent .enter_list {
  width: 100%;
  display: flex;
}
.container .ypt_concent .enter_lists {
  width: 100%;
  display: flex;
  background: #f9f9f9;
}
.container .ypt_concent .enter_subItem {
  color: #222222 !important;
}
.container .ypt_concent .tb_left {
  width: 100%;
}
.container .ypt_concent .tb_right {
  display: flex;
  flex: 1;
}
.container .ypt_concent .enter_item {
  display: flex;
  font-size: 11px;
  color: #222222;
  padding-top: 10px;
  padding-left: 20px;
}
.container .ypt_concent .flag_box {
  padding: 0px 3px;
  color: #c67000;
  background: #fff1de;
  transform: scale(70%);
}
.container .ypt_concent .isEnter_subItem {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #f68e06;
  padding-left: 20px;
}
.container .ypt_concent .enter_subItem {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #999999;
  padding-left: 20px;
}
.container .ypt_concent .dot {
  width: 1px;
  height: 12px;
  border-left: 1px dashed #999999;
  margin-left: 1px;
}
.container .ypt_concent .circle {
  width: 4px;
  height: 4px;
  background: #969696;
  border-radius: 50%;
  margin: 2px 0;
  margin-left: -1px;
}
.container .ypt_concent .dots {
  width: 1px;
  height: 12px;
  border-left: 1px dashed #f68e06;
  margin-left: 1px;
}
.container .ypt_concent .circles {
  width: 4px;
  height: 4px;
  background: #f68e06;
  border-radius: 50%;
  margin: 2px 0;
  margin-left: -1px;
}
.container .ypt_concent .ml {
  margin-left: 10px;
}
.container .ypt_concent .rate_a {
  width: 50%;
  text-align: center;
  padding-right: 10px;
}
.container .ypt_concent .rate_b {
  width: 50%;
  text-align: center;
}
.container .ypt_concent .rate_c {
  width: 50%;
  text-align: center;
  padding-left: 20px;
}
.ad-content-mian{
  width: 422px;
  height: 32px;
  background: #F68E06;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  padding: 3px 0 3px 3px;
  box-sizing: border-box;
}
.ad-content-mian .youhui-icon{
  width: 26px;
  height: 26px;
  background-image: url(../images/qrcodev3/hui-icon.png);
  background-size: 100% 100%;
  margin-right: 14px;
}
.ad-content-mian .gudong-main{
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;

}
.ad-content-mian .gudong-main::-webkit-scrollbar{
  display: none;
}
.ad-content-mian .gudong-main .li-w{
  flex-shrink: 1;
  white-space: nowrap;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  padding-right: 41px;
}
