/* 头部 */

.panel-head {
    background: #000;
    min-height: 4.91666rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.panel-head span {
    padding: 0.5rem;
}

.panel-head .tel {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.panel-head .tel img {
    width: 2rem;
    display: inline-block;
    padding: 0 0.41666rem;
    animation: size 1s ease infinite;
}

@-webkit-keyframes size {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
}


/* 底部 */


/* 搜索 */

.panel-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    flex-grow: 1;
    background: linear-gradient(#123354, #174571);
}

.panel-search .logo {
    height: 3rem;
    padding: 1rem;
}

.panel-search .search {
    width: 100%;
    height: 3rem;
    border-radius: 1.33333rem;
    border: 0.08333rem solid #fff;
    padding: 0 3rem 0 0.5rem;
    background: #fff url(../img/icon-search-m.png) calc(100% - 1rem) center no-repeat;
    background-size: 1.5rem auto;
}

.panel-search .search-form {
    width: 100%;
    margin: 0 1rem;
}

.panel-search .nav-btn {
    width: 6rem;
    height: 5rem;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 999;
    position: relative;
    background: url(../img/icon-nav-bar.png) no-repeat calc(100% - 1rem) center;
    background-size: auto 1.625rem;
}

.nav-btn ul {
    width: 15rem;
    position: absolute;
    /* bottom: -26.5rem; */
    bottom: -38.5rem;
    right: 0rem;
    background: #fff;
    box-shadow: 0 5px 11px #333;
    padding: 1rem;
    display: none;
    z-index: 9999;
}

.nav-btn ul li {
    border-bottom: 1px dashed #103675;
    line-height: 4rem;
    font-size: 1.5rem;
    text-align: center;
    color: #333;
}

.nav-btn ul a:last-child li {
    border-bottom: 0;
}


/* 导航 */

.panel-nav {
    overflow: auto;
    /* display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap; */
    position: relative;
}

.panel-nav ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    color: #103675;
}

.panel-nav a {
    width: 20%;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
}

.panel-nav li img {
    width: 3.333333rem;
    padding-bottom: 0.83333rem;
    display: block;
    margin: auto;
}


/* banner */

.panel-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.panel-banner img {
    width: 100%;
}

.icon-bullet {
    width: 1.25rem;
    height: 0.5rem;
    background: #fff;
    display: inline-block;
    margin: 0 0.25rem;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    width: 2.5rem;
    background: #0183ff;
}


/* 定制流程 */

.panel-process {
    text-align: center;
    background: url(../img/bg-process.jpg) center no-repeat;
    background-size: cover;
}

.panel-title {
    text-align: center;
    font-size: 1.66666rem;
    color: #103675;
    padding-top: 0.91666rem;
    padding-bottom: 0.79166rem;
    font-weight: bold;
}

.panel-title span {
    font-size: 1.26rem;
    color: #9c9c9c;
    font-weight: normal;
}

.panel-process ul {
    width: 90%;
    line-height: 1.2rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
}

.panel-process ul li {
    display: inline-block;
    padding-bottom: 0.5rem;
}

.panel-process ul span {
    font-size: 2.2rem;
    color: #6c6c6c;
    padding-bottom: 0.5rem;
}


/* 报价 */

.panel-offer {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    background: #ffe2e2;
    border-radius: 1.33333rem;
    overflow: hidden;
    padding: 1.33333rem;
}

.panel-offer .left {
    min-width: calc(26.50056% - 1.66666rem *2);
    background: #fff;
    padding: 1.25rem 1.66666rem;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-offer .title {
    font-size: 1.25rem;
}

.panel-offer .title span {
    color: #ba0000;
    font-weight: bold;
}

.panel-offer .left .total {
    font-size: 3.33333rem;
    color: #ba0000;
    font-weight: bold;
    margin: 0 -0.83333rem;
    padding-top: 0.5rem;
    /* padding-bottom: 1.25rem; */
}

.panel-offer .left .total span {
    font-size: 2.5rem;
}

.panel-offer .left .item {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.panel-offer .left .item>div {
    width: 43%;
    padding: 0.5rem 0;
    font-size: 1.16666rem;
}

.panel-offer .right {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #fff;
    margin-left: 1.33333rem;
    padding: 1.25rem 1.66666rem;
}

.form-input-has {
    width: calc(100% - 4.08333rem - 1.66666rem);
    height: 3.33333rem;
    padding-left: 4.91666rem;
    padding-right: 0.83333rem;
    border: 2px solid #ba0000;
    border-radius: 0.5rem;
    font-size: 1.33333rem;
    margin: 1rem 0;
}

.form-input-has.user {
    background: url(../img/icon-user.jpg) no-repeat left center, #fff;
    background-size: auto 102%;
}

.form-input-has.tel {
    background: url(../img/icon-tel.jpg) no-repeat left center, #fff;
    background-size: auto 102%;
}

.panel-offer .right select {
    width: 30%;
    height: 3.33333rem;
    border: 2px solid #ba0000;
    border-radius: 0.5rem;
    font-size: 1.33333rem;
    background: url("../img/bg-select.jpg") no-repeat scroll right center transparent;
    background-size: 2rem auto;
    padding-right: 2rem;
    padding-left: 0.5rem;
}

.panel-offer .right .form-input {
    width: 100%;
    height: 3.33333rem;
    padding-left: 0.83333rem;
    padding-right: 3.66666rem;
    border: 2px solid #ba0000;
    border-radius: 0.5rem;
    font-size: 1.33333rem;
}

.panel-offer .right .square {
    margin: 1rem 0;
}

.panel-offer .right .square::before {
    content: 'm²';
    position: absolute;
    top: 50%;
    right: 0.83333rem;
    transform: translate(0, -50%);
    font-size: 1.33333rem;
}

.submit-btn {
    width: 100%;
    line-height: 3.333333rem;
    border-radius: 3.333333rem;
    border: 0;
    background-image: linear-gradient(#ce2222, #b50011);
    border: 2px solid #ba0000;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 1rem;
    animation: scale 1s ease infinite;
}

@-webkit-keyframes scale {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
}

.panel-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    z-index: 9999;
    display: none;
}

.panel-popup .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24.6875%;
    padding-top: 3.22916%;
}

.panel-popup .popup img {
    width: 100%;
    display: block;
    margin: auto;
}

.panel-popup .popup .btn-close {
    width: 13%;
    height: 13%;
    position: absolute;
    top: -6.5%;
    right: -6.5%;
    background: url('../img/popup-close.png') center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

@media screen and (max-width:500px) {
    .panel-offer {
        margin: 0 1rem;
        flex-wrap: wrap;
    }
    .panel-offer .right {
        margin-left: 0;
        margin-top: 1.33333rem;
    }
    .panel-offer .left {
        min-width: calc(100% - 1.66666rem *2);
    }
    .panel-popup .popup {
        width: 60%;
    }
}


/* 新品推介 */

.panel-new {
    position: relative;
    overflow: hidden;
}

.panel-new .panel-title {
    padding-top: 1.25rem;
    padding-bottom: 1rem
}

.panel-new .swiper-slide>img {
    width: 100%;
    height: auto!important;
}

.panel-new .swiper-slide .content {
    min-width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem 5%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.panel-new .swiper-slide .content p {
    font-size: 1.25rem;
}

.panel-new .swiper-slide .content div {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 0.5rem;
}

.panel-new .swiper-slide .content img {
    position: absolute;
    top: calc(50% - 1.5rem -0.5rem);
    right: 5%;
    transform: translate(0, -50%);
    width: 2.5rem;
    padding: 1.5rem 1.25rem;
    background: #123456;
    animation: arrow 1s ease infinite;
}


/* 组合 */

.panel-combination {
    display: flex;
    justify-content: space-between;
    margin: 2.5rem 0.5rem;
}

.panel-combination>div {
    width: 50%;
    margin: 0 0.5rem;
}

.panel-combination>div:first-child,
.panel-combination>div div {
    border-radius: 0.5rem;
    overflow: hidden;
}

.panel-combination>div:last-child {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.panel-combination img {
    width: 100%;
}

.panel-combination .panel-title {
    font-size: 1.5rem;
}

.panel-combination .panel-title span {
    font-size: 1rem;
}


/* 定制攻略 */

.panel-strategy {
    overflow: hidden;
    position: relative;
}

.panel-strategy .swiper-slide-next {
    margin-top: -4rem;
}

.panel-strategy .swiper-slide {
    overflow: hidden;
}

.panel-strategy .swiper-slide>img {
    width: 100%;
}

.panel-strategy .swiper-slide>div {
    width: calc(100% - 3rem);
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.72);
    padding: 1.16666rem 1.5rem;
    color: #fff;
    font-size: 1.5rem;
}

.panel-strategy .swiper-slide>div img {
    width: auto;
    height: 1.16666rem;
    display: block;
    padding-top: 2rem;
    animation: arrow 1s ease infinite;
}

@-webkit-keyframes arrow {
    0%,
    100% {
        -webkit-transform: translateX(0.5rem);
    }
    50% {
        -webkit-transform: translateX(-0.5rem);
    }
}

.panel-strategy .swiper-button-next,
.panel-strategy .swiper-button-prev {
    color: #123456;
    width: 3.58333rem;
    height: 3.58333rem;
    border-radius: 3.58333rem;
    border: 2px solid #123456;
    overflow: hidden;
    background: #fff;
    top: inherit;
    bottom: 1rem;
}

.panel-strategy .swiper-button-next {
    right: 43%;
}

.panel-strategy .swiper-button-prev {
    left: 43%;
}

.panel-strategy .swiper-button-next:after {
    content: '>';
    left: 55%;
}

.panel-strategy .swiper-button-prev:after {
    content: '<';
    left: 45%;
}

.panel-strategy .swiper-button-next:after,
.panel-strategy .swiper-button-prev:after {
    font-size: 3.33333rem;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
}


/* 版权 */

.panel-copyright {
    text-align: center;
    color: #fff;
    background: #494949;
    padding: 2.5rem 1rem;
    /* line-height: 1.5rem; */
    color: #e2e2e2;
    font-size: 00.83333rem;
}

.panel-copyright .title {
    color: #fff;
    padding-bottom: 0.2rem;
    /* font-weight: bold; */
    /* font-size: 1.166666666666667rem; */
}

.panel-copyright img {
    height: 1.25rem;
}

.panel-copyright p * {
    display: inline-block;
}


/* 底部导航 */

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background: #fff;
    z-index: 9999;
    border-top: 1px solid #eee;
    font-size: 1.25rem;
    color: #103675;
    padding: 0.5rem 0;
}

.bottom-nav .active {
    color: #103675;
}

.bottom-nav img {
    height: 2.5rem;
    display: block;
    margin: auto;
    /* padding-bottom: 0.2rem; */
}


/* 品牌实力 */

.panel-guide {
    font-size: 1.25rem;
    padding: 1rem 0;
    position: relative;
}

.panel-guide span,
.panel-guide a {
    padding: 0 0.5rem;
    display: inline-block;
}

.introduction-banner {
    width: 100%;
}

.introduction .part-1>img {
    width: 100%;
    z-index: 1;
}

.introduction .part-1>div {
    /* width: 60%; */
    background: #fff;
    padding: 1rem;
}

.introduction .part-1>div div {
    text-indent: 2em;
    font-size: 1.25rem;
}

.introduction .part-1 .title-1,
.part-title .title-1 {
    text-align: center;
    font-size: 2rem;
    position: relative;
}

.introduction .part-1 .title-1 span,
.part-title .title-1 span {
    border-bottom: 1px solid #a6a6a6;
    position: relative;
    padding-bottom: 1.166666rem;
    display: inline-block;
}

.introduction .part-1 .title-1 span::before,
.part-title .title-1 span::before {
    content: '';
    width: 4.16666rem;
    height: 0.35rem;
    background: #a6a6a6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.introduction .part-1 .title-2,
.part-title .title-2 {
    text-align: center;
    /* font-size: 1.25rem; */
    color: #666;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}

.advantage {
    margin: 1rem -1rem 0;
    background: url(/img/advantage-bg.jpg) no-repeat bottom center;
    background-size: cover;
    padding-bottom: 3rem;
}

.advantage>img {
    height: 7.5rem;
    margin: auto;
    display: block;
    padding-top: 3rem;
}

.panel-advantage {
    background: none;
    /* height: 400px;
    margin: 1rem -2rem 0; */
}

.part-title-white .title {
    background: url(../img/img-introduction2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top: 2rem;
    margin-top: 2rem;
}

.part-title-white .title-2 {
    color: #fff;
}

.part-title-white .title-1 span {
    border-color: #FFF;
}

.part-title-white .title-1 span::before {
    background-color: #FFF;
}

.part-2 {
    width: 90%;
    padding: 1rem 0;
}

.part-2 li {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    padding: 1rem 0;
}

.part-2 li span {
    min-width: 6rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: linear-gradient(-90deg, #123354, #174571, #123354);
    text-align: center;
    padding-left: 1rem;
}

.part-2 li span::before,
.part-2 li span::after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 0;
    height: 0;
    border-width: 1.25rem 0 1.25rem 0.625rem;
    border-style: solid;
    border-color: transparent transparent transparent #f7f7f7;
}

.part-2 li span::before {
    left: inherit;
    right: -0.625rem;
    border-color: transparent transparent transparent #123354;
}

.part-2 li b {
    font-size: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    white-space: nowrap;
}

.part-3 {
    background: url(../img/img-introduction4.jpg) no-repeat center;
    background-size: cover;
}

.part-3 .part-title .title {
    background: transparent;
}

.part-3>img {
    width: 80%;
    display: block;
    margin: auto;
}

.part-3>p {
    text-align: center;
    font-size: 1.25rem;
    padding: 2.5rem;
    color: #fff;
}

.part-4 {
    padding-top: 2rem;
}

.part-4>img {
    width: 80%;
    margin: auto;
    display: block;
}

.part-4>p {
    width: 80%;
    margin: auto;
    padding: 3rem 0;
    font-size: 1.25rem;
    color: #434343;
}

.part-5 {
    padding-bottom: 3rem;
    background: url(../img/img-introduction6.jpg) no-repeat center;
    background-size: cover;
}

.part-5>img {
    width: 80%;
}

.part-7>img {
    width: 100%;
}


/* 定制攻略 */

.strategy-content {
    min-height: 30rem;
    margin-top: 2px;
}

.strategy-content ul {
    /* padding: 1rem 0; */
}

.strategy-content .panel-page {
    margin: 0 -1px;
    background: #fff;
}

.strategy-content li {
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    background: #fff;
    color: #999;
}

.strategy-content li>img {
    width: 13rem;
    padding-right: 1rem;
}

.strategy-content li .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.strategy-content .title {
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    color: #666;
}

@media screen and (max-width:1024px) {
    .strategy-nav li::after {
        bottom: 0;
    }
}


/* 定制攻略-详情 */

.strategy-details {
    width: calc(100% - 2rem);
    padding: 2rem 0;
    font-size: 1.25rem;
    margin: auto;
}

.strategy-details .title {
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 1rem;
    font-weight: bold;
}

.strategy-details .title-sub {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1rem;
    padding-bottom: 2.5rem;
    color: #999;
}

.strategy-details .title-sub span {
    padding-bottom: 0.5rem;
}

.strategy-details .title-sub img {
    height: 1.25rem;
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 1rem;
}

.strategy-details .content p {
    margin: 32px 0 0 0;
    line-height: 25px;
    color: #000;
    text-indent: 2em;
}

.strategy-details .content img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

.strategy-details .content p img {
    /* margin-left: -2em; */
}


/* 分页 */

.panel-page {
    justify-content: center;
    padding: 2rem;
}

.panel-page em,
.panel-page span {
    display: inline-block;
    min-width: 3rem;
    min-height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1.25rem;
    color: #666;
    background: #f3f3f3;
    margin: 0 0.375rem;
    cursor: pointer;
    border: 1px solid #f3f3f3;
}

.panel-page em:hover {
    background: #ccc;
    border: 1px solid #ccc;
}

.panel-page span:hover {
    border: 1px solid #103675;
}

.panel-page .active {
    background: #103675;
    border: 1px solid #103675;
    color: #fff;
}


/* 列表 */

.panel-list {
    /* width: 77.52066%; */
    /* margin: auto;
    padding-top: 1.25rem; */
}

.panel-screen {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
    background: #f7f7f7;
    z-index: 9999;
}

.panel-screen select {
    /* width: 31%; */
    border: 0;
    background: #f7f7f7 url(../img/arrow_down_m.png) no-repeat right center;
    background-size: auto 40%;
    padding: 0 2rem;
    font-size: 1.5rem;
    height: 3.5rem;
}

.list {
    padding-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.list li {
    width: 23%;
    margin: 1rem 1%;
    position: relative;
}

.list li .top {
    position: relative;
    cursor: pointer;
}

.list .new::before,
.list .new2::before {
    content: '';
    position: absolute;
    width: 26%;
    height: 32%;
    z-index: 1;
    background: url(../img/icon-new2.png) no-repeat top left;
    background-size: 100% auto;
    top: 0;
    left: 0;
}

.list .new2::before {
    background: url(../img/icon-new.png) no-repeat top left;
    background-size: 100% auto;
    top: -2.5%;
    left: -2.5%;
}

.list li .top img {
    width: 100%;
}

.list li>a,
.strategy-content ul>a {
    position: relative;
    display: inline-block;
}

.list li>a:before,
.list li>a:after,
.strategy-content ul>a::before,
.strategy-content ul>a::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #103675;
    box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9), -4px -4px 5px 0px rgba(255, 255, 255, .9), 7px 7px 20px 0px rgba(0, 0, 0, .2), 4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
    z-index: 999;
}

.list li>a:before,
.list .top:before,
.strategy-content ul>a::before,
.strategy-content li::before {
    height: 0;
    width: 2px;
}

.list li>a:after,
.list .top:after,
.strategy-content ul>a::after,
.strategy-content li::after {
    width: 0;
    height: 2px;
}

.list .top:before,
.list .top:after,
.strategy-content li::before,
.strategy-content li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #103675;
    box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9), -4px -4px 5px 0px rgba(255, 255, 255, .9), 7px 7px 20px 0px rgba(0, 0, 0, .2), 4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
    z-index: 999;
}

.list li:hover>a:before,
.list .top:hover:before,
.strategy-content ul>a:hover li::before,
.strategy-content ul>a:hover::before {
    height: 50%;
}

.list li:hover>a:after,
.list .top:hover:after,
.strategy-content ul>a:hover::after,
.strategy-content ul>a:hover li::after {
    width: 40%;
}

.list li .top p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 1rem);
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.59);
    color: #fff;
    font-size: 1.16666rem;
}

