.vr-mod {
    overflow: hidden;
    z-index: 488;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 760px;
    margin-top: -70px;
}

.vr-frame {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.vr-frame > iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.main-title-box {
    position: relative;
    color: #FFF;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    user-select: none;
    pointer-events: none;
}

.false-bg {
    width: 100%;
    height: 730px;
}

.false-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.main-title-btn {
    line-height: 44px;
    padding: 0 50px;
    border: 1px solid #FFF;
}

.hol-btn {
    height: 44px;
    text-align: center;
    color: #FFF;
    font-weight: bolder;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 5px;
    pointer-events: auto;
}

.hol-btn:hover {
    background-color: #FFF;
    color: #333;
}

.def-btn {
    background-color: #f9666f;
    border-color: #f9666f;
}

.def-btn:hover {
    background-color: #fc7a82;
    border-color: #fc7a82;
    color: #fff;
}

.mini-title {
    font-size: 16px;
}

.main-title {
    font-size: 60px;
    font-weight: bolder;
    padding-top: 20px;
}

.main-title-btn-box {
    padding-top: 40px;
    user-select: none;
    font-size: 14px;
}

/*通用板块标题*/

.mod-title {
    padding: 40px 0;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

/*.mod-title:after {
    position: absolute;
    bottom: -8px;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #949494;
    left: 0;
}*/

.cus-title {
    font-size: 35px;
    padding-top: 41px;
    color: #fff;
}

.cus-title span {
    font-weight: bold;
}

.text-tips {
    padding-top: 15px;
    font-size: 16px;
    color: #FFF;
    opacity: 0.7;
}

.swhz-btn-box {
    padding-top: 35px;
    padding-bottom: 35px;
}



/*合作服务*/

.hezuofuwu {

}

.hezuofuwu .layui-tab-title li {
    font-size: 18px;
    padding: 0 40px;
}

.hezuofuwu .layui-tab-title li:first-child {
    padding-left: 0;
}

.hezuofuwu .layui-tab-title li:after {
    position: absolute;
    right: 0;
    top: 15px;
    content: "";
    width: 2px;
    height: 10px;
    left: unset;
    background-color: #dadbe9;
}

.hezuofuwu .layui-tab-title li:last-child:after {
    height: 0;
}

.hezuofuwu .media-box {
    width: 1200px;
    max-height: 600px;
}

.hezuofuwu .media-box img{
    width: 1200px;
    height: 265px;
    object-fit: cover;
}

.hezuofuwu .layui-tab-item {
    position: relative;
}

.hezuofuwu .layui-tab-item .text-box {
    bottom: 0;
    padding: 2%;
    color: #333;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
    margin-top: 0;
    box-shadow: 1px 1px 11px 5px rgba(0, 0, 0, 0.15);
    line-height: 2rem;
}

.hezuofuwu .layui-tab-item .text-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fefefe;;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
}

.hezuofuwu .layui-tab-item .text-box .title {
    font-size: 18px;
    margin-bottom: 18px;
}

.hezuofuwu .layui-tab-item .text-box p{
    font-size:14px;
}
.hezuofuwu .layui-tab-item .text-box .desc {
    line-height: 40px;
    margin: 40px 0 20px;
    font-size: 14px;
    opacity: 0.7;
}

.hezuofuwu .layui-tab-item .text-box .divide {
    display: inline-block;
    margin-right: 15px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 5px;
}

.hezuofuwu .layui-tab-item .text-box .feature-item {
    line-height: 40px;
    font-size: 14px;
    text-align: left;
}

/*.hezuofuwu .layui-tab-item .text-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/

.link-btn {
    margin-top: 5px;
    float: right;
}

.shangwuhezuo {
    background: #3e3e3e;
    text-align: center;
    position: relative;
}

.swhz-btn.hol-btn {
    line-height: 44px;
    padding: 0 50px;
    background: #fff;
    color: #0064c8;
}

.taocanfuwu {

}

.service-package {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
}

.service-items {
    height: 24px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    text-indent: 3rem;
    border: 1px solid #ddd;
    border-left: none;
    border-top: none;
}
.service-items  i{
    font-size:12px;
}

.service-sector:first-child {
    border: 1px solid #ddd;
    border-top: none;
}

.service-sector-name {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #ddd;
    background-color: #fefefe;
}

.service-type.service-sector-name {
    padding: 10px 0;
}

.service-sector {
    flex: 1 auto;
    position: relative;
}

.service-type {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px #ddd solid;
    height: 50px;
    font-size:14px;
}

.service-type:nth-child(2) {
    height: 44px;
}

.service-type:nth-child(3) {
    height: 224px;
}

.service-type:nth-child(4) {
    height: 585px;
}

.bottom-tips {
    position: absolute;
    bottom: -50px;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    width: calc(100% - 1px);
    color: #999;
}

.service-sector:nth-child(2):hover .service-items, .service-sector:nth-child(3):hover .service-items, .service-sector:nth-child(4):hover .service-items {
    color: #fc7a82;
}

.service-sector:nth-child(2):hover .service-sector-name, .service-sector:nth-child(3):hover .service-sector-name, .service-sector:nth-child(4):hover .service-sector-name {
    color: #fff;
    background-color: #fc7a82;
}

.cooperative-partner {
    width: 1200px;
    margin: 0 auto;
}

.c-partner-logo {
    width: 216px;
    height: 108px;
    background-color: #fff;
    box-shadow: 0 0 3px 1px #ddd;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 25px;
    float: left;
    box-sizing: border-box;
}

.c-partner-logo:nth-child(5n) {
    margin-right: 0;
}

.c-partner-logo .c-partner-img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}