/* 媒体查询适配模板 预设值为 100 	*/
html {
    font-size: 100px;
}

body {
    font-size: 0.16rem;
}

* {
    box-sizing: border-box;
}

li, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

/**修改全局的滚动条*/
/**滚动条的宽度*/
::-webkit-scrollbar {
    width: 5px; /*竖向*/
< br > height: 5 px; /*横向*/
}

/*滚动条的滑块*/
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: rgba(144, 147, 153, .3);
    transition: background-color .3s;
    background-color: #d2d2d2;
    border-radius: 3px;
}

/*文本超出...*/
.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/*文本超出2行...*/
.text-ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

[v-cloak] {
    display: none !important;
}

.container {
    width: 14rem;
}

.click-effect {
    cursor: pointer;
    user-select: none;
}

.click-effect:hover {
    filter: brightness(1.1);
}

.click-effect:active {
    filter: brightness(0.9);
}


.tab-header {
    /*height: 1rem;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-image: url("/assets/new/images/组 1327.png");*/
    height: 0.56rem;
    background-color: rgba(247, 247, 247, 1);
    font-size: 0.14rem;
}

.tab-header .login-btn a {
    color: #FF3A19;
    text-decoration: none;
    margin-left: 0.4rem;
}

.tab-header .header-items > div {
    margin-left: 0.5rem;
    cursor: pointer;
}

.tab-header .header-items > div:hover {
    color: rgb(255, 58, 25);
}

.tab-header .qr-wrapper img.QR {
    display: none;
    width: 1.52rem;
    height: 1.52rem;
    position: absolute;
    bottom: -1.65rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.tab-header .qr-wrapper:hover img.QR {
    display: block;
}



/* 搜索栏 */
.tab-search {
    height: 1.48rem;
}

.tab-search .logo {
    cursor: pointer;
    width: 1.48rem;
}

.tab-search .logo img {
    width: 1.48rem;
    height: 0.51rem;
}

.tab-search .logo .tip {
    font-family: PingFang SC, PingFang SC;
    font-size: 0.1rem;
    color: #FF3A19;
    border-top: 0.01rem solid #FF3A19;
    text-align: justify;
    text-align-last: justify;
    margin-top: 0.05rem;
    padding-top: 0.05rem;
}

.tab-search .search input {
    text-indent: 0.2rem;
    width: 4.2rem;
    height: 0.44rem;
    outline: none;
    border: 0.01rem solid #FF3A19;
    border-right-color: transparent;
}

.tab-search .search .button-1 {
    width: 1.01rem;
    height: 0.44rem;
    background-color: #FF3A19;
    border: 0.01rem solid #FF3A19;
    color: #fff;
}

.tab-search .search .button-1 img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.05rem;
}

.tab-search .search .button-2 {
    margin-left: 0.1rem;
    width: 1.34rem;
    height: 0.44rem;
    border: 0.01rem solid #FF3A19;
    color: #FF3A19;
}

.tab-search .search .button-2 img {
    width: 0.17rem;
    height: 0.18rem;
    margin-right: 0.05rem;
}

.tab-search .action {
    margin-left: 0.43rem;
}

.tab-search .action img {
    width: 0.19rem;
    height: 0.18rem;
}

