@charset "UTF-8";
		 * {
		            margin: 0;
		            padding: 0;
		            box-sizing: border-box;
		            font-family: system-ui, sans-serif;
		        }
		body {
		            background: #f5f7fd;
		            padding: 20px;
		        }
		
		img {
			    vertical-align: baseline;
		}
		
		button {
			outline: none!important;
		}
		
		button:focus {
		    outline: none!important;
		}
		button:focus-visible {
		    outline: none!important;
		}

  /* 顶部Tab栏 */
        .tab-wrap {
            background: #fff;
            border-bottom: 1px solid #eee;
        }
        .tab-list {
            display: flex;
            width: 100%;
        }
        .tab-item {
            padding: 16px 30px;
            font-size: 14px;
            color: #666;
            cursor: pointer;
            position: relative;
            transition: all 0.2s;
        }
        .tab-item.active {
            color: #dc2212;
        }
        .tab-item.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 3px;
            background: #dc2212;
        }
 

 /* 内容区域 */
        .content-wrap {
            padding: 30px;
            width: 100%;
        }
        .tab-content {
            display: none;
        }
        .tab-content.show {
            display: block;
        }
        
        .content-wrap .tab-content:first-child {
        	width: 66.6666666667%;
    		margin: 0 auto;
        }
        
        


 /* Tab切换头部 */
    .tab-header {
      display: flex;
      width: 100%;
      margin-bottom: 30px;
      border-bottom: 1px solid #ddd;
    }
    .tab-header .tab-item {
      width: 50%;
      text-align: center;
      padding: 5px 0;
      font-size: 16px;
      line-height: 22px;
      cursor: pointer;
      color: #333;
      position: relative;
    }
    .tab-header .tab-item:hover {
	   color: red;
	   background-color: #ffe6e6;
	}

    .tab-header .tab-item.active {
      background: #e6162d;
      color: #fff;
    }  
    

   
    
