﻿html body {
    font-family: 'Microsoft YaHei';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;

}

.flex{
    display: flex;
}

.flex-cc{
    display: flex;
    flex-direction: column;
}

.flex-c{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-ac{
    display: flex;
    align-items: center;
}
.flex-start{
    display: flex;
    justify-content: flex-start;
}
.flex-e{
    display: flex;
    justify-content: flex-end;
}
.flex-jc{
    display: flex;
    justify-content: center;
}
.flex-bt{
    display: flex;
    justify-content: space-between;
}
.danger{
    color: #d80414;
}
.warning{
    color: #FAAB0C;
}
.info{
    color: #969799;
}
.bold{
    font-weight: 800;
}

.bottom-box {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 16px;
}
.btn{
    height: 44px;
}

.bgf4{
    background-color: #f4f4f4!important;
}
.h28{
    height: 1px;
    width: 100%;
    background: #f4f4f4;
}
.page {
    background: #f4f4f4;
    color: #333;
    padding-bottom: 100px;
    width: calc(100vw + (100% - 100vw));
}
.page .paddingBottom{
    padding-bottom: 0px;
}
body{
    overflow-x: hidden;
}
.fullPage {
    overflow-y: hidden;
    padding-bottom: 0px !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.header-title .title{
    font-weight: 800;
    font-size: 21px;
    width: 100vw;
    position: absolute;
    left:0;
    display: flex;
    justify-content: center;
}
.hide-bg .van-nav-bar{
    background: #f4f4f4!important;
}

.submit-btn-box{
    position: fixed;
    bottom:18px;
    left: 0;
    width: 100%;
    display: flex;
}
.submit-btn-box .btn{
    flex: 1;
    margin: 0 20px;
    border-radius: 6px;
}
.van-key--blue{
    background-color: #d80414;
}

.center-box{
    display: flex;
    align-items:  center;
    flex-direction: column;
    color: #ffffff;
}
.center-box .message{
    color: #9798a9;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.center-box .title{
    color: #171c3c;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
}
.center-box.black{
    color: #333333;
}
::-webkit-input-placeholder{
    color: #999999;
}
.popover-show /deep/ .van-popover__arrow{
    color: #F5F7F9;
}
.hb{
    box-shadow: 0px 0px 4px 0px rgba(16, 17, 16, 0.17);
    border-bottom: 1px solid #DFDFDF;;
}

.noOverflow{
    overflow: unset!important;

}
.noOverflow .pos-ab{
    overflow: unset!important;
}

.animation-float{
    animation: heart 1.3s ease-in-out 0s infinite alternate;
}
@keyframes heart{
    from{transform:translate(0,0)}
    to{transform:translate(0,30px)}
}

.s-center-box{
    display: flex;
    justify-content: center;

}
.s-center-content{
    width: 1200px;
}

.ue-content img{
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
}
.ue-content p{
    max-width: 100%;
    word-break: break-all;
    /*font-size: 15px!important;*/
    /*margin: 0;*/
}
.ue-content table{
    width: 100%;
}


.mt-mobile{

}
.fw{
    width: 100%;
}

.web-container-box {
    position: relative;
    overflow: hidden;
}
.web-container-box .bg-img {
    display: block;
    width: 100%;
    /*height: 550px;*/
    object-fit: cover;
}
.web-container-box .web-container-content {
    z-index: 13;
}
.web-container-box .web-container-content .web-container-slot {
    position: relative;
    z-index: 15;
}
.web-container-box .bgColor2 {
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: 14;
    width: 100%;
}
.web-container-box .pos-ab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.web-container-box .web-bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}
.web-container-box .border-bg {
    position: absolute;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    border-style: solid;/*border-width:100px 0 0 100vw;
      border-color:transparent #fff*/
}
.web-container-main {
    display: flex;
    justify-content: space-between;
}
.web-container-main .box {
    width: 50%;
    height: auto;
}

.web-container {
    position: relative;
}
.web-container-mobile{
    margin: 0 auto !important;
    position: relative !important;
    z-index: 6 ;
}
.web-container-box2{
    max-width: 1220px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 6;
}
.web-container-box3{
    max-width: 1440px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 6;
}

.index-case-box .case-item {
    margin-right: 15px;
    overflow: hidden;
    margin-bottom: 31px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
	border-radius: 5px;
}
.index-case-box .case-item a{
    display: flex;
    flex-direction: column;
}
.index-case-box .case-item.isMobile {
    max-width: 100%;
    flex-direction: row;
}
.index-case-box .case-item.isMobile img {
    width: 600px;
    height: 300px;
}
.index-case-box .case-item.isMobile .content .s-title {
    font-size: 80px;
    font-weight: bold;
}
.index-case-box .case-item.isMobile .content .desc {
    flex: 1;
    margin-top: 30px;
    line-height: 50px;
}
.index-case-box .case-item:hover {
	background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.index-case-box .case-item img {
    width: 284px;
    height: 168px;
	border-radius: 5px;
}
.index-case-box .case-item .content {
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
}
.index-case-box .case-item .content .s-title {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}
.index-case-box .case-item:hover .content .s-title {
    color: #006cff;
}
.index-case-box .case-item .content .desc {
    font-size: 12px;
    font-weight: 400;
    color: #9F9F9F;
}
.index-case-box .case-item .content .tag-list {
    flex: 1;
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
}
.index-case-box .case-item .content .tag-list .tag {
    height: 20px;
    margin-right: 10px;
    background: #E1F0FF;
    border-radius: 4px;
    font-size: 14px;
    color: #60ACFB;
    padding: 3px 10px;
    margin-bottom: 8px;
}



.pagination li{
    overflow:hidden;
    float:left;
    font-size:12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 9px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    margin-left: 10px;
}

.pagination li a{
    color:#9F9F9F;
}
.pagination .active{
    background: linear-gradient(90deg, #228CF3 0%, #6777FE 100%);!important;
}
.pagination .active a{
    color:#FFFFFF !important;
}
.disabled{
    cursor: not-allowed;
}
.disabled a{
    cursor: not-allowed;
}
.m-center-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
}
.m-center-box.black {
    color: #333333;
}
.m-center-box .title {
    margin-top: 47px;
    font-size: 20px;
}
.m-center-box .message {
    letter-spacing: 2px;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 300;
}
.mobile-case {
    margin-top: 300px;
}
