/* 初始默认样式  */

/* 页面 */
html,body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

/* 循环 loop */
div[id^="w-loop-"] {
    display: contents;
}

/* 表单 from */
.ms-form button {
    width: 100%;
}
.ms-form button:hover {
    opacity: 0.9999;
}
.ms-form-row {
    display: flex;
}
.ms-form-grid, .ms-form-row {
    width: 100%;
}
.ms-form-grid {
    display: flex;
}
.ms-form-grid .ms-form-col {
    flex: 1
}

.ms-form-row .label {
    flex-shrink: 0;
    align-self: anchor-center;
}

.ms-form-row .item {
    width: 100%;
}

.ms-form-submit .ms-form-button{
    cursor: pointer;
}
.ms-form-submit:hover .ms-form-button {
    opacity: .9;
}
.ms-form-hide-label .label {
    display: none;
}

textarea{
    font-family: "";
}


/* 导航 nav */
div[id^="w-nav-"]:not([id$="-data"]) {
    width: 100%;
    height: 100%;
    display: contents;
}


/* 选项卡 tabs */

div[id^="w-tabs-"] {
    display: contents;
}

div[id^="w-tabs-"]  .ms-tabs-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}
div[id^="w-tabs-"]  .ms-tabs-container .ms-tabs-nav {
    display: flex;
    position: relative;
    align-items: center;
}
div[id^="w-tabs-"]  .ms-tabs-container .ms-tabs-nav .ms-tabs-item-more {
    position: absolute;
    right:0;
    line-height: 48px;
    padding-right: 10px;
    justify-content: center;
    align-items: center;
    text-align: right;
}
div[id^="w-tabs-"]  .ms-tabs-container .ms-tabs-nav .ms-tabs-item {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
}
div[id^="w-tabs-"]  .ms-tabs-container .ms-tabs-nav .ms-tabs-item i {
    margin-right: 4px;
    font-size: 20px;
}
div[id^="w-tabs-"]  .ms-tabs-container .ms-tabs-nav .ms-tabs-item .ms-tabs-item-title {
    display: flex;
    align-items: center;
}
div[id^="w-tabs-"]  .ms-tabs-container .ms-tabs-nav .ms-tabs-item span {
    display: flex;
}
div[id^="w-tabs-"]  .ms-tabs-container .ms-tabs-content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


/* 轮播图 swiper */
div[id^="w-swiper-"] {
    display: contents;
    position: relative;
}
div[id^="w-swiper-"]  .custom-nav {
    right: 1rem; /* right-4 */
    position: absolute;
    top: calc(50% - 25px);
    z-index: 9;
    display: flex;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all .3s;
    padding: 8px;
}
div[id^="w-swiper-"]  .custom-prev {
    left: 1rem;
}
div[id^="w-swiper-"]  .custom-next {
    transform: rotate(180deg);
}
div[id^="w-swiper-"]  .custom-nav  svg {
    width: unset;
    height: unset;
}
div[id^="w-swiper-"]  .custom-nav  path {
    color: #ffff;
    transition: all .3s;
}
div[id^="w-swiper-"]  .custom-prev:hover  path, .custom-next:hover  path {
    color: #ffff;
}
div[id^="w-swiper-"] .custom-pagination {
    display: flex;
    gap: 10px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center
}
div[id^="w-swiper-"] .custom-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: unset;
}
div[id^="w-swiper-"] .custom-pagination .swiper-pagination-bullet span {
    display: none;
}
div[id^="w-swiper-"] .custom-pagination .pagination {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px;
    width: unset;
}
div[id^="w-swiper-"] .custom-pagination .title {
    color: #fff;
    padding: 10px;
    width: 100%;
    display: none;
}
div[id^="w-swiper-"] .swiper-container {
    display: flex;
}
div[id^="w-swiper-"] .slide-content {
    display: flex;
    flex: 1;
    height: 100%;
}
div[id^="w-swiper-"] >  div[id^="swiper-"] {
    overflow: hidden;
    position: relative;
}
div[id^="w-swiper-"] > div[id^="swiper-"]>.swiper-wrapper>.swiper-slide {
    /*width: 100% !important;*/
    display: flex !important;
}


    /* 验证吗弹窗 */
.ms-layer {
    padding: 20px;
}
.ms-layer .ms-layer-title {
    margin: 0 0 20px 0; text-align: center;     font-size: 18px;
}
.ms-layer .ms-layer-code {
    width: 100%; padding: 12px; border: 2px solid #e0e8f0; border-radius: 30px; text-align: center; font-size: 18px; box-sizing: border-box; margin-bottom: 15px;
}
.ms-layer .ms-layer-body
{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}
.ms-layer .ms-layer-coder-img{
    width: 120px; height: 40px; border-radius: 4px; cursor: pointer;
}

/* 搜索 */
div[id^="w-search-"]  button {
    cursor: pointer;
}

/* 视频 video */
video{
   background: #000;
}

/* 表单 from */
@media (max-width: 768px) {
    /* 表单 from */
    .ms-form-grid {
        flex-direction: column;
    }

    /* 导航 nav */
    div[id^="w-nav-"]:not([id$="-data"]) > .ms-nav > ul {
        display: unset !important;
        justify-content: unset !important;
    }

    div[id^="w-nav-"]:not([id$="-data"]) > .ms-nav > ul.responsive>li{
        margin: 0;
    }

}

/**交互鼠标手形**/
[data-event-click],
[data-event-dblclick],
[data-event-mouseenter],
[data-event-mouseleave],
[data-event-mouseover],
[data-event-mouseout],
[data-event-contextmenu],
[data-event-focus],
[data-event-blur] {
    cursor: pointer;
}