/*页面初始化*/
body, div, p, h1, h2, h3, h4, ul, li, a, img, span, dl, dt, dd, input,ol,table,tr,td,th{
    margin: 0;
    padding: 0;
}
i,em{
    font-style: normal;
}
li {
    list-style: none;
}
a{
    text-decoration: none;
}
img {
    border: 0 none;
    vertical-align: middle;
}
body {
    background: #f8f8f8;
    font-family: "微软雅黑";
    color: #585858;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.red{
    color: red;
    vertical-align: middle;
    margin-right: 3px;
}
.table_all,.table_all tr{
    width: 100%;
    font-weight: normal;
}
.table_all{
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    color: #333;
}
.table_all tbody tr th{
    text-align: right;
    background: #f5f5f5;
    padding: 8px;
}
.table_all tbody tr td{
    padding: 8px;
}
.table_all > thead > tr > th, .table_all > tbody > tr > th, .table_all > tfoot > tr > th, .table_all > thead > tr > td, .table_all > tbody > tr > td, .table_all > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table_all td{
    padding: 8px;
}
.table_all select,.table_all input[type="text"],.table_all input[type="password"],.table_all input[type="tel"]{
    line-height: 36px;
    height: 36px;
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
}
.table_all textarea{
    padding: 10px;
}
.blue-hoki {
    border: 1px solid #869ab3;

}
.blue-hoki .layui-card-header{
    color: #fff;
    font-size: 16px;
    background: #67809f;
}
.blue-blue{
    border: 1px solid #4b99fb;
}
.blue-blue .layui-card-header{
    color: #fff;
    font-size: 16px;
    background: #1F82D2;
}
.icon-1{
    color: #ff9000;
    margin-right: 4px;
}

.rdo {
    width: 0;
    margin-right: 25px;/*选项之间的距离*/
    position: relative;
}
.rdo:before,.rdo:after {
    content: '';
    position: absolute;
    border-radius: 50%; /*圆角*/
    transition: .4s ease; /*中点跳转的速度*/
}
.rdo:before {/*所有选项*/
    width: 16px;
    height: 16px; /*外圆的大小*/
    background-color: #fff; /*圆环的颜色*/
    border: 1px solid #2a87fc;/*外圆的边框*/
}
.rdo:after {/*未选中的中点*/
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    background-color: #fff; /*未选的中点的颜色*/
}
.rdo:checked:after {/*选中的中点*/
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color:#3f94ff; /*选中的中点*/
}
.rdo:checked:before {
    border-color:#2a87fc; /*选中的外圆边框*/
}
.rdo-text {
    font-size: 15px;
    position: relative;
    top: 2px;
    left: -8px;

}

/*!*多选*!*/
/*.i-check{*/
    /*height: 20px;*/
    /*position: relative;*/
    /*margin-top: 6px;*/
    /*float: left;*/
/*}*/
/*.i-check label {*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*background: #1A9909;*/
    /*border-radius: 4px;*/
/*}*/
/*.i-check  label:after {*/
    /*content: '';*/
    /*width: 9px;*/
    /*height: 5px;*/
    /*position: absolute;*/
    /*top: 4px;*/
    /*left: 4px;*/
    /*border: 3px solid #fff;*/
    /*border-top: none;*/
    /*border-right: none;*/
    /*background: transparent;*/
    /*opacity: 0;*/
    /*transform: rotate(-45deg);*/
/*}*/
/*.i-check input[type=checkbox]:checked + label:after {*/
    /*opacity: 1;*/
/*}*/
/*.i-check input[type=checkbox] {*/
    /*opacity: 0;*/
    /*position: absolute;*/
    /*z-index: 2;*/
    /*left: 0;*/
    /*top: 0;*/
    /*height: 100%;*/
    /*margin: 0;*/
/*}*/