.tab-search .action img.QR {
    display: none;
    width: 1.52rem;
    height: 1.52rem;
    position: absolute;
    bottom: -1.65rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.tab-search .action > div {
    cursor: pointer;
}

.tab-search .action .qr-wrapper:hover img.QR {
    display: block;
}

.tab-search .action > div {
    margin-right: 0.3rem;
}

.tab-menu {
    font-size: 0.16rem;
    color: #FF3A19;
    position: relative;
    font-weight: bold;
    width: 2.25rem;
}

.tab-menu .tab-menu-1 {
    padding-left: 0.32rem;
    padding-bottom: 0.05rem;
    cursor: pointer;
}

.tab-menu .tab-menu-1 .tab-menu-1-1 {
    height: 0.22rem;
    line-height: 0.22rem;
}

.tab-menu .tab-menu-1 .tab-menu-1-1 img {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.1rem;
}

.tab-menu .tab-menu-1 .tab-menu-1-2 img {
    width: 0.12rem;
    height: 0.1rem;
}

.tab-menu:hover .slide-menu {
    display: block !important;
}

.slide-menu {
    position: absolute;
    top: 0.27rem;
    left: 0;
    z-index: 20;
    font-weight: normal;
    /*display: none;*/
}

.slide-menu .menus {
    width: 2.6rem;
    background-color: rgba(0,0,0,0.6);
}

.slide-menu .menus ul li {
    height: 0.766rem;
    padding: 0.16rem 0.32rem;
    cursor: pointer;
    font-size: 0.14rem;
    color: #FFFFFF;
}

.slide-menu .menus ul li .menu-title {
    font-size: 0.16rem;
    color: #FFFFFF;
}

.slide-menu .menus ul li .menu-title .recommend-types {
    font-size: 0.12rem;
    color: #FFFFFF;
    padding-right: 0.1rem;
}

.slide-menu .menus ul li .menu-panel {
    position: absolute;
    top: 0;
    left: 2.6rem;
    width: 8.52rem;
    height: 4.6rem;
    background-color: rgba(0,0,0,0.6);
    border: 0.01rem solid #EBEBEB;
    padding-top: 0.26rem;
    padding-left: 0.53rem;
    cursor: default;
    display: none;
}

.slide-menu .menus ul li .menu-panel .panel-title {
    font-size: 0.18rem;
    color: #FFFFFF;
    padding-bottom: 0.1rem;
}

.slide-menu .menus ul li .menu-panel .panel-list {
    color: #FFFFFF;
}

.slide-menu .menus ul li .menu-panel .panel-list div {
    width: 32%;
    display: inline-block;
    padding-top: 0.2rem;
}

.slide-menu .menus ul li .menu-panel .panel-list div span {
    cursor: pointer;
}

.slide-menu .menus ul li .menu-panel .panel-list div span:hover {
    color: #FF3A19;
}

.slide-menu .menus ul li:hover {
    background-color: #FF3A19;
}

.slide-menu .menus ul li:hover .menu-title, .slide-menu .menus ul li:hover .recommend-types {
    color: #FFFFFF !important;
}

.slide-menu .menus ul li:hover .menu-panel {
    display: block;
}

/* 导航 */
.tab-bar {
    color: #333;
}

.tab-bar > div {
    padding: 0.07rem 0;
    border-bottom: 0.06rem solid transparent;
    cursor: pointer;
    margin-right: 0.8rem;
    font-size: 0.16rem;
}

.tab-bar > div.active {
    color: #FF3A19;
    border-bottom: 0.06rem solid #FF3A19;
    font-weight: bold;
}

/* 页脚 */
footer {
    /*height: 4.12rem;*/
    background-color: #0c0f0c;
    padding: 0.51rem 2.6rem 0;
    font-size: 0.14rem;
    color: #cccccc;
}

footer .left {
    width: 2.86rem;
}

footer .left .tel {
    color: #FF3A19;
    font-size: 0.26rem;
}

footer .left img {
    width: 1.54rem;
    height: 0.53rem;
}

footer .copy {
    border-top: 1px solid #1E1E1E;
    color: #707070;
    margin-top: 0.3rem;
    padding-top: 0.2rem;
    padding-bottom: 0.22rem;
}

footer .right {
    position: relative;
}

footer .right .line {
    width: 11.15rem;
    height: 0.01rem;
    background-color: #FF3A19;
    margin-top: 0.1rem;
    margin-bottom: 0.31rem;
}

footer .right .part-item {
    margin-left: 1.21rem;
}

footer .right .part-item .title {
    font-size: 0.16rem;
    margin-bottom: 0.4rem;
}

footer .right .part-item .menu {
    color: #999;
    margin-top: 0.2rem;
    cursor: pointer;
}

footer .right .code {
    position: absolute;
    right: 0;
    top: 0.31rem;
}

footer .right .code img {
    width: 1.5rem;
    height: 1.5rem;
}

footer .right .code .tip {
    margin-top: 0.17rem;
}

footer .back {
    position: absolute;
    right: -0.62rem;
    bottom: 0.09rem;
}

footer .back img {
    width: 0.54rem;
    height: 0.54rem;
}

.text-right {
    text-align: right
}

/* page  */
.page {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑";
    margin-top: 15px;
    margin-bottom: 0.78rem;
}

.page span {
    margin: 0px 10px;
}

.page em {
    margin: 0px 10px;
}

.page a {
    display: inline-block;
    font-size: 0.14rem;
    color: #667580;
    font-family: "微软雅黑";
    padding: 0 0.17rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    margin: 0 0.05rem;
}

.ch_txt {
    width: 46px;
    height: 31px;
    border: 1px solid #dddddd;
    background: #fff;
    outline: none;
    text-align: center;
}

.ch_txt_btn {
    width: 51px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #dddddd;
    background: #fff;
    outline: none;
    text-align: center;
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑";
    cursor: pointer !important;
}

.page a.last_r {
    border-right: 1px solid #ddd;
}

.page a.prev_page {
    border-right: 1px solid #dddddd;
}

.page a:not(.disabled):hover {
    color: #FFFFFF;
    background: #FF3A19;
}

.page a.active {
    background-color: #2b9ad3;
    color: white;
    border-color: #2b9ad3;
}

.page a.disabled {
    color: #bbbbbb;
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px; /* 调整下方间距 */
}

.tr {
    display: table-row;
}

.th {
    display: table-cell;
    padding: 10px;
    text-align: center;
    background-color: #CC1100; /* 底色设置为 #CC1100 */
}

.th a {
    color: #CC1100; /* 链接文本颜色 */
    text-decoration: none; /* 去掉下划线 */
    font-weight: bold; /* 加粗字体 */
}

.top-step {
    position: relative;
    padding-top: 0.25rem;
}

.top-step-point {
    margin-left: 1.12rem;
    width: 0.56rem;
    text-align: center;
}

.top-step-point-1 {
    width: 0.25rem;
    height: 0.25rem;
    background: #FFFFFF;
    border: 0.01rem solid #E6E6E6;
    line-height: 0.25rem;
    border-radius: 100%;
    font-size: 0.16rem;
    color: #999999;
    text-align: center;
    margin: 0 auto;
}

.top-step-point-2 {
    font-size: 0.14rem;
    color: #1A1A1A;
    padding-top: 0.1rem;
}

.top-step-line {
    width: 1.43rem;
    height: 0.03rem;
    background: #CCCCCC;
    position: absolute;
    top: 0.37rem;
    left: 1.525rem;
}

.top-step-line-2 {
    left: 3.2rem;
}