body {
    background-color: #eee;
    position: relative;
    z-index: 1;
}

.group {
    /*	float:inherit; width:16rem;*/
    height: auto;
}

.box {
    /*	width:16rem;*/
    height: auto;
}

.group .add-members {
    /*	float:inherit; width:14.5rem;*/
    height: 5rem;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: .5rem .75rem;
}

.group .add-members .add-btn {
    width: 14.5rem;
    height: 1.75rem;
}

.group .add-members .add-btn button {
    width: 14.5rem;
    height: 1.75rem;
    line-height: 1.745rem;
    background: url(../images/icon_add.png) no-repeat 5.3rem center;
    background-size: .7rem .7rem;
    background-color: #fff;
    border: 1px dashed #4fb2ed;
    border-radius: .15rem;
    color: #399cd6;
    font-size: .75rem;
    padding-left: 1.2rem;
}

.group .add-members .add-btn button.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.group .add-members .add-reg {
    width: 14.5rem;
    height: 2.55rem;
    background-color: #eee;
    border-radius: .15rem;
    padding-top: .35rem;
    margin-top: .4rem;
}

.group .add-members .add-reg p {
    font-size: .55rem;
    color: #333;
    line-height: .75rem;
    padding-left: .5rem;
}

.group .members {
    /*	float:inherit; width:16rem;*/
    height: auto;
    background-color: #fff;
    /* border-bottom:1px solid #ddd;*/
    margin-top: .35rem;
    /*margin-bottom:.35rem;*/
    overflow: hidden;
}

.group .members ul {
    width: 15.25rem;
    height: auto;
    padding-left: .75rem;
}

.group .members ul li {
    width: 15.25rem;
    height: auto;
    border-bottom: 1px solid #ddd;
    float: inherit;
}


/* .group .members ul li:first-child .status, */

.group .members ul li:first-child .operation {
    display: none;
}

.group .members ul li:last-child {
    border: none;
}

.group .members .id {
    display: none;
}

.group .members .num {
    width: 7.5rem;
    height: 2rem;
    line-height: 2rem;
    font-size: .7rem;
    color: #333;
    float: inherit;
}

.group .members .num b {
    color: #999;
    font-weight: normal;
}

.group .members .name {
    width: 2.75rem;
    height: 2rem;
    line-height: 2rem;
    font-size: .7rem;
    color: #333;
    float: inherit;
}

.group .members .status {
    width: 2.5rem;
    height: 2rem;
    line-height: 2rem;
    font-size: .55rem;
    color: #999;
    float: inherit;
}

.group .members .operation {
    width: 2.5rem;
    height: 2rem;
    line-height: 2rem;
    font-size: .55rem;
    color: #999;
    float: inherit;
}

.group .members .operation button {
    /*width:1.7rem; height:.95rem; line-height:.95rem; font-size:.55rem; color:#fff; background-color:#248dce; */
    border: none;
    border-radius: .15rem;
    padding: 0;
    vertical-align: middle;
}

.group .members h3 {
    /*width:16rem; */
    height: 2rem;
    border-bottom: 1px solid #ddd;
}

.group .members h3 .num,
.group .members h3 .name,
.group .members h3 .status {
    font-size: .75rem;
    color: #333;
}

.group .members h3 .operation a {
    width: 2.5rem;
    height: 2rem;
    line-height: 2rem;
    display: block;
    color: #248dce;
    background: url(../images/icon_shuaxin.png) no-repeat 1.25rem center;
    background-size: .75rem .6rem;
}

.group .members h3 span.num {
    font-size: .75rem;
    color: #333;
    padding-left: .75rem;
}

.group .complete {
    /*	width:16rem; */
    height: auto;
    min-height: 3.6rem;
    background-color: #fff;
    /*float:inherit;*/
    position: relative;
}

.group .complete a {
    width: 14.5rem;
    height: 2rem;
    display: block;
    line-height: 2rem;
    color: #fff;
    background-color: #248dce;
    text-align: center;
    font-size: .8rem;
    border-radius: .15rem;
    margin: 0 auto;
    position: absolute;
    left: .75rem;
    bottom: 15px;
    z-index: 999;
}

.group .complete .add-contacts {
    /*	width:14.5rem;*/
    height: auto;
    padding: .3rem .75rem .95rem .75rem;
    border-bottom: 1px solid #ddd;
    display: none;
    margin-bottom: 1.4rem;
}

.group .complete .add-contacts p {
    width: 14.5rem;
    height: 1.3rem;
    line-height: 1.3rem;
    font-size: .55rem;
    color: #333;
}

