/**{padding:0;margin:0;}
html,body{font-size:12px;font-family:"微软雅黑";outline:none;color:#666;background:#fff;}
ul,ol{list-style:none;}
img{border:none;outline:none;}
a{color:#666;text-decoration:none;outline:none;}*/

#floatDivBoxs {
    width: 400px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 50px;
    right: -400px;
    z-index: 999;
    box-shadow: -3px 0 5px rgba(0, 0, 0, 0.25);
    padding-bottom: 50px;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #efefef;
    color: #000;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}

i {
    display: inline-block;
}

#floatDivBoxs .floatDtt .floatDtt_icon {
    width: 30px;
    height: 30px;
    margin-left: -30px;
    margin-right: 25px;
}

#floatDivBoxs .floatDtt .floatDt_icon {
    width: 30px;
    height: 30px;
    margin-left: -30px;
    margin-right: 25px;
}

.floatShadow {
    height: 100%;
    background: #fff;
    box-shadow: -3px 0 5px rgba(0, 0, 0, 0.25);
    overflow: auto;
}

.floatShadow>ul>li:first-child {
    border: none;
}

.floatShadow>ul>li {
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    margin-right: 25px;
    float: left;
}

.floatShadow .floatDivBoxs_left {
    float: left;
    background: #33485d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0px 9px;
    letter-spacing: 3px;
    font-size: 18px;
    margin-top: 15px;
}

.floatShadow .floatDivBoxs_right {
    line-height: 25px;
    padding-left: 75px;
}

.floatShadow .floatDivBoxs_right .floatinfo {
    font-size: 16px;
    color: #000;
}

.floatShadow .floatDivBoxs_right .floatinfo_tel {
    margin-left: 10px;
    font-size: 12px;
    color: #767676;
}

.floatShadow .floatDivBoxs_right .floatdate {
    font-size: 14px;
    color: #c9c9c9;
}

#rightArrow,
#rightArr {
    width: 50px;
    height: 45px;
    background: url(../images/pre_arrow.jpg) no-repeat;
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 999;
    box-shadow: -3px 0 5px rgba(0, 0, 0, 0.25);
}

#rightArrow a {
    display: block;
    height: 45px;
}

.floatShadow .floatDivBoxs_right .floatinfo .floatDtt_icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.floatDt_icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.floatShadow .floatDivBoxs_right .floatdate .floatdate_doing,
.floatdate_done,
.floatdate_mony {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.floatShadow .floatDivBoxs_right .floatdate .floatdate_done,
.floatdate_mony {
    margin-left: 10px;
}

.floatShadow .floatDivBoxs_right .floatstate {
    padding: 10px 0;
}

.progress.addboder {
    border: 5px solid red;
    border-left-width: 10px;
    border-right-width: 10px;
}

.progress-success .bar,
.progress .bar-success {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border: none;
}