/* 通用样式 */ 
html {
  font-size: calc(100vw / 7.5);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; /* 这将应用于页面内所有的滚动，如果您只想针对某些元素，则需要使用JavaScript */ 
}
ul, ol {
    list-style: none;
}
body,ul,li,p{  
	margin: 0;  
	padding: 0;  
	border: 0;
	font-family: Arial, sans-serif;  
	font-family: "微软雅黑", "宋体", "Helvetica Neue", Arial, Helvetica, sans-serif;
}  
a {
  text-decoration: none; /* 移除下划线 */
}
/*导航*/
.top-daohang {
    width: 95%;
    background-color: #fff;
    margin: 0.185714rem auto;
    border-radius: 0.185714rem;
    position: absolute;
    bottom: -2.321429rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.185714rem;
}

.top-daohang .ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.185714rem;
    box-sizing: border-box;
}

.top-daohang .ul .li {
    width: 20%;
    text-align: center;
    line-height: 0.371429rem;
    box-sizing: border-box;
}

.top-daohang .ul .li:nth-child(-n+5) {
    margin-bottom: 0.185714rem;
}

.top-daohang .ul .li:nth-child(5n) {
    border-right: 0;
}

.top-daohang .ul .li img {
    width: 0.789286rem;
    height: 0.789286rem;
}

.top-daohang .ul span {
    font-size: 0.26rem;
    color: #333;
    display: block;
}

/*底部工具栏*/
.gongjulan_box {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0.928571rem;
    color: #fff;
    padding-top: 0.1rem;
    border-top: 1px solid #eee;
    background-color: #ffffff;
    z-index: 999999;
}

.gongjulan_box_nei {
    display: flex;
    padding-top: 0.092857rem;
    width: 96%;
    margin: 0 auto;
}

.gongjulan_box .li {
    font-size: 0.26rem;
    text-align: center;
    color: #666;
    height: 0.928571rem;
}

.gongjulan_box .li:nth-child(1) {
    width: 12%;
    font-size: 0.232143rem;
    text-align: center;
    background-color: inherit;
    padding: 0;
    line-height: normal;
    margin: 0;
}

.gongjulan_box .li:nth-child(1)::after {
    border: 0;
}

.gongjulan_box .li:nth-child(2) {
    width: 12%;
    font-size: 0.232143rem;
    text-align: center;
}

.gongjulan_box .li:nth-child(3) {
    width: 12%;
    font-size: 0.232143rem;
    text-align: center;
    background-color: inherit;
    padding: 0;
    line-height: normal;
    margin: 0;
}

.gongjulan_box .li:nth-child(3)::after {
    border: 0;
}

.gongjulan_box .li:nth-child(4) {
    width: 30%;
    border-radius: 0.371429rem 0 0 0.371429rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 1px solid #F37934;
    color: #F37934;
    margin-top: 0.037143rem;
    margin-left: 2%;
    box-sizing: border-box;
}

.gongjulan_box .li:nth-child(5) {
    width: 30%;
    background-color: #F37934;
    border-radius: 0 0.371429rem 0.371429rem 0;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #fff;
    margin-top: 0.037143rem;
}

.gongjulan_box .li:nth-child(1) .gj-img,
.gongjulan_box .li:nth-child(2) .gj-img,
.gongjulan_box .li:nth-child(3) .gj-img {
    width: 0.371429rem;
    height: 0.371429rem;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.gongjulan_box .li:nth-child(4) .gj-img,
.gongjulan_box .li:nth-child(5) .gj-img {
    width: 0.371429rem;
    height: 0.371429rem;
    vertical-align: -0.111429rem;
}

/***客服***/
.kf-ul {
    width: 100%;
    height: 0.557143rem;
    display: flex;
    justify-content: center;
    font-size: 0.278571rem;
    margin: 0.185714rem 0;
    margin-left: -0.046429rem;
}

.kf-ul .kf-li:nth-child(1) {
    width: 35%;
    margin-right: 0.278571rem;
    border-radius: 0.557143rem;
    line-height: 0.508571rem;
    text-align: center;
    border: 1px solid #163381;
    box-sizing: border-box;
    color: #163381;
    padding: 0;
    font-size: 0.278571rem;
    background-color: #fff;
}

.kf-ul .kf-li:nth-child(1)::after {
    border: 0;
}

.kf-ul .kf-li:nth-child(2) {
    width: 55%;
    background-color: #F37934;
    border-radius: 0.557143rem;
    line-height: 0.557143rem;
    text-align: center;
    color: #fff;
}

.kf-ul .kf-li img {
    width: 0.324286rem;
    height: 0.324286rem;
    vertical-align: -0.074286rem;
}

/*搜索框*/
.search-box .search-logo {
    width: 1.485714rem;
    padding: 0 0.185714rem;
    height: 0.482857rem;
}
.search-logo-a{
    display: inherit;
}

.search-box .top-daohang {
    position: fixed;
    top: 1.392857rem;
    bottom: auto;
}

.search-box .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0.278571rem;
    box-sizing: border-box;
}

.search-box .close-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.search-box .close-btn {
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 0.037143rem;
    z-index: 1000;
    margin-top: 0.278571rem;
    height: 0.557143rem;
    width: 0.557143rem;
    border-radius: 0.557143rem;
    text-align: center;
    line-height: 0.508571rem;
    font-size: 0.464286rem;
}

.search-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #163381;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.search-daohang {
    width: 0.417857rem;
    height: 0.417857rem;
    background-image: url(../images/caidan.png);
    background-repeat: no-repeat;
    /* 不重复 */
    background-size: cover;
    margin: 0 0.092857rem;
}

.search-container {
    width: 62%;
    display: flex;
    align-items: center;
    padding: 2% 0.15rem;
}

.search-container .search-form{
    display: inherit;
    width: 100%;
}

.search-input {
    flex: 1;
    padding: 0 5px;
    color: #333;
    border: 1px solid #CCCCCC;
    border-top-left-radius: 0.046429rem;
    border-bottom-left-radius: 0.046429rem;
    font-size: 0.278571rem;
    height: 0.557143rem;
    box-sizing: border-box;
    width: 40%;
    background-color: #fff;
    outline:none;
}

.search-input::placeholder {
    color: #CCCCCC;
}

.search-button {
    position: static;
    background-color: #F37934;
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
    border-top-right-radius: 0.046429rem;
    border-bottom-right-radius: 0.046429rem;
    cursor: pointer;
    height: 0.557143rem;
    line-height: 0.557143rem;
    box-sizing: border-box;
    font-size: 0.278571rem;
}

.search-button:disabled {
    background-color: #D3D3D3;
    cursor: not-allowed;
}
