
.index-body{
    height: 2rem;
    width: 100%;
    background-color: white;
}
.dd-dialog{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
.dd-dialog-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
}
.dd-dialog .dd-dialog-info{
    /*height: auto;*/
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80%;
    min-width: 300px;
}
.dd-dialog-info { width: 80%!important; }
.dd-dialog-info .dd-info-hd{
    font-family:"微软雅黑","Helvetica Neue", Helvetica, STHeiTi, sans-serif!important;
    font-size: .18rem;
    color: #1bc964;
    margin-bottom: .2rem;
}
.dd-dialog-info .dd-info-hd img{
    height: .3rem;
    width: .3rem;
}
.dd-dialog-info .dd-info-bd{
    font-family:"微软雅黑","Helvetica Neue", Helvetica, STHeiTi, sans-serif!important;
    text-align: center;
    font-size: .14rem;
    color: #808080;
	line-height: 1.5;
}
.dd-dialog-info .dd-info-ft{
    height: .4rem;
    line-height: .4rem;
}
.dd-dialog-info .ui-dialog-bd {
    padding: .27rem .15rem;
}
.dd-dialog-info .dd-info-ft button{
    line-height: .4rem;
    font-family:"微软雅黑","Helvetica Neue", Helvetica, STHeiTi, sans-serif!important;
    font-size: .17rem;
    color: #808080;
}
button#dialogButton1{
	color: #1bc964;
} 
.btn-cheked{
    color: #1bc964!important;
}
/*基于weui toast弹框*/
/* 失败 */
.ddc_icon_false:before{
    font-size: 50px;
    color:#ffffff;
    margin-top: .15rem;
    margin-bottom: .05rem;
}

.btn-checked{
    color: #1bc964!important;
}
/* 提示信息 */
#_toast-tips .weui_toast {
    z-index: 100;
    width: 80%;
    height: .6rem;
    min-height: .6rem!important;
    top: 50%;
    left: 10%;
    margin-left: 0;
    margin-top: -.2rem;
    padding: .1rem 0;
}
.weui_toast_only {
    position: fixed;
    z-index: 3;
    width: 12.6em;
    min-height: 2.8em;
    top: 180px;
    left: 50%;
    margin-left: -5.8em;
    background: rgba(40, 40, 40, 0.75);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
    line-height: 2.8em;
}
.weui_icon_warn:before { color: #fff;}
.weui_icon_success:before { color: #fff;}
.weui_icon_warn:before { color: #fff;}
/*选择联系方式*/
.ddc_contact{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}
.ddc_contact_mc{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.6);
}
.ddc_contact_content{
    position: absolute;
    left: 5%;
    top: 30%;
    width: 90%;
    height: 2.1rem;
    background-color: #fff;
    z-index: 1000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: .12rem;
    color: rgb(60,60,60);
}
.ddc_contact_content ol{
    padding: 0;
}
.ddc_contact_content h2{
    text-align: center;
    font-size: .16rem;
    height: .8rem;
    line-height: .8rem;
    position: relative;
    color: #000;
}
.ddc_contact_content h2:before{
    content: "";
    display: block;
    width: 22%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: .3rem;
    background-color: #bbb;
}
.ddc_contact_content h2:after{
    content: "";
    display: block;
    width: 22%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: .3rem;
    background-color: #bbb;
}
.ddc_contact_content li span{
    display: inline-block;
}
.ddc_contact_icon1{
    background: url(/Public/images/icon_message.png) no-repeat center;
}
.ddc_contact_icon2{
    background: url(/Public/images/icon_call1.png) no-repeat center;
}
.ddc_contact_icon3{
    background: url(/Public/images/icon_call2.png) no-repeat center;
}
.ddc_contact_icon{
     box-sizing: border-box;
     width: 100%;
     height: .6rem;
     background-size: .6rem;
     margin-bottom: .1rem;
 }