.product-details {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.index {
    width: 81%;
    margin: 0 auto;
}

.pd-top {
    width: 100%;
    height: auto;
    display: inline-block;
}

.pdt-left {
    width: 34%;
    float: left;
}

.pdt-right {
    width: 63%;
    float: right;
}
.pdt-right p{

    font-size: 16px;

    color: #000;

    line-height: 29px;
}
.pdt-right ul{

    width: 100%;

    height: auto;

    display: inline-block;
}
.pdt-right li{

    width: 100%;

    height: auto;

    display: inline-block;
}
.pdt-right li img{

    width: 3%;

    float: left;
}
.pdt-right li span{

    float: left;

    margin-left: 1%;

    margin-top: -3px;
}
.more{

    display: inline-block;

    font-weight: 400;

    line-height: 1.5;

    color: #fff;

    text-align: center;

    vertical-align: middle;

    cursor: pointer;

    user-select: none;

    background-color: #176dcd;

    border: 1px solid transparent;

    font-size: 1rem;

    border-radius: 30px;

    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;

    padding: 9px 38px;

    margin-top: 3%;
}
.more a{

    color: #fff;
}
.pd-bottom{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
}
.pd-bottom ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 1%;
}
.pd-bottom li{
    width: 100%;
    height: 39px;
}
.ptb-left{
    width: 40%;
    float: left;
    border: 1px solid#dcdcdc;
    background: #d2d2d2;
    color: black;
    height: 63px;
    line-height: 63px;
    padding-left: 15px;
    text-align: center;
}
.ptb-right{
    width: 59%;
    float: left;
    border: 1px solid#dcdcdc;
    color: black;
    height: 63px;
    line-height: 19px;
    padding-left: 15px;
    padding-top: 13px;
    text-align: left;
}
.pb-lest{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 2% 0;
}
.pb-lest h3{
    font-size: 1.75rem;
    text-align: center;
}
#yd {
    display: none;
}
.pd-information{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 3% 0;
}
.pd-information h3{
    font-size: 1.75rem;
    text-align: left;
}
.pd-in-box{
    width: 18%;
    height:auto;
    display: inline-block;
}
.pd-in-box img{
    margin: 8% 0;
    width: 100%;
}
.pd-in-box p{
    text-align: center;
    font-size: 15px;
}
@media screen and (max-width: 1024px) {
    .pdt-right {
        width: 100%;
        float: right;
    }
    .pdt-left {
        width: 100%;
        float: left;
        margin-bottom: 10%;
    }
    .pb-lest {
        width: 100%;
        height: auto;
        display: inline-block;
        margin: 2% 0;
        margin-top: 16%;
    }
    #pc {
        display:none;
    }
    #yd {
        display: block;
        text-align: center;
        width: 100% !important;
    }
    #yd img{
        width: 100%;
    }
    .pd-bottom img{
        width: 100%;
    }
    .pdt-right h3{
        font-size: 20px;
        line-height: 33px;
        letter-spacing: .5px;
    }
    .pdt-right p {
        font-size: 16px !important;
        color: #000;
        line-height: 38px;
    }
}