.index-goods {
    height: 1000px;
    width: 100%;
    background: white;
}

.index-goods .container .tops .title {
    align-items: center;
    margin-top: 30px;
}

.index-goods .tops .title .findGoods {
    width: 114px;
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
}

.index-goods .container .tops .title .more {
    cursor: pointer;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
}

.index-goods .container .tops .title .more i {
    font-size: 12px;
}

.index-goods .tops .classify ul li {
    width: 246.3px;
    height: 170px;
    margin-right: 7px;
    text-align: center;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
}

.index-goods .tops .classify ul li img {
    display: block;
    height: 170px;
    margin-left: 20px;
}

.index-goods .tops .classify ul li.active {
    color: #33CCFF;
    border-bottom: 1px solid #33CCFF
}

.index-goods .tops .classify ul li:last-of-type {
    width: 153px;
    height: 170px;
    margin-left: 12px;
}

.index-goods .tops .classify ul li:hover {
    color: #33CCFF;
    border-bottom: 1px solid #33CCFF;
}

.index-goods .tops .classify ul li div {
    margin-top: -40px;
}

.index-goods .container .bottom {
    margin-top: 26px;
    height: 719px;
    overflow: hidden
}

.index-goods .container .bottom .left {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 440px;
    background: #F1F3F9;
}

.index-goods .container .bottom .left.active {
    z-index: 9;
}

