

.top-my{
    position: absolute;
    color: #fff;
    font-size: 12px;
    top: 40px;
    width: 100%;
}
 .head-box{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}
 .head-box img{
    width: 60px;
    height: 60px;
}
.top-my table{
    width: 100%;
    overflow: hidden;
 }

.top-my  table tr td{
    color: #fff;
    padding-left: 0.75rem;
    font-weight: 400;
 }
.top-my  table tr td:first-child{
    width: 60px;
}

.top-my .name-box .name{
    font-size: 1.2rem;
}
.top-my .name-box  .num{
    font-size: 0.875rem;
    margin-left: 0.75rem;
}
.top-my .phone-box{
    font-size: 0.875rem;
    line-height: 30px;
}
.person-zl{
    float: right;
    display: block;
    background-color: #9b433d;
    padding: 3px 10px;
    border-radius: 20px;
    color: #ddd;
    font-size: 0.75rem;
    padding-right: 1.7rem;
    margin-right: -10px;
}
.person-zl img{
    right: 0.1rem;
    position: absolute;
    height: 1.5rem;
    margin-top: -0.2rem;
}
.label-box{
    padding-top: 0.5rem;
}
.label-box .label-list {
    font-size: 0.75rem;
    background: rgba(0,0,0,0.45);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    color: #999;
}
.label-box .label-list img{
    height: 0.8rem;
    margin-right: 0.25rem;
    float: left;
    margin-top: 0.1rem;
}
.topTxt{
    padding: 0.75rem;
    font-size: 0.875rem;
}
.m-input-right{
    height: 2.8641975308642rem;
}
.bc-info{
    background: #fff;
    padding: 1rem 0;
}
.bc-info table{
    width: 100%;
}
.bc-info table tr td{
    padding-left: 0.75rem;
}
.bc-info table tr td:first-child{
    width: 60px;
}
.bc-info  .name-box{
    font-size: 0.875rem;
}

.bc-info .name-box .name{
    font-size: 1.2rem;
    color: #333;
}
.bc-info .name-box .num{
    color: #999;
    font-size: 1rem;
}
.bc-info .phone-box{
    margin-top: 0.2rem;
}

.bc-info .phone-box .num{
    color: #999;
    font-size: 1rem;
}
.bc-info .phone-box img{
    height: 0.9rem;
    cursor: pointer;
}
.info-box .g-list-li li select{
    outline: none;
    border: none;
    width: 16rem;
    height: 2.8rem;
    background: none;
    float: right;
    font-size: 1rem;
    text-align: right;
    direction: rtl;
    color: #999;
}
.info-box .g-list-li .select-c{
    background: url("../images/images/a-left.png") no-repeat center right 0.75rem;
    background-size:0.6rem 1rem ;
}
.g-list-li li a{
    background: url("../images/images/a-left.png") no-repeat center right 0.75rem;
    background-size:0.6rem 1rem ;
}
.sm-box .title{
    margin-top: 1.5rem;
    padding:0 0.75rem;
    font-size: 1.2rem;
    color: #333;
}
.sm-box .title img{
    float: right;
    height: 1.4rem;
    width: 1.4rem;
}
.yes-no{
    padding: 1rem 0.75rem;
    font-size: 0.875rem;
}
.yes-no .list{
    float: right;
}
.yes-no a{
    color: #f25050;
}
.continue-txt{
    margin: 1.5rem 0;
    text-align: center;
}
.continue-txt a{
    color: #f25050;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
.schedule-box{
    position: fixed;
    background: #fff;
    z-index: 999;
    bottom: 0;
    box-shadow: 0 0 7px 0 #aaa;
}

.schedule-box .top{
    overflow: hidden;
    padding: 0 15px;
    padding-bottom: 10px;
}
.schedule-box .foreverchek{
    float: left;
}
.schedule-box .foreverchek input{
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    margin-top: 3.5px;
}
.schedule-box .foreverBtn{
    float: right;
    color: #f25050;
}