.header {
    position: relative;
}

.header-swip {
    width: 100%;
}

.swiper-container .swiper-slide {
    position: relative;
}

.header-swip .swiper-slide {
    width: 100%;
    height: 0;
    padding-bottom: 40.42%;
}

.header-swip .swiper-slide img {
    width: 100%;
}

.swiper-container .swiper-slide:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000, endcolorstr=#4c000000);
    z-index: 100;
}

.contact-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    width: 80%;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
}

.contact-posi {
    width: 30%;
    /* width:25%; */
    height: 0;
    padding-bottom: 30%;
    /* padding-bottom: 25%; */
    min-width: 240px;
    min-height: 260px;
    margin-right: 10%;
}

.contact {

    position: absolute;
    left: 0;
    /* bottom: 10%; */
    background: rgba(0, 0, 0, .3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66000000, endcolorstr=#66000000);
    z-index: 100;
    /*behavior: url(pie.htc);*/
    overflow: hidden;
    border-radius: 1em;
    padding: 2em;
    box-sizing: border-box;
    /* width:25%; */
    width: 30%;
    height: 0;
    /* padding-bottom: 25%; */
    padding-bottom: 33%;
    min-width: 240px;
    min-height: 260px;
    margin-right: 10%;
}

/* .contactAfter */
.contactAfter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: 10%;
    /*behavior: url(pie.htc);*/
    overflow: hidden;
    border-radius: 1em;
    padding: 2em;
    box-sizing: border-box;
    width: 30%;
    height: 0;
    padding-bottom: 30%;
    min-width: 240px;
    min-height: 260px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    filter: url("blur.svg#blur")/*tpa=http://www.inno-inno.com/innokic/css/blur.svg#blur*/;
    /* IE10 */
    -webkit-filter: blur(13.4px) brightness(100%);
    -moz-filter: blur(13.4px) brightness(100%);
    -ms-filter: blur(13.4px) brightness(100%);
    -o-filter: blur(13.4px) brightness(100%);
    filter: blur(13.4px) brightness(100%);

    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    /* IE6~IE9 */
    /* -webkit-filter: blur(13.4px) brightness(100%);
    filter: blur(13.4px) brightness(100%);
    filter: progid:DXImageTransform.Microsoft.Blur(Pixel Radius=5，MakeShadow=false); */
    z-index: 99;
}

.contact-tit {
    font-size: 2.6em;
    color: #fff;
    margin-bottom: 6.84%;
    position: relative;
}

.contact-tit:after {
    position: absolute;
    bottom: -40%;
    left: 0;
    content: '';
    display: inline-block;
    width: 38px;
    height: 2px;
    background: #FF4C4D;
}

.contact-des {
    font-size: 1.8em;
    color: #fff;
    /* text-shadow: 0 2px 2x rgba(0, 0, 0, .4); */
    margin-top: 3%;
    margin-bottom: 4%;
}
/* checkbox */
.checkbox_wrap{
    color: #fff;
    font-size: 1.8em;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.checkbox_wrap input[type=checkbox]{
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #fff;
    border-radius: .2em;
    display: block;
    margin: 0;
    margin-right: .5em;
    outline: none;
    position: relative;
}
.checkbox_wrap input[type=checkbox]::after{
    position: absolute;
    content: "";
    width: 70%;
    height: 40%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%) rotate(-45deg);
    display: none;
}
.checkbox_wrap input[type=checkbox]:checked::after{
    display: block;
}
.checkbox_wrap p{
    margin: 0;
}
.checkbox_wrap a{
    color: #fff;
    text-decoration: underline;
}
/* checkbox end */

.contact-des-1 {
    margin-top: 5%;
    margin-bottom: 5%;
}

.contact-input {
    /* height: 12%; */
    width: 100%;
    height: 0;
    padding-bottom: 13%;
    background: rgba(255, 255, 255, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff);
    /*behavior: url(pie.htc);*/
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 4.85%;
    position: relative;
    font-size: 1.8em;
    box-sizing: border-box;
    position: relative;
}

