body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,header,footer,menu{ margin:0; padding:0; vertical-align:middle; font:inherit; -webkit-text-size-adjust:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:100%;}
address,caption,cite,code,dfn,em,th,var { font-weight:normal; font-style:normal;} 
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img,abbr,acronym{border:0;}
input,textarea,select,button{ font-family:Helvetica, Roboto, Verdana, Geneva, Arial, sans-serif; -webkit-appearance:none; outline:none; font-size:14px; color:#666;}
caption,th{ text-align:left;}
q:before, q:after{ content:'';}
ul,ol,dl{ list-style:none;}

.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

body,html{
    height: 100%;
}
body{
background: #fff;
height: 100%;
width: 100%;
font-family: Helvetica, Roboto, Verdana, Geneva, Arial, sans-serif;
font-size: 14px;
color: #333333;
}
.app-download{
max-width: 750px;
margin: 0 auto;
}
.app-download .header{
height: 305px;
background:url(../images/app-downlad/bg-header.png) repeat #414244;
background-size: 750px 305px;
text-align: center;
}
.app-download .header .logo{
    background: url(../images/app-downlad/feigua-logo.png) no-repeat;
    background-size: 83px 96px;
    width: 83px;
    height: 96px;
    display: inline-block;
    margin: 55px auto 20px;
}
.app-download .header .title{ 
margin-bottom: 24px;
font-size:14px;
font-weight: 500;
color: #FFFFFF;
}
.app-download .header .btn-download{
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background: #52C41A;
    border-radius: 21px;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 auto;
    display: inline-block;
}
.app-download .header .btn-download:active{opacity: 0.8;}
.app-download .header .btn-download::before{
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-right: 11px;
    margin-top: -4px;
}
.app-download .header .btn-download.android::before {
    background: url(../images/app-downlad/icon-android.png);
    background-size: 19px 22px;
    width: 19px;
    height: 22px;
}
.app-download .header .btn-download.ios::before {
    background: url(../images/app-downlad/icon-ios.png);
    background-size: 19px 22px;
    width: 19px;
    height: 22px;
}
.app-download .header .btn-download.no-download {
    background: #CCCCCC;
}
.app-download .mainContent{
    padding:54px 10%;
    text-align: center;
}
.app-download .mainContent h5{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 40px;
}
.app-list{ clear: both;}
.app-list dl{ 
    width: 49%;
    display: inline-block;
text-align: center;
margin: 0;
color: #333333;
cursor: pointer;
}
.app-list dl dt {
    width: 61px;
    height: 61px;
    display: inline-block;
    vertical-align:middle;   
}
.app-list dl dt:active { opacity: 0.8;}
.app-list dl:nth-child(1) dt {
    background: url(../images/app-downlad/icon1.png) no-repeat;
    background-size: 61px 61px;
    margin: 0 auto;
}
.app-list dl:nth-child(2) dt {
    background: url(../images/app-downlad/icon2.png) no-repeat;
    background-size: 61px 61px;
}
.app-list dl:nth-child(3) dt {
    background: url(../images/app-downlad/icon3.png) no-repeat;
    background-size: 61px 61px;
}
.app-list dl:nth-child(4) dt {
    background: url(../images/app-downlad/icon4.png) no-repeat;
    background-size: 61px 61px;
}
.app-list dl dd {
   font-size: 14px;
   margin: 16px 0 25px 0;
}

.app-ft{
    padding:16px 16px 10px 16px;
    background: #FAFAFA;
    text-align: center;
    color: #999;
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
}
.app-ft .a-link{
    margin-bottom: 10px;
}
.app-ft .a-link a{
    color: #52C41A;
    transition: all 0.18s ease-out 0s;
    margin: 0 12px 0 0;
    text-decoration: none;
}
.app-ft p{ line-height: 1.6;}

@media only screen and (min-device-width:768px) and (max-device-width: 1024px) {
    .app-download .mainContent {
        margin-bottom: 80px;
    }
    .app-ft {
        bottom: 0;
    }
}
