body {
    overflow-y: hidden;
}

.fixedWrapper {
    position: relative;
    height: 1px;
    display: block;
    /*            background-color: #cccccc;*/


}

.fixedWrapper2 {
    /* height: 100px; */
    /* text-align: center; */
    /* border: 1px solid yellow; */
    /* background-color: blue; */
    position: sticky;
    top: 140px;
    z-index: 1;
    background-color: #ffffff;
}

.tabs.tab_botoom.fixedWrapper2.navbarup {
    top: 100px;
    z-index: 1;
}

.wp {
    height: 100vh;
}


#footer {
    /*	bottom: 0;position: sticky;*/
    position: sticky;
    /*            bottom: 0px;*/
    width: 100%;
    max-width: 100%;
    z-index: 1;
    display: table;
}


.where {
    padding: 30px 0;
}

.where a {
    color: #bbbbbb;
    font-size: 14px;
    transition: none;
}

.where a:after {
    content: '/';
    padding: 0 5px;
}

.where a:last-of-type {
    color: #333;
}

.where a:last-of-type:after {
    content: normal;
}

#products .banner .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right center !important;
}

#products .banner .container {
    position: relative;
    padding: 0 0;
}

.jqimgFill {
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.5s;
}

#products .banner .text {
    height: 21vw;
    min-height: 250px;
    max-width: 470px;
    display: table;
    margin-left: auto;
    margin-right: 50px;
    position: relative;
    z-index: 1;
}


#products .banner .textInner {
    display: table-cell;
    vertical-align: middle;
}


#products .banner .text p.title {
    font-size: 50px;
    font-weight: bold;
    /* margin-top: 50px; */
    margin-bottom: 30px;
    line-height: 55px;
}

#products .banner .text p {
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
}

#products .info {
    padding-bottom: 0px;
}

.products-list .tabs {
    border-bottom: 1px solid #ddd;
}

#products .wrap {
    width: 1350px;
    float: left;
    margin: 0 auto;
}

#products #nav {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
}

#products ul.nav {
    display: inline-flex;
    /* flex: 1; */
}

#products .tabarea a {
    font-weight: normal;
    border-bottom: 1px solid #fabe00;
}

#products .tabarea a:hover {
    font-weight: normal;
    border-bottom: 1px solid #fabe00 !important;
}

/*
.nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
    display: table;
    content: " ";
}
*/

.products-list .tabs ul {
    float: left;
}

#products .products-list .tabs ul li {
    margin-right: 0px;
}

#products li.nav-top {
    margin-right: 30px !important;
}

#products li.nav-item {
    flex: auto;
    font-weight: 400;
}

.products-list .tabs ul li {
    display: inline-block;
    margin-right: 30px;
}

#products .tabs ul li a {
    line-height: 50px;
    padding-bottom: 0px;
    font-weight: inherit;
}

#products li.nav-item > a {
    display: block;
    text-align: center;
    line-height: 45px;
    position: relative;
    /* margin-right: 30px; */
}

#products .nav > li > a {
    padding: 0 0;
}

.products-list .tabs ul li.nav-item.active a.submenu_act {
    border-color: #ffb800 !important;
}

a.submenu_act {
    border-color: #ffb800 !important;
}

#products li.nav-item.active > a:hover,
#products li.nav-item.active > a:active {
    border-bottom: 5px solid #ffb800;
}

#products li.nav-item:hover > a:hover,
#products li.nav-item.active > a:hover {
    border-bottom: 5px solid #ffb800;
}

.products-list .tabs ul li a {
    border-bottom: 5px solid transparent;
    display: block;
    padding-bottom: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    transition: none;
}

#products .subMenu {
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    /* width: 100%; */
    height: auto !important;
    background-color: #f2f2f2;
    z-index: 99;
}


