 /* 底部文字链接style */
 /*public font*/

 body,
 button,
 input,
 select,
 textarea {
     font-family: '微软雅黑';
     color: #333;
     font-size: 12px;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-size: 100%;
     font-weight: 500;
 }

 address,
 cite,
 dfn,
 em,
 var,
 s {
     font-style: normal;
 }

 code,
 kbd,
 pre,
 samp {
     font-family: courier new, courier, monospace;
 }

 .fn {
     font-weight: 500;
 }

 .fb {
     font-weight: 700;
 }

 small,
 .ft12 {
     font-size: 12px;
 }

 .ft14 {
     font-size: 14px;
 }

 .ft16 {
     font-size: 16px;
 }

 .ft18 {
     font-size: 18px;
 }

 .ft20 {
     font-size: 20px;
 }

 .ft22 {
     font-size: 22px;
 }

 .ft24 {
     font-size: 24px;
 }

 .ffs {
     font-family: "simsun";
 }

 .ffm {
     font-family: "微软雅黑";
 }

 .ffa {
     font-family: Arial, Helvetica, sans-serif;
 }

 a {
     color: #000;
     text-decoration: none;
 }

 .op8:hover {
     filter: alpha(opacity=80);
     opacity: 0.8;
 }

 .wrapper {
     width: 1000px;
     margin: 0 auto;
 }

 .tl {
     text-align: left;
 }

 .tc {
     text-align: center;
 }

 .tr {
     text-align: right;
 }

 .fl {
     float: left;
 }

 .fr {
     float: right;
 }

 .clear {
     clear: both;
     line-height: 0px;
     font-size: 0px;
 }

 .clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
 }

 .clearfix {
     zoom: 1;
 }

 .hr_20 {
     clear: both;
     height: 20px;
     overflow: hidden;
     font-size: 1px;
     line-height: 1px;
 }

 .vm {
     vertical-align: middle;
 }

 .vt {
     vertical-align: top;
 }

 .db {
     display: block;
 }

 .dn,
 .dsn {
     display: none;
 }

 .vh {
     visibility: hidden;
 }

 .utra {
     transition: all 0.2s ease-in-out 0s;
     -moz-transition: all 0.2s ease-in-out 0s;
     -webkit-transition: all 0.2s ease-in-out 0s;
     -o-transition: all 0.2s ease-in-out 0s;
 }

 .pta {
     position: absolute;
 }

 .ptr {
     position: relative;
 }

 .cp {
     cursor: pointer;
 }

 .tm10 {
     margin-top: 10px;
 }

 .tm15 {
     margin-top: 15px;
 }

 .tm20 {
     margin-top: 20px;
 }

 .tm25 {
     margin-top: 25px;
 }

 .tm30 {
     margin-top: 30px;
 }

 .tm35 {
     margin-top: 35px;
 }

 .tm40 {
     margin-top: 40px;
 }

 .tm45 {
     margin-top: 45px;
 }

 .tm50 {
     margin-top: 50px;
 }

 .tm70 {
     margin-top: 70px;
 }
 /* input,select,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button,progress{ -webkit-appearance:none; border:none;  font-family:'微软雅黑'; } */

 .show {
     display: block;
 }

 .hide {
     display: none;
 }
 /*layout*/

 body {
     font-family: "微软雅黑";
     overflow-x: hidden;
 }
 /*public color*/

 .cor1 {
     color: #ff6600;
 }

 .cor2 {
     color: #6c6c6c;
 }

 .grid980 {
     width: 980px;
     margin: 0 auto;
 }

 .grid1200 {
     width: 1200px;
     margin: 0 auto;
 }
 /*head-nav*/

 .head-nav {
     display: flex;
     align-items: center;
     font-size: 12px;
     color: #6c6c6c;
     background: #F7F7F7;
     height: 39px;
     line-height: 39px;
     border-bottom: 1px solid #eee;
 }

 .head-nav-right ul li {
     float: right;
     color: #6c6c6c;
     margin-right: 10px;
     position: relative;
 }

 .head-nav-right .inter-list {
     width: 350px;
     display: none;
     border: 1px solid #eee;
     border-radius: 3px;
     position: absolute;
     left: -10px;
     top: 35px;
     background: #fff;
     z-index: 999;
     padding-left: 10px;
 }

 .head-nav-right .inter-list .inter-sys {
     position: absolute;
     right: 10px;
     top: 10px;
 }

 .head-nav-right .inter-list a {
     cursor: pointer;
     font-size: 12px;
     width: 100%;
     height: 30px;
     text-align: left;
     line-height: 30px;
     display: block;
 }

 .head-nav-right .inter-list a:hover {
     color: #ff6600;
     background: #fff;
 }

 .tk-inter-list:hover .inter-list {
     display: block;
 }

 .inter-wxhover {
     position: relative;
 }

 .inter-wxhover .nav-wxgz {
     display: none;
     z-index: 5;
     position: absolute;
     top: 39px;
     left: -42px;
     text-align: center;
     padding: 15px;
     border: 1px solid #eee;
     background: #fff;
     line-height: 1;
 }

 .inter-wxhover .nav-wxgz .weixinimg {
     display: block;
     margin-bottom: 5px;
 }

 .inter-wxhover:hover .nav-wxgz {
     display: block;
 }

 .head-nav-right ul li a {
     color: #6c6c6c;
     font-size: 12px;
 }

 .head-nav-right .tk-icon1 {
     width: 17px;
     vertical-align: middle;
 }

 .head-nav-right .tk-icon2 {
     width: 5px;
     vertical-align: middle;
 }
 /*head-logo-search*/

 .head-logo-search {
     height: 90px;
     padding-top: 30px;
 }

 .head-logo-search .tk-logo {
     margin-left: 40px;
     background: url("http://img.tk.cn/sales/2018tkhtml/imgs/tk_logo_1.png") no-repeat center;
     width: 285px;
     height: 67px;
 }

 .searcher .tk_icon_4 {
     cursor: pointer;
     width: 55px;
     vertical-align: middle;
     margin: -5px 30px 0 0;
 }

 .searcher .search-watch {
     border: 1px solid #ff6600;
     width: 330px;
     height: 40px;
     line-height: 40px;
 }

 .search-watch .search-inp {
     color: #b7b7b7;
     border: none;
     vertical-align: baseline;
     outline: none;
     text-align: left;
     font-size: 14px;
     color: #b7b7b7;
     width: 80%;
     padding-left: 10px;
     height: 39px;
     line-height: 39px;
     outline: none;
 }

 .search-watch .search-inp::-webkit-input-placeholder {
     color: #b7b7b7;
     font-size: 14px;
 }

 .search-watch .search-inp::-webkit-input-placeholder {
     color: #b7b7b7;
     font-size: 14px;
 }

 .search-watch .search-inp:-moz-placeholder {
     color: #b7b7b7;
     font-size: 14px;
 }

 .search-watch .search-inp::-moz-placeholder {
     color: #b7b7b7;
     font-size: 14px;
 }

 .search-watch .search-inp:-ms-input-placeholder {
     color: #b7b7b7;
     font-size: 14px;
 }

 .search-watch .search-glass {
     cursor: pointer;
     width: 40px;
     height: 40px;
     background: #ff6600;
     background: #ff6600 url("http://img.tk.cn/sales/2018tkhtml/imgs/tk_icon_3.png") no-repeat center center;
 }

 .head-logo-search .searcher {
     margin-top: 20px;
 }
 /*热搜标签  */

 .head-logo-search .tk-hotsearch {
     line-height: 1;
     margin-top: 10px;
     display: block;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
 }

 .head-logo-search .tk-hotsearch a {
     -webkit-transition: .5s;
     transition: .5s;
     float: right;
     font-size: 12px;
     color: #999;
     margin-left: 5px;
     line-height: 1;
 }

 .head-logo-search .tk-hotsearch a:hover {
     color: #ff6600;
 }

 .head-logo-search .tk-hotsearch .hot-tit {
     font-size: 12px;
     color: #999;
     font-weight: bold;
     line-height: 1;
 }
 /*tk-main-nav*/

 .tk-main-nav {
     height: 46px;
     line-height: 46px;
 }

 .tk-main-nav .main-naver {
     margin-top: 10px;
 }

 .tk-main-nav .main-naver li {
     line-height: 30px;
     position: relative;
     cursor: pointer;
     width: 100px;
     font-size: 16px;
     color: #333333;
     text-align: center;
     float: left;
 }

 .tk-main-nav .main-naver li a {
     line-height: 30px;
     position: relative;
     cursor: pointer;
     width: 100px;
     font-size: 16px;
     color: #333333;
     text-align: center;
     float: left;
 }

 .tk-main-nav .main-naver li .nav_line {
     display: none;
     margin: 0 auto;
     width: 80px;
     height: 6px;
 }

 .tk-main-nav .main-naver li.actnaver {
     color: #ff6600;
 }

 .tk-main-nav .main-naver li:hover {
     color: #ff6600;
 }

 .tk-main-nav .main-naver li a:hover {
     color: #ff6600;
 }

 .tk-main-nav .main-naver li .nav_news {
     position: absolute;
     right: 10px;
     top: -10px;
 }

 .tk-main-nav .tk-shopping-car {
     font-size: 14px;
     color: #333;
     margin-right: 100px;
 }

 .tk-shopping-car .tk-my-shop {
     position: relative;
 }

 .tk-shopping-car .tk-my-shop .shop-num {
     font-style: normal;
     color: #fff;
     font-size: 14px;
     display: block;
     position: absolute;
     right: -15px;
     top: -20px;
     background: #F6AB1A;
     padding: 0 8px;
     line-height: 25px;
     text-align: center;
     border-radius: 50%;
 }
 /* 头部导航 */

 .tk-main-nav-boxer {
     border-bottom: 1px solid #eee
 }

 .tk-main-nav .tk-shopping-car .tk_shop {
     vertical-align: middle;
 }

 .head-logo-search .searcher {
     position: relative;
 }

 .head-logo-search .searcher .topgif {
     position: absolute;
     left: -185px;
     top: -35px;
     width: 240px;
 }

 .head-logo-search .searcher .topgif img {
     width: 100%;
 }

 .inter-sys {
     position: absolute;
     right: 10px;
     top: 9px;
 }