#main{
    width:1125px;
    height:782px;
    background:#fff;
    border-radius:10px;
    margin:0 auto;
    margin-top:78px;
    padding:85px 0 0 83px;
    margin-bottom:80px;
}
#main dl{
    width:349px;
    float:left;
}
#main dt{
    color:#6f92ba;
    font-size:20px;
    font-weight:bold;
}
#main dd{
    color:#767676;
    font-size:15px;
    padding-left:15px;
    margin-top:18px;
    line-height:20px;

}

#main b{
    margin-right:10px;
    display:inline-block;
    width:4px;
    height:18px;
    background-color:#6f92ba;
    position:relative;
    top:1px;
}
#form{
    padding-left:30px;
    margin-left:30px;
    border-left:1px solid #ebebeb;
    float:left;
    margin-top:57px;
    height: 236px;
    width:590px;
}
#form .inputGroup{
    width:200px;
    height:160px;
    float:left;

}
#form .inputGroup input{
    box-sizing: border-box;
    height:40px;
    padding:14px;
    text-align:center;
    color:#808080;
    font-size:14px;
    border:1px solid #ebebeb;
    margin-bottom:20px;
}
#form textarea{
    color:#808080;
    width:340px;
    height:153px;
    border:1px dashed #ebebeb;
    border-width:2px;
    float:left;
    resize:none;
    margin-left:12px;
    padding-top:3px;
    padding-left:2px;
}
#form button{
    width:100%;
    height:46px;
    background:#6f92ba;
    color:#fff;
    font-size:18px;
    text-align:center;
    line-height:46px;
    margin-top:22px;
}
.tip_box{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 15px;
    margin-bottom: 10px
}
.cover_main{
    padding: 0px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.confirm{
    padding: 5px 15px;
}
.confirm_btn{
    float: right;
    width: 60px;
    height: 28px;
    background: #87BC48;
    border: #4D8B02 1px solid;
    float: right;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-right: 15px;
    text-align: center;
    line-height: 28px;
}
.cover_box{
    width: 550px;
    position: fixed;
    top: 20%;
    background: #fff;
    left: 30%;
    z-index: 1000;
    border: 5px solid #E4E4E4;
    width: 550px;
    left: 30%;
    top: 20%;
}
.del{
    float: right;
    font-weight: bold;
    cursor: pointer;
}
.cover_main{
    padding: 0px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.cover_tip{
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: bold
}
#msgStr{
   padding-bottom:10px;
}
#msgStr p{
    padding-bottom:10px;
}
#bg_box{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.85);
    z-index:100000;
}
.num{
    overflow:hidden;
    color: #7b7b7b;
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.num-left{float:left;    color:#7b7b7b;}
.num-right{
    float:left;
    color:#7b7b7b;
}
.num-right span {
    width: 100px;
    display: inline-block;
}