#products .subMenu > ul {
    /*    width: 96.5vw;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.products-list ul.sub-tabs {
    display: block !important;
    padding: 20px 20px;
}

.products-list #list {
    padding: 80px 0;
}

.products-list .overview {
    padding: 80px 0;
}

#products .btn_bar {
    display: none !important;
}

#products .tabContent .tabarea {
    width: 100%;
    max-height: 200px;
    display: table;
    margin-bottom: 0px;
}

#products .tabContent .tabarea h1 {
    color: #333333;
    font-size: 48px;
    font-weight: bold;
}

#products .tabContent .tabarea h2{ font-size: 30px;
    font-weight: 500; line-height: 40px;}

#products .tabContent .tabarea h3{ font-size: 22px;
    font-weight: 500;
    line-height: 32px;}


#products .tabContent .tabarea h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

/*
.choose {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 50px;
}

.choose > ul > li {
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    text-align: left;
}

.choose .selected {
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.choose .selected .toggle {
    height: 47px;
    padding: 0 0;
    text-align: center;
    position: relative;
    border: 1px solid #dcdcdc;
    color: #333;
    line-height: 47px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
}


.choose .selected .toggle:after {
    position: absolute;
    top: 45%;
    right: 10px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4B4B4B;
}

.choose .selected .toggle:hover, .choose .selected .toggle.actived {
    border-color: #000 !important;
}

.choose .selected ul.list {
    display: none;
    width: 99.5%;
    max-height: 225px;
    position: absolute;
    left: 0;
    top: 49px;
    z-index: 1;
    border: 1px solid #000;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.choose > ul > li > div {
    display: inline-block;
    vertical-align: middle;
    width: 18%;
    padding: 10px 12px;
    margin-left: 1px;
    text-align: center;
}

.choose > ul > li > div.color ul.list li {
    position: relative;
    padding-left: 0px;
    width: 100%;
    line-height: 11px;
}

.choose .selected ul.list li {
    line-height: 25px;
    padding: 10px 0px;
    cursor: pointer;
    position: relative;
}
*/
.motion_boxarea {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 80px;
    width: 100%;
    margin-top: 50px;
    /*    margin: 50px auto;*/
    text-align: center;
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    justify-content: space-around;
}

.motion_boxarea ul {
    margin: 0 auto;
    padding: 0 0;
}

.motion_boxarea li {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
/*    overflow: hidden;*/

}

.motion_box {
    width: 30.7%;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #dddddd;
    margin: 0px 10px 30px;
    float: left;
}

.motion_box .pic {
    width: 100%;
    height: auto;
    display: block;
}

.motion_box ul {
    padding: 20px;
    margin: 0px auto;
}

.motion_box li {
    margin-left: 20px;
    font-size: 16px;
    display: list-item;
    list-style: disc;
    padding-right: 20px;
}

.motion_box li a:hover {
    border-bottom: 1px solid #ffb800 !important;
}

.motion_box h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product_category {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0px;
    /*border-bottom: 1px solid #dddddd; */
    text-align: center;
}

.product_category h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0px 30px;
    color: #555555;
}

.product_icon {
    width: 135px;
    display: inline-grid;
    margin: 0px 11px;
}

.product_icon .pic {
    width: 130px;
    height: 110px;
    display: block;
}

.product_icon span {
    font-size: 18px;
}

.product_icon a:hover {
    border-bottom: 1px solid #ffb800 !important;
}

.markets_boxarea {
    /* border-bottom: 0px solid #dddddd;
    margin: 80px auto 0px; */
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.markets_boxarea h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0px 30px;
    color: #555555;
}

.markets_boxarea ul {
    padding: 20px;
    margin: 0 auto;
}

.markets_boxarea li {
    display: inline-flex;
    width: 33.3%;
}

.markets_box {
    width: 430px;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #dddddd;
    margin: 0px 10px;
}

.markets_box .pic {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.markets_box h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 10px;
}

