/*
CSS书写顺序

1.位置属性(position, top, right, z-index, display, float等)
2.大小(width, height, padding, margin)
3.文字系列(font, line-height, letter-spacing, color- text-align等)
4.背景(background, border等)
5.其他(animation, transition等)
*/
body, blockquote, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, ol, ul, li, p, pre, td, textarea, th {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', STHeiti, 'Microsoft Yahei', Tahoma, Simsun, sans-serif;
    font-size: 16px;
    background-color: #fff;
}

li {
    list-style: none;
}

/*begin 取消点击链接后的边框*/
a {
    text-decoration: none;
    out-line: none;
    blr: expression(this.onFocus=this.blur());
    color: #000;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none;
}

/*end 取消点击链接后的边框*/
hr {
    background: #f2f2f2;
    color: #f2f2f2;
    clear: both;
    float: none;
    width: 100%;
    height: .01rem;
    margin: 0;
    border: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::before, .clearfix::after {
    content: ' ';
    display: table;
}

.clearfix::after {
    clear: both;
}

.header-occupy {
    height: .88rem;
    background: #ec994a;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 .1rem;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .36rem;
    font-weight: bold;
    color: #fff;
    background: #ec994a;
    z-index: 9999;
}

.header .header-left {
    position: absolute;
    top: 0;
    left: .1rem;
    margin: 0;
    width: .18rem;
    height: 100%;
    background: url(../Images/back.png) no-repeat center;
    background-size: .18rem .34rem;
}

.header-left a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer {
    height: 1.05rem;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.footer-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    background: #ed974a;
    color: #fff;
    font-size: .3rem;
    text-align: center;
}

.footer ul {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    overflow: visible;
    /* for IE6 */
    _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
    /*_position: absolute;*/
    cursor: pointer;
    _position: absolute;
}

.footer ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    text-align: center;
    background: url(../Images/home_02_04.png?v=10) repeat-x;
    background-size: .05rem 1.09rem;
}

.footer ul li a {display: block;}

.footer ul li a i {
    display: block;
    margin: 0 auto;
    width: .65rem;
    height: .65rem;
    background-size: .4rem .4rem;
}

.footer ul li a span {
    display: block;
    height: .4rem;
    line-height: .4rem;
    font-size: .24rem;
}

.footer ul li:first-child i.selected {
    background: url(../Images/homeSelected.png) no-repeat center .25rem;
    background-size: .4rem .4rem;
}

.footer ul li:first-child i {
    background: url(../Images/homeUnSelected.png) no-repeat center .25rem;
    background-size: .4rem .4rem;
}

.footer ul li:nth-child(3) i.selected {
    background: url(../Images/mySelected.png) no-repeat center .25rem;
    background-size: .4rem .4rem;
}

.footer ul li:nth-child(3) i {
    background: url(../Images/myUnSelected.png) no-repeat center .25rem;
    background-size: .4rem .4rem;
}

.footer .footer-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.12rem 0 0 -.685rem;
    width: 1.37rem;
    height: .7rem;
    background-color: #000;
    background: url(../Images/home_02_02.png) no-repeat center;
    background-size: 1.37rem .7rem;
}

.footer .footer-center .publish {
    width: 1.06rem;
    height: 1.06rem;
    margin: .15rem auto;
    background: url(../Images/publish.png) no-repeat center;
    background-size: 1.05rem 1.05rem;
}

.footer .footer-center .publish-undo {
    width: 1.06rem;
    height: 1.06rem;
    margin: .15rem auto;
    background: url(../Images/cross.png) no-repeat center;
    background-size: 1.05rem 1.05rem;
}

/* begin 底部操作按钮 */
.footer ol {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    overflow: visible;
    /* for IE6 */
    _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
    /*_position: absolute;*/
    cursor: pointer;
    _position: absolute;
}

.footer ol li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    list-style-type: none;
    text-align: center;
    background: #fff url(../Images/home_02_04.png) repeat-x;
    background-size: .05rem 1.09rem;
}

.footer ol li a {
    display: block;
    padding-top: .25rem;
    height: .8rem;
    font-size: 0;
}

.footer ol li a span {
    display: block;
    height: .4rem;
    line-height: .4rem;
    font-size: .24rem;
}

.footer ol li a.buy-button {
    margin-top: .1rem;
    color: #fff;
    background-color: #ed704a;
}

.footer ol li a.buy-button span {
    margin-top: .1rem;
    font-size: .3rem;
    color: #fff;
    background-color: #ed704a;
}

/* end 底部操作按钮 */
.wrapper {
   /* background-color: #fff; */
    /*margin-top: 0.88rem;*/
}

.swiper-container {
    width: 100%;
    height: 3.6rem;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: .18rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .064rem;
    height: .064rem;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background: rgb(236, 153, 74);
    width: .064rem !important;
}

