@font-face {
    font-family: "Butler";
    src: url(../fonts/Butler-Regular-13.otf);
}

@font-face {
    font-family: "Hubot";
    src: url(../fonts/Hubot-Sans\ SemiBold\ Narrow_zitidi.com.ttf);
}


@font-face {
    font-family: "FZZZ";
    src: url(../fonts/FZZZHUNHJW.TTF);
}

@font-face {
    font-family: "JingNan";
    src: url(../fonts/JingNanJunJunTi-JinNanJunJunTi-Bold-2.ttf);
}

@font-face {
    font-family: "ZiTiQuan";
    font-weight: 500;
    src: url(../fonts/ZiTiQuanWeiJunHei-W1-2.ttf);
}

@font-face {
    font-family: "ZiTiQuan";
    font-weight: 600;
    src: url(../fonts/ZiTiQuanWeiJunHei-W2-2.ttf);
}


/* =====================================================================公共 */



/*滚动条宽高及背景*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: fff;
    border-radius: 0px;
}

/*滑块*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #8e8e8f;
}

/*两端按钮*/
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}

/*右下角汇合处样式*/
::-webkit-scrollbar-corner {
    background: khaki;
}


/*  */


.inner {
    width: 96%;
    margin: 0 auto;
}

.innerN {
    width: 84%;
    margin: 0 auto;
}

.padd {
    padding: 98px 0;
}


/*  */
.More {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.More a {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 80px;
    background: #020202;
    color: #fff;
}

.More a img {
    width: 12px;
    margin-left: 100px;
}

@keyframes yb {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}


.More a:hover .img1 {
    display: block;
}

.More a:hover .img2 {
    display: none;
}


.More.white a {
    color: #073190;
    background: #fff;
}

.More.white a:hover {
    background: none;
}

.More.white a:hover .img2 {
    display: block;
}

.More.white a:hover .img1 {
    display: none;
}


/* == */

.Tit {
    margin-bottom: 68px;
    position: relative;
    z-index: 2;
}


.Tit b {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #999;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
}

.Tit i {
    display: block;
    width: 1px;
    height: 80px;
    background: #eee;
    margin: 0 30px;
}

.Tit span {
    display: inline-block;
    font-size: 52px;
    line-height: 1.4;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}


.Tit p {
    padding-top: 20px;
    font-size: 18px;
    color: #444;
}

.Tit.center {
    text-align: center;
}

.Tit.white span,
.Tit.white b,
.Tit.white p {
    color: #fff;
}

.Tit.flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.headIpt {
    flex: 1;
    margin: 0 20px;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.68); */
    background: #fff;
    border-radius: 50px;
    padding: 12px 20px;
}

.headIpt input {
    width: 100%;
    background: none;
}

.headIpt svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.hNavR {
    display: flex;
    align-items: center;
}

.hNavR a {
    margin-left: 10px;
}

.hNavR>a {
    display: inline-block;
    border-radius: 50px;
    padding: 8px 15px;
    background: #fff;
    font-size: 14px;
}

.hNavR a.gwc {
    color: #fff;
    background: #ed1d24;
}

.footer {
    width: 100%;
    height: 50vh;
    background: #111;
    position: fixed;
    left: 0;
    bottom: 0;
}

