
.swiper-pagination__choice-case .swiper-pagination-bullet{
    width: 25px !important;
    height: 0.3rem !important;
    border-radius: unset !important;
    margin-left: 10px;
}

.color-fff{
    color: #ffffff!important;
}

body {
    -ms-overflow-style: none;  /* IE 和 Edge */
    scrollbar-width: none;  /* Firefox */
    overflow-y: scroll;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    display: none;  /* Chrome, Safari 和 Opera */
}

::-webkit-scrollbar {
    display: none; /* Chrome, Safari 和 Opera */
}
::-webkit-scrollbar {
    display: none; /* Chrome, Safari 和 Opera */
}

/* 顶部导航菜单 */
.dropdown-menu {
    display: none;
}

.dropdown-toggle:focus {
    outline: 0
}

.is-active>.dropdown-menu {
    display: block
}

.is-active>a {
    outline: 0
}

.placeholder-default{
    padding-left: 15px;
}

/* 右侧悬浮*/
.contact {
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 9999999;
}

.contact_ul li {
    width: 40px;
    position: relative;
    cursor: pointer;
    height: 40px;
    border: 1px solid #e7eaf2;
    background: #fff;
    margin: 10px 0;
    box-shadow: 0 0px 6px 0 rgba(76, 86, 114, .12);
    border-radius: 4px;
}

.contact_ul li:hover {
    background: #b185b8;
    border: 1px solid #b185b8;
}

.contact_ul li a {
    display: block;
    width: 40px;
    height: 40px;
}

.contact_ul li a {
    display: block;
}

.contact_ul li.icon_contact4 a {
    background: url(/assets/images/icon_contact4.png) center no-repeat;
}

.contact_ul li.icon_contact4 {
    display: none;
}
.contact_ul li.icon_contact4:hover a {
    background: url(/assets/images/icon_contact4hover.png) center no-repeat;
}


/* 产品详情 */
.video_plus .video_plus_video {
    background-color: #FFFFFF !important;
}

.JsImg{
    /*
    max-height: 350px;
    max-width: 620px;

     */
    max-height: 98%;
    max-width: 620px;
}

.tx_nav .nav_item a{
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    margin-right: 40px;
    position: relative;
}

.scene_img_box img{
    /*
    max-width: 1200px;
    max-width: 620px;
     */
    max-height: 98%;
    max-width: 90%;
}

.tx_nav .nav_item a:hover{
    border-bottom: 4px solid rgb(103, 86, 140);
}

.m-20-20{
    margin: 20px 20px;
}

.p-20-20{
    padding: 20px 20px !important;
}

.m-l-40{
    margin-left: 40px;
}

.m-r-40{
    margin-right: 40px;
}


.guanbi {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: rgba(244, 245, 248, 0.9);
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 49%;
}

.guanbi-img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.popups-wrapper {
    width: 0%;
    height: 100%;
    background: #ffffff;
    float: right;
}

.popups-logo {
    margin: 15px 10px 0 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.popups-img {
    width: 110px;
    height: 30px;
}

.popups-guanbiIcon {
    width: 20px;
    height: 20px;
}
.popup {
    position: fixed;
    display: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(33, 34, 38, 0.6);
    z-index: 999;
}
.popup1 {
    position: fixed;
    display: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(33, 34, 38, 0.6);
    z-index: 999;
}

.popup-wrapper {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    height: 390px;
    -moz-box-shadow: 0px 0px 5px rgba(238, 241, 245, 0.74);
    -webkit-box-shadow: 0px 0px 5px rgba(238,241,245, 0.74);
    box-shadow: 0px 0px 5px rgba(238,241,245, 0.74);
    flex-direction: column;
    align-items: center;
}
/*
.popup-wrapper {
    background: #ffffff;
    border-radius: 10px;
    margin: 0 10%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    top:50%;
    transform: translateY(-50%);
}

 */

.popup-img {
    width: 150px;
    height: 100px;
    margin-top: -48px
}