.error-container span {
    display: block;
    padding: 1.5rem .2rem .5rem;
    line-height: .5rem;
    text-align: center;
    color: #525252;
    font-size: .33rem;
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

.error-container i {
    display: block;
    margin: auto;
    width: 4.2rem;
    height: 4.2rem;
    background: url(../Images/error.png) no-repeat center bottom;
    background-size: 4.2rem 4.2rem;
}

.error-container b {
    display: block;
    padding-bottom: 20px;
    text-align: center;
}

.error-container b a {
    color: #ed6464;
}

.error-container em img {
    display: block;
    margin: 30px auto 0;
    background-size: 4.2rem 4.2rem;
}

.error-container a {
    text-align: center;
    line-height: 1rem;
    color: #ec994a;
    margin: 0 .1rem;
}

ul.main-nav {
    padding: .10rem 0 0;
    overflow: auto;
}

ul.main-nav li {
    float: left;
    width: 20%;
    margin: .16rem 0;
}

ul.main-nav li a {
    position: relative;
    display: block;
    font-size: 0;
    text-align: center;
}

ul.main-nav li img {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    margin: auto;
    margin-bottom: .18rem;
}

ul.main-nav li span {
    font-size: .26rem;
}
ul.main-nav h3{
    text-align: center;
    color: #e6d1a9;
    font-size: 0.34rem;
    line-height: 1rem;
}
ul.main-nav li .join-us {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.85rem 0 0 -.15rem;
    width: .70rem;
    height: .40rem;
    border-radius: 0rem;
}

/* begin 发布弹出窗222 */
.publish-mask {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 1rem;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 100;
}

.publish-mask .main-nav2 {
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%;
}

.publish-mask .main-nav2 li {
    width: 25%;
    color: #fff;
}

.publish-mask .main-nav2 li a {
    color: #fff;
}
ul.main-nav2 {
    padding: .10rem 0 0;
    overflow: auto;
}

ul.main-nav2 li {
    float: left;
    width: 20%;
    margin: .30rem 0;
}

ul.main-nav2 li a {
    position: relative;
    display: block;
    font-size: 0;
    text-align: center;
}

ul.main-nav2 li img {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    margin: auto;
    margin-bottom: .30rem;
}

ul.main-nav2 li span {
    font-size: .27rem;
}
ul.main-nav2 h3{
    text-align: center;
    color: #e6d1a9;
    font-size: 0.34rem;
    line-height: 1rem;
}
ul.main-nav2 li .join-us {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.85rem 0 0 -.15rem;
    width: .70rem;
    height: .40rem;
    border-radius: 0rem;
}

/* end 发布弹出窗 */
.hotest-news {
    height: 2rem;
    padding: .2rem;
}

.hotest-news img {
    width: 100%;
    height: 100%;
    border-radius: .15rem;
}

.news-condition-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: .8rem;
    line-height: .8rem;
    font-size: .24rem;
    color: #111;
    text-align: center;
    overflow: hidden;
    background-color: #f8f8f8;
}