.list li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
}

.list li>p span {
    width: 48%;
    border: 1px solid;
    text-align: center;
    font-size: 1.25rem;
    padding: 0.5rem 0;
    cursor: pointer;
}

.list li>p span:last-child:hover {
    background: #103675;
    color: #fff;
}

.popup-customized {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: saturate(150%) contrast(50%) blur(3px);
    -webkit-backdrop-filter: saturate(150%) contrast(50%) blur(3px);
    background-color: rgba(0, 0, 0, .3);
    z-index: 10000;
    display: none;
}

.popup-customized .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 51.5rem;
    min-width: 20rem;
    background: url(../img/form.png?202207) top center no-repeat;
    background-size: 100% auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.popup-customized #formleft {
    width: calc(60.19417% - 4%);
    padding-left: 4%;
}

.popup-customized #alerttitle3 {
    color: #602b08;
    font-size: 2rem;
    font-weight: 800;
}

.popup-customized .bgtitle {
    padding-bottom: 4%;
}

.popup-customized .close {
    position: absolute;
    top: 10.30724%;
    right: -0.57282%;
    cursor: pointer;
    width: 9%;
    height: 9%;
    cursor: pointer;
    transition: all .8s;
    background: url(../img/form-close.png) center no-repeat;
    background-size: 100% auto;
}