.group .complete .add-contacts .contacts-num {
    width: 10.1rem;
    height: 1.9rem;
    line-height: 1.9rem;
    border: 2px solid #e7e7e7;
    border-radius: .15rem;
    float: inherit;
}

.group .complete .add-contacts .contacts-num input {
    width: 8rem;
    height: 1.9rem;
    line-height: 1.9rem;
    border: none;
    float: inherit;
    padding-left: .4rem;
    font-size: .75rem;
}

.group .complete .add-contacts .contacts-num span.address-book {
    float: inherit;
    width: 1.5rem;
    height: 1.9rem;
    background: url(../images/address_book.png) no-repeat center center;
    background-size: .85rem 1rem;
}

.group .complete .add-contacts button {
    width: 3.8rem;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    background-color: #75bf48;
    text-align: center;
    font-size: .75rem;
    border: none;
    margin-left: .4rem;
    border-radius: .15rem;
}

.group .complete .add-contacts button.gray {
    background-color: #ccc;
}

.change-num {
    width: 14.5rem;
    height: 4.5rem;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1.35rem .75rem;
}

.change-num .implement {
    width: 14.5rem;
    height: 4.5rem;
}

.change-num .implement dd {
    width: 14.5rem;
    height: auto;
    overflow: hidden;
}

.change-num .implement dd.yzm {
    padding-top: .5rem;
}

.change-num .implement dd span {
    width: 9.3rem;
    height: 1.9rem;
    line-height: 1.9rem;
    border: 2px solid #e7e7e7;
    border-radius: .15rem;
    font-size: .75rem;
    float: left;
    color: #333;
    padding-left: .2rem;
    overflow: hidden;
}

.change-num .implement dd text {
    width: 3.75rem;
    height: 1.9rem;
    line-height: 1.9rem;
    display: block;
    float: left;
    text-align: right;
    font-size: .7rem;
}

.change-num .implement dd span input {
    width: 5.3rem;
    height: 1.9rem;
    line-height: 1.9rem;
    border: none;
    float: left;
    font-size: .7rem;
}

.change-num .implement dd input.btn {
    width: 4.45rem;
    height: 2rem;
    border-radius: .15rem;
    border: 2px solid #75bf48;
    background-color: #75bf48;
    color: #fff;
    margin-left: .3rem;
    text-align: center;
    font-size: .7rem;
}

.change-num .implement dd input.btn.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.feedback {
    width: 16rem;
    height: auto;
    padding-top: 4.5rem;
    background: url(../images/Failure.png) no-repeat center 2.6rem;
    background-size: 1.6rem 1.75rem;
    display: none;
}

.feedback p {
    width: 11rem;
    height: auto;
    line-height: .95rem;
    font-size: .55rem;
    color: #999;
    padding: 0 2.5rem;
    padding-top: .35rem;
    text-align: center;
}

.feedback p.failure {
    line-height: 1.5rem;
    font-size: .75rem;
    color: #333;
    text-align: center;
    display: none;
}

.loadingWrap {
    display: block;
    position: absolute;
    background: #333;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    z-index: 9998
}

.loadingTip {
    background: #000;
    z-index: 9999;
    color: #FFF;
    position: absolute;
    width: 50%;
    height: 50px;
    left: 50%;
    margin-left: -25%;
    top: 39%;
    border-radius: 5px
}

.tipInAnimate {
    -webkit-animation: tipIn .5s .2s ease both;
    -moz-animation: tipIn .5s .2s ease both
}

.loadingText {
    font-size: 0.7rem
}

@-webkit-keyframes tipIn {
    0% {
        -webkit-transform: scaleX(1.5) scaleY(1.5);
        opacity: 0
    }
    100% {
        -webkit-transform: scaleX(1) scaleY(1);
        opacity: 1
    }
}

@-moz-keyframes tipIn {
    0% {
        -moz-transform: scaleX(1.5) scaleY(1.5);
        opacity: 0
    }
    100% {
        -moz-transform: scaleX(1) scaleY(1);
        opacity: 1
    }
}

.daoqiday_index_red {
    color: #f75b3e
}

.daoqiday_index_normal {
    color: #fff
}

#easyDialogBox {
    width: 100%
}

.tan_window {
    width: 73.44%;
    background: #fff;
    border-radius: 5px;
    display: none;
    padding-bottom: 1rem
}

.tan_window .title {
    height: 2rem;
    border-bottom: 1px solid #ddd;
    font-size: 0.8rem;
    line-height: 2rem;
    color: #333;
    text-align: center;
}

