body {
    min-width: 1200px;
}

#root {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}

#app {
    width: 100%;
    overflow: hidden;
}


/**标题 */

.columnModel {
    width: 100%;
    overflow: hidden;
}

.columnModelBG_zhkt {
    background-image: url(../../assets/image/zhkt/index_revision_reasons_bg_e7f7f11.png);
    background-repeat: no-repeat;
    background-origin: center;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-radius: 10px;
}

.columnModelTitle {
    width: 100%;
    margin-top: 48px;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    color: #000;
}

.titleLine {
    width: 172px;
    height: 15px;
    margin: 10px auto;
}

.columnModelBrief {
    width: 100%;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}

.columnOtherModel {
    background-color: #f0faff;
}

.columnBgModel {
    width: 100%;
    min-height: 640px;
    background-image: url(../../assets/image/zhkt/part4-bg.png);
    background-repeat: no-repeat;
    background-origin: center;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    margin-top: -74px;
}

.columnWrapper {
    width: 1180px;
    margin: 0 auto;
    padding: 0px 0 60px 0;
}

.columnBoxWrapper {
    width: 50%;
    float: left;
    position: relative;
}

.columnTitle {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 30px;
    color: #333;
}

.columnBgTitle {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 15px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.columnContent {
    display: block;
    color: #888;
    line-height: 30px;
    font-size: 18px;
    font-family: 'Microsoft Yahei';
}

.productItem {
    width: 168px;
    text-align: center;
    float: left;
    border-radius: 5px;
    padding-top: 10px;
}

.productFirstItem {
    width: 168px;
    text-align: center;
    border-radius: 5px;
    padding-top: 10px;
}

.productItemModel {
    width: 160px;
    padding-top: 10px;
    margin-right: 8.5px;
    border-radius: 5px;
    background: #fff;
    border: solid #dcdee2 1px;
}

.productItemModel:hover {
    cursor: pointer;
}

.productIconWrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #3e92e8;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.productIcon {
    font-size: 30px;
    line-height: 70px;
}

.productsDetail {
    width: 100%;
    height: 95px;
}

.productsFirstDetail {
    width: 100%;
    height: 282px;
}

.productsDetailTitle {
    width: 100%;
    line-height: 38px;
    font-size: 20px;
    font-weight: normal;
    color: #333;
}

.productsDetailContent {
    width: 98%;
    margin: 0 auto;
    line-height: 26px;
    font-size: 16px;
    color: #666;
}

.zhkt_yycj_item_wrapper {
    width: 35%;
    /* float: left; */
    margin-top: 20px;
}

.zhkt_yycj_item {
    /* width: 80%; */
    height: 254px;
    margin: 0 auto;
    padding: 30px 20px 20px 20px;
    background-image: url(../../assets/image/zhkt/yycj-list-bg.png);
    background-repeat: no-repeat;
    background-origin: center;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.zhkt_yycj_item_title {
    width: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
}

.zhkt_yycj_item_content {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
}

.zhkt_yycj_item_icon {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    margin-right: 10px;
}

.zhkt_cpys_item_title {
    line-height: 30px;
    margin-top: 12px;
    font-size: 20px;
    font-weight: normal;
}

.zhkt_cpys_item_content {
    line-height: 24px;
    margin-top: 5px;
    text-align: center;
    color: #666;
    font-size: 16px;
    padding: 0 18px;
    margin-bottom: 36px;
}

.kqzh {
    /* width: 1180px; */
    margin: 0 auto;
    font-size: 17px;
    text-align: center;
}

.kqzh p {
    margin-top: 10px;
    color: #000;
}

.fangkuai {
    display: flex;
    justify-content: space-between;
}

.zhimg {
    width: 1180px;
    margin: 30px auto;
}

.zhimg img {
    width: 100%;
    height: 100%;
}

.zhimg .op {
    /* opacity: .5; */
    border-radius: 10px;
}