/* JINGDONG TRADING GLOBAL */


*{

margin:0;

padding:0;

box-sizing:border-box;

}


html{

scroll-behavior:smooth;

}



body{

background:#fff;

color:#111;

font-family:

"Microsoft YaHei",
"PingFang SC",
Arial,
sans-serif;


}



img{

max-width:100%;

display:block;

}



/* HEADER */


.header{


height:88px;


padding:0 8%;


background:#fff;


display:flex;


align-items:center;


justify-content:space-between;


position:relative;


z-index:99;


border-bottom:1px solid #eee;


}




.logo-area{


display:flex;


align-items:center;


gap:20px;


}




.logo-area img{


width:120px;


height:auto;


}



.logo-area h1{


font-size:22px;


letter-spacing:1px;


}



.logo-area span{


font-size:13px;


color:#777;


}





nav{


display:flex;


gap:40px;


}



nav a{


text-decoration:none;


color:#333;


font-size:16px;


transition:.3s;


}



nav a:hover{


color:#1266d6;


}





.section{


width:85%;


margin:auto;


}




a{


transition:.3s;


}




button{


font-family:inherit;


}