.container {
    width: 1550px;
    padding: 0 15px;
}
.titl {
    color: #000;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.h-100 {
    height: 100%;
}
.bold {
    font-weight: bold;
}
.giftBtn{
    background-color: var(--color);
    position: relative;
    color: #fefefe;
    padding: 13px 16px;
}
.giftBtn .por {
    z-index: 2;
}
.giftBtn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    background-color: #000;
    opacity: 0;
}
.giftBtn:hover::after {
    width: 100%;
    opacity: 1;
}
.gift-header {
    height: 90px;
    background-color: #fff;
    color: #090909;
}
.gift-header .container .right span{
    line-height: 20px;
} 
.gift-header .container a.logo img {
    filter: invert(1);
}
.gift-header .container .right .phone {
    border-right: 1px solid #e0e0e0;
}
.gift-banner{
    position: relative;
    z-index: 2;
        background: #f3f3f3;
}
.gift-banner .container{
    z-index: 3;

}
.gift-banner::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,rgba(0, 0, 0, .4),rgba(0, 0, 0, 0));
    display: none;
}
.gift-banner .bg {
    min-height: 650px;
    object-fit: cover;
    object-position: center;
    width: 50%;
    display: block;
    margin: 0 0 0 auto
}
.gift-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*color: #ffffff;*/
}
.gift-banner .container .titl {
    /*color: #ffffff;*/
    line-height: 1;
}
.gift-banner .container .txt {
    line-height: 1.875;
    width: 620px;
}
.gift-banner .container .txt span{
    font-weight: bold;
}
.gift-body .init-1 .container .line {
    width: 100%;
    border-bottom: 2px dashed #b8b7b7;
}
.gift-body .init-1 .left {
    width: 31%;
}
.gift-body .init-1 .left img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.gift-body .init-1 .right {
    width: 63%;
    color: #070707;
}
.gift-body .init-1 .right .titl {
    color: #070707;
}
/*.gift-body .init-1 .right p.txt {
    color: var(--color);
}*/
.gift-body .init-2 .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div{
    height: auto;
}
.gift-body .init-2 ul.lists {
    /*margin: 0 -50px;*/
    margin: -20px;
}
.gift-body .init-2 ul.lists li {
    /*padding: 0 50px 50px;*/
    width: 31%;
    padding: 20px;
}
.gift-body .init-2 ul.lists li .list {
    width: 100%;
    height: 100%;
    position: relative;
}
.gift-body .init-2 ul.lists li .list .txt{
    height: 6em;
    overflow-y: auto;
}
.gift-body .init-2 ul.lists li .list .img-box{
  border: 1px solid #dddddd;
}
.gift-body .init-2 ul.lists li .btnBox {
    bottom: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
.gift-body .init-2 ul.lists li .txt:hover {
    color: var(--color);
}
.gift-body .init-2 ul.lists li .giftBtn {
    padding: 8px 19px;
    color: #fefefe;
}
.gift-body .init-2 .detBg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 20;
    background-color: rgba(0, 0, 0, .5);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    justify-content: center;
    align-items: center;
    display: none;
}
.gift-body .init-2 .detBg.active {
    display: flex;
}
.gift-body .init-2 .detBg .detBox {
    padding: 40px;
    background-color: #fff;
    border-radius: 25px;
    width: 70vw;
    height: 60vh;
    position: relative;
}
.gift-body .init-2 .detBg .detBox .close {
    width: 35px;
    height: 35px;
    background-color: var(--color);
    border-radius: 7px;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(110%);
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    line-height: 1.7;
}
.gift-body .init-2 .detBg .detBox .close:hover {
    opacity: 1;
}
.gift-body .init-2 .detBg .detBox .det_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    overflow-y: auto;
    height: 100%;
}
.gift-body .init-2 .detBg .detBox .det_item .line{
    border-bottom: 1px solid #b8b7b7;
}
.gift-body #index-body .about .right .rg{
    width: 124%;
}
.gift-body #index-body .about{
    background-color: #ffffff;
}
.gift-body #index-body .about .left{
    color: #000000;
}
.gift-body #index-body .about .right ul{
    left: 5px;
}
 .m-page {
  margin-top: 40px;
  text-align: center;
}

 .m-page a,
 .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}

 .m-page span.current,
 .m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}
.gift-body .init-3 img.img {
    display: block;
    margin: auto;
}
.gift-body .init-3 .about .left{
    color: #000;
}
.gift-body .init-3 .about .left .titl {
    color: #000;
    line-height: 1.6;
}
.gift-body .init-3 .about .right ul li {
    border-left: 3px solid var(--color);
}
.gift-body .init-3 .about .right ul li .txt {
    color: #1b1b1b;
    line-height: 1 !important;
}
.gift-body .init-3 .about .right ul li.color .num {
    color: var(--color);
}