.news-condition-container li {
    display: inline-block;
    padding: 0 .1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-condition-container li i {
    display: inline-block;
    margin-left: 5px;
    width: .15rem;
    height: 100%;
    background: url(../Images/open.png) no-repeat center center;
    background-size: .12rem .07rem;
    vertical-align: middle;
}

.news-list .news-title-container {
    position: relative;
    height: .40rem;
    padding: .20rem;
    border-bottom: 1px solid #d6d7dc;
}

.news-title-container .news-title {
    padding-left: .20rem;
    line-height: .40rem;
    font-size: .32rem;
    font-weight: bold;
    color: #111;
    border-left: .10rem solid #ee984a;
}

.news-title-container .news-title-more {
    float: right;
    text-align: right;
    font-size: .24rem;
    line-height: .40rem;
    color: #7f8699;
}

.news-list .news-item {
    position: relative;
    overflow: auto;
    margin: 0 .20rem;
    padding-bottom: .20rem;
    border-bottom: 1px dashed #d6d7dc;
}

.news-list .news-item .item-title {

    margin: 0.1rem 0;
    line-height: 0.5rem;
    font-size: .28rem;
    color: #111;
    overflow: hidden;
    /*超出部分隐藏*/
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.news-list .news-item .item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: .40rem;
    font-size: .22rem;
    color: #999;
    overflow: hidden;
}

.news-list .news-item .item-info .item-area {
    display: inline-block;
    margin-right: .20rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list .news-item .item-info .item-class {
    margin-right: .20rem;
    width: 1.60rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list .news-item .item-info .item-mode {
    width: 1.60rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: right;
    color: #ed974a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list .news-item .item-content {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: .80rem;
    line-height: .40rem;
    font-size: .22rem;
    color: #999;
}

.news-item .item-operation {
    margin-top: .1rem;
    text-align: right;
}

.news-item .item-operation a {
    display: inline-block;
    margin-left: .1rem;
    font-size: .22rem;
    border: 1px solid #666;
    padding: .02rem .2rem;
    border-radius: .05rem;
}

.news-item .item-operation.no-border a {
    display: inline-block;
    margin-left: .1rem;
    font-size: .22rem;
    padding: .02rem .2rem;
    border: none;
}

.news-item .item-operation a.border-red {
    border: 1px solid red;
}

.news-item .item-operation span {
    display: inline-block;
    float: left;
    margin-top: .08rem;
    margin-right: .1rem;
    font-size: .22rem;
}

.news-item .item-operation-call {
    margin-top: .1rem;
    padding: 0.1rem;
    font-size: 0.22rem;
}

.news-item .item-operation-call i {
    display: inline-block;
    float: right;
    font-style: normal;
}

.news-item .item-operation-call i a {
    margin-left: 0.2rem;
    padding: 0.1rem;
    color: #ffffff;
    background-color: #58b6ec;
    border-radius: 0.1rem;
}

.news-item .item-operation-do {
    margin-top: .1rem;
}

.news-item .item-operation-do a {
    display: block;
    margin: 0 auto;
    height: 0.6rem;
    line-height: 0.6rem;
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    background-color: #fff1e4;
    border-radius: 0.05rem;
}

.operation-del-icon {
    display: inline-block;
    width: .16rem;
    height: .16rem;
    background: url(../Images/difference.png) no-repeat center center;
    background-size: .16rem .16rem;
}

.news-list .news-item .item-img-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: auto;
    overflow: hidden;
}

.news-list .news-item .item-img-info {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

.item-img-info:nth-of-type(1) {
    padding-right: .14rem;
}

.item-img-info:nth-of-type(2) {
    padding-left: .07rem;
    padding-right: .07rem;
}

.item-img-info:nth-of-type(3) {
    padding-left: .14rem;
}

.news-list .news-item .item-img-info img {
    width: 100%;
    height: 1.30rem;
    border-radius: .05rem;
}

.news-list .news-item .item-content-container {
    overflow: auto;
}

.news-list .news-item .item-content-container .item-left-content {
    position: relative;
    margin-right: 2.20rem;
    padding-top: .10rem;
    height: .90rem;
    line-height: .45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: .28rem;
    color: #111;
}

.news-list .news-item .item-content-container img {
    float: right;
    margin-top: .20rem;
    width: 2.10rem;
    height: 1.30rem;
    border-radius: .05rem;
}

.my-title-container {
    height: 1.2rem;
    padding: .4rem .2rem;
    color: #fff;
    background-color: #ec994a;
}

.my-title-container .my-head-image {
    float: left;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .6rem;
}

.my-title-container .my-title-position {
    display: block;
    margin: .2rem 0 0 1.4rem;
    width: auto;
    height: .4rem;
    line-height: .4rem;
    padding-left: .3rem;
    font-size: .24rem;
}

.my-title-container .my-title-name {
    display: block;
    margin-left: 1.4rem;
    height: .6rem;
    font-size: .30rem;
}

.my-item-list {
    padding: 0 .2rem;
}

.my-item-list li {
    padding: 0 .1rem;
    border-bottom: 1px solid #d6d7dc;
}

.my-item-list li a {
    display: block;
    height: .9rem;
    line-height: .9rem;
    background: url(../Images/go.png) no-repeat right center;
    background-size: .35rem .35rem;
    font-size: .26rem;
    color: #111;
}

.my-item-list li i {
    float: left;
    margin: .3rem .2rem 0 0;
}

.edit-info-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/editInfo.png) center center;
    background-size: .35rem .35rem;
}

.maconsultant-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/maConsultant.png) center center;
    background-size: .35rem .35rem;
}

.madelegate-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/maDelegate.png) center center;
    background-size: .35rem .35rem;
}

.mafinance-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/maFinance.png) center center;
    background-size: .35rem .35rem;
}

.listing-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/listing.png) center center;
    background-size: .35rem .35rem;
}

.sended-news-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/sendedNews.png) center center;
    background-size: .35rem .35rem;
}

.collection-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/collection.png) center center;
    background-size: .35rem .35rem;
}

.purchased-info-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/purchasedInfo.png) center center;
    background-size: .35rem .35rem;
}

.my-finance-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/myFinance.png) center center;
    background-size: .35rem .35rem;
}

.my-about-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/about.png) center center;
    background-size: .35rem .35rem;
}

.position-icon {
    display: inline-block;
    width: .18rem;
    height: .25rem;
    background: url(../Images/position.png) no-repeat 0 center;
    background-size: .18rem .25rem;
}

