
.fs-18 {
    font-size: 18px!important;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.fs-14 {
    font-size: 14px!important;
}
.fs-24 {
    font-size: 24px!important;
}
.mt-20 {
    margin-top: 20px!important;
}

.jc-space-between {
    justify-content: space-between!important;
}
.display-flex {
    display: flex!important;
}
.condition>div p:before {
    content: " ";
    position: absolute;
    left: 22px;
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #49a9ed;
}
.content{
    width: 100%;
    border: 1px solid rgb(217, 217, 217);
    display: flex;
    margin-bottom: 40px;
}
.content ul {
    padding: 20px 0px;
    list-style: none;
    background: rgb(248, 248, 248);
    width: 240px;
}
.content ul .active{
    background-color: rgb(73 169 237);
    color: rgb(255, 255, 255);
}

.content ul li {
    cursor: pointer;
    padding: 15px;
    color: rgb(102, 102, 102);
}
.content ul li i{
    margin-right: 6px;
}
.content .right{
    width: 100%;
    padding: 20px;
    border-left: 1px solid rgb(217, 217, 217);
    display: flex;
    flex-wrap: wrap;
}
.content .right{
    width: 100%;
    padding: 20px;
    border-left: 1px solid rgb(217, 217, 217);
    display: flex;
    flex-wrap: wrap;
}
.content .right .box{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #dadada;
    height: 48%;
    box-sizing: border-box;
}
.content .right .box p{
    font-weight: 500;
}
.content .right .box>div{
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.content .right .box+.box{
    margin-left: 20px;
}
.condition{
    width: 100%;
}
.condition>div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.condition>div p{
    width: calc(50% - 10px);
    padding: 20px 45px;
    font-size: 14px;
    position: relative;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
}
.ivu-table-wrapper-with-border {
    border: 1px solid #dcdee2;
    border-bottom: 0;
    border-right: 0;
}
.ivu-table-wrapper {
    position: relative;
    overflow: hidden;
}
.ivu-table {
    width: inherit;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    color: #515a6e;
    font-size: 14px;
    background-color: #fff;
    box-sizing: border-box;
}
.ivu-table-header {
    overflow: hidden;
}
.ivu-table table {
    table-layout: fixed;
}

.ivu-table-header thead tr th {
    position: relative;
    height: 100%;
    padding: 8px 0;
}

.ivu-table-border td, .ivu-table-border th {
    border-right: 1px solid #e8eaec;
}

.ivu-table th {
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #f8f8f9;
}
.ivu-table td, .ivu-table th {
    min-width: 0;
    height: 48px;
    box-sizing: border-box;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    border-bottom: 1px solid #e8eaec;
}
.ivu-table-cell {
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    box-sizing: border-box;
}
td.ivu-table-column-center, th.ivu-table-column-center {
    text-align: center;
}
@media (max-width: 960px) {
.content {
    width: 100%;
    border: 1px solid rgb(217, 217, 217);
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
}
.content ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.content ul li{
    width: 48%;
}
.content .right{
    padding: 0;
   
}
.content .right .box{
    width: 100%!important;
    margin-bottom: 20px;
    border: unset;
}
.content .right .box+.box{
    margin: 0;
}
.content,.content .right{
    border: unset;
}
.peixun1 img{
    width: 100%;
    object-fit: cover;
}
.peixun2 img{
    object-fit: cover;
}
}