.footBox {
    width: 100%;
    padding: 0 2%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footerTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footerTop p {
    width: 32%;
    color: #fff;
    font-family: "Hubot";
    font-size: 36px;
    line-height: 1.4;
}

.footerTop .footerNum {
    width: calc(68% - 10px);
    color: #fff;
    font-size: 210px;
    font-weight: 600;
    line-height: 1;
    text-align: right;
}

.footerBot {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.footerL {
    width: 32%;
    padding: 30px 0 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.footS span,
.footS a {
    color: #fff;
    font-size: 16px;
    font-family: "Hubot";
}

.footS svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.footS svg path {
    fill: #fff;
}

.footS .footPhone {
    margin-left: 10px;
}


.footerR {
    width: calc(68% - 10px);
    padding: 30px 0 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    display: flex;
    justify-content: space-between;
}

/* 下一步按钮 */

.indNext {
    display: flex;
    padding: 12px 25px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .9);
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 999;
}

@keyframes upDown {
    0% {
        transform: rotate(-15deg) translate(0);
    }

    50% {
        transform: rotate(-15deg) translate(5px, 2px);
    }

    100% {
        transform: rotate(-15deg) translate(0);
    }
}

.indNext svg {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    transform: rotate(-15deg);
    animation: upDown 2s linear infinite;
}

.indNext span {
    font-size: 16px;
    display: block;
}

/*  */

.indNext:hover {
    background: #ed1d24;
}

.indNext:hover span {
    color: #fff;
}

.indNext:hover svg path {
    fill: #fff;
}


/* end */




@media(max-width: 1800px) {
    .footerTop .footerNum {
        font-size: 200px;
    }
}

@media(max-width: 1680px) {
    .indCaseTit span {
        font-size: 68px;
    }

    .footerTop .footerNum {
        font-size: 168px;
    }
}

@media(max-width: 1480px) {

    .footerTop .footerNum {
        font-size: 148px;
    }

    /*  */

    .indCaseUl li a span {
        font-size: 18px;
    }

    /*  */

    .indCaseTit {
        margin-bottom: 30px;
    }

    .indCaseTit span {
        font-size: 60px;
    }

    .indCaseTit b {
        font-size: 20px;
    }

    .indCaseIpt {
        margin-bottom: 25px;
    }

    .indCaseItem {
        width: calc(50% - 60px);
        margin-right: 60px;
        margin-bottom: 80px;
    }

    /*  */

    .indCaseText span,
    .indCaseText p {
        font-size: 21px;
    }

    .indCaseText span.hover {
        font-size: 20px;
    }

}

@media(max-width: 1368px) {

    .footerTop .footerNum {
        font-size: 128px;
    }

    /*  */

    .indCaseTit span {
        font-size: 58px;
    }

    /*  */

    .hLogo img {
        width: 120px;
    }

    .hNav ul li a {
        padding: 0 20px;
        margin: 15px 20px;
        font-size: 16px;
    }

    /*  */

    .indCase {
        padding: 40px 0;
    }

    .inSbtn {
        width: 60px;
    }

    .indCaseItem:hover .inSbtn {
        height: 60px;
    }
}

@media(max-width: 1200px) {

    .footerTop .footerNum {
        font-size: 108px;
    }

    /*  */
    .indCaseTit span {
        font-size: 48px;
    }

    .indCaseIpt {
        margin-bottom: 20px;
    }

    /*  */

    .indCaseItem {
        width: calc(50% - 40px);
        margin-right: 40px;
        margin-bottom: 60px;
    }
}

@media(max-width: 1024px) {

    .footerTop .footerNum {
        font-size: 98px;
    }

    /*  */

    .hNav {
        display: none;
    }

    /*  */

    .indCaseUl li a {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .indCaseUl li a span {
        font-size: 16px;
    }

    /*  */

    .indCaseText span,
    .indCaseText p {
        font-size: 18px;
    }

    .indCaseText span.hover {
        font-size: 18px;
    }
}

@media(max-width: 900px) {

    /* .indBox{
        margin-bottom: 50vh;
    }

    .footer{
        height: 50vh;
    } */

    .footerTop .footerNum {
        font-size: 78px;
    }

    /*  */

    .indCaseIpt input {
        width: 150px;
    }

    .indCase {
        padding: 30px 0;
    }

    .indCaseTit span {
        font-size: 42px;
    }

    /*  */

}

@media(max-width: 768px) {

    .headIpt {
        display: none;
    }

    .hNavR>a {
        font-size: 12px;
        line-height: 1.2;
    }

    .indChange {
        padding: 75px 0 20px;
    }

    .indChangeBox .swiper-slide span {
        padding: 10px 20px;
        font-size: 14px;
    }

    .menu_s {
        width: 42px;
        height: 42px;
    }

    .indChange .prev, .indChange .next {
        width: 42px;
        height: 42px;
    }

    .indChange_a svg {
        width: 20px;
        height: 20px;
    }

    .footerTop .footerNum {
        font-size: 68px;
    }

    /*  */

    .indCaseItem {
        width: 100%;
        margin-right: 0;
    }

    .indCaseItem.big {
        width: 100%;
    }

    /* 下一步按钮 */

    .indNext {
        padding: 10px 20px;
    }

    .indNext span {
        font-size: 14px;
    }

    .indNext svg {
        width: 24px;
        height: 24px;
    }
}

@media(max-width: 680px) {

    .footerTop p {
        display: none;
    }

    .footerTop .footerNum {
        width: 100%;
        font-size: 60px;
        text-align: center;
    }

    .footerBot {
        flex-wrap: wrap;
    }

    .footerL {
        width: 100%;
        padding: 30px 0 15px;
    }

    .footerR {
        width: 100%;
        padding: 0px 0 25px;
        border-top: none;
    }

    /*  */

    .indCase {
        padding: 20px 0 30px;
    }

    /*  */

    .indCaseTit {
        flex-wrap: wrap;
    }

    .indCaseBox {
        padding-right: 0;
    }

    .indCaseItem {
        margin-right: 0;
        margin-bottom: 40px;
    }

    /*  */

    .indCaseIpt {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;

        display: none;
    }

    .indCaseIpt input {
        width: calc(100% - 30px);
    }

    /*  */

    /* .indCaseUl {
        display: none;
        position: initial;
    }

    .indCaseUl_m {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .indCaseUl li a {
        padding: 0 12px;
        text-align: center;
    } */

    .upS.hover {
        display: none;
    }

    .indCaseXq {
        top: 0;
    }


    /* 内页nav */

    .orderNav.onea::before{
        display: none;
    }

}

#cart {
    display: none;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;

    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    right: 0;
    top: 0;
}

#ball {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(15px, -50%);
    z-index: 9;
    color: #fff;
}



/* 内页公共 */

.orderNav {
    border-bottom: 1px solid #333;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
    position: relative;
}

.orderNav.two::before {
    content: '';
    width: 83%;
    height: 2px;
    border-bottom: 2px solid #111;
    position: absolute;
    left: 0;
    bottom: 0;
}


.orderNav a {
    font-size: 30px;
    color: #666;
    flex: 1;
    display: block;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.orderNav a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #666;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    background: #f7f3f1;
}

.orderNav a.on {
    color: #333;
    font-weight: 600;
    font-size: 36px;
}

.orderNav a.on::after {
    background: #111;
}

/* 缺审页 */

.hidePage {
    width: 100%;
    height: 100%;
    min-height: 50vh;
    position: relative;
}

.hidePageText {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hidePageText img {
    width: 200px;
    margin-bottom: 20px;
}

.hidePageText p {
    font-size: 16px;
    color: #999;
}