.tab-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .24rem;
    background: #f8f8f8;
}

.tab-title li {
    height: .75rem;
    line-height: .75rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    text-align: center;
    border-bottom: .05rem solid #f8f8f8;
}

.tab-title li a {
    color: #666;
    background: #e6e6e6;
    padding: 5px 30px;
}

.tab-title li.selected {
    color: #ed974a;
    border-bottom: .05rem solid #ed974a;
}

.tab-title li.selected a {
    color: #ed974a;
    background: #fbfbfb !important
}

.sum-container {
    padding: .15rem .20rem .15rem .30rem;
    font-size: .24rem;
    background: #f2f2f2;
}

.sum-date {
    display: inline-block;
    height: .5rem;
    line-height: .5rem;
    padding: 0 .4rem 0 .2rem;
    color: #666;
    border-radius: .25rem;
    font-size: .24rem;
    background: url(../Images/screen.png) no-repeat right+.15rem center;
    background-color: #fff;
    background-size: .14rem .12rem;
}

.sum-date input[type=text].month {
    width: .9rem;
    height: .5rem;
    line-height: .5rem;
    color: #666;
    font-size: .24rem;
    border: none;
}

.sum-info {
    display: inline-block;
    height: .5rem;
    line-height: .5rem;
    float: right;
    color: #999;
}

.sum-list {
    padding: 0 .2rem;
}

.sum-list li {
    padding: 0 .1rem 0 0;
    overflow-y: auto;
    border-bottom: 1px dashed #d6d7dc;
}

.sum-list .list-item-content {
    display: inline-block;
}

.sum-list .list-item-content i {
    display: block;
    margin-top: .3rem;
    font-style: normal;
    color: #111;
    font-size: .24rem;
}

.sum-list .list-item-content span {
    display: block;
    margin-top: .2rem;
    color: #999;
    font-size: .20rem;
}

.sum-list .list-item-value {
    display: inline-block;
    float: right;
    height: 1.3rem;
    line-height: 1.3rem;
    color: #111;
    font-size: .30rem;
    font-weight: bold;
}

.sum-list .list-item-title {
    padding: .3rem 0 0;
}

.sum-list .list-item-title i {
    color: #111;
    font-style: normal;
    font-size: .24rem;
}

.sum-list .list-item-title span {
    display: inline-block;
    float: right;
    color: #666;
    font-size: .24rem;
}

.sum-list .list-item-memo {
    padding: .30rem 0 .30rem;
    height: .30rem;
    line-height: .30rem;
}

.sum-list .list-item-memo i {
    color: #999;
    font-size: .20rem;
    font-style: normal;
}

.sum-list .list-item-memo span {
    display: inline-block;
    float: right;
    font-size: .24rem;
}

.sum-list .list-item-notes {
    padding: 0rem 0 .30rem;
    color: #d92d2d;
    font-size: .2rem;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.account-container {
    padding: .20rem .40rem;
    background: #f2f2f2;
}

.account-container .account-info {
    padding: .30rem .40rem;
    color: #fff;
    font-size: .24rem;
    font-weight: bold;
    border-radius: .2rem;
    background: #fab575;
}

.account-info .left-info {
    display: inline-block;
}

.account-info .total-cashed {
    display: inline-block;
    float: right;
}

.account-info .left-value {
    padding: .1rem 0;
    font-size: .72rem;
    font-weight: bold;
}

.account-container .account-memo {
    display: block;
    margin-top: .20rem;
    padding: 0 .40rem;
    color: #999;
    font-size: .20rem;
}

ul.step-container {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}

ul.step-container > li {
    list-style: none;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.form-container {
    padding: 0 .2rem;
}

.normal-form .form-row {
    padding: .05rem .1rem;
    border-bottom: 1px solid #d6d7dc;
    overflow-y: auto;
}

 
.normal-form .form-row.add-margin-bottom {
    margin-bottom: 0.2rem;
}

.normal-form .form-row.no-border-bottom {
    border-bottom: none;
}


.form-row .checkbox-radiobox-container {
    padding: .2rem 0;
    line-height: .35rem;
}

.form-row .form-column-label {
    float: left;
    width: 2.2rem;
    color: #666;
    font-size: .26rem;
    overflow: hidden;
    text-align: left;
}

.form-row .form-column-agree {
    display: inline-block;
    float: left;
    padding: .25rem 0;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: clip;
    /*超出部分省略号显示*/
}

.form-row .form-column-label i {
    margin: .275rem .2rem 0 0;
    float: left;
}

.form-row .form-column-label label {
    display: inline-block;
    float: left;
    width: 1.6rem;
    height: .9rem;
    line-height: .9rem;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: clip;
    /*超出部分省略号显示*/
}

.form-row .form-column-label.all-space {
    width: 100%;
    height: .9rem;
    color: #666;
    font-size: .26rem;
    overflow: hidden;
}

.form-row .form-column-label.all-space label {
    display: block;
    float: none;
    margin-left: .55rem;
    width: auto;
    height: .9rem;
    line-height: .9rem;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分省略号显示*/
}

.form-row .certify-photo-container {
    margin: auto;
    padding: 2px;
    box-sizing: border-box;
    background: #f2f2f2 url(../Images/addTo.png) no-repeat center center;
    background-size: 1.1rem 1.1rem;
    border-radius: .1rem;
    border: 1px dashed #d6d7dc;
}

.form-row .certify-photo-container img {
    width: 100%;
    height: 100%;
    border-radius: .1rem;
}

.form-row .form-column-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: strech;
    flex-wrap: wrap;
    height: 100%;
}

.form-row .form-column-all.little-padding {
    padding-top: .1rem;
}

.form-row .form-column-all i {
    margin: .275rem .2rem 0 0;
}

.form-row .form-column-all .edit-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    height: 100%;
    text-align: left;
    overflow: hidden;
}

