@charset "utf-8";
body{line-height:1.6; font-size:13px; color: #333;}
a {color: #000; text-decoration:none}
ul {margin: 0;padding: 0;}
ul li {list-style: none;}
p {margin:0; padding:0;}
table{border-collapse:collapse;border-spacing:0}
form {margin: 0; padding:0;}
h2 {margin: 0;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #999; font-family:"微软雅黑"; }
/* 文本对齐 */
.taCenter {text-align: center !important;}
.taLeft {text-align: left !important;}
.taRight {text-align: right !important;}
/* 间距 */
.m0 {margin: 0px !important;}
.mt0 {margin-top: 0px !important;}
.mb0 {margin-bottom:0px !important;}
.ml0 {margin-left: 0px !important;}
.mr0 {margin-right: 0px !important;}
.ml5 {margin-left: .5rem !important;}
.ml10 {margin-left: 1rem !important;}
.ml20 {margin-left: 2rem !important;}
.mr5 {margin-right: .5rem !important;}
.mr10 {margin-right: 1rem !important;}
.p0 {padding: 0px !important;}
.pt0 {padding-top: 0px !important;}
.pb0 {padding-bottom: 0px !important;}
.pl0 {padding-left: 0px !important;}
.pr0 {padding-right: 0px !important;}
.pt5 {padding-top: .5rem !important;}
.mt5 {margin-top: .5rem !important;}
.mt10 {margin-top: 1rem !important;}
.mt15 {margin-top: 1.5rem !important;}
.mt20 {margin-top: 2rem !important;}
.mb5 {margin-bottom: .5rem !important;}
.mb10 {margin-bottom: 1rem !important;}
.mb15 {margin-bottom: 1.5rem !important;}
.mb20 {margin-bottom: 2rem !important;}
.pb20 {padding-bottom: 2rem !important;}
/* 宽度 */
.w10 {width: 10px !important;}
.w20 {width: 20px !important;}
.w25 {width: 25px !important;}
.w30 {width: 30px !important;}
.w40 {width: 40px !important;}
.w50 {width: 50px !important;}
.w60 {width: 60px !important;}
.w80 {width: 80px !important;}
.w100{width:100px !important;}
.w120 {width: 120px !important;}
.w150 {width: 150px !important;}
.w180 {width: 180px !important;}
.w200 {width: 200px !important;}
.w250 {width: 250px !important;}
.w300 {width: 300px !important;}
.w350 {width: 350px !important;}
.w400 {width: 400px !important;}
/* 文字大小 */
.f110 {font-size: 10px !important;}
.f111 {font-size: 11px !important;}
.f112 {font-size: 12px !important;}
.f113 {font-size: 13px !important;}
.f114 {font-size: 14px !important;}
.f115 {font-size: 15px !important;}
.f116 {font-size: 16px !important;}
.f117 {font-size: 17px !important;}
.f118 {font-size: 18px !important;}
/* 颜色 */
.f-red {color: #b6141a !important;}
/* 浮动 */
.clearfix{zoom:1;}
.clearfix:after{height:0;visibility:hidden;content:".";display:block;clear:both}
.fl-left{ float:left !important;}
.fl-right{ float:right !important;}
/* 截字 */
.text-over{text-overflow:ellipsis;  -moz-text-overflow: ellipsis;  overflow:hidden;white-space: nowrap;}

/* ---------------------------- 公共 --------------------------------*/
.body-gray {background: #f6f9fe;}
.main {margin: 0 2% 20px; padding-bottom: 70px;}
.shadow-box{ padding:10px;  margin-bottom: 15px; border-radius:5px; box-shadow: 1px 1px 3px #ccc; background: #fff;}
.shoucang .icon{color: #999; font-size: 18px;margin-right: 8px;}
.jia-shoucang .icon{color: #b6141a;font-size: 18px;margin-right: 8px;}
.weui-btn_warn {background-color: #b6141a;}
.bg-red {background-color: #b6141a;}
/* 标题 */
.com-title {margin-bottom: 15px; font-size: 15px; font-weight: bold;}
.com-title img {vertical-align: middle;}
.com-title .more {font-weight: normal; padding:2px 15px; border-radius:15px; font-size: 12px; float: right; color:#fff; background:#b6141a; }
.title-l { font-size:15px; padding-left:5px; margin:15px 0; line-height:15px; font-weight:bold;  border-left: 2px solid #b6141a;}
/* 产品列表 */
.proList {overflow:hidden; margin:0 0 15px; padding: 10px; background: #fff; box-shadow: 1px 1px 5px #c3c3c3; border-radius: 10px;}
.proList .yin-img { padding-bottom:5px; margin-bottom:10px; border-bottom: 1px solid #dcdcdc;}
.proList .title-box {margin-bottom: 15px;}
.proList .title-box .title {font-size: 16px; font-weight: bold; float: left; width:55%;}
.proList .title-box .btn{float: right; padding:0 5px;border-radius:3px;  color:#b6141a; font-size:12px; border: 1px solid #b6141a;}
.proList .txt-box .weui-flex__item {text-align: center; font-size: 13px;}
.proList .txt-box .f-red {font-size: 18px;}
.proList .txt-box .f-gray {color: #999!important;}
.proList .txt-box .name { height:50px; font-size: 15px;display: flex;align-items: center; justify-content: space-around;flex-direction: column;}
.proList .txt-box .name span{display:-webkit-box;  overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.proList .f-btn .weui-btn{ border-radius: 18px; }
.proList .f-btn .bg-orange {background: #ffa825;}
.proList .f-btn .bg-blue {background: #499cf4;}
.proList .arrow {position: absolute; color:#999; top: 38%; right:0px;animation: slide 1s infinite alternate;}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(4px);
  }
}

.header {text-align: center; margin-bottom:15px; padding: 15px; font-size: 16px; position: relative; box-shadow: 0 1px 3px #ddd;background: #fff;}
.header .icon {position: absolute; top:15px; left:5%;}
.header .icon.icon-right {left:auto; right:5%;color: #666; font-size: 18px; top:13px;}

/* footer */
.footer { position:fixed; width:100%; height:46px; bottom:0; padding:10px 0; background:#fff; box-shadow:0 1px 5px #c3c3c3; z-index: 10; }
.footer a {text-align: center; color: #666; font-size:14px; display: block; float: left; width:25%;  }
.footer a.on {color:#b6141a; }
.footer .f-icon {display: inline-block; width:100%; height: 20px;}
.footer a .icon-home {background: url("/jrfwconsole/wap/images/icon-foot1-5708fcf609c6345922433d12f61317d2.png") no-repeat center top; background-size: 20%; }
.footer a .icon-pro {background: url("/jrfwconsole/wap/images/icon-foot2-431c89227f1297da211a41c32f253d69.png") no-repeat center top; background-size: 20%;}
.footer a .icon-new {background: url("/jrfwconsole/wap/images/icon-foot3-5750f578e508bf936f97d38480b3b7bb.png") no-repeat center top; background-size: 20%;}
.footer a .icon-name {background: url("/jrfwconsole/wap/images/icon-foot4-27975ce98e661e59a9627ac3bae95b17.png") no-repeat center top;background-size: 20%; }
.footer a.on .icon-home {background: url("/jrfwconsole/wap/images/icon-foot1-r-5ff9ff679e97ca45ba57cd9d0b5d0941.png") no-repeat center top; background-size: 20%; }
.footer a.on .icon-pro {background: url("/jrfwconsole/wap/images/icon-foot2-r-645f67480004250934235130a0db5b3a.png") no-repeat center top; background-size: 20%;}
.footer a.on .icon-new {background: url("/jrfwconsole/wap/images/icon-foot3-r-6b8380515750900149886bf1bdead7d6.png") no-repeat center top; background-size: 20%;}
.footer a.on .icon-name {background: url("/jrfwconsole/wap/images/icon-foot4-r-6a65fd10b3fd78e4f1e5cf6b994c744a.png") no-repeat center top;background-size: 20%; }
/* 头部搜索 */
.search-top { margin-bottom:20px;}
.search-top .input-box{ padding:5px 10px; width:70%; border-radius:20px; background: #fff; box-shadow: 1px 1px 4px #ccc;}
.search-top .input-box input {border: none;}
.search-top .icon {color: #666;}
/* 分页 */
.pager2 {font-size: 12px;}
.pager2 a {min-width: 25px;}
.pager2 .active {background-color: #b6141a;}

/* ---------------------------- 首页 --------------------------------*/
.index-body {background:#f6f9fe url("/jrfwconsole/wap/images/index/hed-bg-4aaa0862ebfcdeee86c0ec29092752d8.png") no-repeat center top; background-size: 100%;}
.index-header {padding:5rem 0 3rem; }
.ind-search {margin: 0 2%;padding:5px 15px; color:#fff; border-radius:20px; background-color: rgba(255, 255, 255, 0.3);}
.ind-search input {background: none; border: none; margin-top: 5px;}
.ind-search .icon {float: right;}
.ind-shadow { position:relative; margin:0 0 15px; padding:15px 0; border-radius:10px; background: #fff; box-shadow: 1px 1px 5px #c3c3c3;}
.ind-shadow .num-li {float: left; margin: 0 1%; width:23%; text-align: center;}
.ind-shadow .number {position: absolute; bottom:8px;}
.ind-shadow .number i {display: inline-block; margin:0 5px; width:8px; height: 8px; border-radius:8px; background: #ccc;}
.ind-shadow .number i.on {background:#b6141a; width:20px; }
.ind-shadow .nav-li {float: left; margin: 0 1%; width:23%; text-align: center;}
.ind-shadow .nav-li a {display: block; color: #000; font-size: 15px;}
.ind-photo {position: relative; margin: 0 0 15px;}
.ind-photo .number {position: absolute; bottom:8px; left:38%;}
.ind-photo .number i {display: inline-block; margin:0 5px; width:8px; height: 8px; border-radius:8px; background-color: rgba(255, 255, 255, 0.3);}
.ind-photo .number i.on {background-color: rgba(255, 255, 255, 1); width:20px; }
.ind-photo .more {position: absolute; right:5%; bottom:15px;}
.ind-photo .more a {color: #fff; font-size: 10px;}
.ind-photo .more .icon {font-size: 10px;}
.ind-news li{ overflow: hidden; line-height: 25px;}
.ind-news li a {width:70%; display: inline-block;}
.ind-news li .time {float: right;}
.ind-shenq .shenq1{margin-right:1%; background: url("/jrfwconsole/wap/images/index/shenb-bg1-48159fd207d17645f7d04cf983807357.png") no-repeat center top; background-size: 100%;}
.ind-shenq .shenq2{margin-left:1%;background: url("/jrfwconsole/wap/images/index/shenb-bg2-35454ba9c63331191f65a942750e4bcc.png") no-repeat center top; background-size: 100%;}
.ind-shenq .placeholder {padding: 15px 10%;}
.ind-shenq .placeholder p {font-size: 16px; font-weight: bold; margin-bottom: 15px;}
.ind-shenq .placeholder .weui-btn {background:#fff; font-size: 12px; padding: 0 10px; line-height:1.6; border-radius:10px; display: inline-block;}
.ind-shenq .placeholder .weui-btn:after {border: none;}
.ind-shenq .shenq1 p {color: #ef3638;}
.ind-shenq .shenq1 .weui-btn {color: #ef3638;}
.ind-shenq .shenq2 p {color: #ff7800;}
.ind-shenq .shenq2 .weui-btn {color: #ff7800;}
/* ---------------------------- 登录 --------------------------------*/
.login-logo {text-align: center; font-size: 17px;margin: 30px 0 40px;}
.login-logo p {margin-top: 10px;}
.login-input { padding-bottom:10px; margin-bottom:15px; border-bottom: 1px solid #f4f6f8;}
.login-input input {margin: 0 10px;}
.login-sumbit {margin: 30px 10px 0;}
.login-sumbit .bg-red {background-color: #b6141a; border-radius: 30px;  }

/* ---------------------------- 金融超市 --------------------------------*/
.proShaixuan .sx-title{font-size: 16px;padding:15px 0; margin-bottom:10px; border-bottom: 1px solid #efefef;}
.proShaixuan .title{margin: 0 5% 20px; padding:0 1%; font-size:14px; font-weight:bold; background: url("/jrfwconsole/wap/images/title-line-59296084d61a3a2e794b25868496d5ec.png") no-repeat left bottom; background-size: 20%;}
.proShaixuan ul{margin: 0 5% 10px;}
.proShaixuan ul li { float: left; margin: 5px 0;}
.proShaixuan ul a {display: inline-block;padding:0 8px; line-height: 20px;font-size: 13px;}
.proShaixuan ul a.on,.proShaixuan ul a:hover {  background: #b6141a; color: #fff; border-radius: 3px;}
.buttom-btn {position: absolute; bottom:50px; width:100%; border-top: 1px solid #efefef;}
.buttom-btn a {width: 49.3%;padding-left:0; display: inline-block; text-align: center; color: #b6141a;}
.buttom-btn a.queding {background:#b6141a;color: #fff; }
.table-bg { padding:10px 12px; background: #fff6f6; border-radius: 3px;}
.table-bg table{width: 100%;background: none;}
.table-bg table th,.table-bg table td{border: none; }
.table-bg table th {font-weight: normal; color: #999;}
.table-bg table td{color: #000; text-align: right; }
.info-buttom-btn { position:fixed; bottom:0;width:100%; margin-bottom:10px; background:#fff; border-top: 1px solid #b6141a;border-bottom: 1px solid #b6141a;}
.info-buttom-btn a {display: inline-block; padding:8px 0; color:#b6141a; text-align: center;}
.info-buttom-btn a:first-child {border-right: 1px solid #b6141a;}
.info-buttom-btn a:last-child {float:right; background: #b6141a;color: #fff;}
.dui-table {width:100%; margin-bottom: 10px;}
.dui-table th,.dui-table td {vertical-align: middle; border: 1px solid #ccc;}
.dui-table th {position: relative; background: #ffecec; color:#b6141a; padding:15px 5px; }
.dui-table th .weui-icon_msg {position: absolute; top:5px; right:5px; font-size: 16px;}
/* ---------------------------- 新闻 --------------------------------*/
.new-jieg { padding-bottom:10px; margin-bottom:10px; border-bottom: 1px solid #dcdcdc;}
.new-jieg .weui-btn {line-height: 2; border-radius: 16px; font-size: 12px;}
.new-list {padding-bottom:10px; margin-bottom:15px; border-bottom: 1px solid #efefef;}
.new-list .gray {margin-top: 10px; color: #999;}
.new-list .weui-icon-waiting-circle {color: #999; font-size: 15px;}
.new-list:last-child {border-bottom: none; margin-bottom: 0;}
.new-list .weui-btn {line-height: 2; border-radius: 16px; font-size: 12px;}
.title-info {text-align: center; font-size: 16px; font-weight: bold; margin: 20px 0 0;}

/* ---------------------------- 用户中心 --------------------------------*/
.user-search {margin-bottom: 20px;}
.user-search input{ float:left; width:80%; height: 30px; line-height: 30px; padding: 0 10px; border-radius:3px 0 0 3px; border: 1px solid #dcdcdc; }
.user-search a { float:left; color:#fff; display:inline-block; padding:0 15px; height: 32px; line-height: 32px; border-radius:0 3px 3px 0; background:#d3141a; }
.user-table {width: 100%;}
.user-table th,.user-table td {font-size: 12px;}
.user-table th { text-align:center; background:#d3141a; color: #fff; }
.user-table td {color: #999;}
.user-table td a {color: #d3141a;}
.userInfo-table {width:100%; margin-bottom: 20px;}
.userInfo-table th,.userInfo-table td { padding:10px; vertical-align: middle; border: 1px solid #ccc;}
.userInfo-table th {background: #ffecec; color:#d3141a; font-weight: normal; font-size: 14px; }

.per-body-bg {background:#f6f9fe url("/jrfwconsole/wap/images/workbench/per-bg-5bf22c0a51035343998a3ded8ac2c15b.png") no-repeat center 55px; background-size: 100%;}
.per-name-box {margin: 20px 0 10px;}
.per-name-box a {color: #fff;}
.per-name-box .name {width: 73%;color: #fff; margin: 10px 0 0  2%;}
.per-name-box img {vertical-align: middle; }
.per-name-box .name-img {border-radius: 10rem;}
.btn-border-wh {text-align: center; }
.btn-border-wh a { display: inline-block; width:30%; margin: 0 10px; padding:1px 0; color:#fff; text-align:center; border: 1px solid #fff; border-radius: 20px; }
.per-nav {margin: 10px 0;}
.per-nav li{text-align: center; position: relative;}
.per-nav li .line { position:absolute; top:20%; right:0; display:inline-block; height:50%; width:1px; background:url("/jrfwconsole/wap/images/line-bg-72ff00eee01967440170b6f264a42655.png") no-repeat right center; background-size: 1px;}
.per-list {margin:  0;}
.per-list li { padding:12px 0; border-bottom: 1px solid #dedede;}
.per-list li:last-child {border-bottom: none;}
.per-list li img {vertical-align:text-top; margin-right: 10px;}
.per-list li .icon {font-size: 13px; color: #999; float: right;}
/*确认框*/
.weui-dialog__title {font-weight: bold; margin-bottom: 20px;}
.weui-dialog__bd {font-size: 14px; line-height: 1.8; color: #333; }
.weui-dialog__btn { color:#d3141a; font-size: 15px; }
/* 发布申请 */
.weui-cells_form {font-size: 12px;}
.weui-cells_form .weui-cell {padding: 15px 5px;}
.weui-cells_form .weui-cell:before {left:0; border-top: none;-webkit-transform:scaleY(1);transform: scaleY(1);}
.weui-cells_form .weui-cell-none:before {border: none;}
.weui-cells_form .weui-cells:after {border: none;}
.weui-cells_form .weui-label {width:80px;font-size: 14px;}
.weui-cells_form .select {font-size: 14px; border: none; margin: 0; line-height: 20px; height: 20px;}
.weui-cells_form input {padding: 8px 2%; width:96%; border: none; border: 1px solid #dcdcdc;}
.weui-cells_form input, .weui-cells_form textarea {font-size: 14px;}
.weui-cells_form label[for] {font-size: 16px;}
.weui-check__label {margin-right: 10px; color: #666;}
.weui-cells_checkbox .weui-icon-checked:before { font-size: 16px;}
.weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {color: #d3141a;}
.weui-cells_form .btn-sumbit { line-height:38px;height:38px; text-align:center; width:100%; display:inline-block; color:#fff; font-size: 14px; border-radius: 20px; background: #b6141a;border: 1px solid #b6141a;}
.weui-cells_form .btn-red { line-height:38px;height:38px; text-align:center; display:inline-block; color:#b6141a; font-size: 15px; border-radius: 20px; border: 1px solid #b6141a;}
.weui-cells_form .icon.xiazai{display: inline-block;transform: rotate(180deg);}
.weui-navbar {background: #fff;}
.weui-navbar__item { color: #333;padding:8px 0 10px; }
.weui-navbar__item.tab-red {border-bottom: 3px solid #b6141a;color: #000; font-weight: bold;}
/* 金融超市tab切换 */
.rz-weui-navbar .weui-navbar__item a { color:#666; display:block; border-right: 1px solid #efefef;}
.rz-weui-navbar .weui-navbar__item .rz-icon1{padding-left:23px; background: url("/jrfwconsole/wap/images/rz-icon4-d05e1bf9176ec9c2ea603bd0a53a2244.png") no-repeat 30% center; background-size: 13%;}
.rz-weui-navbar .weui-navbar__item .rz-icon2{padding-left:23px; background: url("/jrfwconsole/wap/images/rz-icon5-3bac1c1f89a63ca77b48d4f256f5c01c.png") no-repeat 30% center; background-size: 13%;}
.rz-weui-navbar .weui-navbar__item.tab-red {background:#fff2f2;  }
.rz-weui-navbar .weui-navbar__item.tab-red .rz-icon1{ color: #b6141a;padding-left:23px; font-weight:bold; background: url("/jrfwconsole/wap/images/rz-icon4-red-535bd4294fd1764c040a08bde9fdfb9b.png") no-repeat 30% center; background-size: 13%;}
.rz-weui-navbar .weui-navbar__item.tab-red .rz-icon2{ color: #b6141a;padding-left:23px; font-weight:bold; background: url("/jrfwconsole/wap/images/rz-icon5-red-cdfabb5c3a1f2ee3051637450f266223.png") no-repeat 30% center; background-size: 13%;}
.rz-weui-navbar .weui-navbar__item .rz-icon3 {border: none;}
/* 授权管理 */
.shouTab { margin-bottom: 15px; padding:12px 0; background: #fff;}
.shouTab a {width:50%; display: inline-block;text-align: center;  font-size: 15px; color: #999; }
.shouTab a.on {font-weight: bold; color: #d3141a;}
.shouTab a img {vertical-align: middle; margin-right: 5px;}
.shouTab a .icon {display: inline-block;transform: rotate(90deg); font-weight: normal; font-size: 14px;}
.weui-switch:checked, .weui-switch-cp__input:checked ~ .weui-switch-cp__box {border-color: #d3141a;background-color: #d3141a;}
.weui-switch, .weui-switch-cp__box {width: 47px; height: 22px;}
.weui-switch:after, .weui-switch-cp__box:after {width: 25px;height: 20px;}
.weui-switch:before, .weui-switch-cp__box:before { height: 20px;border: 1px solid #dcdcdc;}
.weui-form-li {margin: 5px 0 ;}
.weui-icon-checkbox {border-radius: 2px;margin-top: 3px;}
.weui-form-checkbox[type="checkbox"]:checked + label .weui-icon-checkbox {background-color: #d3141a; border: 1px solid #d3141a;}
/* 智能推荐 */
.zhineng { padding: 10px; margin-bottom:15px; background: url("/jrfwconsole/wap/images/zhineng-7ac87ef1f89c7047d9f60d6f9b6e5648.png") no-repeat center center; background-size: 100%;}
.zhineng p {color: #fff;}
.zhineng .link {margin-top: 15px; font-size: 12px;}
.zhineng .link a { padding:1px 3px; display:block; border-radius:20px; color: #fff; background-color: rgba(255,255,255,0.2);}
.zhineng .link .icon {font-size: 15px; }
.tx-tixing {background: #ffe6e6; padding:10px 15px; margin-bottom: 10px;}
.jigou-list { padding:5px 15px; margin-bottom:10px; position:relative; border: 1px solid #dcdcdc; border-radius: 5px;}
.jigou-list .xz-box {position: absolute; top:0; right:0; width:0; height: 0; border-radius:0 5px 0 0; border-top: 25px solid #dddddd; border-left: 25px solid transparent; }
.jigou-list .xz-box .icon {position: absolute;top:-25px; right:2px; display: inline-block;font-size: 10px; color: #fff;}
.jigou-list-on {border: 1px solid #d3141a;}
.jigou-list-on .xz-box{border-top: 25px solid #d3141a;}

/* ---------------------------- 银行机构受理 --------------------------------*/
.weui-navigator { margin-bottom:10px; background: #fff;box-shadow: 0px 3px 3px #f1f1f1;}
.weui-navigator-list li {font-size: 14px; position: relative;}
.weui-navigator-list li a {color: #000;}
.weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a {color: #b6141a;}
.weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a:after {background-color: #b6141a;}
.weui-navigator-list li span { position:absolute; top:11px; right:-3px; display: inline-block;padding:0 1px; min-width:13px; height:15px; line-height:15px; font-size:10px; border-radius:20px; background: #b6141a; color: #fff;}
.blockOut {position: relative;width: 150px;height: 120px; overflow: hidden; margin: 0 auto 1rem;}
.blockOut .block { position: absolute;width: 150px;height:150px;border-left: 14px solid #b6141a; border-top: 14px solid #b6141a; border-right: 14px solid #F5F7FA;border-bottom: 14px solid #F5F7FA; border-radius: 50%;transform-origin: 50%;box-sizing: border-box;}
.blockOut .text {position: absolute; bottom: 5px;left: 0; right: 0; margin: 0;text-align: center;font-size: 16px; font-weight:bold;  color: #000;}
.blockOut .text .f-red {font-size: 30px;}
.blockOut .text.no{font-size: 15px; color: #666}
.weui-select {border: 1px solid #dcdcdc; height: 35px; line-height: 35px; font-size: 14px;}
.weui-icon-radio {margin-top: 0; width:14px; height: 14px;vertical-align: text-bottom;}
.weui-form-checkbox[type="radio"]:checked + label .weui-icon-radio {background-color: #b6141a;border: 1px solid #b6141a;}
.sumbit-bottom {width:100%;}
.sumbit-bottom a {display: block; background: #b6141a; color: #fff; padding:15px 0; text-align: center; font-size: 15px;}

/*暂无样式*/
.no-info {text-align: center;font-size: 14px;color: #666;}





