body {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.swiper-container {
    overflow: hidden;
}

.swiper-wrapper img {
    width: 100%;
    height:100%;
    text-align: center;
    display: block;
}

.swiper-pagination {
    width: 100%;
    margin-top:15px;
}

.swiper-pagination-bullet {
    margin: 0 3px;
    width: 0.4rem !important;
    background: red !important;
    border-radius: 5px;
}

.swiper-pagination-bullet-active {
    background: #f4d28b !important;
}

.container {
    min-width: 1200px;
    max-width: 100%;
    padding-bottom: 0;
    margin: 0;
    background-color: white;
    position: relative;
}

.aimg{
    width:100%;
    height:auto;
    text-align:center;
}

.timg {
    width: 1200px;
    margin-left: calc(50% - 600px);
    padding: 20px 0;
}

img {
    width: 100%;
    height: auto;
}

.gongneng{
    width:100%;
}


.one-a{
    max-width:100%;
    position:relative;
    /*display:flex;*/
    justify-content:center;
}

.gongneng{
    max-width:760px;
    display:flex;
    justify-content:space-between;
/*    position:absolute;
    bottom:0;*/
margin:auto;
}

    .gongneng div {
        width: 114px;
        line-height: 40px;
        background: -webkit-linear-gradient(left, #c40303,#fd5e5e);
        background: -o-linear-gradient(left,#c40303, #fd5e5e);
        background: -moz-linear-gradient(left,#c40303, #fd5e5e);
        background: -ms-linear-gradient(left,#c40303, #fd5e5e);
        border-radius:20px;
        font-size:25px;
        color:white;
        text-align:center;
        cursor:pointer;
    }

.swi{
    width:1200px;
    position:absolute;
    bottom:20px;
}

.zhiliang{
    width:1200px;
    margin-left:calc(50% - 600px);
    margin-top:50px;
}

.asd{
    width:100%;
    height:auto;
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}

.custom-made {
    width: 50%;
    padding-top:50px;
}

    .custom-made .item {
        width: 70%;
        font-size: 16px;
        height: 41px;
        border: none;
        display: block;
        margin: 0 auto;
        margin-top: 0.24rem;
        position: relative;
        z-index: 1;
    }

        .custom-made .item p {
            position: absolute;
            top: 6px;
            right: 1%;
            line-height: 24px;
            font-size: 12px;
            color: #8d8d8d;
        }

        .custom-made .item input {
            width: 100%;
            font-size: 12px;
            height: 100%;
            text-indent: 10px;
            border: 1px solid #858286;
            /*border-radius: 5px;*/
            outline: none;
        }

        .custom-made .item img {
            width: 100%;
        }

.zxfg {
    width: 100%;
    font-size: 12px;
    height: 100%;
    text-indent: 7px;
    border: 1px solid #858286;
    /*border-radius: 5px;*/
    outline: none;
}

.swi-img{
    width:50%;
}


/*#tc {
    display: none;
    position: fixed;
    z-index: 600;
    top: calc(50% - 165px);
    width: 480px;
    left: calc(50% - 240px);
    background: #dc1e21;
    padding: 20px 0;
    border-radius: 10px;
}
.tc-a {
    width: 100%;
    height: auto;
    text-align: center;
}

    .tc-a img {
        width: 361px;
        height: auto;
    }

.tc-b {
    width: 100%;
    height: auto;
    top: 20%;
}

.tc-b .item{
    width:380px;
    margin-left:calc(50% - 190px);
}*/
.zxtc {
    position: fixed;
    top: calc(50% - 335px);
    left: 0;
    z-index: 15;
}

    .zxtc .lq {
        width: 200px;
        height: 515px;
    }
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes hongbao {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(-9deg);
    }

    50% {
        transform: rotate(0);
    }

    75% {
        transform: rotate(9deg);
    }

    100% {
        transform: rotate(0);
    }
}

@-webkit-keyframes hongbao {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(-9deg);
    }

    50% {
        transform: rotate(0);
    }

    75% {
        transform: rotate(9deg);
    }

    100% {
        transform: rotate(0);
    }
}

@-o-keyframes hongbao {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(-9deg);
    }

    50% {
        transform: rotate(0);
    }

    75% {
        transform: rotate(9deg);
    }

    100% {
        transform: rotate(0);
    }
}

@-moz-keyframes hongbao {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(-9deg);
    }

    50% {
        transform: rotate(0);
    }

    75% {
        transform: rotate(9deg);
    }

    100% {
        transform: rotate(0);
    }
}


#free {
    background: -webkit-linear-gradient( top,#ec3000,#ffae39 );
    background: -moz-linear-gradient(top, #ec3000 0%, #ffae39 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec3000), color-stop(100%,#ffae39));
    background: -webkit-linear-gradient(top, #ec3000 0%,#ffae39 100%);
    background: -o-linear-gradient(top, #ec3000 0%,#ffae39 100%);
    background: -ms-linear-gradient(top, #ec3000 0%,#ffae39 100%);
    background: linear-gradient(to bottom, #ec3000 0%,#ffae39 100%);
    width: 26%;
    margin-left: 37%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 25px;
    font-size: 20px;
    font-weight: bold;
}

.wrap {margin:50px auto; width:1180px; height:600px;  overflow:hidden;}
.pic {width:910px; height:600px; cursor:pointer;}
.pic1 {background:url('../img/3-4.png'); position:absolute; top:0; left:0; z-index:1; background-size:100% 100%;}
.pic2 {background:url('../img/3-3_1.png'); position:absolute; top:0; left:910px; z-index:3; background-size:100% 100%;}
.pic3 {background:url('../img/3-2.png'); position:absolute; top:0; left:1000px; z-index:5; background-size:100% 100%;}
.pic4 {background:url('../img/3-1.png'); position:absolute; top:0; left:1090px; z-index:7; background-size:100% 100%;}

.prov, .next {
    width: 60px;
    height: 60px;
    outline: none;
}
    .prov img, .next img{
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }

    .ban {
        display: flex;
        vertical-align: middle;
        justify-items: center;
        align-items: center;
    }

.ljyy {
    position: absolute;
    top: 88%;
    left: 38vw;
    background: #b10d0d;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 12px 28px;
}

.box {
    width: 90%;
    position: fixed;
    z-index: 501;
    margin: auto;
    left: calc((100% - 530px) / 2);
    top: 25%;
}

.one-bb {
    background-color: white;
    padding: 40px;
    width: 530px;
}

.item {
    width: 100%;
    font-size: 16px;
    height: 50px;
    /*height: 40px;*/
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

    .item p {
        position: absolute;
        top: 12px;
        right: 4%;
        line-height: 24px;
        font-size: 12px;
        color: #8d8d8d;
        border: none;
    }

    .item input, .item select {
        width: 100%;
        font-size: 14px;
        height: 100%;
        text-indent: 10px;
        border: 1px solid #858286;
        /*border-radius: 5px;*/
        outline: none;
        background: #FFF !important;
    }

    .item img {
        width: 100%;
    }

.item_txt {
    width: 100%;
    height: auto;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
}

    .item_txt img {
        width: 60%;
    }

.item_btn {
    background: #b10d0d;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient( to right,#ff1313, #fea9a9);
    font-size:20px;
}