p{
    margin:0px;
}

.photocd{
    width: 100%;
    height: 97px;
    padding-top: 49px;
    border-bottom: 1px solid #c7c7c7;
}

.pd{
    width: 1180px;
    margin: auto;
    height: 48px;
    line-height: 48px;
}

.pds{
    /* width: 156px; */
    font-size: 16px;
	padding:0 14px;
    display: block;
    height: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    color:black;
}

.photolist{
    width: 1230px;
    margin: auto;
    margin-top: 24px;
    overflow: hidden;
    margin-bottom: 135px;
}

.pdpsimg{
    display: block;
    margin: auto;
    margin-top: 30px;
}

.pl{
    width: 29.2%;
    float: left;
    margin-left: 2.06%;
    margin-right: 2.06%;
    margin-top: 42px;
}

.plp{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    margin: 0px;
    color:black;
}

.ssimg{
    display: block;
    width:100%;
	margin-top: 84px;
}

.fenye{
    margin-bottom:165px;
}

.plimg{
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 100%;
}

.pll{
    width:100%;
    height:360px;
    overflow: hidden;
}

.photodetail{
    width: 1200px;
    margin: auto;
}

.pdps{
    text-align: center;
    font-size: 23px;
    margin-top: 50px;
}

.pdsactive{
    border-bottom: 5px solid #3c36eb;
}

.pddiv{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pddiv p{
    font-size:16px;
    line-height: 25px;
}

.pddiv img{
    width:100%;
    display: block;
}

@media screen and (max-width: 1300px) {
    .pd{
        width: 90%;
    }

    .photolist{
        width: 90%;
        margin-bottom: 110px;
    }

    .pl{
        margin-top: 30px;
    }

    .fenye {
        margin-bottom: 140px;
    }

    .pds {
        width: 150px;
    }

    .photocd{
        height:90px;
        padding-top: 42px;
    }

    .pll{
        height:330px;
    }

    .photodetail {
        width: 90%;
    }
}

@media screen and (max-width: 1200px) {
    .photolist{
        margin-bottom: 100px;
    }

    .pl{
        margin-top: 20px;
    }

    .fenye {
        margin-bottom: 120px;
    }

    .pds {
        width: 140px;
    }

    .photocd{
        height:85px;
        padding-top: 37px;
    }

    .pll{
        height:300px;
    }
}

@media screen and (max-width: 1100px) {
    .photolist{
        margin-bottom: 80px;
    }

    .fenye {
        margin-bottom: 100px;
    }

    .pds {
        width: 135px;
    }

    .photocd{
        height:80px;
        padding-top: 32px;
    }

    .pll{
        height:285px;
    }
}

@media screen and (max-width: 768px) {
    .photolist{
        margin-bottom: 60px;
    }

    .fenye {
        margin-bottom: 80px;
    }

    .pds {
        width: 120px;
    }

    .photocd{
        height:70px;
        padding-top: 22px;
    }

    .pds {
        font-size: 14px;
        width: 115px;
    }

    .pll{
        height:200px;
    }
}

@media screen and (max-width: 460px) {
	.pdpsimg{
		max-width:100%;
	}
	
    .photocd {
        padding-top: 0px;
    }

    .pds {
        font-size: 12px;
        width: 50%;
		height:48px;
		padding: 0 0px;
    }

    .pd {
        width: 95%;
        height: auto;
    }

    .photocd {
        height: auto;
		overflow: hidden;
    }

    .photolist {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .fenye {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .plp{
        font-size: 12px;
        height: 40px;
        line-height: 30px;
    }

    .pl {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .pll{
        height:150px;
    }
	
	.ssimg{
		margin-top: 58px;
	}
    
}