.form-row .form-column-all .list-item-container {
    width: 33.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.form-row .form-column-all .list-item-container:nth-of-type(3n+1) {
    padding-right: .1rem;
}

.form-row .form-column-all .list-item-container:nth-of-type(3n+2) {
    padding: 0 .05rem;
}

.form-row .form-column-all .list-item-container:nth-of-type(3n+3) {
    padding-left: .1rem;
}

.form-row .form-column-all .list-item-img-box {
    position: relative;
    margin-bottom: .1rem;
    background: #f2f2f2 url(../Images/addTo.png) no-repeat center center;
    background-size: .8rem .8rem;
    border-radius: .1rem;
    border: 1px dashed #d6d7dc;
}

.form-row .form-column-all .list-item-img-box img {
    width: 100%;
}

.form-row .form-column-all .list-item-img-box .delete {
    position: absolute;
    top:-0.23rem;
    right:-0.15rem;
    width:0.2rem;
    height: 0.2rem;
    background:url(../Images/delete.png) no-repeat center center;
    background-size: 0.2rem 0.2rem; 
}

.form-row .form-column-all .list-item-img-box .delete.hide {
   display: none;
}

.form-row .notes-container
{
    padding:0.2rem;
    flex: 1;
    font-size: 0.22rem;
    color:#333333;
    background-color: #f2f2f2;
}

.form-row .notes-container .link-info span
{
    display:  block;
    margin-right:1.2rem;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.form-row .notes-container .link-info a
{
    display: inline-block;
    float: right;
    padding:0.1rem;
    background-color: #fab575;
    color: #ffffff;
    border-radius: 0.05rem;
}

.form-row .notes-container p
{
    margin-top: 0.5rem;
    color:#999999;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.form-row .form-column-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: strech;
    margin-left: 2.25rem;
    height: 100%;
}

.form-row .form-column-content .edit-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.form-row .form-column-content .edit-container a {
    height: .9rem;
    line-height: .9rem;
    color: #6cc5ef;
    font-size: .26rem;
}

.form-row input[type=file] {
    display: none;
}

.form-row input[type=text] {
    height: .9rem;
    line-height: .9rem;
    width: 100%;
    border: none;
    color: #111;
    font-size: .24rem;
    text-align: right;
}

.form-row .form-column-all input[type=text] {
    text-align: left;
}

.form-row textarea {
    width: 100%;
    padding: .05rem;
    line-height: .34rem;
    margin: 0 0 .1rem;
    border: 1px dashed #d6d7dc;
    color: #111;
    font-size: .24rem;
    resize: none;
}

.form-row input[type=checkbox] {
    display: none;
}

.form-row .checkbox-button {
    display: inline-block;
    color: #111;
    font-size: .24rem;
}

.form-row .checkbox-button + .checkbox-button {
    margin-left: .1rem;
}

.form-row .checkbox-button i {
    float: left;
}

.form-row .checkbox-button span {
    display: block;
    margin-left: .45rem;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.form-row .radiobox-button {
    display: inline-block;
    color: #111;
    font-size: .24rem;
}

.form-row .radiobox-button + .radiobox-button {
    margin-left: .1rem;
}

.form-row .radiobox-button i {
    float: left;
}

.form-row .radiobox-button span {
    display: block;
    margin-left: .45rem;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.form-row input[type=radio] {
    display: none;
}

.form-row .form-column-content .edit-container .radio-button {
    display: inline-block;
    margin: .15rem 0 .15rem .2rem;
    padding: 0 .36rem;
    height: .6rem;
    color: #99999a;
    font-size: .26rem;
    font-weight: bold;
    border-radius: .3rem;
    background: #f3f5f7;
}

.form-row .form-column-content .edit-container .radio-button.selected {
    color: #fff;
    background: #ed974a;
}

.form-row .form-column-content .edit-container .radio-button i {
    margin: .16rem 0;
}

.form-row .form-column-content .edit-container .radio-button span {
    display: inline-block;
    float: right;
    margin: .11rem;
}

.form-row .form-column-content .icon-container {
    display: inline-block;
}

.form-row .form-column-content .icon-container .opt-btn {
    display: inline-block;
    margin: .13rem 0 0 .2rem;
    padding: .15rem .2rem;
    color: #fff;
    font-size: .24rem;
    background: #ed974a;
    border-radius: .3rem;
}

.form-row .form-column-content .icon-container .opt-btn.disable-state {
    background: #a2a2a2;
}

.form-row .form-column-content i {
    margin: .275rem 0 0 .15rem;
}

.form-row .form-column-content .head-img-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 0;
}

.form-row .form-column-content .head-img-container img {
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
}

.form-commit-btn {
    display: inline-block;
    margin: auto;
    width: 50%;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    color: #fff;
    font-size: .3rem;
    background: #ed974a;
    border-radius: .1rem;
}

/* begin 文章内容 */
.article-container {
    padding: .4rem .3rem;
}

/*标题控制 一行居中 多行左对齐*/
/*当文字为一行是，则P的宽度小于div的宽度，p标签居中显示在盒子内，文字也就居中了 ;当大于一行时，P的宽度和div的宽度是一致的 ,文字就居左对齐了*/
.article-container .article-title {
    width: 100%;
    line-height: .56rem;
    margin-bottom: .2rem;
    text-align: center;
    color: #111;
    font-size: .36rem;
    font-weight: bold;
    text-align: center;
}

.article-container  .article-image-box  
{
    text-align: center; 
    padding: 0.23rem 0 0.46rem;
    line-height: 0.23rem;
}
.article-container  .article-image-box  img
{
    max-width:100%;
}


/*display: inline-block使P的宽度根据文字的宽度伸缩 */
.article-container .article-title p {
    text-align: left;
    display: inline-block;
}

.article-container .article-title h3 {
    text-align: left;
    letter-spacing:5px;
    color: #ed974a;
    font-size: .28rem;
}

.article-container .article-content p {
    padding-bottom: .23rem;
    line-height: .46rem;
    color: #333;
    font-size: .26rem;
}

.article-container .article-content p:not(img) {
    text-indent: 2em;
}

/* end 文章内容 */
.details-info-container {
    padding: 0 .2rem;
    color: #111;
    font-size: .26rem;
}

.details-info-container h1 {
    padding: .15rem 0;
    font-size: .3rem;
    font-weight: normal;
    border-bottom: 1px dashed #d6d7dc;
}

.details-info-container .general-info {
    padding-top: .15rem;
    color: #999;
    border-bottom: 1px dashed #d6d7dc;
}

.details-info-container .general-info li {
    margin-bottom: .15rem;
}

.details-info-container .general-info span {
    display: inline-block;
    float: right;
    color: #111;
}

.details-info-container .section-info {
    border-bottom: 1px dashed #d6d7dc;
}

.details-info-container .section-info h2 {
    padding: .15rem 0;
    color: #999;
    font-size: .26rem;
    font-weight: normal;
}

.details-info-container .section-info p {
    text-indent: 2em;
    line-height: .46rem;
    padding-bottom: .15rem;
}

.details-info-container .section-info p + p {
    margin-top: .15rem;
}

.my-operation-list {
    margin: 1.08rem .2rem 0 .2rem;
}

.my-operation-list li a {
    display: block;
    margin-bottom: .1rem;
    padding: .2rem .3rem 0;
    border-radius: .1rem;
    color: #999;
    background: #fff;
}

.my-operation-list .opertation-title {
    padding: .04rem 0;
    color: #111;
    font-size: .3rem;
}

.my-operation-list .general-info {
    padding-top: .15rem;
    color: #999;
    font-size: .26rem;
    border-bottom: 1px dashed #d6d7dc;
}

.my-operation-list .general-info li {
    margin-bottom: .15rem;
}

.my-operation-list .general-info span {
    display: inline-block;
    float: right;
    color: #111;
}

.my-operation-list .opertation-go {
    padding: .2rem 0;
    font-size: .26rem;
    background: url(../Images/go.png) no-repeat right center;
    background-size: .3rem .3rem;
}

.show-info-container {
    padding: .2rem .2rem 0;
}

.show-info-container.add-padding-bottom {
    padding-bottom: .2rem;
}

.show-info-title {
    line-height: 0.72rem;
    color: #ed974a;
    font-size: .36rem;
    font-weight: bold;
    border-bottom: 1px solid #d6d7dc;
}

.show-info-title .state-info
{
   float: left;
    width:1.0rem;
    height:0.55rem;
    background: url(../Images/stateChecked.png) no-repeat top 0.13rem  center;
    background-size: 80% 80%;
}

.show-info-box {
    padding-bottom: .2rem;
    border-bottom: 1px solid #d6d7dc;
}

.show-info-container .item-title {
    padding-left: .2rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .28rem;
    font-weight: bold;
    color: #111;
    border-left: .1rem solid #ed974a;
}

.condition-container {
    padding-bottom: .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #d6d7dc;
}

.condition-container li {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.condition-container li:not(:last-child)::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 15%;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: #d6d7dc;
}

.condition-container li label {
    display: block;
    padding-bottom: .1rem;
    font-size: .24rem;
    color: #666;
    text-align: center;
}

.condition-container li span {
    display: block;
    font-size: .28rem;
    color: #111;
    text-align: center;
}

/* #region  显示信息 */
.show-info-row {
    margin-top: 3px;
    height: auto !important;
    height: .4rem;
    min-height: .4rem !important;
    _height: .4rem;
    font-size: .24rem;
    clear: both;
    /*zoom: 1;*/
    /*overflow: auto;*/
    /*不加 .show-info-row:after 时，要放开这两行注释*/
}

.show-info-row:after {
    content: '&nbsp;';
    height: 0;
    clear: both;
    visibility: hidden;
    display: block;
}

.show-info-row .show-info-columns {
    float: left;
}

.show-info-row .state-info {
    float: right;
}

.show-info-row .show-info-columns label {
    display: block;
    float: left;
    vertical-align: middle;
    line-height: .4rem;
    word-wrap: break-word;
    word-break: break-all;
    color: #999;
}

.show-info-row .show-info-columns label img {
    display: block;
    float: left;
    margin-right: .1rem;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
}

.show-info-row .show-info-columns span {
    display: block;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 5px;
    line-height: .4rem;
    color: #111;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.show-info-row .show-info-columns span img {
    margin-left: .1rem;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    vertical-align: middle;
}

.tab-sheet-container {
    width: 80%;
    margin: .2rem auto 0;
    font-size: 0;
    overflow: auto;
    border-radius: .5rem;
}

.tab-sheet-container a {
    display: inline-block;
    width: 50%;
}

.tab-sheet-container span {
    display: block;
    padding: .2rem;
    font-size: .3rem;
    color: #999;
    text-align: center;
    background-color: #f4f5f7;
}

.tab-sheet-container span.selected {
    color: #fff;
    background-color: #ed974a;
    text-align: center;
}

.tab-sheet-container span.color-green {
    color: #01a611;
}

.table-box {
    margin-top: 0.1rem;
}

.table-box .table-title {
    margin: 0.3rem 0 0.1rem;
    color: #111111;
    font-size: 0.28rem;
    text-align: center;
}

.table-box-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.table-box-row .table-box-columns {
    box-sizing: border-box;
    padding: 5px;
    width: 25%;
}

.table-box-row .table-box-columns em {
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #fef5e9;
    text-align: center;
    font-style: normal;
    font-size: 0.2rem;
    color: #111111;
}

.table-box-row .table-box-columns span {
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #fdfef6;
    text-align: center;
    font-size: 0.2rem;
    color: #666666;
}

.buy-check-layer {
    display: none;
}

.buy-check-layer .buy-check-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9001;
}

.buy-check-layer .buy-check-container {
    position: fixed;
    left: 5px;
    right: 5px;
    bottom: -100%;
    z-index: 9002;
    background-color: #fff;
    color: #111111;
    border-radius: 10px 10px 0 0;
}

.buy-check-container .buy-info {
    padding: 0.2rem;
    font-size: 0;
    border-bottom: 1px solid #d6d7dc;
}

.buy-info img {
    width: 3.1rem;
    height: 1.55rem;
}

.buy-check-container .buy-close {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    width: 0.45rem;
    height: 0.45rem;
    background: url(../Images/close.png) no-repeat center;
    background-size: .35rem .35rem;
}

.buy-check-container .buy-ok {
    margin: 0.5rem 0.1rem 0.1rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    background: #ed704a;
    border-radius: 0.5rem;
}

.buy-check-container .buy-notes {
    padding: 0.3rem 0.2rem;
    font-size: 0.24rem;
}

.buy-item-list {
    padding: 0 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.buy-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 10px;
}

.buy-item em {
    display: block;
    padding: 5px 0;
    font-style: normal;
    font-size: 0.24rem;
    color: #111111;
}

.buy-item span {
    display: block;
    padding: 5px 0;
    font-size: 0.2em;
    color: #666666;
}

.buy-item.selected {
    background: #ed974a;
}

.buy-item.selected em {
    color: #fff;
}

.buy-item.selected span {
    color: #fff;
}

/* #endregion */
.question-container {
    padding: 0.3rem;
    font-size: 0.3rem;
}

.question-container .question-index {
    padding: 0.1rem 0;
    color: #ed974a;
}

.question-container .question-content {
    padding: 0.3rem 0;
    line-height: 0.5rem;
    color: #111111;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.question-container .answer-list {
    padding: 0.3rem 0.1rem;
    font-size: 0.26rem;
}

.question-container .answer-list li {
    padding: 0.3rem 0.1rem 0.3rem 0.5rem;
    margin-bottom: 0.3rem;
    color: #666666;
    background-color: #f9f9f9;
    border-radius: 10px;
    text-indent: -1em;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.question-container .answer-list li.selected {
    color: #ffffff;
    background-color: #ffc590;
}

.question-container .answer-notes {
    font-size: 0.24rem;
}

.question-container .answer-notes span {
    color: #d92d2d;
}

.question-container .answer-notes p {
    padding: 0.2rem 0;
    line-height: 0.4rem;
    text-indent: 2em;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.step-opt-container {
    padding: 0.1rem 0;
    height: 1.2rem;
    background-color: #ffffff;
}

.step-opt-list {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0.2rem 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    background-color: #ffffff;
    z-index: 999;
}

.step-opt-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.2rem;
    width: 45%;
    text-align: center;
    background-color: #ec994a;
    border-radius: 10px;
}

.step-opt-item.disable {
    background-color: #aeaeae;
}

.head-portrait-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/headPortrait.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.full-name-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/fullName.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.go-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/go.png) center center;
    background-size: .35rem .35rem;
}

.fill-in-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/fillIn.png) center center;
    background-size: .35rem .35rem;
}

