.head-page .pro_item >a::after{
    transform: scaleX(1);
    opacity: 1;
}
.head-page .pro_item >a span{
    color: #dac399;
}
.product_nav .list {
   position: relative;
   overflow: hidden;
   width: 49%;
   margin-right: 2%;
   margin-top: 40px;
   transition: all .4s;
}
.product_nav .list:nth-child(2n){
    margin-right: 0;
}
.product_nav .list .img img{
    display: block;
    max-height: 100%;
    transition: all .4s;
}
.product_nav .list .text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    padding: 15px 0;
    box-sizing: border-box;
    transform: translateY(calc(100% - 62px));
    transition: all .4s;
    display: flex;
    justify-content: center;
    text-align: center;
}
.product_nav .list .text_advice{
    width: 80%;
    max-width: 60%;
}
.product_nav .list .tit{
    text-align: center;
}
.product_nav .list .desc {
    margin-top: 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.product_nav .list .deliver_btn{
    margin: 30px auto 0;
    border: 1px solid #fff;
    color: #fff;
    width: 125px;
}
.product_nav .list:hover .img img{
    transform: scale(1.08);
}
.product_nav .list:hover .text{
    transform: translateY(0);
    align-items: center;
}
.product_nav .list .deliver_btn:hover{
    border: 1px solid #dac399;
}

.account-l{
    width: 305px;
}
.nav_title{
    height: 80px;
    background: #dac399;
    padding: 0 20px;
    box-sizing: border-box;
}
.nav_title::after{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/nav_title.png) no-repeat center/cover;
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 14px 45px 14px 20px;
    color: #333;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.accordion li{
    cursor: pointer;
    list-style: none;
}
.accordion li.item{
    margin-top: 7px;
    border: 1px solid #ddd;
}
.accordion li i {
    position: absolute;
    top: 22px;
    right: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 8px;
    height: 12px;
    background: url(../img/watch_more.png) no-repeat center/cover;
    transform: rotate(90deg);
}
.accordion li.open .link {
    color: #dac399;
}
.accordion li.open i {
    color: #dac399;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #fff;
    border-top: 1px solid #ddd;
}
.submenu li {
    border-bottom: 1px solid #ddd;
}
.submenu li:last-child{
    border-bottom: none;
}
.submenu a {
    display: block;
    text-decoration: none;
    color: #999;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenu a:hover ,.submenu li.current a{
    background: #f6f6f6;
    color: #dac399;
}
.contents{
    width: calc(100% - 305px);
    padding-left: 40px;
    box-sizing: border-box;
}

.title_tit{
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.title_tit::before{
    content: "";
    display: block;
    width: 4px;
    height: 26px;
    background: #dac399;
    margin-right: 19px;
}
.product_detail01 .swiper_pro{
    width: 43.34%;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_detail01 .swiper-container{
    height: 507px;
}
.product_detail01 .swiper-pagination{
    bottom: 30px!important;
    display: flex;
    justify-content: flex-end;
    padding: 0 35px;
    box-sizing: border-box;
}
.product_detail01 .swiper_pro .list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_detail01 .swiper_pro .list img{
    max-width: 100%;
    max-height: 100%;
}
.swiper-container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #999999;
    border-radius: 50%;
    opacity: 1;
    margin: 0 6px!important;
}
.swiper-container .swiper-pagination-bullet-active{
    background: #dac399;
}
.product_detail01 .swiper_texts{
    width: 48.3%;
}
.product_detail01 .page_title{
    width: 100%;
}
.product_detail01 .page_line{
    margin: 15px 0 25px;
}
.product_detail01 .item_tit {
    width: 92px;
}
.product_detail01 .item_desc {
    width: calc(100% - 92px);
}
.product_detail01 .items{
    margin-top: 15px;
}
.product_detail01 .item{
    margin-bottom: 20px;
}
.product_detail01 .item:last-child{
    margin-bottom: 0;
}
.product_detail01 .swiper_pro_bot .con {
    overflow-x: auto;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.consult_btn{
    width: 160px;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    position: relative;
    overflow: hidden;
    border: 1px solid #E3E3E3;
    color: #666;
    z-index: 1;
    transition: all .4s;
}
.consult_btn::after{
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background: #dac399;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.consult_btn:hover{
    color: #fff;
}
.consult_btn:hover::after{
    width: 100%;
}
.product_detail01 .swiper_pro_bot table{
    text-align: center;
    width: 100%;
}
.product_detail02 {
    background: #f5f5f5;
}
.product_detail03 .list{
    margin-right: 0;
}
.product_detail03 .swiper-container{
   padding-bottom: 80px;
}
.product_detail03 .swiper-pagination{
   bottom: 0!important;
}
@media(max-width:1366px) {
    .account-l {
        width: 280px;
    }
    .contents {
        width: calc(100% - 280px);
        padding-left: 30px;
    }
}
@media(max-width:1280px) {
    .account-l {
        width: 256px;
    }
    .contents {
        width: calc(100% - 256px);
    }
}
@media(max-width:1200px) {
    .product_detail01 .swiper_texts {
        width: 50%;
    }
    .product_detail03 .swiper-container {
        padding-bottom: 65px;
    }
}
@media(max-width:1043px) {
    .accordion .link{
        padding: 10px 45px 10px 15px;
    }
    .accordion li i{
        top: 15px;
    }
    .nav_title{
        height: 64px;
    }
}
@media(max-width:960px) {
    .account-l {
        width: 100%;
    }
    .contents {
        width: 100%;
        padding-left: 0;
    }
    .product_detail01 .swiper_pro{
        width: 100%;
    }
    .product_detail01 .swiper_texts {
        width: 100%;
        margin-top: 35px;
    }
}
@media(max-width:768px) {
    .product_detail03 .swiper-container {
        padding-bottom: 45px;
    }
    .product_nav .list {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .product_nav .list:first-child{
        margin-top: 10px;
    }
    .product_nav .list .text {
        padding: 10px 0;
        transform: translateY(calc(100% - 44px));
    }
    .submenu a{
        padding: 9px;
        padding-left: 25px;
    }
    .swiper-container .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px!important;
    }
    .product_detail01 .swiper-container {
        height: 235px;
    }
    .product_detail01 .swiper_pro {
        width: 100%;
        box-shadow: initial;
        border: 1px solid #eeeeee;
        padding: 15px;
        box-sizing: border-box;
    }
    .product_detail01 .swiper_texts{
        margin-top: 25px;
    }
    .consult_btn {
        width: 125px;
        height: 42px;
        margin: 25px auto 0;
    }
    .title_tit::before {
        width: 4px;
        height: 22px;
        margin-right: 10px;
    }
}