/* 表单通用样式 */
    .form-box {
      max-width: 100%;
    }
    .form-row {
      position: relative;
      margin-bottom: 22px;
    }
    
    #company .form-label {
      width: 180px;
    }
    
    .form-label {
      display: inline-block;
      margin-bottom: 8px;
      width: 110px;
      text-align: right;
      vertical-align: middle;
      float: left;
      font-size: 14px;
      color: #606266;
      line-height: 36px;
      padding: 0 12px 0 0;
    }
    .form-label span {
      color: red;
    }
    /* 金额单选按钮组 */
    .money-group {
      display: inline-block;
      margin-bottom: 10px;
    }
    .money-item {
      display: inline-block;
      align-items: center;
      border: 1px solid #dcdfe6;
      padding: 0px 20px 0px 10px;
	  border-radius: 4px;
	  height: 36px;
	  line-height: 36px;
	  cursor: pointer!important;
	  margin-right: 30px;
    }
    .money-item label {
      cursor: pointer!important;	
    }
    
    .money-group input[type="text"] {
    	margin: 10px 0px;
    }
    
    input[type="text"] {
      width: 100%;
      padding: 9px 12px;
      border: 1px solid #c0c4cc;
      border-radius: 4px;
      font-size: 14px;
      line-height: 18px;
      outline: none;
    }
    
    input[type="number"] {
     width: 100%;
    padding: 9px 12px;
    border: 1px solid #c0c4cc;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    outline: none;
    margin: 10px 0px;
    }
    
    input.error {
      border: 1px solid red;
    }
    
     input[type="text"]:focus{
      border: 1px solid #dc2212;
      background: #ffffff;
    }
    
    input.error:focus{
      border: 1px solid #dc2212;
      background: #ffffff;
    }
    
    
    /* 提示黄色块 */
   
   #company .tip-yellow {
      background-color: #fff8e6;
      color: #ffba00;
      padding: 12px 16px;
      margin: 10px 0 20px 180px;
      font-size: 13px;
      line-height: 1.6;
    }
   
   
    .tip-yellow {
      background-color: #fff8e6;
      color: #ffba00;
      padding: 12px 16px;
      margin: 10px 0 20px 112px;
      font-size: 13px;
      line-height: 1.6;
    }
    
    .tip-yellow img {
    	position: relative;
    	top: 3px;
    	right: 5px;
    }
    
    
    /* 按钮 */
    .btn-red {
      background: #dc2212;
      color: white;
      border: none;
      height: 39px;
      padding: 10px 24px;
      font-size: 15px;
      cursor: pointer;
      border-radius: 2px;
    }
    
    .btn-red:focus, .btn-red:hover {
      color: #fff;
      background-color: #ee9189;
      border-color: #ee9189
    }
    
    .button-medium {
      padding: 10px 20px;
      font-size: 14px;
      border-radius: 4px;	
    }
    
    
    .btn-submit {
      display: block;
      margin: 30px auto 0;
      height: 48px;
      padding: 12px 40px;
      font-size: 16px;
    }
    
    .is-disabled {
    	color: #fff;
	    background-color: #ee9189;
	    border-color: #ee9189;
    }
    
    .row-flex {
      width: 75%;
      display: inline-block;
      align-items: center;
	  padding: 0px 20px 0px 0px;
	  height: 36px;
	  line-height: 36px;
	  cursor: pointer !important;
	  margin-right: 30px;
    }
    
    #company .checkbox-row {
      margin: 10px 0 20px 180px;
      display: flex;
      gap: 20px;
    }
    
    .checkbox-row {
      margin: 10px 0 20px 112px;
      display: flex;
      gap: 20px;
    }
    
    .radio-row {
      margin: 5px 0 0px 0;
      display: flex;
      gap: 20px;
    }
    
    
    .tab-content {
      display: none;
    }
    .tab-content.show {
      display: block;
    }
    .text-small {
      font-size: 14px;
     color: #606266;
      margin: 10px 0 20px 112px;
    }
    
    .text-small .littletips {
    	position: relative;
    	top: -3px;
    	left: 5px;
    }
    
	#company .text-small {
		position: relative;
      font-size: 14px;
      color: #606266;
      margin: 10px 0 20px 180px;
    }
    
    #company .text-small .littletips {
    	position: relative;
    	top: 3px;
    	left: 5px;
    	cursor: pointer;
    }    
    #company .form_item_error {
      color: #ff4949;
	  font-size: 12px;
	  line-height: 1;
	  padding-top: 4px;
	  position: absolute;
	  top: 100%;
	  left: 180px;
    }
    
    .form_item_error {
      color: #ff4949;
	  font-size: 12px;
	  line-height: 1;
	  padding-top: 4px;
	  position: absolute;
	  top: 100%;
	  left: 112px;
    }  
    
    .error {
        color: #ff4949;
        font-size: 12px;
        line-height: 1;
        padding-top: 4px;
    }   
    
	.text-red {
	  color: rgb(220, 34, 18);
	  cursor: pointer;
}
    
/*弹框*/

.modal-dialog {
	max-width: initial;
}

.modal-title {
	color: #1B1B1B;
	font-size: 20px;
	font-weight: 500;
}

.modal-content {
	border-radius: 10px!important;
}

.tipstxt {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px !important;
}

.modal-footer {
	display: inline-block;
	text-align: center;
	/*box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1);*/
}

.modal-footer .btn {
	width: 80px;
	height: 38px;
	padding: 7px 0!important;
}

.btn-white {
    background: #fff!important;
    color: #666666!important;
    border: 1px solid rgb(201, 201, 201);
	border-radius: 4px;
}

.btn-white:disabled,.btn-white:focus,.btn-white:hover {
    background: #fff!important;
    color: #666666!important
}


.mine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mine .left-box {
    width: 240px;
    text-align: center;
}

.mine .left-box img {
    width: 66px;
}

.mine .left-box .left-tab {
    margin-top: 10px;
}

.mine .left-box .left-tab .tab-pane {
    color: #333;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.mine .left-box .left-tab .tab-pane.active,.mine .left-box .left-tab .tab-pane:hover {
    background: #e72019;
    color: #fff;
}

.mine .right-box {
    width: calc(100% - 280px);
}

.mine .right-box .center-box {
    width: 80%;
    margin: 10px auto;
}


.list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px
}

.list-box .left-img {
    width: 120px
}

.list-box .left-img img {
    width: 100%
}

.list-box .right-boxa {
    width: calc(100% - 160px)
}

