@font-face {
   font-family: KozGoPr6N; /* set name */
   src: url(KozGoPr6N-ExtraLight.otf); /* url of the font */
 }

 @font-face {
   font-family: AdobeFanHeitiStd; /* set name */
   src: url(AdobeFanHeitiStd-Bold.otf); /* url of the font */
 }

html, body {
   width: 100%;
   min-height: 100vh;
   margin: 0px;
   height: 0px;
   font-family:  'KozGoPr6N';
   font-size: 16px;
   background: #ffffff;
}

div{
   box-sizing: border-box;
}

p{
   margin: 0px;
   padding-bottom: 20px;
}

.box {
   float: left;
   width: 100%;
}

.header {
   float: left;
   width: 100%;
   height: 60px;
   padding-bottom: 20px;
   background-color: #eaeaea;
   border-bottom: #e1e1e1 solid 1px;
}

.header_nav{
   float: right;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 40px;
   margin-top: 10px;
   margin-right: 20px;
   padding-right: 20px;
   padding-right: 20px;
   border-radius: 20px;
   background: #ffffff;
}

.header_navitem {
   float: left;
   font-size: 20px;
   padding-left: 20px;
   padding-right: 20px;   
   font-weight: bold;  
}

.body{
   float: flex;
   width: 100%;
   max-width: 1000px;
   margin: auto;
}

.title_site {
   font-family: 'AdobeFanHeitiStd';
   font-size: 100px;
   text-align: center;
   padding: 40px;
   background-color: #ffff00;
   margin-bottom: 40px;
   margin-top: 60px;
}

.title_sitedesc{
   font-family: KozGoPr6N;
   font-size: 20px;
   font-weight: 100;
   margin-bottom: 20px;
}

.app{
   float: left;
   width: 100%;
   border: #eaeaea solid 1px;
   padding: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.app_left{
   float: left;
   width: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.app_left img {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.app_right{
   float: right;
   width: 50%;
   padding-left: 20px;
}

.app_name{
   font-size: 50px;
   font-weight: bold;
   margin-bottom: 20px;
}

.app_desc{
   font-size: 20px;
   margin-top: auto;
   margin-bottom: auto;
   font-weight: 100;
   margin-bottom: 20px;
}

.app_download, .app_download img {
   width: 200px;
}

.p-title {
   font-size: 50px;
   text-align: center;
}

.p-subtitle{
   font-size: 25px;
   font-weight: bold;
}

.p-desc{
   font-size: 16px;
}

.divider{
   padding-bottom: 40px;
}