.repairNav {
    width: 602px;
    margin: 1.2rem auto 1rem;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.repairNav a {
    width: 150px;
    box-sizing: border-box;
}

.repairNav a:nth-child(3) {
    border-right: 1px solid #ddd;
}

.flex-row {
    display: flex;
    justify-content: flex-start;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-full {
    flex: 1;
}

.flex-top {
    align-items: flex-start;
}

.pdf-li {
    height: 34px;
    line-height: 34px;
	width: 100%;
}

.pdf-li a {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-20 {
    width: 20px;
    height: 20px;
}

.fs14 {
    font-size: 14px;
}

.c6 {
    color: #666666;
}

.tr {
    text-align: right;
}

.w100 {
    width: 100px;
}

.mr10 {
    margin-right: 10px;
}

.h1-title {
    font-size: 18px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    color: #808080;
}

.img-w500 {
    width: 500px;
    margin-right: 20px;
    margin-top: 4px;
}

.mt20 {
    margin-top: 20px;
}

.right-c {
    padding-bottom: 15px;
    border-bottom: 1px dotted #B3B3B3;
    margin-bottom: 15px;
}

.img-30 {
    width: 30px;
    height: 30px;
}

.contact {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px;
}

.mr5 {
    margin-right: 5px;
}

.right-t {
    position: relative;
    font-size: 18px;
    color: #573B2D;
    padding-left: 12px;
    margin: 10px auto;
}

.right-t::after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 20px;
    border-radius: 3px;
    background-color: #D0AEA3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.right-c {
    line-height: 26px;
}

.big-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.bannerBox .img-banner {
    display: block;
    width: 100%;
}

.c-Box {
    position: absolute;
    z-index: 1;
    /* width: 1170px; */
    height: 170px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gupiao {
    width: 277px;
    height: 170px;
    background: rgba(255, 255, 255, 1);
    padding: 18px 30px;
    box-sizing: border-box;
}

.gp-title {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: bold;
}

.gp-time {
    color: #947A6C;
    font-size: 18px;
}

.img-w23 {
    width: 23px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 5px;
}

.price-t1 {
    font-size: 42px;
    color: #573B2D;
    font-weight: bold;
    line-height: 40px;
}

.price-t2 {
    font-size: 20px;
    color: #573B2D;
    font-weight: bold;
}

.flex-bot {
    align-items: flex-end;
}

.pg-price {
    height: 40px;
    margin: 20px 0;
    overflow: hidden;
}

.stock {
    width: 250px;
}

.stock-bor {
    padding: 4px 10px;
    border: 1px solid #DDDDDD;
}

.cc1 {
    color: #573B2D;
}

.cc2 {
    color: #58C06B;
}

.cc3 {
    color: #FF0000;
}

.fs20 {
    font-size: 20px;
    line-height: 1.8;
}

.fs30 {
    font-size: 30px;
    line-height: 2;
}

.fs16 {
    font-size: 16px;
    line-height: 1.6;
}

.mb10 {
    margin-bottom: 10px;
}

.fwb {
    font-weight: bold;
}

.lh16 {
    line-height: 2;
}

.c4d {
    color: #4D4D4D;
}

.mr20 {
    margin-right: 20px;
}