.list-box .right-boxa p {
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin: 0;
    font-size: 15px;
    color: #777
}

.list-box .right-boxa p.title {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700
}

.list-box .right-boxa p .amount {
    font-size: 18px;
    color: #e72019
}

.list-box .right-boxa .btn-box {
    margin-top: 20px
}

.list-box .right-boxa .btn-box .see-btn {
    padding: 8px 16px;
    background: #e72019;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer
}



.group4 .list-box .left-img {
    width: 150px
}

.group4 .list-box .left-img img {
    width: 100%
}

.group4 .list-box .right-boxa {
    width: calc(100% - 220px)
}

.group4 .list-box .right-boxa p {
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin: 0;
    font-size: 15px;
    color: #777
}

.group4 .list-box .right-boxa p .amount {
    font-size: 18px;
    color: #e72019
}

.group4 .list-box .right-boxa .btn-box {
    margin-top: 20px
}

.group4 .list-box .right-boxa .btn-box .see-btn1 {
    padding: 10px 16px;
    background: #e72019;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer
}

.group4 .list-box .right-boxa .btn-box .see-btn2 {
    padding: 8px 16px;
    color: #e72019;
    border: 1px solid #e72019;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer
}

/*分页*/

.page-fy {width: 560px;height: 30px;text-align: center;font-size: 16px;color: #777;margin: 30px auto 0 auto;text-align: center;margin: 40px auto 40px auto;}
.page-fy a {width: 80px;height: 30px;color: #777;display: block; no-repeat;float: left;margin-left: 5px;line-height: 30px;cursor:pointer;}
.page-fy .current {width: 30px;height: 30px;border-radius:3px;color: #fff!important;background: #dc2212;}
.page-fy .pageIndex {width: 30px;height: 30px;border-radius:3px;}
.page-fy .nofollow {width: auto;height: 30px;display: block;min-width: 30px;border-radius:3px;border: 1px solid #ddd;}
.page-fy .pagebox_last {width: auto;height: 30px;display: block;min-width: 60px;border-radius:3px;border: 1px solid #ddd;}
.page-fy .jumppagenuminput {float: left; width: 50px;height: 30px;margin-left: 5px;}
/*暂无数据*/

.nodata {
	text-align: center;
}

.nodata img {
	width: 200px;
	height: 200px;
}

.nodata p {
    margin: 0;
    font-size: 14px;
    color: #909399;
}


.explain {
	margin-top: 15px; 
	margin-bottom: 15px; 
	padding: 10px; 
	background-color: rgb(255, 243, 205); 
	border: 1px solid rgb(255, 234, 167); 
	border-radius: 4px; 
	color: rgb(133, 100, 4); 
	font-size: 13px; 
	line-height: 1.6; 
	text-align: left;
}

.bank_list_container {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.bank_list_container .bank-item {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
}

.bank_list_container .bank-item:last-child {
    border-bottom: none;
}

.bank_list_container::-webkit-scrollbar {
    width: 4px;
}
.bank_list_container::-webkit-scrollbar-track {
    background: transparent;
}
.bank_list_container::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 2px;
}
.bank_list_container::-webkit-scrollbar-thumb:hover {
    background: #b8b8b8;
}

/*登录*/

.login {
	text-align: center;
}

.login-box {
    width: 500px;
    margin: 20px auto;
}

.login-box .row-flex {
	margin-right: 0;
}

.login-box button {
	margin: 0 auto;
}

.login-box .button-medium {
	display: block;
	width: 90%;
}

/* 所有单选按钮和复选框变红色 */
input[type="radio"],
input[type="checkbox"] {
    accent-color: red;
}

/* 或者指定具体颜色 */
input[type="radio"] {
    accent-color: #ff0000;
}
input[type="checkbox"] {
    accent-color: #ff3333;

}
/*微信支付*/

.wechatTitle {
    width: 280px;
    margin: auto;
    padding: 10px 15px;
    color: #333;
    border: 2px solid #f3f4f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wechatTitle .tips {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.code {
    width: 280px;
    height: 280px;
    display: block;
    margin: 30px auto;
}

.paytips {
	margin: 14px auto;
}

.pageimg {
	text-align:center ;
}

.pageimg img {
	width: 280px;
	height: 280px;
	
}