@charset "utf-8";

/* CSS Document */
/*全局样式*/
body {
    font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif, "宋体";
    font-size: 12px;
    color: #333;
    background: #fff;
}

.content {
    min-width: 1200px;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
th,
img,
div,
tr,
p,
select,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:focus {
    outline: none;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    zoom: 1;
}

input {
    vertical-align: middle;
    border: none;
    background: none;
}

select {
    vertical-align: middle;
    border: none;
    background: none;
}

button {
    text-align: center;
    border: 0;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 12px;
}

textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
    padding: 0px;
    background: none;
}

label {
    cursor: pointer;
}

input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: none;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

input:focus {
    outline: none;
}

/* 左浮动*/
.fl {
    float: left;
}

/* 右浮动*/
.fr {
    float: right;
}

/* 鼠标变小手*/
.cs {
    cursor: pointer;
}

/* 超过一行内容多的变成... */
.dian1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 超过两行行内容多的变成... */
.dian2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 超过三行内容多的变成... */
.dian3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 12px的字体至28px 如果你是其他单位的如rem等,请自行斟酌修改使用*/
.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fixed:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}

html .fixed {
    *zoom: 1;
}

/* 清除浮动 */
.cb {
    clear: both;
}

/* 不让用户选中 */
.noselect {

    -webkit-touch-callout: none;
    /* iOS Safari */

    -webkit-user-select: none;
    /* Chrome/Safari/Opera */

    -khtml-user-select: none;
    /* Konqueror */

    -moz-user-select: none;
    /* Firefox */

    -ms-user-select: none;
    /* Internet Explorer/Edge */

    user-select: none;
    /* Non-prefixed version, currently
  
  not supported by any browser */

}

.scrollbarchange::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    position: absolute;
    right: 0px;
}

.scrollbarchange::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #e0e0e0;
}

.scrollbarchange::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #f2f2f2;
}


/* 清除浮动 - 使用双伪元素清除浮动 */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


*::-webkit-scrollbar {
    display: none;
}

* {
    scrollbar-width: none;
}

* {
    -ms-overflow-style: none;
}

.foot-details-2 .details-2-2 ul li p {
    cursor: pointer !important;
}

.reminder p:hover {
    color: #21D6A9;
    position: relative;
}

.reminder p:hover::after {
    width: 32px;
    height: 3px;
    background: #21D6A9;
    border-radius: 2px;
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    /* margin-top: 35px; */
}

.consult {
    width: 112px;
    height: 112px;
    position: fixed;
    bottom: 75px;
    right: 0;
    cursor: pointer;
    z-index: 999999;
}

.consult>img {
    width: 100%;
    height: 100%;
}

/* .el-input-group--append, */
.el-input-group__append {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #38CEA8 !important;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    cursor: pointer;
}

/* 自定义整个滚动条 */
::-webkit-scrollbar {
    width: 12px;
    /* 垂直滚动条的宽度 */
    height: 12px;
    /* 水平滚动条的高度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* 滚动条轨道的背景颜色 */
    border-radius: 10px;
    /* 圆角 */
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #888;
    /* 滚动条滑块的颜色 */
    border-radius: 10px;
    /* 圆角 */
    border: 3px solid #f1f1f1;
    /* 滑块边缘的透明度，创建视觉上的间隙 */
}

/* 滑块在悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* 悬停时的颜色 */
}


.title-bar>img {
    cursor: pointer;
}

body {
    width: 19.20rem;
    margin: 0 auto;
}

.content {
    width: 100%;
    height: 100vh;
    min-width: 19.20rem;
}

.title-bar {
    width: 100%;
    height: 1.20rem;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0rem .08rem .14rem 0rem rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(.10rem);
}

.title-bar>img {
    width: 2.04rem;
    height: .88rem;
    margin: .24rem 0 0 .29rem;
    float: left;
}

.title-bar>div:nth-child(2) {
    float: left;
    height: .28rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .26rem;
    color: #666666;
    line-height: .28rem;
    text-align: left;
    font-style: normal;
    margin-left: 1.27rem;
    margin-top: .54rem;
}

.title-bar>div:nth-child(2)>span {
    display: inline-block;
    margin: 0 1.00rem;
    cursor: pointer;
}

.title-bar>div:nth-child(3) {
    float: right;
    margin-right: .51rem;
    margin-top: .52rem;
}

.isOrange {
    color: #333333;
    position: relative;
    display: inline-block;
    font-size: .28rem !important;
}

.isOrange::after {
    position: absolute;
    content: " ";
    display: inline-block;
    width: .28rem;
    height: .02rem;
    background: #FF5B09;
    bottom: -.10rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.title-bar>div:nth-child(3) .el-input {
    width: 1.80rem;
    float: left;
    margin-right: .30rem;
}

.title-bar>div:nth-child(3)>div:nth-child(2) {
    font-weight: 400;
    font-size: .14rem;
    color: #717788;
    line-height: .14rem;
    text-align: left;
    font-style: normal;
    float: left;
    height: .28rem;
    line-height: .28rem;
}

.title-bar>div:nth-child(3)>div:nth-child(2)>span {
    margin: 0 .08rem;
    display: inline-block;
    cursor: pointer;
}

.title-bar>div:nth-child(3)>div:nth-child(2)>span:nth-child(1) {
    position: relative;
}

.title-bar>div:nth-child(3)>div:nth-child(2)>span:nth-child(1)::after {
    content: " ";
    position: absolute;
    display: inline-block;
    width: .01rem;
    height: .14rem;
    background: #717788;
    top: .07rem;
    right: -.10rem;
}

.title-bar .el-input .el-input__inner {
    width: 1.47rem;
    height: 28px;
    border-radius: .08rem 0 0 .08rem;
    border: .01rem solid #E7E7E7;
    float: left;
}

.title-bar .el-input .el-input-group__append .el-button {
    padding: 0;
    margin: 0;
    width: 32px;
    display: inline-block;
    height: 100%;
    border-radius: 0 .08rem .08rem 0;
    border-top: .01rem solid #E7E7E7;
    border-right: .01rem solid #E7E7E7;
    border-bottom: .01rem solid #E7E7E7;
}

.title-bar .el-input .el-input-group__append {
    width: 32px;
    margin: 0;
    padding: 0;
    height: 28px;
    position: relative;
    top: -.01rem;
    float: left;
}

.title-bar .el-input .el-input-group__append .el-button .el-icon-search {
    position: absolute;
    top: 7px;
    left: 7px;
    font-size: 14px;
}

.el-message {
    min-width: 1.95rem !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-color: rgba(0, 0, 0, 0.8) !important;
    box-shadow: .0rem .02rem .16rem .02rem rgba(0, 0, 0, 0.2);
    border-radius: .12rem !important;
    backdrop-filter: blur(.02rem) !important;
}

.el-message .el-icon-warning-outline {
    color: #FFFFFF !important;
    font-size: .16rem;
    margin-right: .08rem;
}

.el-message .el-icon-circle-check {
    color: #FFFFFF !important;
    font-size: .16rem;
    margin-right: .08rem;
}

.el-message .el-message__content {
    color: #FFFFFF !important;
}

.title-bar>div:nth-child(3) .el-input {
    width: 2rem !important;
}

div.item {
    position: absolute;
    transition: all .5s;
    /* 使过渡平滑*/
    width: auto;
    height: 290px;
    padding: 0 30px 30px 0;
    box-sizing: border-box;
    /* 非常重要，可将不必要的计算略去 */
}

div.item img {
    width: auto;
    height: 100%;
    cursor: pointer;
}

.forcenters {
    position: relative;
}