.gift-body .init-4 .left {
    width: 45%;
}
.gift-body .init-4 .right {
    width: 55%;
}
.gift-body .init-4 .right .line{
        width: 100px;
    height: 2px;
    background-color: var(--color);
}
.gift-body .init-4 .right ul{
    font-size: 18px;
}
.gift-body .init-4 .right ul .t1{
    margin-bottom: 5px;
    font-weight: bold;
}
.gift-body .init-4 .right ul .t1 span{
    color: red;
    font-style: italic;
}
.gift-body .init-4 .right ul .txt{
   padding-left: 1.6em;
   line-height: 2;
}

.gift-body .init-5 .left .lists .colorTxt {
    line-height: 1.25;
}
.gift-body .init-5 .left .lists {
    color: #0f0f0f;
}
.gift-body .init-6 {
    background-image: url('../images/giftInit-6Bg.jpg');
}
.gift-body .init-6 .faq-page{
    position: relative;
    z-index: 3;
    color: #ffffff;
    width: 55%;
}
.gift-body .init-6 .faq-page .right ul li .h4{
    font-size: 20px;
}
.gift-body .init-6 .faq-page .right{
    width: 100% !important
}

.gift-body .init-6 img.Rbg {
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}
.gift-body .init-6 .form {
    width: 45%;
    max-width: 470px;
    margin-left: auto;
    z-index: 3;
    color: #fff;
}
.gift-body .init-6 .form .colorF {
    color: #fff;
}
.gift-body .init-6 .form form {
    width: 100%;
}
.gift-body .init-6 .form form input,.gift-body .init-6 .form form button {
    width: 100%;
}

.gift-body .init-6 .form form input {
    padding-left: 25px;
    background:none;
    color: #fff;
    padding-top:17px;
    padding-bottom: 17px; 
    border: 1px solid #fff;
}
.gift-body .init-6 .form form input::placeholder {
    color: #fff;
}
.gift-body .init-6 .form form button {
      display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    color: #000000;
    padding: 17px 23px;
    border: none;
    transition: .5s;

}
.gift-body .init-6 .form form button:hover{
    background: var(--color);
}
@media screen and (max-width: 1700px) {
    /*.gift-body .init-2 .swiper {
        height: 1860px;
    }*/
}
@media screen and (max-width: 1450px) {
    .gift-body .init-2 ul.lists {
        /*margin: 0 -20px;*/
    }
    .gift-body .init-2 ul.lists li {
        /*padding: 0 20px 20px;*/

    }
    .gift-body .init-3 .about .right {
        width: 48%;
    }
    .gift-body #index-body .about .right ul{
    padding-left: 50px;
}
}
@media screen and (max-width: 1250px) {
    /*.gift-body .init-2 .swiper {
        height: 1495px;
    }*/
    .gift-body .init-6 img.Rbg{
        display: none;
    }
    .gift-body .init-6 .faq-page .right ul li .h4{
    font-size: 18px;
    line-height: 1.6;
}
#index-body .about .right ul{
    background: none;
    color: #000000;
}
 
}
@media screen and (max-width: 1000px) {
    .gift-banner .container .box{
        width: 100%;
        color: #ffffff;
    }
    .gift-banner .container .titl{
        color: #ffffff;
    }
    .gift-banner .bg{
        width: 100%;
    }
    .gift-banner::after{
        display: block;
    }
    .gift-body #index-body .about .right ul{
        padding: 30px 0;
    }
    .gift-body .init-4 .right {
     margin-top: 40px;
}
    .pad-hide {
        display: none;
    }
    .gift-banner .container .txt {
        width: 100%;
    }
    .gift-body .init-2 ul.lists li {
        width: 50%;
    }
    .gift-body .init-3 .about .right {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gift-body .init-2 ul.lists{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .gift-body .init-6 .form{
        max-width: 100%;
        margin-top: 40px;
    }
    .faq-page .right ul li .content{
        font-size: 16px;
    }
    .font-36,.font-30{
        font-size: 20px;
    }
    .gift-banner .bg{
        height: 580px;
        object-fit: cover;
    }
}
@media screen and (max-width: 700px) {
    .phone-hide {
        display: none;
    }
    .gift-body .init-2 .detBg .detBox {
        width: 80vw;
        padding: 20px;
    }
    .gift-body .init-2 .detBg .detBox .close{
        transform: translate(98%);
    }
    .gift-body .init-2 ul.lists li {
        padding: 0 5px 15px;
    }
    .gift-body .init-2 ul.lists {
        margin: 0 -5px;
    }
    .gift-body .init-6 .form form input {
        background-color: rgba(0, 0, 0, .5);
    }
    .right_nav_list ul li {
        /*width: 50px;
        height: 50px;*/
        border-radius: 10px;
    }
    .gift-body .init-2 ul.lists li .btnBox {
        width: 100%;
    } 
    .gift-body .init-2 ul.lists li .giftBtn {
        padding: 8px 10px;  
        width: auto;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 500px) {
    
    .gift-body .init-2 ul.lists li .list .txt {
        padding-left: 0;
        padding-right: 0;
    }
    .gift-body .init-3 .about .right ul {
        width: 100%;
    }
    .gift-body .init-3 .about .right ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .gift-body .init-2 ul.lists li {
        margin-bottom: 30px;
    }
    .font-16 {
        font-size: 14px !important;
        line-height: 2;
    }
}