.tan_window .content {
    padding: 0.9rem 1.6rem;
    text-indent: 20px;
    line-height: 1.2rem;
    font-size: 0.6rem;
    color: #666;
    text-align: left;
    text-indent: 0;
    word-break: break-all;
    word-wrap: break-word;
}

.tan_list li span {
    display: inline-block;
    line-height: 30px;
    color: #000
}

.tan_list li span:nth-child(1) {
    text-align: justify;
    text-justify: inter-ideograph;
    width: 25%;
    font-size: 14px
}

.tan_list li span:nth-child(2) {
    width: 50%
}

#bt1 {
    overflow: hidden;
}

#bt2 {
    overflow: hidden;
    display: none;
}

#a {
    display: block;
    font-size: 0.8rem;
    width: 50%;
    height: 2rem;
    text-align: center;
    background: #0287d2;
    line-height: 2rem;
    color: #fff;
    margin-left: 25%;
    border-radius: 5px
}

#a1 {
    display: block;
    font-size: 0.8rem;
    width: 25%;
    height: 1.6rem;
    text-align: center;
    background: #0287d2;
    line-height: 1.6rem;
    color: #fff;
    margin-left: 20%;
    border-radius: 5px;
    float: left
}

#a2 {
    display: block;
    font-size: 0.8rem;
    width: 25%;
    height: 1.6rem;
    text-align: center;
    background: #ccc;
    line-height: 1.6rem;
    color: #fff;
    margin-left: 10%;
    border-radius: 5px;
    float: left
}

#b {
    display: block;
    font-size: 0.8rem;
    width: 50%;
    height: 40px;
    text-align: center;
    background: #0287d2;
    line-height: 40px;
    color: #fff;
    margin-left: 25%;
    border-radius: 5px
}


/*20180312宽带续保首页改版*/

.group .add-members {
    height: inherit;
    padding: 0.925rem .75rem;
}

.group .complete .add-contacts {
    display: block;
}

.HZ {
    font-size: 0.8rem;
    color: #333333;
}

.add-reg {
    width: 100%;
}

.add-reg p {
    font-size: 0.6rem;
    color: #999999;
    width: 90%;
    padding-top: 0.65rem;
    padding-bottom: 0.25rem;
    margin: 0 auto;
}

.group .members h3 span.num {
    font-size: 0.8rem;
    color: #333333;
    width: inherit;
    margin-right: 0.75rem;
}

.group .members h3 .status {
    font-size: 0.65rem;
    color: #999999;
    width: inherit;
}

.group .members .operation {
    float: right;
}

.group .members h3 .operation a {
    font-size: 0.7rem;
    color: #329df5;
    background: url(../images/icon_shuaxin20180312.png) no-repeat 0rem center;
    background-size: 0.525rem .6rem;
    padding-left: 0.75rem;
}

.group #complete {
    height: 2.2rem;
    line-height: 2.2rem;
    width: 17.2rem;
}

.group .complete {
    clear: both;
    background: #efeff4;
}

.group .members ul {
    width: auto;
}

.group .members ul li {
    background: #fff;
    width: inherit;
    display: inline-block;
    float: inherit;
    height: 2.5rem;
    line-height: 2.5rem;
    width: 100%;
}

.group .members ul li:first-child .operation {
    display: block;
}

.group .members .num,
.group .members .num b,
.group .members .name {
    font-size: 0.75rem;
    color: #333333;
}

.group .members .num b {
    margin-right: 0.75rem;
}

.group .members .name {
    margin-left: 0.75rem;
}

.group .members .operation button {
    font-size: 0.7rem;
    color: #329df5;
    background: #fff;
    float: right;
    margin-top: 0.75rem;
    margin-right: 0.5rem;
}

.group .complete .add-contacts {
    padding: 0.5rem 0 0.5rem 0.5rem;
    background: #fff;
}

.contacts-num span:nth-child(1) {
    font-size: 0.75rem;
    color: #333333;
    margin-right: 0.5rem;
}

.group .complete .add-contacts .contacts-num {
    width: 13rem;
    height: 2rem;
    border-radius: 10px;
    padding: 0 0.5rem 0 0.2rem;
    display: inline-block;
}

.group .complete .add-contacts .contacts-num span.address-book {
    float: right;
}

.group .complete .add-contacts .contacts-num span.address-book {
    background: url(../images/address_book20180312.png) no-repeat center center;
    background-size: 1.175rem 1.225rem;
}

.group .complete .add-contacts button {
    width: 3.35rem;
    height: 1.5rem;
    line-height: 1.5rem;
    float: right;
    margin-left: 0;
    margin-top: 0.4rem;
    margin-right: 0.3rem;
    background: #329df5;
}

.group .complete a {
    bottom: 3.5rem;
}