.popup-customized .formtxt {
    color: #602b08;
    font-size: 1.33333rem;
    padding-bottom: 5%;
}

.popup-customized .form-input-has {
    width: calc(80% - 4.08333rem);
    margin: 4% auto 5%;
}

.popup-customized .formbtn {
    width: 60%;
    display: block;
    margin: 10% auto 3%;
    cursor: pointer;
    animation: scale 1s ease infinite;
}

@media screen and (max-width:1030px) {
    .list {
        margin: 0 -0.66666%;
    }
    .list li {
        width: 32%;
        margin: 1rem 0.66666%;
    }
}

@media screen and (max-width:500px) {
    .list {
        margin: 0 1%;
    }
    .list li {
        width: 48%;
        margin: 1rem 0.66666%;
    }
    .popup-customized .form-input-has {
        height: 2.5rem;
        padding-left: 4rem;
        padding-right: 0.5rem;
        margin: 4% auto 2%;
    }
    .popup-customized #alerttitle3 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:320px) {
    .list {
        margin: 0;
    }
    .list li {
        width: 90%;
        margin: 0.5rem 5%;
    }
    .popup-customized #alerttitle3 {
        font-size: 1.5rem;
    }
    .popup-customized .form-input-has {
        margin: 1% auto 2%;
    }
    .popup-customized .formtxt {
        font-size: 1rem;
    }
}


