a{color: #000000;text-decoration: none}
a:hover{text-decoration: underline}
.topbar {
	line-height: 34px;
	background-color: #f5f5f5;
	font-size: 13px;
}

.tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	color: #dd0000;
}
.title a{
	color: #dd0000;
}
.banner{
	background-image: url(/uploads/user/20240927/29_17892_66f60d80a9d72.jpeg);
}
.more{float: right;margin-right: 5px;}
.row_a a{display: inline-block;width:49%;line-height: 26px;height: 26px;overflow: hidden}
.links a{margin-right: 5px;}
.word-wrap {
    word-wrap: break-word;
}
.foot_title{height: 45px;line-height: 45px;font-weight: bold}
.foot_nav a{display: block;line-height: 25px;height: 25px;}

/*****分页*****/
.pages {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.pages li{padding: 0px 5px;}
.pages a,.pages span{
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 8px 13px;
}
.pages .active span{background: #0d6efd;color: #ffffff}


.centered-main {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}
.centered-div {
    width: 25%;
    height: auto;
    padding: 1rem .6rem 1rem;
    background-color: #fff;
    border-radius: .5rem;
    z-index: 100;
    position: relative;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    text-align: center;
    font-size: 14px;
}
.centered-div img{width: 90%;text-align: center}

.pro_d_title{font-size: 20px;}
.pro_desc pre{font-size: 16px;}

.nav-tabs li{cursor: pointer}

#faq,#packing_delivery{display: none}

.form_div label.form-label{display: inline-block;width: 150px;text-align: right;margin-right: 5px;}
.form_div .form-control{width: 80%;display: inline-block;}
.form_div .form-check-label{display: inline-block;width: 150px;}






