/*
主色：#4a89cd
*/
* {
    box-sizing: border-box;
}

.text-center {
    text-align: center;
}

.page-title {
    padding: 14px 0;
    font-size: 24px;
    color: #000;
}

.selected-warp {
    margin-bottom: 10px;
}

.selected__label {
    display: inline-block;
    color: #4a89cd;
    line-height: 30px;
}

.selected__items {
    display: inline-block;
}

.selected__items li {
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #4a89cd;
    background-color: #fff;
    color: #4a89cd;
    margin-right: 16px;
    box-sizing: border-box;
    height: 30px;
}

/*.selected__items li:after {
    content: "\e65b";
    font-family: layui-icon!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 7px;
    right: -24px;
    color: #4a89cd;
}*/

.selected__items li:last-child:after {
    content: none;
}

.selected__items .layui-icon-close {
    margin-left: 4px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
}

.selected__items .layui-icon-close:hover {
    color: #5ba6ff;
    font-weight: bold;
}

.condition-warp {
    position: relative;
    padding: 10px;
    border: 1px solid #d8d8d8;
}

.condition-item {
    padding: 20px 0 0;
    border-top: 1px dashed #d9d9d9;
}

.condition-item:first-child {
    border-top: 0;
}

.condition__header {
    margin-bottom: 10px;
    font-size: 16px;
}

.condition__header:after,
.condition__header:before {
    content: "";
    display: table;
    clear: both;
}

.condition__label {
    width: 90px;
    float: left;
    font-size: 14px;
    color: #4a89cd;
}

.condition__titleList {
    display: table;
    margin-left: 100px;
}

.condition__title {
    display: inline-block;
    margin: 0 15px 10px 15px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.condition__title:hover {
    color: #4a89cd;
}

.condition__title .layui-icon {
    margin-left: 5px;
    display: inline-block;
    color: #4a89cd;
}

.condition__title.active {
    color: #4a89cd;
}
.condition__title.is-open .layui-icon {
    transform: rotate(180deg);
}

.condition__body {
    /*display: none;*/
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    background: #f3f6fc;
}

.condition__body .arrowIcon {
    /*content: "";*/
    position: absolute;
    top: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #f3f6fc;
}

.condition__body ul{

}

.condition__body ul li {
    display: inline-block;
    /*margin: 0 10px 10px 0;*/
    padding: 5px 10px;
    color: #444;
    font-size: 14px;
    /*border-radius: 4px;*/
    cursor: pointer;
}

.condition__body ul li:hover,
.condition__body ul li.active {
    /*background: #4a89cd;*/
    color: #1966b4;
    font-weight: bolder;
}

.condition__body ul li.active {
    /*box-shadow: 0 20px 10px -15px #4a89cd;*/
}

.details-main {
    margin: 15px 0;
    padding: 10px 40px;
    border: 1px solid #d8d8d8;
}

.details-header {
    margin-bottom: 20px;
    padding: 15px 0;
    /*background: #4a8aca;*/
    border-bottom: 1px solid #d8d8d8;
}

.details-header__icon {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

.details-title {
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-weight: bolder;
    vertical-align: middle;
}

/*.details-title::before {*/
/*    content: '';*/
/*    margin-right: 10px;*/
/*    display: inline-block;*/
/*    width: 27px;*/
/*    height: 27px;*/
/*    vertical-align: middle;*/
/*    background: url("../../assess/images/icon_title.png") no-repeat;*/
/*}*/

.details-content {
    color: #333;
    line-height: 2;
    font-size: 14px;
}

.details-content p {
    text-indent: 2em;
}

.details-links {
    margin-top: 20px;
    text-indent: 2em;
}

.details-links li {
 padding: 5px 0;
}

.details-links li a {
    text-decoration: underline;
}

.details-links li a:hover {
    color: #4a89cd;
}