/* 详情页 */

.details-carousel {
    padding-bottom: 2rem;
    /* display: flex;
    justify-content: space-between; */
    z-index: 0;
}

.details-carousel .swiper-container {
    width: 100%;
}

.details-carousel .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top .swiper-slide img {
    /* .gallery-top .swiper-slide video { */
    width: 100%;
}

.gallery-top .swiper-slide .video {
    /* height: 100%; */
    object-fit: fill;
    background-color: #f1f1f1;
}

.gallery-top .swiper-slide video {
    display: none;
    margin: auto;
}

.details-carousel .gallery-top,
.details-carousel .gallery-thumbs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.details-carousel .gallery-thumbs {
    width: calc(100% - 4rem);
    padding: 0 2rem;
    margin-top: 0.5rem;
}

.details-carousel .gallery-thumbs .swiper-slide {
    position: relative;
    border-radius: 5px;
    opacity: 0.5;
    cursor: pointer;
    z-index: 0;
    overflow: hidden;
}

.details-carousel .gallery-thumbs .preview-video {
    position: relative;
}

.details-carousel .gallery-thumbs .preview-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/video-btn.png);
    background-color: rgba(0, 0, 0, 0.2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30% auto;
}

.details-carousel .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.details-carousel .swiper-button-next,
.details-carousel .swiper-button-prev {
    width: 1.5rem;
    height: 100%;
    top: 0;
    right: 0;
    background: #bfbfbf;
    margin: 0;
    color: #103675;
    z-index: 9999;
}

