﻿
.cmp-box{
    padding: 80px 0 0;
}

.cmpb-bj{
    padding: 30px 40px;
    border: 1px solid #eeeeee;
    background: linear-gradient(to top , #ffffff 70% , #eeeeee);
    margin-bottom: 60px;
}

.cmpb-top{
    display: flex;
    justify-content: space-between;
}
.cmpb-tple{
    width: 50%;
}
.cmpb-tple h3{
    font-size: 24px;
    padding-bottom: 25px;
    position: relative;
}
.cmpb-tple h3::after{
    content: "";
    width: 40px;
    height: 3px;
    background-color: #e31313;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.cmpb-tple p{
    margin-top: 10px;
    font-size: 16px;
}
.cmpb-tple p span{
    color: #e31313;
    margin-right: 5px;
}

.cmpb-tpri{
    width: 35%;
    background-color: #ffffff;
    padding: 15px 30px;
}
.cmpb-tprtxt{
    text-align: center;
    font-size: 14px;
}
.cmpb-tprcnt{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.tprcnt-itm{
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tprcnt-itm img{
    width: 100%;
    height: auto;
}
.tprcnt-itm span{
    font-size: 14px;
    margin-top: 5px;
}


.cmpb-txt{
    font-size: 14px;
    color: #999999;
    text-align: right;
    margin-top: 15px;
}

.cmpb-tab .layui-table {
    border: 0px solid;
}
.cmpb-tab .layui-table thead tr{
    background-color: #c0c0c0;
}
.layui-table th{
    color: #ffffff;
    font-weight: 600;
    white-space: nowrap;
}
.layui-table td, .layui-table th{
    text-align: center;
    font-size: 16px;
    padding: 15px 20px;
}
.layui-table td:nth-child(1){
    font-weight: 600;
}



.cmpb-cms .cmpb-tab .layui-table thead tr{
	background-color: #969696;
}


.cmpb-cms{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.cmpbcms-item{
    width: 49%;
}
.cmpbcms-item h3{
    font-size: 18px;
    font-weight: 600;
}

.result-img{
    margin-top: 15px;
}
.result-img img{
    width: 100%;
    height: auto;
}





.cmpbcms-teos{
    background-color: #f5f5f5;
    padding: 15px 30px;
    margin-top: 15px;
}
.teos-tit{
    text-align: center;
    font-size: 16px;
}
.teos-cnt{
    background-color: #ffffff;
    padding: 20px;
    margin: 5px 0;
}
.teos-cnt ul{
    border: 1px solid #e5e5e5;
}
.teos-cnt ul li:last-child{
    border-bottom:0px solid #e5e5e5;
}
.teos-cnt ul li{
    border-bottom:1px solid #e5e5e5;
    display: flex;
    align-items: center;
}
.teos-cnt ul li h4{
    width: 50%;
    text-align: center;
    font-size: 16px;
}
.teos-cnt ul li p{
    width: 50%;
    padding: 10px 0;
    border-left: 1px solid #e5e5e5;
    text-align: center;
}
.teos-cnt ul li p img{
	width:65%;
	height:auto;
}
.teos-txt{
    font-size: 14px;
    color: #666666;
}

.cmpb-tab .layui-table tr:nth-child(odd) td{
	background-color: #ffffff;
}



@media only screen and (max-width:1440px) {
    .cmp-box {
        padding: 70px 0 0;
    }
    .cmpb-bj {
        padding: 20px 30px;
        margin-bottom: 50px;
    }

    .cmpb-tple h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .cmpb-tple p {
        margin-top: 5px;
        font-size: 14px;
    }
    .cmpb-tpri {
        padding: 10px 20px;
    }

    .cmpb-tprtxt {
        font-size: 12px;
    }
    .tprcnt-itm span {
        font-size: 12px;
        margin-top: 5px;
    }
    .cmpb-txt {
        font-size: 12px;
        margin-top: 10px;
    }
    .layui-table td, .layui-table th {
        font-size: 14px;
        padding: 10px 15px;
    }


    .cmpb-cms {
        margin-top: 30px;
    }
    .cmpbcms-item h3 {
        font-size: 16px;
    }
    .result-img {
        margin-top: 10px;
    }

    .cmpbcms-teos {
        padding: 10px 20px;
        margin-top: 10px;
    }
    .teos-tit {
        font-size: 14px;
    }
    .teos-cnt {
        padding: 10px;
    }
    .teos-cnt ul li h4 {
        font-size: 14px;
    }
    .teos-cnt ul li p {
        padding: 5px 0;
    }
    .teos-cnt ul li p img{
        width: 68%;
    }


    .teos-txt {
        font-size: 12px;
    }
    
}

@media only screen and (max-width:769px) {
    .cmp-box {
        padding: .7rem .1rem 0;
    }
    .cmpb-bj {
        padding: .2rem .1rem;
        margin-bottom: .5rem;
    }
    .cmpb-top{
        flex-wrap: wrap;
    }
    .cmpb-tple {
        width: 100%;
    }
    .cmpb-tpri {
        width: 100%;
        padding: .1rem .2rem;
    }

    .cmpb-txt {
        margin-top: .1rem;
    }

    .cmpb-tple h3 {
        font-size: 16px;
        padding-bottom: .2rem;
    }
    .cmpb-tple p {
        margin-top: .1rem;
        font-size: 12px;
    }
    .cmpb-tple h3::after {
        bottom: .1rem;
    }

    .cmpb-tab{
        width: 100%;
        overflow-x: auto;
    }
    .layui-table td, .layui-table th {
        font-size: 12px;
        padding: .1rem .15rem;
    }
    .cmpb-tab .layui-table{
        width: 10rem;
    }



    .cmpb-cms {
        margin-top: .3rem;
        flex-direction: column;
    }

    .result-img {
        margin-top: .1rem;
    }

    .cmpbcms-item {
        width: 100%;
        margin-bottom: .2rem;
    }
    .cmpbcms-item h3 {
        font-size: 14px;
    }
    .cmpbcms-teos {
        padding: .1rem .2rem;
        margin-top: .1rem;
    }
    .teos-tit {
        font-size: 12px;
    }
    .teos-txt {
        font-size: 10px;
    }

    .teos-cnt ul li h4 {
        font-size: 12px;
    }
    .teos-cnt ul li p img {
        width: 80%;
    }

}
