.pro-detail h3 {
    color: #2d2d2d;
    font-size: 0.36rem;    
}

.pro-detail p {
    color: #2d2d2d;
    font-size: 0.2rem;
}

.pro-detail .main1 img {
    width: 100%;
}

.pro-detail .main1 h3 {
    position: absolute;
    top: 0;
}

.pro-detail .tab-title {
    background: #144B9C;
    padding: 0.35rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.pro-detail .tab-title a{
    color: #FFFFFF;
}

.pro-detail .main {
    padding: 0.1rem 0.3rem;
}

.pro-detail .main .search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.44rem;
}

.pro-detail .main .search-box .input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #144B9C;
    padding: 0rem 0.2rem;
}

.pro-detail .main .search-box .input input {
    border: none;
    margin-right: 0.3rem;
}

.pro-detail .main .search-box .input input:hover {
    outline: none;
}

.pro-detail .main .search-box .input img {
    width: 0.24rem;
    height: 0.24rem;
}

.dcing {
    text-align: center;
    margin-bottom: 0.57rem;
}

.dcing img {
    width: 5rem;

}

.pro-detail .main .title {
    font-size: 0.32rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 0.39rem;
}

.pro-detail .main p {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.6rem;
}

.pro-detail .tab {
    display: flex;
    align-items: center;
    /* background-color: #144B9C;
    border-top: 0.01rem solid #144B9C;
    border-bottom: 0.01rem solid #144B9C; */
    background-color: #35586C;
    border-top: 0.01rem solid #35586C;
    border-bottom: 0.01rem solid #35586C;
}

.pro-detail .tab div {
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.25rem 0;
}

.pro-detail .tab .act {
    background-color: white;
    /* color: #144B9C; */
    color: #333333;
}

.table .head {
    display: flex;
    align-items: center;
    padding: 0.27rem 0.3rem;
    background: #144B9C;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
}

.table .head .head-item {
    width: 100%;
}

.table .body .tr {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    background: #FAFAFA;
}

.table .body .tr:nth-child(2n-1) {
    background-color: #ECF1FF;
}

.table .body .tr .left {
    width: 33.3%;
    padding-left: 0.65rem;
}

.table .body .tr .right {
    width: 63%;

}

.table .body .tr .right .th {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.17rem 0;
    border-bottom: 2px solid #FFFFFF;
}

.table .body .tr .right .th .td {
    width: 100%;
}


.download-title-box3 {
    margin-top: 0.3rem;    
    margin-bottom: 0.3rem;    
}

.download-title-box3 a {
    color: #333333;
}

.download-title {
    margin-top: 0.4rem;
    padding: 0.28rem 0.3rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    /* background: #144B9C; */
    background: #35586C;
}


.download-title-box2 .list,
.download-title-box3 .list {
    display: flex;
    align-self: center;
    padding: 0.16rem 0.2rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;

}

.download-title-box2 .list .names,
.download-title-box3.list .names {
    width: 0.37rem;
}

.download-title-box2 .list .values,
.download-title-box3 .list .values {
    display: flex;
    align-items: center;
}

.download-title-box2 .list .values img,
.download-title-box3 .list .values img {
    width: 0.22rem;
    height: 0.18rem;
    vertical-align: middle;
}

.download-title-box3 .list .values img {
    margin-right: 0.1rem;
}

.download-title-box2 .list .values span,
.download-title-box3 .list .values span {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-left: 0.2rem;
}
.pro-detail .main2{
    margin: 0.4rem 0;
    text-align: center;
}

.pro-detail .main2,
.pro-detail .main3 {
    display: none;
}

/* 产品规格 移动端样式 start */
.pro-detail .main2 table {
    width: 90%;
    margin: 0 auto;
    overflow: auto;
    display: inline-table;
    border-collapse: collapse;
    border-spacing: 0;
}

.pro-detail .main2 table th,
.pro-detail .main2 table td {
    color: #333;
    font-size: 0.14rem;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    padding: 0.05rem;
}

.pro-detail .main2 table tr {
    height: 0.3rem;
}

.pro-detail .main2 table th {
    color: #FFFFFF;
    /* background-color: #a7cdf0; */
    background-color: #35586C;
    font-weight: 700;
}

.pro-detail .main2 table tr td:last-child {
    width: 50%;
    text-align: left;
}
/* 产品规格 移动端样式 end */