/* 公共样式 */
.common-h2 {
    font-weight: bold;
    font-size: max(0.6rem, min(26px));
    color: #000;
    line-height: 1.3;
    text-align: center;
}

.common-desc {
    font-size: max(0.2rem, min(16px));
    font-weight: 500;
    color: #636363;
    text-align: justify;
    line-height: 1.5;
}

.show-pc {
    display: block;
}

.show-app {
    display: none;
}

.w1400 {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
}



@media only screen and (max-width:1000px) {
    .show-pc {
        display: none;
    }

    .show-app {
        display: block;
    }

    .common-h2 {
        font-size: 26px;
    }
}

.bg-f8 {
    background-color: #f8f8f8;
}

.bg-white {
    background-color: #fff;
}

/* 覆盖原页面样式 */
.arowana-form .arowana-form-tit {
    color: #000;
}

.arowana-form .arowana-form-list ul li label {

    color: #333;

}
.arowana-form-list input:-internal-autofill-selected{
    background: #eee;
}
.arowana-form .arowana-form-list .arowana-form-input{
    background-color: #eee;
}
.arowana-form .arowana-form-text{
    background: #eee;
    color: #333;
}
.arowana-form .arowana-form-sele select{
    background: #eee;
    color: #333;
    border: 1px solid #eee;
}
.arowana-form .arowana-form-sele::after{
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
}

.arowana-form .arowana-form-check span{
    color: #666;
}
.arowana-form .arowana-form-sub{
    border: 1px solid #d1cece;
    color: #333;
}
.arowana-form .arowana-form-checked{
    background: #eee;
    border: 1px solid #d1cece;
}
.arowana-form .arowana-form-list .arowana-form-input{
    color: #333;
}

.application-spe .flightxfj-list-pcmenu{
    background: #fff;
    border-bottom: 1px solid #eee;
}

.application-spe .flightxfj-list-pcmenu .flightxfj-list-menuLeft h3, .application-spe .flightxfj-list-pcmenu .flightxfj-list-menuRight a{
    color:#333;
}
.flightxfj-list-mobilemenuaName{
    color: #333;
}

.flightxfj-list .flightxfj-list-mobilemenuaName img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.flight-jh .flight-jh-clause input:checked::after, .arowana-form .arowana-form-checked:checked::after, .check .arowana-form-checked:checked::after {
    content: "✓";
}











/* banner */
.new-nest .banner {
    width: 100%;
    height: auto;
    position: relative;
}

.new-nest .banner>img {
    width: 100%;
    height: auto;
}

.new-nest .banner .bannerbox {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    top: 0.8rem;
}

.new-nest .banner .bannerbox .common-h2 {
    margin-bottom: 10px;
}

.new-nest .banner .bannerbox .banner-tit2 {
    color: #222;
    font-size: max(0.36rem, min(20px));
    text-align: center;
}

@media only screen and (max-width:1000px) {}


/* nest-part1 */
.nest-part1 {
    padding: 2rem 0;
}

.nest-part1 .summary {
    max-width: 1140px;
    margin: 0 auto 1.2rem;
    font-size: max(0.24rem, 18px);
    color: #666;
    line-height: 1.6;
    text-align: center;
}

.nest-part1 .grid-box {
    max-width: 1140px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.74rem 0.8rem;
    margin: 0 auto;
}

.nest-part1 .grid-box .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nest-part1 .grid-box .item img {
    width: 0.96rem;
    height: 0.96rem;
    margin-bottom: 10px;
}

.nest-part1 .grid-box .item .txt {
    font-size: max(0.18rem, min(16px));
    color: #202020;
    line-height: 1.4;
    text-align: center;
    font-style: normal;
    font-weight: 600;
}

@media only screen and (max-width:1000px) {
    .nest-part1 {
        padding: 1.2rem 0;
    }

    .nest-part1 .summary {
        text-align: justify;
    }

    .nest-part1 .grid-box {
        max-width: 80%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem 1.2rem;
        margin: 0 auto;
    }
}

/* nest-part2 */
.nest-part2 {
    padding: 1.2rem 0 1.56rem;
}

.nest-part2 .common-h2 {
    text-align: left;
    margin-bottom: 8px;
}

.nest-part2 .common-desc {
    margin-bottom: 0.4rem;
}

.nest-part2 .decration-img {
    margin-bottom: 0.6rem;
}

.decration-img .show-pc {
    width: 100%;

}

.decration-img img {
    width: 100%;
}

.nest-part2 .decration-img img {
    width: 100%;
}

.nest-part2 .grid-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.nest-part2 .grid-box .item {
    margin-top: 20px;
}

.nest-part2 .grid-box .box1 {
    width: 625px;
}

.nest-part2 .grid-box .box2 {
    width: 460px;
}

.nest-part2 .grid-box .item .tit {
    font-size: max(0.34rem, min(22px));
    font-weight: bold;
    color: #000;
    margin-bottom: 18px;
}

.nest-part2 .grid-box .item .common-desc {
    text-align: left;
}

.nest-part2 .tabbox {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #959595;
}

