@charset "utf-8";
@font-face {
     /*font-family: Gotham Rounded Book;
     src:url(../../fonts/华康黑体简W5-A.TTF);*/
}
body{
    margin:0;
    padding:0;
   
    font-size: 12px;
}
@font-face {
    font-family: "TradeGothicW01-BoldCn20 675334";
    src:
        url(https://www.nike.com/styleguide/assets/fonts/nike/257c802f-349c-4b4d-aefa-546d5de15ec6.eot);
    src:
        url(https://www.nike.com/styleguide/assets/fonts/nike/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix)
        format('eot'),
        url(https://www.nike.com/styleguide/assets/fonts/nike/5fdc935e-9e30-442a-bbe9-8d887b858471.woff)
        format('woff'),
        url(https://www.nike.com/styleguide/assets/fonts/nike/616c4c87-a077-43f4-a9f4-f01267c13818.ttf)
        format('truetype'),
        url(https://www.nike.com/styleguide/assets/fonts/nike/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169)
        format('svg')
}

@font-face {
    font-family: "FuturaW01-ExtraBoldCond 774896";
    src:
        url(https://www.nike.com/styleguide/assets/fonts/nike/bec66ca3-753a-469a-b153-fdd9e3ea7ce4.eot);
    src:
        url(https://www.nike.com/styleguide/assets/fonts/nike/bec66ca3-753a-469a-b153-fdd9e3ea7ce4.eot?#iefix)
        format('eot'),
        url(https://www.nike.com/styleguide/assets/fonts/nike/04733668-9f3f-4f2f-a534-14fb44683f83.woff)
        format('woff'),
        url(https://www.nike.com/styleguide/assets/fonts/nike/1f9bced0-1224-4785-9553-68fcbac00914.ttf)
        format('truetype'),
        url(https://www.nike.com/styleguide/assets/fonts/nike/23d05127-305c-4753-8f3a-16d8109db5ca.svg#23d05127-305c-4753-8f3a-16d8109db5ca)
        format('svg')
}

body .size_warp{font-family:'微软雅黑','宋体',Arial;}
body .size_warp.en_font{ font-family: "TradeGothicW01-BoldCn20 675334",Helvetica,Arial,sans-serif;}

div,span,input,img,p,label,h1,h2,h3,h4,h5,h6,ul,li,dl,dd,dt,ol
{
    margin:0;
    padding:0;
    border:0;
    list-style-type:none;
}
.fLeft{
    float:left;
}
.fRight{
    float:right;
}
.bold{
    font-weight:bold;
}
.overflow{
    overflow: hidden;
}
a{
    color:#333333;
    text-decoration:none;
}
blockquote, q{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
ul, ol {
    list-style: none outside none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clear{
    *zoom:1; 
    clear:both;
}
.clear:after{
    display:block; 
    content:"clear";
    height:0;
    clear:both;
    overflow:hidden;
    visibility:hidden;
}