.gender-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/gender.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.location-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/location.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.mobile-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/mobile.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.verification-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/verification.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.enterprise-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/enterprise.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.contacts-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/contacts.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.job-position-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/jobPosition.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.invest-scale-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/investScale.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.turnover-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/turnover.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.profit-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/profit.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.business-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/business.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.past-times-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/pastTimes.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.future-times-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/futureTimes.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.finance-needs-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/financeNeeds.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.cooperation-time-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/cooperationTime.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.parking-lot-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/parkingLot.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.classification-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/classification.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.hospital-name-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/hospitalName.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.calendar-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/calendar.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.hospital-attr-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/hospitalAttr.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.hospital-nature-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/hospitalNature.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.hospital-grade-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/hospitalGrade.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.scope-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/scope.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.medical-insure-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/medicalInsure.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.merger-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/merger.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.estate-date-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/estateDate.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.estate-money-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/estateMoney.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.estate-area-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/estateArea.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.estate-attr-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/estateAttr.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.bed-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/bed.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.bed-add-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/bedAdd.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.operate-area-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/operateArea.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.fabulous40-icon {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url(../Images/fabulous40.png) no-repeat center center;
    background-size: .4rem .4rem;
}

.fabulous40-icon.selected {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url(../Images/fabulous40_1.png) no-repeat center center;
    background-size: .4rem .4rem;
}