.products-list .listp li .pic:after {
    content: '';
    width: 100px;
    height: 100px;
    background: url(../../styles/images/products/products-list-icon.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.listp {
    /*    width: 100%;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.products-list ul.list li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 0px;
    margin-right: -6px;
}

#products .subMenu > ul > li > a {
    display: block;
    text-align: center;
    line-height: 35px;
    color: #888888;
    font-weight: normal;
    padding-bottom: 0px;
}

#products .subMenu > ul > li > a:hover {
    color: black;
    font-weight: 400;
}

.products-list ul.sub-tabs li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.products-list ul.sub-tabs li:after {
    content: '|';
    position: absolute;
    right: 5px;
    top: 3px;
    font-weight: 300;
}

#products .subMenu.motion-application {
    left: -138px;
}

.pro_area {
    border: 1px solid #dddddd;
    display: inline-block;
    margin: 0px 10px;
    position: relative;
}

#products .slick-prev {
    text-indent: -9999px;
    left: -20px;
    z-index: 0;
    top: 50% !important;
}

#products .slick-next {
    text-indent: -9999px;
    right: -20px;
    background-repeat: no-repeat;
    z-index: 0;
    top: 50% !important;
}

.product-text ul {
    padding: 0px 20px;
    text-align: left;
}

.otherproducts h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;

}

.pro_area .pic {
    width: 100%;
    display: block;
    position: relative;
    background-color: #f4f4f4;
    text-align: center;
}

.pro_area .pic img {
    height: auto;
    width: 100%;
}

.cover3 {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../../styles/images/products/products-list-icon.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    /* top: 50%; */
    left: 50%;
    z-index: 1;
    margin-top: 70px;
    margin-left: -50px;
}

.pro_area:hover .cover3 {
    opacity: 1;
}

.tabContent a:hover {
    border-bottom: 0px solid #fff;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.products-list .listp li:hover .pic:after {
    opacity: 1;
    transition: opacity 1s ease;
}

/*
.products-list ul.listp li .pic:after {
    content: '';
    width: 100px;
    height: 100px;
    background: url(https://cdn.timotion.com/static/styles/images/products/products-list-icon.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
*/


.product-text h2 {
    font-size: 20px;
    margin-left: 12px;
    font-weight: 500;
}

#products ul.description {
    bottom: 20px;
    position: relative;
    display: inline-block;
    margin: 20px 0px;
    top: 0px;
}

.products-list ul.listp li.desarea {
    /*    width: 200px;*/
    width: 95%;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    height: 100%;
    display: flex;
}

.slick-initialized .slick-slide {
    height: auto !important;
}

.favorites_s {
    position: absolute;
    cursor: pointer;
    padding-left: 45px;
    display: table;
    bottom: 15px;
    margin-top: 20px;
}

.favorites_s i {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: url(../../styles/images/header-icon-plus.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s, background 0.3s;
    position: absolute;
    background-color: #cbcbcb;
    left: 10px;
    top: 0;
}

.favorites_s:hover i {
    background-color: #ffb800;
}


#products .add {
    font-size: 16px;
    font-weight: 400;
    padding-left: 0px;
}

#products .added {
    font-size: 16px;
    font-weight: 400;
    display: none;
    padding-left: 0px;
}

.products-list ul.sub-tabs a.btn,
.products-list ul.sub-tabs li a {
    color: #888888;
    font-weight: normal;
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
}

#products .products-list ul.sub-tabs {
    padding: 20px 20px;
}

#products .tabContent .drop_border a.dk_toggle:hover {
    border: 1px solid #000;
}

button {
    /*    margin: 5px 8px;*/
    height: 50px;
    width: 150px;
    background-color: #eee;
    color: #555;
    font-size: 16px !important;
    line-height: 50px;
    font-weight: normal;
    transition: color .3s, background .3s;
}

.buttonBlock {
    margin: 0 0 0;
    text-align: center;
    transition: height 10s;
    -webkit-transition: height 10s;
    -moz-transition: height 10s;
    -o-transition: height 10s;
}

.delete-btn {
    width: 252px;
    margin: 0 auto;
    margin-left: -14px;
    background-color: #f4f4f4;
    color: #555;
    display: none;
}

