


        main .product .side .search{
            margin-bottom: 20px;
        }
        main .product .side .search .form-group{
            height: 40px;
            position: relative;
            box-sizing: content-box;
            margin-bottom: 15px;
            background: #fff;
        }
        main .product .side .search .form-group .keySch{
            border: 1px solid #000;
            border-right-width: 0px;
            padding-left: 20px;
            line-height: 40px;
            height: 40px;
            font-size: 12px;
            max-width: 500px;
        }
        main .product .side .search .form-group .submit{
            width: 40px;
            background: #008486;
            color: #fff;
            font-size: 20px;
            text-transform: uppercase;
            font-weight: bold;
            position: absolute;
            top: 0px;
            right: 0px;
            transition: ease-in-out .3s all;
            z-index: 2;
            height: 100%;
        }
        main .product .side .search .form-group .submit:hover{
            background: #ee921f;
        }

        main .product .side .sonLink .box{
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 1px solid #e5e5e5;
        }
        main .product .side .sonLink .box .ttl{
            font-size: 14px;
        }
        main .product .side .sonLink .box .links a{
            padding-left: 12px;
            margin-bottom: 10px;
        }
        main .product .side .sonLink .box .links a::before{
            content: '';
            position: absolute;
            border-left: 5px solid #808080;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            overflow: hidden;
            left: 0px;
            top: 50%;
            transform:translateY(-50%);
            transition: all linear .3s;
        }
        main .product .side .sonLink .box .links a:hover::before{
            border-left-color: #008486;
        }

        main .product .content .hd{
            justify-content: space-between;
        }
        main .product .content .hd>p{
            font-size: 22px;
            text-transform: uppercase;
            margin-top: 4px;

        }
        main .product .content .hd>p span{
            color: #ee921f;
        }
        main .product .content .hd .array p{
            line-height: 39px;
            font-size: 14px;
            display: inline-block;
            padding-right: 5px;
        }
        main .product .content .hd .array span{
            width: 39px;
            height: 39px;
            vertical-align: top;
            display: inline-block;
            color: #ccc;
            cursor: pointer;
            transition: all ease .3s;
            text-align: center;
        }
        main .product .content .hd .array span.active,
        main .product .content .hd .array span:hover{
            color: #ee921f;
        }
        main .product .content .hd .array span::before{
            font-family: 'FontAwesome';
            font-size: 24px;
            line-height: 39px;
            display: inline-block;
        }
        main .product .content .hd .array span.fr::before{
            content: '\f00a';
        }
        main .product .content .hd .array span.one::before{
            content: '\f00b';
        }
        main .product .content .tip{
            margin-top: 15px;
            margin-bottom: 10px;
            font-size: 16px;
            color: #808080;
            line-height: 20px;
        }
        main .product .content .list{
            flex-wrap: wrap;
        }
        main .product .content .list .item{
            width: 25%;
            padding: 10px;
            padding-bottom: 0px;
            overflow: hidden;
            transition: padding ease .3s,border ease .3s;
        }
        main .product .content .list.c .item{
            width: 100%;
            padding: 20px;
            border-top: 1px solid #e5e5e5;
        }
        main .product .content .list .item .pic{
            border: 1px solid #000;
            display: block;
        }
        main .product .content .list.c .item .pic{
            width: 26%;
            float: left;
        }
        main .product .content .list .item .pic img{
            width: 100%;
            height: auto;
            display: block;
        }
        main .product .content .list.c .item .details{
            width: 71%;
            display: inline-block;
            margin-left: 2%;
        }
        main .product .content .list .item .details *{
            display: none;
        }
        main .product .content .list.c .item .details *{
            display: block;
        }
        main .product .content .list .item .details .proName{
            font-size: 14px;
            line-height: 20px;
            height: 40px;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            white-space: normal;
            word-break: break-all;
            display: block;
            margin: 10px 0px;
            text-align: center;
        }
        main .product .content .list .item:hover .details .proName{
            color: #008486;
        }
        main .product .content .list.c .item .details .proName{
            text-align: left;
            line-height: 22px;
            font-size: 18px;
            margin-top: 0px;
            margin-bottom: 20px;
        }
        main .product .content .list .item .details .desc{
            height: 66px;
            font-size: 12px;
            color: #999;
            overflow: hidden;
            white-space: normal;
            line-height: 22px;
            margin-bottom: 10px;
        }
        main .productInfo .footage .rltdTags,
        main .product .content .list .item .details .hotTags{
            padding: 0px 10px;
            width: 100%;
            overflow: hidden;
            background: #f8f8f8;
        }
        main .productInfo .footage .rltdTags::before,
        main .product .content .list .item .details .hotTags:before{
            content: 'Hot Tags:';
            display: inline-block;
            padding-right: 10px;
            font-size: 12px;
        }
        main .productInfo .footage .rltdTags a,
        main .product .content .list .item .details .hotTags a{
            display: inline-block;
            margin: 10px 5px;
            font-size: 12px;
            transition: ease .3s;
        }
        main .productInfo .footage .rltdTags a:hover,
        main .product .content .list .item .details .hotTags a:hover{
            color: #ee921f;
            text-decoration: underline;
        }
        main .product .content .list.c .item .details .more{
            margin-top: 20px;
            display: inline-block;
        }

        main .product .content .page{
            padding-top: 30px;
            border-top: 1px solid #e5e5e5;
            overflow: hidden;
        }
        main .product .content .page .mid{
            float: left;
        }
        main .product .content .page a{
            float: left;
            margin-right: 3px;
            background: #F2F2F2;
            transition: all linear .3s;
            line-height: 30px;
            padding: 0px 12px;
            font-size: 14px;
			width:auto;
        }
        main .product .content .page a:hover,
        main .product .content .page a.hover{
            color: #fff;
            background: #ee921f;
        }


        main .productInfo .side .related{
            border: 1px solid #e5e5e5;
            border-radius: 5px;
            padding: 10px;
        }
        main .productInfo .side .related>p{
            font-size: 18px;
            font-family:  sans-serif;
            margin-bottom: 15px;
        }
        main .productInfo .side .related .links a{
            position: relative;
            padding-left: 10px;
            font-size: 12px;
            transition: all linear;
            display: block;
            margin-bottom: 10px;
        }
        main .productInfo .side .related .links a:hover{
            color: #008486;
            text-decoration: underline;
        }
        main .productInfo .side .related .links a::before{
            content: '';
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
            height: 5px;
            background: #B2B2B2;
            border-radius: 50%;
            overflow: hidden;
        }

        main .productInfo .data{
            align-items: flex-start;
        }
        main .productInfo .data .pic{
            width: 33.33333333%;
            padding-right: 15px;
        }
        main .productInfo .data .pic .palace{
            position: relative;
        }
        main .productInfo .data .pic .palace .normal{
            cursor: pointer;
        }
        
        main .productInfo .data .pic .palace .scale{
            position: absolute;
            top: -4px;
            left: calc(100% + 10px);
            opacity: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            transition: .5s opacity;
            overflow: hidden;
        }
        main .productInfo .data .pic .palace .scale img{
            position: absolute;
            top: 0px;
            left: 0px;
            width: 250%;
            height: auto;
        }
        main .productInfo .data .pic .palace .normal:hover + .scale{
            opacity: 1;
        }
        main .productInfo .data .pic .palace .normal{
            border: 1px solid  #e5e5e5;
        }
        main .productInfo .data .pic .palace img{
            width: 100%;
            height: auto;
            display: block;
        }
        main .productInfo .data .pic .previewList{
            overflow: hidden;
            margin-top: 10px;
        }
        main .productInfo .data .pic .previewList .item{
            width: 25%;
            float: left;
            padding: 3px;
            cursor: pointer;
        }
        main .productInfo .data .pic .previewList .item img{
            display: block;
            width: 100%;
            height: auto;
            border: 1px solid #e5e5e5;
        }
        main .productInfo .data .specific{
            width: 66.66666667%;
            padding: 0px 15px;
        }
        main .productInfo .data .specific .proName{
            font-size: 24px;
            color: #000;
            display: block;
            text-transform: capitalize;
            margin-bottom: 30px;
            font-family: sans-serif;
            margin-top: 0;
        }
        main .productInfo .data .specific .dataList{
            background: #fafafa;
            border-radius: 5px;
        }
        main .productInfo .data .specific .dataList li{
            margin-bottom: 1px;
            border-bottom: 1px solid #fff;
            text-transform: capitalize;
            padding: 7px 10px;
            vertical-align: middle;
            font-size: 12px;
        }
        main .productInfo .data .specific .dataList li p{
            display: inline-block;
            vertical-align: middle;
            padding-right: 10px;
            font-size: 12px;
            color: #676767;
            width: 34%;
        }
        main .productInfo .data .specific>a{
            display: inline-block;
            font-size: 16px;
            color: #fff;
            text-transform: uppercase;
            font-family:  sans-serif;
            padding: 8px 3%;
            margin-top: 25px;
            margin-bottom: 20px;
            background: #008486;
            transition: all .3s;
        }
        main .productInfo .data .specific>a:hover{
            background: #ee921f;
        }
        main .productInfo .data .specific .share{
            display: none;
        }

        main .productInfo .moreInf{
            margin-top: 30px;
            margin-bottom: 5px;
            padding-bottom: 120px;
        }
        main .productInfo .moreInf .hd{
            margin-bottom: 20px;
            border-bottom: 1px solid #e5e5e5;
        }
        main .productInfo .moreInf .hd>p:first-child{
            display: inline-block;
            margin: 0 1px 0 0;
            font-size: 14px;
            text-transform: capitalize;
            color: #fff;
            text-align: center;
            background: #e5e5e5;
            padding: 10px 15px;
            background: #008486;
        }
        main .productInfo .moreInf .t{
            font-size: 18px;
            font-weight: bold;
            margin-top: 20px;
            mask-border: 10px;
        }
        
        main .productInfo .moreInf .proIntro{
            padding-top: 50px;
        }
        main .productInfo .moreInf .proIntro>p{
            font-size: 18px;
            font-weight: bold;
        }
        main .productInfo .moreInf .proIntro .sonTtl{
            color: #008486;
            font-family: Lato;
            font-size: 32px;
            margin-top: 20px;
            margin-bottom: 30px;
            text-transform: capitalize;
        }
        main .productInfo .moreInf .proIntro img{
            display: block;
            max-width: 100%;
            height: auto;
        }
        main .productInfo .moreInf .proIntro .tableBox{
            overflow-x: auto;
        }
        main .productInfo .moreInf .proIntro table p{
            font-size: 16px;
        }
        main .productInfo .moreInf .proIntro table tr td{
            border: 1px solid #ccc;
            vertical-align: top;
        }
        main .productInfo .moreInf .proIntro table tr td:first-child{
            background: #f3f4f8 !important;
        }
        main .productInfo .moreInf .proIntro table tr:nth-child(odd) td{
            background: #f7f8fa;
        }
        main .productInfo .moreInf .proIntro table tr:first-child td:first-child{
            font-weight: bold;
            text-align: center;
        }

        main .productInfo .footage .rltdTags{
            margin: 15px 0;
        }
        main .productInfo .footage .rltdTags::before{
            content: 'Related Tags';
        }
        main .productInfo .footage .form{
            padding: 3%;
            margin-top: 15px;
            text-align: center;
        }
        main .productInfo .footage .form .ttl{
            text-transform: uppercase;
        }
        main .productInfo .footage .form .ttl i{
            display: block;
            margin: 0 auto;
            height: 5px;
            background: #008486;
        }
        main .productInfo .footage .form .ttl i:first-child{
            width: 80px;
        }
        main .productInfo .footage .form .ttl i:last-child{
            width: 60px;
            margin-top: 15px;
        }
        main .productInfo .footage .form .ttl .words{
            font-size: 48px;
            color: #231815;
            margin-top: 10px;
        }
        main .productInfo .footage .form .ttl span{
            font-size: 14px;
            color: #808080;
        }
        main .productInfo .footage .form .sbj{
            font-size: 14px;
            margin-bottom: 20px;
            text-transform: capitalize;
            margin-top: 3%;
        }
        main .productInfo .footage .form .sbj a{
            color: red;
            text-decoration: underline;
            transition: all .3s;
        }
        main .productInfo .footage .form .sbj a:hover{
            color: #ee921f;
        }
        main .productInfo .footage .form form{
            width: 60%;
            margin: 0px auto;
            text-align: left;
        }
        main .productInfo .footage .form form .form-group{
            margin-bottom: 20px;
        }
        main .productInfo .footage .form form label{
            display: block;
            font-weight: normal;
            text-align: left;
            font-size: 14px;
            margin-bottom: 5px;
        }
        main .productInfo .footage .form form label.rqd::after{
            content: '*';
            color: red;
            font-size: 12px;
            font-weight: bold;
        }
        main .productInfo .footage .form form label + *{
            transition: .3s all;
            height: 36px;
            color: #999;
            border: 1px solid #ccc;
            padding-left: 10px;
            vertical-align: middle;
            font-size: 12px;
        }
        main .productInfo .footage .form form label + *:focus{
            box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
            color: #333;
        }
        main .productInfo .footage .form form label + textarea{
            padding: 10px;
            min-height: 120px;
        }
        main .productInfo .footage .form form .submit{
            margin-top: 30px;
            color: #fff;
            text-transform: uppercase;
            font-size: 14px;
            background: #23ac38;
            padding: 8px 5%;
            border-radius: 5px;
            overflow: hidden;
            cursor: pointer;
            transition: all .3s;
        }
        main .productInfo .footage .form form .submit:hover{
            background: #ee921f;
        }
        
        
        @media(max-width:1024px){
            main .product .content .list .item{
                width: 50%;
            }
        }
        @media(max-width:991px){
            main .productInfo .footage .form .ttl .words{
                font-size: 40px;
            }
            main .productInfo .footage .form .ttl span{
                font: 12px;
            }
        }
        @media(max-width:767px){
            main .product .side .search{
                margin-bottom: 15px;
            }
            main .product .side .search form{
                padding: 15px;
                background: #f2f2f2;
            }
            main .product .side .search .form-group .keySch{
                border-width: 0px;
            }
            main .product .content .list .item{
                width: 100%;
            }

            main .productInfo.fluid{
                flex-direction: column;
            }
            main .productInfo .data .pic .palace .scale{
                display: none;
            }
            main .productInfo .side .related{
                border-width: 0px;
            }
            main .productInfo .side .related>p{
                font-size: 12px;
                margin-bottom: 0px;
            }
            main .productInfo .side .related .links a{
                padding-left: 0px;
                margin-bottom: 0px;
            }
            main .productInfo .side .related .links a::before{
                display: none;
            }
            main .productInfo .data{
                flex-direction: column;
            }
            main .productInfo .data>*{
                width: 100% !important;
                padding: 0px !important;
            }
            main .productInfo .data .specific{
                margin-top: 20px;
            }
            main .productInfo .footage .form form{
                width: 100%;
            }
            main .productInfo .footage .form .ttl .words{
                font: 32px;
            }
        }