.contact-input input {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    /* text-align:center; */
    height: 100%;
    width: 100%;
    /*behavior: url(pie.htc);*/
    overflow: hidden;
    border-radius: 6px;
    border: none;
    background: none;
    padding: 0 10px;
    box-sizing: border-box;
}

.input-box {
    position: relative;
    width: 49%;
    height: 0;
    padding-bottom: 13%;
    /* height: 12%; */
    background: rgba(255, 255, 255, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff);
    /*behavior: url(pie.htc);*/
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 4.85%;
    position: relative;
    font-size: 1.8em;
}

.input-box-l {
    float: left;
}

.input-box-r {
    float: right;
}

.input-box input {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 100%;
    width: 100%;
    /*behavior: url(pie.htc);*/
    overflow: hidden;
    border-radius: 6px;
    border: none;
    background: none;
    padding: 0 10px;
}

.input-btn {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FF4C4D;
    border: 1px solid #FF4C4D;
    /*behavior: url(pie.htc);*/
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    box-sizing: border-box;
}

.input-btn-txt {
    height: 1em;
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.contact-btn {
    width: 100%;
    height: 0;
    padding-bottom: 13%;
    color: #fff;
    text-align: center;
    /* height: 12%; */
    background: #FF4C4D;
    /*behavior: url(pie.htc);*/
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
}

.m-contact-btn {
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    height: 36px;
    line-height: 36px;
    background: #FF4C4C;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    z-index: 100;
}
.box-cell {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 2em;
}

.swiper-info {
    width: 58%;
    color: #fff;
    /*text-shadow:  2px 2px 2px #333;*/ 
    -webkit-text-shadow:  2px 2px 2px #333;
    -moz-text-shadow:  2px 2px 2px #333;
    -o-text-shadow:  2px 2px 2px #333;
    -ms-text-shadow:  2px 2px 2px #333; 
    z-index: 1001;
}

.swiper-info .title {
    font-size: 6.8em;
    letter-spacing: 4px;
    color: #fff;
    margin-right: 0px;
}

.swiper-info .info {
    font-size: 3.6em;
}

.hadSub-fullpage {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000, endcolorstr=#4c000000);
    z-index: 1000;
}

.hadSub {
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 240px;
    background: #fff;
    border-radius: 10px;
    z-index: 1000;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1001;
}

.showMsgBox {
    height: 160px;
}

.hadSub-tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.hadSub-tit span {
    color: green;
}

.hadSub-txt {
    margin-bottom: 30px;
    font-size: 14px;
}

.showMsg {
    color: red;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.hadSub-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 88%;
    margin: 0 auto;
    border: 1px solid #aaa;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}

.m-more-txt {
    width: 120px;
    padding: 6px 0px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    /*behavior: url(pie.htc);*/
    overflow: hidden;
    border-radius: 4px;
    letter-spacing: 2px;
    border: 1px solid #897D83;
}

.button-prev-other,
.button-next-other {
 /*   bottom: 20px !important;
    width: 30px !important;
    height: 30px !important;*/
}

.button-next-other {
    right: 10px !important;
}

.button-prev-other {
    left: 10px !important;
}

.product-img {
    height: 0;
    padding-bottom: 63%;
}

.social-img {
    height: 0;
    padding-bottom: 154%;
}

.activity-img {
    height: 0;
    padding-bottom: 74.4%;
}

.recommend-img {
    height: 0;
    padding-bottom: 100%;
}



/* 媒体查询 */

@media screen and (max-width:767px) {
    .header-swip .swiper-slide {
        padding-bottom: 88%;
    }

    .swiper-info {
        position: absolute;
        width: 92%;
        top: 20%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .swiper-info .info {
        font-size: 1em;
    }

    .swiper-info .title {
        font-size: 2em;
        letter-spacing: 0;
        margin-bottom: 1em;
    }
}