.index-goods .container .bottom .left .tit {
    margin: 53px 148px 0px 148px;
    width: 144px;
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.index-goods .container .bottom .left .swiper {
    width: 376px;
    height: 472px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: auto
}

.index-goods .container .bottom .left .swiper .zw {
    position: absolute;
    height: 18px;
    box-shadow: 0px -10px 40px 0px rgba(0, 0, 0, 0.02);
    border-radius: 8px 8px 0px 0px;
}

.index-goods .container .bottom .left .swiper .zw:nth-of-type(1) {
    width: 210px;
    height: 36px;
    left: 83px;
    top: -36px;
    background: rgba(255, 255, 255, 0.66)
}

.index-goods .container .bottom .left .swiper .zw:nth-of-type(2) {
    width: 240px;
    top: -18px;
    left: 68px;
    background: #FFFFFF;
}

.index-goods .container .bottom .left .swiper .swiper-container {
    height: 100%;
}

.index-goods .container .bottom .left .swiper .swiper-container .item {
    text-align: center;
    padding-top: 38px;
}

.index-goods .container .bottom .left .swiper .swiper-container img {
    width: 271px;
    height: 368px;
    border-radius: 10px;
}

.index-goods .container .bottom .left .swiper .swiper-container-android .swiper-slide,
.index-goods .container .bottom .left .swiper .swiper-wrapper {
    margin-top: 36px;
}

.index-goods .container .bottom .left .swiper .swiper-wrapper .swiper-slide-active {
    margin-top: 0px !important;
}

.index-goods .container .bottom .left .swiper .swiper-container .swiper-button-prev,
.index-goods .container .bottom .left .swiper .swiper-container .swiper-button-next {
    background-image: none !important;
}

.index-goods .container .bottom .left .swiper .swiper-container .swiper-button-prev .iconfont,
.index-goods .container .bottom .left .swiper .swiper-container .swiper-button-next .iconfont {
    color: #9B9DA2;
}

.index-goods .container .bottom .left .swiper .swiper-button-prev,
.index-goods .container .bottom .left .swiper .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.index-goods .container .bottom .left .swiper .swiper-button-next,
.index-goods .container .bottom .left .swiper .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.index-goods .container .bottom .left .leftUl {
    flex-wrap: wrap;
    margin: 22px 32px 0 32px;
}

.index-goods .container .bottom .left .leftUl li {
    width: 116px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 21px;
    border: 1px solid #E5E5E5;
    margin: 0 14px 14px 0;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.index-goods .container .bottom .left ul li.active {
    color: #42BEED;
}

.index-goods .container .bottom .left ul li:hover {
    color: #42BEED;
}

.index-goods .container .bottom .left ul li:nth-of-type(3n) {
    margin: 0 0px 14px 0;
}

.index-goods .container .bottom .center {
    width: 549px;
    margin: 0 14px;
}

.index-goods .container .bottom .center ul li {
    width: 175px;
    height: 231px;
    border: 1px solid #E5E5E5;
    margin-right: 12px;
    margin-bottom: 12px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.index-goods .container .bottom .center ul li:hover .hover{
    transform: translateY(0);
}
.index-goods .container .bottom .center ul li .hover{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 4;
    transform: translateY(100%);
    transition: all ease-in-out 0.3s;
}
.index-goods .container .bottom .center ul li .hover .companyName{
    margin: 70px auto 30px auto;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-goods .container .bottom .center ul li .hover a{
    margin: 0 5px;
    flex: 1 1 auto;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    color: #022d5a;
    height: 30px;
    line-height: 30px;
    transition: all ease-in-out 0.3s;
}
.index-goods .container .bottom .center ul li .hover a:hover{
    background: #FF9933;
    color: #fff;
}

.index-goods .container .bottom .left .center ul li {
    height: 230px;
}

.index-goods .container .bottom .center ul li:nth-of-type(3n) {
    margin-right: 0px;
}

.index-goods .container .bottom .center ul li .img {
    width: 173px;
    height: 173px;
    line-height: 153px;
    margin: auto;
    position: relative;
}

.index-goods .container .bottom .topList {
    display: block;
    position: absolute;
    left: 440px;
    height: 719px;
}

.index-goods .container .bottom .leftList {
    display: none;
    position: absolute;
    left: 440px;
    top: 0;
    height: 719px;
}

.index-goods .container .bottom .left .leftList .center {
    width: 549px;
    margin: 0 14px;
}

.index-goods .container .bottom .center.topCenterList {
    display: none;
}

.index-goods .container .bottom .center.topCenterList.active {
    display: block;
}

.index-goods .container .bottom .center.leftCenterList {
    display: none;
}

.index-goods .container .bottom .center.leftCenterList.active {
    display: block;
}

.index-goods .container .bottom .center ul li .img .logo {
    height: 20px;
    width: 100%;
    position: absolute;
    text-align: right;
    line-height: 13px;
}

.index-goods .container .bottom .center ul li .img .logo div {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-top: 8px;
    position: relative;
}

.index-goods .container .bottom .center ul li .img .logo div:nth-of-type(1) {
    background: #33CCFF;
    margin-right: 5px;
}

.index-goods .container .bottom .center ul li .img .iconfont.icon-biaoqian-xinpin {
    font-size: 12px;
    color: white;
}

.index-goods .container .bottom .center ul li .img .logo div:nth-of-type(1) .xpHover {
    position: absolute;
    color: white;
    width: 33px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    background: #333333;
    opacity: 0.9;
    padding: 1px 3px;
    transform: scale(0.8);
    border-radius: 3px;
    top: -8px;
    left: -35px;
    display: none;
}

.index-goods .container .bottom .center ul li .img .logo div:nth-of-type(2) .rxHover {
    position: absolute;
    color: white;
    width: 33px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    opacity: 0.9;
    background: #333333;
    padding: 1px 3px;
    transform: scale(0.8);
    border-radius: 3px;
    top: -8px;
    left: -35px;
    display: none;
}

.index-goods .container .bottom .center ul li .img .logo div:nth-of-type(3) .qyHover {
    position: absolute;
    color: white;
    width: 54px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    background: #333333;
    opacity: 0.9;
    padding: 1px 3px;
    transform: scale(0.8);
    border-radius: 3px;
    top: -8px;
    left: -53px;
    z-index: 999;
    display: none;
}

.index-goods .container .bottom .center ul li .img .logo div:nth-of-type(1):hover .xpHover {
    display: block;
}

.index-goods .container .bottom .center ul li .img .logo div:nth-of-type(2):hover .rxHover {
    display: block;
}

.index-goods .container .bottom .center ul li .img .logo div:nth-of-type(3):hover .qyHover {
    display: block;
}

.index-goods .container .bottom .center ul li .img .logo div:nth-of-type(1) .xpHover i,
.index-goods .container .bottom .center ul li .img .logo div:nth-of-type(2) .rxHover i,
.index-goods .container .bottom .center ul li .img .logo div:nth-of-type(3) .qyHover i {
    position: absolute;
    top: 1px;
    right: -6.2px;
    color: #333333;
    font-size: 12px;
    transform: scale(0.8);
}

.index-goods .container .bottom .center ul li .img .logo div:nth-of-type(2) {
    background: #E40000;
    margin-right: 5px;
}

.index-goods .container .bottom .center ul li .img .iconfont.bk {
    color: white;
    font-size: 12px;
}

.index-goods .container .bottom .center ul li .img .logo div:nth-of-type(3) {
    background: #FF9933;
    margin-right: 11px;
}

.index-goods .container .bottom .center ul li .img .iconfont.qyvip {
    color: white;
    font-size: 12px;
}

.index-goods .container .bottom .center ul li .img a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    height: 100%;
}

.index-goods .container .bottom .center ul li .img img {
    height: 100%;
}

.index-goods .container .bottom .center ul li .CenterListBottom {
    height: 57px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.index-goods .container .bottom .center ul li .name {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #363636;
    padding-bottom: 8px;
    margin: auto;
    margin-top: 11px;
    width: 87px;
    height: 14px;
    line-height: 14px;
}

.index-goods .container .bottom .center ul li .intro {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #898989;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 127px;
    margin: auto;
    line-height: 30px;
}

.index-goods .container .bottom .right {
    width: 183px;
    border: 1px solid #E5E5E5;
    height: 100%;
    position: absolute;
    right: 0;
}

.index-goods .container .bottom .right .topTitle {
    height: 55px;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    line-height: 55px;
    padding-left: 15px;
    align-items: center;
}

.index-goods .container .bottom .right .topTitle span {
    width: 72px;
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    line-height: 27px;
    margin-right: 33px;
}

.index-goods .container .bottom .right .topTitle i {
    line-height: 15px;
    font-size: 12px;
    background: #F7F7F7;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
    color: #FF9933;
}

.index-goods .container .bottom .right ul li {
    height: 133px;
    width: 100%;
    border-bottom: 1px solid #E5E5E5 !important;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.index-goods .container .bottom .right ul li .img {
    width: 154px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*overflow: hidden;*/
    margin: auto;
    padding-top: 16px;
    margin-bottom: 10px;
    object-fit: cover;
}

.index-goods .container .bottom .right ul li:last-of-type {
    border-bottom: none;
}

.index-goods .container .bottom .right ul li .companyName {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #363636;
    width: 154px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: auto 15px;
    margin-top: 5px;
}

.index-goods .container .bottom .right ul li .enterBrand {
    width: 80px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #FF9933;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FF9933;
    cursor: pointer;
    position: absolute;
    left: 52px;
    display: none;
    margin-top: 5px;
}

.index-tanChang {
    background: #F4F4F4;
}

.index-tanChang .container {
    padding-top: 40px;

}

.index-tanChang .tanchang-btn .icon {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    z-index: 9;
}

.index-tanChang .tanchang-btn .swiper-pagination {
    z-index: 8;
}

.index-tanChang .tanchang-btn .icon i {
    color: #898989;
    font-size: 10px;
    cursor: pointer;
}

.index-tanChang .tanchang-btn .icon:hover{
    border-radius: 50%;
    background: #FFEAD4;
}
.index-tanChang .tanchang-btn .icon:hover i{
    color: #FF9933;
}


.index-swiper {
    padding-top: 40px;
}

.index-swiper .container {
    display: flex;
}

.index-swiper .titles {
    display: flex;
    margin: auto;
    width: 1200px;
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    margin-bottom: 17px;
}

.index-swiper .titles .one {
    width: 254px;
    margin-right: 26px;
}

.index-swiper .container .tabs-content {
    flex: 1 1 auto;
    width: 561px;
    background: #ffffff;
    margin: 0 26px;
    height: 450px
}

.index-swiper .container .tabs-content .tops {
    display: flex;
    margin: 22px;
    margin-bottom: 18px !important;
    justify-content: space-between;
}

.index-swiper .container .tabs-content .tops .tit {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
}

.swiper-button .swiper-button-disabled {
    color: #e8e8e8 !important;
}

.index-swiper .container .tabs-content .tops i {
    font-size: 12px;
    background: #F7F7F7;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    color: #FF9933;
}

.index-swiper .container .tabs-content .ul li {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #E5E5E5;
    margin: 0 18px;
    display: flex;
    align-items: center;
}

.index-swiper .container .tabs-content .ul li:last-of-type {
    border-bottom: none;
}

.index-swiper .container .tabs-content .ul li .one {
    width: 320px;
    /*height: 20px;*/
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-swiper .container .tabs-content .ul li .two {
    width: 130px;
    height: 14px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #898989;
    line-height: 21px;
}

.index-swiper .container .tabs-content .ul li .three {
    width: 74px;
    background: #FF9933;
    height: 24px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    margin-left: 17px;
    cursor: pointer;
}

.index-swiper .container .tabs-li {
    flex: 0 0 auto;
    width: 335px;
    position: relative;
    z-index: 4;
    background: #6D6D6D;
}

.index-swiper .container .tabs-li .tit {
    width: 88px;
    height: 29px;
    font-size: 22px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 29px;
    margin: 23px auto 6px auto;
}

.index-swiper .container .tabs-li .input {
    height: 59px;
    border-bottom: 1px solid #979797 !important;
    margin: 0 28px;
}

.index-swiper .container .tabs-li .input input {
    height: 100%;
    background: none;
    border: none;
    color: #ffffff;
}

.index-swiper .container .tabs-li .button {
    width: 280px;
    height: 46px;
    background: #FF9933;
    border-radius: 23px;
    margin: 19px auto;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}

.index-swiper .container .tabs-li .button .submit {
    cursor: pointer;
}

.index-swiper .container .tabs-li .scan {
    margin: 0 28px;
}

.index-swiper .container .tabs-li .scan .right {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    margin: auto;
    margin-left: 16px;
}

.index-swiper .banner {
    width: 1200px;
    background: white;
    height: 202px;
    margin: 40px auto 0 auto;
}

.index-swiper .banner .left,
.index-swiper .banner .right {
    height: 100%;
    width: 50%;
    overflow: hidden
}

.index-swiper .banner .left:hover,
.index-swiper .banner .right:hover {
    border: 1px solid #33ccff;
}

.index-swiper .banner img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 202px;
}

.index-tanChang .container .tit {
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    margin-bottom: 17px;
    align-items: center;
}

.index-tanChang .container .tit .more {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    margin-left: 18px;
    cursor: pointer;
}

.index-tanChang .container .tit .more .icon-a-Arrow2R {
    font-size: 12px;
}

.index-tanChang .container .box {
    width: 285px;
    height: 248px;
    background: #FFFFFF;
    margin-right: 20px;
    position: relative;
}

.index-tanChang .container .box .bofang {
    position: absolute;
    left: 41%;
    top: 22%;
    cursor: pointer;
}

.index-tanChang .container .box.box2 {
    height: 344px;
    cursor: pointer;
}

.index-tanChang .container .box:last-of-type {
    margin-right: 0;
}

.index-tanChang .container .box .introduce {
    width: 248px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #363636;
    line-height: 24px;
    margin: 13px auto;
}

.index-tanChang .container .box .introduce a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-tanChang .container .box.box2 .introduce {
    margin: 15px auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}

.index-tanChang .container .box.box2 .introduce2 {
    width: 248px;
    font-size: 12px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #888888;
    line-height: 20px;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.index-tanChang .container .box.box2 .time {
    width: 248px;
    height: 20px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #888888;
    line-height: 20px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.bohua-box {
    width: 1200px;
    height: 135px;
    margin-bottom: 18px !important;
}

.bohua-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bohua-box .divBox {
    width: 388px;
    height: 183px;
    background: white;
    position: relative;
    padding: 10px;
}

.bohua-box .divBox .top {
    height: 18px;
    font-size: 18px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 27px;
    margin-left: 41px;

}

.bohua-box .divBox .top .left {
    background: white;
    width: 153px;

}

.bohua-box .divBox .point {
    position: absolute;
    font-size: 44px;
}

.bohua-box .divBox .top .zw1 {
    width: 0;
    height: 0;
    margin-top: -28px;
    border: 18px solid transparent;
    border-bottom: 32px solid #ffffff;
    position: absolute;
    left: 130px;
}

.bohua-box .divBox .top .zw2 {
    width: 194px;
    background: #ECECEC;
    height: 32px;
    margin-top: -10px;
    margin-right: -10px;
}

.bohua-box .swiper .swiper-button-prev,
.bohua-box .swiper .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.bohua-box .swiper .swiper-button-next,
.bohua-box .swiper .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.bohua-box .swiper-button-prev, .swiper-button-next {
    top: 50%;
    width: 13px;
    height: 23px;
    background-size: 13px 23px;
}

.bohua-box .swiper-button-prev, .swiper-button-prev {
    top: 50%;
    width: 13px;
    height: 23px;
    background-size: 13px 23px;
}

.expo-after .swiper-button-next,
.expo-after .swiper-button-prev {
    top: 56%;
}


.floor-menu ul li  .div {
    position: absolute;
    background: #363636;
    right: 67px;
    top: 0;
    min-height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    padding: 5px;
}
.floor-menu ul li.side-li  .div {
    display: none;

}

.floor-menu ul li .div:before{
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e73e";
    position: absolute;
    right: -9px;
    top: 25%;
    transform: translateY(-50%);
    margin-top: -4px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #363636;
}
.floor-menu ul li.user .div:before,
.floor-menu ul li.zazhi .div:before,
.floor-menu ul li.phone .div:before,
.floor-menu ul li.kefu .div:before{
    top: 50%;
}

.floor-menu  .kefu .div{
    background: #363636;
    width: 326px;
    height: 80px;
    opacity: 0;
    right: 40px;
    z-index: -1;
}
.floor-menu  .kefu .div .bg{
    height: 60px;
    background: white;
    text-align: left;
    padding: 9px 15px;
}
.floor-menu  .kefu .div .bg .right{
    width: 8%;
    height: 48px;
    float: right;
    position: absolute;
    right: 5px;

}
.floor-menu  .kefu .div .bg .right i{
    position: absolute;
    right: 5px;
    top: -12px;
    color: #D8D8D8;
    font-size: 14px;
}
.floor-menu  .kefu .div .bg .left{
    width: 90%;
    float: left;
}
.floor-menu  .kefu .div .bg .left div:nth-of-type(1){
    width: 100%;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #363636;
    line-height: 24px;
}
.floor-menu  .kefu .div .bg .left i{
    color: #33ccff;
    margin-right: 4px;
}
.floor-menu  .kefu .div .bg .left div:nth-of-type(2){
    width: 100%;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #898989;
    line-height: 21px;
}

.floor-menu ul li .div .img {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.floor-menu ul li:hover {
    background: #33ccff;
}

.floor-menu ul li:hover a span {
    color: #ffffff;
}

.floor-menu {
    position: fixed;
    z-index: 99999;
    right: 10px;
    top: calc(50% - 200px);
    transition: all .5s;
    /*background: #3A3A3A;*/
}

.floor-menu  .barZw {
    display: none;
    border: none;
    background: transparent;
    height: 10px;
}

.floor-menu  .barZw:hover{
    background: transparent;

}
.floor-menu  #gotop {
    display: none
}

.floor-menu li {
    background-color: #4E4E4E;
    list-style: none;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.floor-menu li:last-of-type {
    border-bottom: none;
}

.floor-menu li a {
    padding: 10px;
    display: block;
}

.floor-menu li a span {
    text-align: center;
    display: block;
    color: #FFFFFF;
    width: 38px;
    height: 38px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    line-height: 18px;
}
.layui-fixbar .layui-fixbar-top {
    display: none !important;
}