.delete-btn:hover {
    background-color: #555;
    color: #fff;
}


.others,
.related-products {
    border-top: 1px solid #fff;
    padding: 0 0;
}


.max-lg-size .choose > ul > li > div {
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    padding: 1.5% 0.8%;
    text-align: center;
}

.max-lg-size #products .subMenu.motion-application {
    left: -151px;
}

.max-lg-size #products .subMenu > ul {
    width: 93vw;
}

.max-lg-size #products .banner .text {
    margin-right: 30px;
}

.max-md-size #products .banner .pic img {
    height: 100%; width: 100%;
}


.max-md-size #products .banner .container {
    padding: 0;
    width: 100%;
}

.max-md-size .right_btn {
    padding-right: 0px;
}

.max-md-size #myBtn {
    padding-right: 0px;
}

.max-md-size .motion_box {
    width: 30%;
}

.max-md-size #products .banner .text p.title {
    font-size: 45px;
    display: block;
    line-height: 45px;
    text-align: right;
}

.max-md-size #products .banner .text p {
    display: none;
}

.max-md-size #products .subMenu {
    left: -15px;
}

.max-md-size #products .subMenu.motion-application {
    left: -165px;
}

.max-md-size #products .banner .pic img {
    /*    height: auto !important;*/
    height: 100%;
}

.max-md-size #products .banner .text {
    margin-right: 20px;
}

.max-md-size #products .banner .text h1.title {
    margin: 0;
    font-size: 48px;
}

.max-md-size .products-list #list {
    padding: 80px 0px;
}

.max-md-size #products .subMenu > ul {
    width: 95vw;
}

.max-md-size #products .tabs.tab_botoom.fixedWrapper2 {
    top: 64px !important;
}

.max-md-size .dk_container a {
    text-align: center;
}

.max-md-size .motion_boxarea {
    padding: 0 0 30px;
}

.max-sm-size .motion_boxarea ul {
    padding: 0 0;
}

.max-md-size .motion_box ul {
    padding: 20px;
}

.max-md-size .wp {
    height: 95vh;
}

.max-md-size #products .slick-next {
    right: -8px;
    width: 30px;
}

.max-md-size #products .slick-prev {
    left: -8px;
    width: 30px;
}

.max-md-size .cover3 {
    margin-top: 6px !important;
}

.max-md-size .cover2 {
    margin-top: 10px;
}


.max-md-size #homepro .pro_area .pic {
    height: auto;
}

.max-md-size #homepro .pro_area .pic img {
    height: auto;
}

.max-md-size .slick-slider .slick-list {
    width: 95%;
    margin: 0 auto;
}


.max-md-size .tabs.tab_botoom.fixedWrapper2.navbarup {
    top: 65px;
}

.max-md-size .otherproducts .container,
.max-md-size .otherapplication .container,
.max-md-size .othernews .container {
    padding: 0 0;
    width: 100%;
}

.max-md-size .slick-prev {
    left: -8px;
    width: 30px;
}

.max-md-size .slick-next {
    right: -8px;
    width: 30px;
}

.max-sm-size .slick-slider .slick-list {
    width: 90%;
    margin: 0 auto;
}

.max-sm-size .cover3 {
    top: 6%;
}


.max-sm-size .wp {
    height: 100vh;
}

.max-sm-size #products .tabs ul li a {
    border-bottom: 1px solid #dddddd !important;
    border-top: 1px solid #dddddd !important;
    border-right: 1px solid #dddddd !important;
}

.max-sm-size .products-list #list {
    padding: 50px 0;
}

.max-md-size #products .products-list .tab_botoom {
    padding: 15px 0px !important;
}

/*.max-sm-size #products .fixedWrapper2{position: inherit;}*/

.max-md-size #products .btn_bar {
    display: block !important;
}

.max-sm-size #products ul.description {
    margin: 20px 0px;
}

.max-md-size .products-list .tabs ul {
    float: none;
    margin: 0px 0px;
    display: none;
}