.nest-part2 .tabbox .tit {
    position: relative;
    font-size: 20px;
    width: 50%;
    text-align: center;
    padding: 15px;
    color: #6666664a;
    font-weight: bold;
}

.nest-part2 .tabbox .tit.on{
    color: #000;
}

.nest-part2 .show-app .showbox .common-desc{
    font-size:20px;
    color:#000;
    font-weight:bold;
}

.nest-part2 .tabbox .tit.on::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0;
}

.nest-part2 .showbox p {
    display: none;
    margin-top: 0.48rem;
    margin-bottom: 0;

}

.nest-part2 .showbox p.on {
    display: block;
}

@media only screen and (max-width:1000px) {
    .pos-cont3 .common-desc {
        color: #324A66;
        font: bold;
    }
}





/* nest-part3 */

.nest-part3 {
    position: relative;
}

.nest-part3 .decration-img {
    width: 100%;
}

.nest-part3 .decration-img img {
    width: 100%;
    height: auto;
}


.nest-part3 .pos-cont3 {
    padding-top: 1.2rem;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.nest-part3 .pos-cont3 .common-h2 {
    margin-bottom: 8px;
    text-align: left;
}

.nest-part3 .pos-cont3 .common-desc {
    width: auto;
}

@media only screen and (max-width:1000px) {}

/* .nest-part4 */
.nest-part4 {
    padding: 1.2rem 0 1.4rem;
}

.nest-part4 .common-h2 {
    text-align: left;
    margin-bottom: 8px;
}

.nest-part4 .common-desc {
    margin-bottom: 0.84rem;
}


/* nest-part5 */
.nest-part5 {
    position: relative;
}

.nest-part5 .pos-cont5 {
    padding-top: 1.2rem;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.nest-part5 .pos-cont5 .common-h2 {
    margin-bottom: 8px;
    text-align: left;
}

.nest-part5 .pos-cont5 .common-desc {
    width: auto;
}
.nest-part5 .pos-cont5 .common-desc .bold{
    font-size:max(0.24rem,min(18px));
    font-weight: bold;
    color: #000;
}
/* nest-part6 */
.nest-part6 {
    position: relative;
}

.nest-part6 .pos-cont6 {
    padding-top: 1.2rem;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.nest-part6 .pos-cont6 .common-h2 {
    margin-bottom: 8px;
    text-align: left;
}

.nest-part6 .pos-cont6 .common-desc {
    width: auto;
}

@media only screen and (max-width:1000px) {}

/* nest-part7 */
.nest-part7 {
    padding-top: 1.2rem;
}

.nest-part7 .common-h2 {
    margin-bottom: 8px;
    text-align: left;
}

.nest-part7 .common-desc {
    margin-bottom: 10px;
}

.beizhu {
    font-size: max(0.16rem, min(12px));
    color: #999;
}

.nest-part7 .beizhu {
    font-size: max(0.16rem, min(12px));
    color: #999;
    margin-bottom: 0.85rem;
}

.nest-part7 .decration-img {
    padding: 0 5%;
}

/* nest-part8 */
.nest-part8 {
    padding: 1.2rem 0 0.95rem;
}

.nest-part8 .common-h2 {
    margin-bottom: 8px;
    text-align: left;
}

.nest-part8 .common-desc {
    margin-bottom: 0.92rem;
    text-align: left;
}

.nest-part8 .decration-img {
    width: 100%;
    padding: 0 7%;
}

.nest-part8 .decration-img img {
    width: auto;
    height: auto;
}

/* .nest-part9 */

.nest-part9 {
    position: relative;
}

.nest-part9 .pos-cont9 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1.2rem 0 0;
}

.nest-part9 .pos-cont9 .common-h2 {
    margin-bottom: 8px;
}

.nest-part9 .pos-cont9 .common-desc {
    width: auto;
    text-align: center;
}

.nest-part9 .decration-img {
    width: 100%;
    height: auto;
}


@media only screen and (max-width:1000px) {
    
.nest-part9 .pos-cont9 .common-h2 {
   text-align: left;
}

.nest-part9 .pos-cont9 .common-desc {
   text-align: left;
}

}

.nest-part10 {
    padding: 1.2rem 0;
}

.nest-part10 .common-h2 {
    margin-bottom: 1rem;
}

.nest-part10 .grid-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.nest-part10 .grid-box .item .imgbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nest-part10 .grid-box .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

/* .nest-part10 .grid-box .item:hover .imgbox img {
    transform: scale(1);
} */

.nest-part10 .grid-box .item .common-desc {
    margin-top: 20px;
    text-align: center;
}

@media only screen and (max-width:1000px) {
    .nest-part10 .grid-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .nest-part10 .grid-box .item .imgbox {
        border-radius: 0.1rem;
    }

    .nest-part10 .grid-box .item .common-desc {
        margin-top: 12px;
    }
    .nest-part10 .common-h2 {
       text-align: left;
    }
    
}





@media only screen and (max-width:1000px) {}

@media only screen and (max-width:1000px) {}