.stepItems .stepItem{padding:0 1rem;}
.stepItems .stepItem{border-bottom:1px solid #dfdfdf;}
.stepItems .stepItem .title {text-align:left;padding:2rem 1rem 1rem 0rem;position:relative;font-size:1.6rem;margin-left:-1rem;}
.stepItems .stepItem .title .text {color:#616161;padding-left:15px;}
.stepItems .stepItem .title .showText {padding-left:20px;color:#FF2020;font-size:12px;line-height:20px;}
.stepItems .stepItem .title .go {position:absolute;top:30px;right:5px;display:inline-block;width:8px;height:8px;border:solid #9A9A9A;}
.stepItems .stepItem .title .go {border-width:0 1px 1px 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-transform:rotate(45deg);}
.stepItems .stepItem.selected .title{background:url(/images/bg_img/checked.png) no-repeat left;background-size:20px 20px;margin-left:0rem;}
.stepItems .stepItem.selected .title .text{padding-left:20px;}
.stepItems .stepItem .title.open .go {border-width:0 1px 1px 0;}
.stepItems .stepItem .title.close .go {border-width:1px 1px 0px 0px;}
.stepItems .stepItem .remind{padding:5px 10px;margin-bottom:10px;background:#fff4e8;color:#fb5c49;border:1px solid #E5DD41;display:inline-block;}
.stepItems .stepItem .cards {list-style-type:none;border:1px solid #FF2020;margin-left:10px;margin-bottom:10px;}
.stepItems .stepItem .cards:first-child{border-top:0;}
.stepItems .stepItem.close .cards{display:none;}
.stepItems .stepItem .cards .card {float:left;width:100%;border-top:1px solid #cccccc;overflow:hidden;cursor:pointer;padding:0.8rem 0;}
.stepItems .stepItem .cards .card.hide{border:0;}
.stepItems .stepItem .cards .card:first-child{border:0;}
.stepItems .stepItem .cards .card.selected .text{color:#ff2222;}
.stepItems .stepItem .cards .card .text {font-size:14px;line-height:3rem;color:#424242;overflow:hidden;margin-right:1rem;}
.stepItems .stepItem .cards .card .descp {margin:10px;font-size:13px;color:#757575}
.stepItems .stepItem .cards .card .descp i {color:#ffac13;font-style:normal}
.stepItems .stepItem .cards .card.active {border:1px solid #e53935;background-color:#fff;cursor:default;}
.stepItems .stepItem .cards .closeArea{float:left;margin:0 20px 20px 0;width:190px;border:0;overflow:hidden;text-align:center;}
.stepItems .stepItem .cards .closeArea .text{font-size:14px;color:#424242;overflow:hidden;padding-top:25px;}
.stepItems .stepItem .cards .closeArea .closeBtn{height:30px!important;line-height:30px;cursor:pointer;width:70px;text-align:center;background:#F8730A;color:white;}
.card .icon{width:20px;height:20px;display:block;float:left;background:url(/images/bg_img/bg_m_chooiceitem.png) no-repeat;margin:5px 5px 0 5px;}
.card .icon.radio{background-position:0px -20px;}
.card .icon.multi{background-position:0px -60px;}
.card.selected .icon.radio{background-position:0px 0px;}
.card.selected .icon.multi{background-position:0px -40px;}
.select2Buttons .text.checked{display:block;background:url("/images/default/check2.png") center right no-repeat;}