.menu-area {
    display: none;
}

.max-sm-size .dk_toggle:hover {
    border-color: #ffffff;
}

.max-md-size .menu-area {
    display: block;
}

.max-md-size #products .tabs.tab_botoom.fixedWrapper2 {
    background-color: #dddddd;
}

.max-sm-size .products-list .tabs ul li {
    display: block;
    margin-right: 0px;
}

.max-sm-size .products-list .tabs ul li.actived a {
    border-left: 5px solid #fabe00;
}

.max-sm-size .products-list .tabs ul li a {
    padding: 0px 20px;
    border: 1px solid #ddd;
    border-left: 5px solid #ddd;
    margin-bottom: -1px;
    position: relative;
    display: block;
    line-height: 40px !important;
}

/*.max-sm-size #products .tabs.tab_botoom.fixedWrapper2{top: 60px !important;}*/

.max-sm-size .product_icon {
    margin: 15px 15px;
}

.max-sm-size #products .tabContent .tabarea h1 {
    font-size: 35px;
}

.max-sm-size .product_category h2,
.max-sm-size .markets_boxarea h2 {
    margin-bottom: 30px;
}

.max-sm-size .product_category {
    padding: 50px 0px 0px;
}

.max-sm-size .markets_boxarea {
    margin: 50px 0px 0px;
}

.max-sm-size .motion_boxarea li:first-child {
    list-style-type: none;
}


.max-sm-size .motion_boxarea li {
    display: list-item;
}

.max-sm-size .motion_box {
    width: 100%;
    margin: 0px auto 20px;
}


.max-sm-size .motion_box:last-child {
    margin-bottom: 0px;
}

.max-sm-size .motion_boxarea {
    display: flex;
    width: 100%;
    padding-bottom: 50px;
}

.max-sm-size .motion_box ul {
    min-height: auto;
    max-height: auto;
}

.max-xs-size #products .info {
    padding-bottom: 0px;
}

.max-xs-size #products .products-list ul.sub-tabs {
    margin-bottom: 20px;
    padding: 0px 0px;
}

.max-xs-size .delete-btn {
    width: 100%;
    margin: 0 auto;
    height: 53px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 1px;
}

.max-xs-size #products .banner .text {
    margin-right: 0;
    max-width: none;
    margin-left: 0;
    width: 100%;
    /*    background-color: rgba(0, 0, 0, 0.5);*/
    min-height: 120px;
}

.max-xs-size .where {
    padding: 10px 0;
}

.max-xs-size .text {
    margin: 0 auto;
}

.max-xs-size #products .banner .text h1.title,
.max-xs-size #products .info h1.title {
    font-size: 35px;
}

.max-xs-size #products .text p.title {
    font-size: 35px !important;
    color: #fff !important;
    display: initial !important;
}

.max-xs-size #products .banner .pic img {
    height: 100%; width: 100%;
}


.max-xs-size #products .banner .container {

    width: 100%;
}

.max-xs-size body {
    line-height: 25px;
}

.max-xs-size #products .banner .pic {
    background-position: 20% center !important;
}

.max-xs-size #products .banner .textInner {
    padding: 30px 15px;
    text-align: right;
}

.max-md-size #products .wrap {
    display: none;
}


.max-xs-size .products-list ul.list li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    line-height: 11px;
}

.max-xs-size .products-list ul.list li .text {
    margin-top: 0px;
    line-height: 28px;
}

.max-sm-size #products .tabContent .tabarea {
    margin-bottom: 50px;
}

.max-sm-size .markets_boxarea li {
    width: 100%;
    margin: 0 auto 20px;
}

.max-sm-size .markets_box {
    width: 100%;
    margin: 0px auto;
}

.max-sm-size .markets_boxarea li:last-child {
    margin-bottom: 0px;
}



@media only screen and (max-width: 1366px) {
    .cover3 {
        margin-top: 45px;
    }


}


@media only screen and (min-width: 769px) and (max-width: 1024px) {}