﻿body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin: 0;padding: 0;}
fieldset, img {border: 0;}
:focus {outline: 0;}
address, caption, cite, code, dfn,em, th, var, optgroup {font-style: normal;font-weight: normal;}
h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}
strong{font-weight: 700;}
abbr, acronym {border: 0;font-variant: normal;}
input, button, textarea,
select, optgroup, option {font-family: inherit;font-size: inherit;font-style: inherit;	font-weight: inherit;}
code, kbd, samp, tt {font-size: 100%;}
input, button, textarea, select {*font-size: 100%;}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;}
input::-webkit-input-placeholder{ color: #999; }
input:focus::-webkit-input-placeholder{ color: #ccc; }
textarea::-webkit-input-placeholder{ color: #999; }
textarea:focus::-webkit-input-placeholder{ color: #ccc;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption{text-align: left;}
sup, sub {font-size: 100%;}
:link, :visited , ins {text-decoration: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
.clearfix,.container-fluid,.container,.form-group,.panel{ *clear:both; *zoom:1;}
.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.form-group:after,.form-group:before,.panel:after,.panel:before{ display:table;content:" ";}
.clearfix:after,.container-fluid:after,.container:after,.form-group:after,.panel:after{clear:both;}
.hidden{display:none!important;}
.show{display:block!important;}
.hide{display:none;}
.pull-left,.pull-right{display:inline;}
.pull-left{float:left;}
.pull-right{float:right;}
.pull-right{float:right;}
 button,input,textarea,select,pre{ font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
pre{ white-space: normal; }

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
body{ -webkit-font-smoothing: antialiased; }
html{
    height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);    
	_background-image:url(about:blank);
	_background-attachment:fixed;
}
body{	
	color: #5c5c5c;
    font-size: 14px;
    line-height: 1.5;
    font-family: Roboto,"Open Sans",sans-serif;
	min-height: 100%;    
	min-width: 320px;
	background-color: #eff1f2;
}
a{ color: #000048; text-decoration: none; transition: color .3s, background-color .3s; }
a:hover{ color: #000048; text-decoration: none;}
a.hover-underline:hover{ text-decoration: underline;}

/* Hx */
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{ font-weight: 400; }
.h1,h1{ font-size: 32px; font-weight: 300; }
.h2,h2{ font-size: 22px; font-weight: 300; }
.h3,h3{ font-size: 18px; }
.h4,h4{ font-size: 16px; }
.h5,h5{ font-size: 14px; }
.h6,h6{ font-size: 12px; }
.small,small{ font-size: 85%; }

/* text-color */
.text-light  { color: #999;}
.text-muted  { color: #777;}
.text-primary{ color: #ff5c38!important; }
.text-success{ color: #19cf86!important; }
.text-info   { color: #007dfe!important; }
.text-warning{ color: #ff9000!important; }
.text-danger { color: #f76260!important; }
.text-red    { color: #f76260!important; }
.text-green  { color: #19cf86!important; }
.text-blue   { color: #3988ff!important; }

.content{
    max-width: 768px;
    margin: auto;
    padding-bottom: 20px;
}

.header{
    padding: 25px;
    margin: 20px 0;
    text-align: center;
    background-color: #fff;
    border-radius: 16px;
}
.header .logo{
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    background-image:-webkit-linear-gradient(left,red,#ff5f60,#f0c41b); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.footer{
    padding: 15px;
    margin: 20px 0 0 0;
    color: rgba(255,255,255,.75);
    text-align: center;
    text-transform: uppercase;
    background-color: #232525;
    border-radius: 16px;
}

.section{
}
.section .title{ padding: 10px 0 20px 0; text-align: center; color: #222222; text-transform: uppercase; }
.section .title span{ position: relative; font-size: 24px; display: inline-block; max-width: 80%; line-height: 1; }
.section .title span:after, 
.section .title span:before{
    content: "";
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: #ddd;
}    
    .section .title span:before{ left: 100%; margin-left: 24px; }
    .section .title span:after{ right: 100%; margin-right: 24px; }

.apk-group > li{ width: 50%; padding: 10px; vertical-align: top; height: 100%; }
.apk-group{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.apk-group .item{
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 16px;
}
.apk-group img{
    display: block;
    margin: auto;
    width: 96px;
    height: 96px;
    border-radius: 6px;
}
.apk-group .info{
    padding: 0 0 0 16px;
}
.apk-group .name {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    -webkit-line-clamp: 2;
}
.apk-group .desc {
    color: #757575;
    font-size: 14px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-box{    
    padding: 20px;
    background-color: #fff;
    border-radius: 16px;
}
.section-box .detail{display: flex; align-items: center;}
.section-box .detail .img{ flex-basis: 120px; }
.section-box .detail img{
    display: block;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 6px;
}
.section-box .detail .info{
    padding: 0 0 0 16px;
    flex: 1;
}
.section-box .detail .name {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    -webkit-line-clamp: 2;
}
.section-box + .section-box { margin-top: 20px; }
.section-box .detail .desc {
    color: #757575;
    font-size: 14px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-box .btn {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 14px;
    padding: 10px 25px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    background-color: #0762fb;
}
.section-box > .btn { display: none; text-align: center; margin-top: 20px; }
.section-box .intro{
    padding: 12px;
    word-break: break-word;
}
.section-box .intro h5{
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}
.section-box .intro p{
    font-size: 15px;
    margin-bottom: 30px;
}

@media (max-width: 768px){
    .content{ padding: 0; }
    .header{ margin: 0; border-radius: 0; border-bottom: 1px solid #eee; padding: 16px; }
    .header .logo{ font-size: 24px; }
    .footer{ margin: 0; border-radius: 0; font-size: 13px; }
    .footer span{ display: block; }
    .section .title{ padding: 20px 0 0 0; }
    .section .title span{ font-size: 20px; }
    .apk-group{ padding: 20px; }
    .apk-group .item { padding: 16px; }
    .apk-group img { width: 72px; height: 72px; }
    .apk-group .name { font-size: 14px; }
    .apk-group .desc { font-size: 12px; }
    .section-box{ border-radius: 0; }
    .section-box .title{ padding: 10px 0; }
    .section-box + .section-box { margin-top:0; border-top:1px solid #eee; }
}

@media (max-width: 600px){
    .apk-group{ padding: 16px; }
    .apk-group{ margin: -8px; }
    .apk-group > li{ width: 100%; padding: 8px; }    
    .section-box .detail .img{ flex-basis: 96px; }
    .section-box .detail img{ width: 96px; height: 96px; }
    .section-box .detail .name {  font-size: 18px; line-height: 1.3 }
    .section-box .detail .desc { margin-top: 5px; }
    .section-box .detail .btn { display: none; }
    .section-box > .btn { display: block; }
}


