.collection40-icon {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url(../Images/collection40.png) no-repeat center center;
    background-size: .4rem .4rem;
}

.collection40-icon.selected {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url(../Images/collection40_1.png) no-repeat center center;
    background-size: .4rem .4rem;
}

.share40-icon {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url(../Images/share40.png) no-repeat center center;
    background-size: .4rem .4rem;
}

.share40.selected {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url(../Images/share40_1.png) no-repeat center center;
    background-size: .4rem .4rem;
}

.checkbox-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/checkbox.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.selected .checkbox-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/checkboxSelected.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.radiobox-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/radiobox.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.selected .radiobox-icon {
    display: inline-block;
    width: .35rem;
    height: .35rem;
    background: url(../Images/radioboxSelected.png) no-repeat center center;
    background-size: .35rem .35rem;
}

.male-icon {
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background: url(../Images/male.png) no-repeat center center;
    background-size: .28rem .28rem;
}

.selected .male-icon {
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background: url(../Images/male1.png) no-repeat center center;
    background-size: .28rem .28rem;
}

.female-icon {
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background: url(../Images/female.png) no-repeat center center;
    background-size: .28rem .28rem;
}

.selected .female-icon {
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background: url(../Images/female1.png) no-repeat center center;
    background-size: .28rem .28rem;
}

.male1-icon {
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background: url(../Images/male1.png) no-repeat center center;
    background-size: .28rem .28rem;
}

.female1-icon {
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background: url(../Images/female1.png) no-repeat center center;
    background-size: .28rem .28rem;
}

.msg_span{font-size:14px;color:#7d7d7d;}