main{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.kt-row-layout-inner, .kb-row-layout-wrap {
    width: 100%;
    position: relative;
    border: 0 solid rgba(0,0,0,0);
}

.wp-block-kadence-image img {
    max-width: 100%;
    height: auto;
    border: 0 solid currentColor;
    box-sizing: border-box;
}

.detailbox {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.8;
}

.detailbox h1 {
    font-size: 50px;
}

.detailbox h2 {
    font-size: 40px;
}

.detailbox h3 {
    font-size: 30px;
}

.detailbox h4 {
    font-size: 20px;
}

.detailbox h5 {
    font-size: 18px;
}

.detailbox p {
    text-align: left;
    color: #000;
    line-height: 1.8;
}

.detailbox img {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.detailbox video {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.detailbox table {
    margin: 10px 0;
    padding: 0 0;
    width: 100%;
    height: auto;
    border-collapse: collapse;
}

.detailbox table th {
    border: solid 1px #ddd;
    min-height: 40px;
    height: auto;
}

.detailbox table tr {
    border: solid 1px #ddd;
}

.detailbox table tr td {
    width:  auto !important;
    border: solid 1px #ddd;
    padding: 5px 5px;
    font-size: 14px;
    color: #000;
    min-height: 40px;
    line-height: 1.8;
}

/*--------------- css ---------------*/

.homecount {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homecount-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homecount-t>.img1 {
    width: 200px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homecount-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.homecount-m>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.homecount-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px 40px 0;
    padding: 0px 0px;
}

.homecount-b>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

/*--------自适应--------*/