.details-carousel .swiper-button-prev {
    right: inherit;
    left: 0;
}

.details-carousel .swiper-button-next:after,
.details-carousel .swiper-button-prev:after {
    font-size: 2rem;
    position: absolute;
}

.details-carousel .swiper-button-next:after {
    content: '》';
    right: -50%;
}

.details-carousel .swiper-button-prev:after {
    content: '《';
    left: -50%;
}

.details-form {
    padding-top: 2%;
}

.details-form input {
    width: calc(32% - 4.08333rem);
}

.details-form .submit-btn {
    width: 26%;
}

.details-content {
    padding: 4rem 0;
    display: flex;
}

.details-content .left {
    width: 26.52892%;
    margin-right: 1rem;
    background: #eee;
    padding: 2rem;
}

.details-content .right {
    width: calc(100% - 26.52892% - 1rem);
    padding: 2rem;
    background: #eee;
}

.details-content .panel-card {
    padding: 1.75rem 2rem;
    background: #dbdbdb;
    font-size: 1.25rem;
}

.details-content .panel-card img {
    width: 13rem;
    padding-right: 2rem;
}

.details-content .panel-card>div {
    width: calc(100% - 26rem);
    padding-right: 1rem;
}

.details-content .panel-card>div p {
    font-weight: bold;
}

.details-content .panel-card .submit-btn {
    min-width: 10rem;
    width: auto;
    padding: 0 1rem;
}

@media screen and (min-width: 1030px) {
    .details-content .left .panel-title {
        font-size: 2.5rem;
        padding-bottom: 1.333333rem;
    }
    .details-content .left .panel-title span {
        font-size: 1.94rem;
    }
    .details-content .left .list li {
        width: 100%;
        margin: 0 0 2rem;
    }
}

@media screen and (max-width: 500px) {
    .details-form {
        /* flex-direction: column; */
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
    }
    .details-form input {
        width: calc(46% - 4.08333rem - 1.66666rem);
        margin: 0.5rem auto;
    }
    .details-form .submit-btn {
        width: 90%;
        line-height: 3.333333rem;
        border-radius: 3.333333rem;
        font-size: 1.5rem;
    }
    .details-content {
        padding: 2rem 0;
        flex-direction: column-reverse;
    }
    .details-content .right {
        width: calc(100% - 2rem);
        padding: 1rem;
        background: transparent;
    }
    .details-content .panel-card {
        padding: 1rem;
        font-size: 1rem;
        background: #eee;
    }
    .details-content .panel-card img {
        width: 30%;
        padding-right: 1rem;
    }
    .details-content .panel-card>div {
        width: 70%;
        padding-right: 1rem;
    }
    .details-content .panel-card .submit-btn {
        min-width: 8rem;
        line-height: 2.5rem;
        padding: 0 0.5rem;
        font-size: 1.25rem;
    }
    .details-content .left {
        width: calc(100% - 2rem);
        padding: 1rem;
    }
}

.panel-VR {
    width: 100%;
    height: 70vh;
    padding-top: 1rem;
}