/*原生样式替换*/
body,html {
    font-family: Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
    line-height: 1.8;
}
.am-with-topbar-fixed-top {
    padding-top: 80px;
}
h1,h2 {
    font-weight: normal;
    line-height: 1.4;
}
.am-container {
    max-width: 1150px;
    padding-left: 0;
    padding-right: 0;
}
.am-container img {
    max-width: 90%;
}
.am-container img.ld-pic {
    min-width: 300px;
    max-width: 90%;
    width: 700px;
}
.am-container img.ld-pic-detail {
    max-width: 90%;
    width: 350px;
}
.am-topbar {
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 0 25px 0 rgba(155,155,155,0.1);
    border-bottom: 1px solid #f3f3f3;
}
.am-topbar a:hover,.am-topbar a:active,.am-topbar a:focus {
    color: #ff4181;
}

footer {
    padding: 3.6rem 2.4rem;
    border-top: 1px solid #e5e5e5;
}

footer p {
    margin: 0;
}
.am-nav>li>a:focus, .am-nav>li>a:hover {
    background-color: unset;
}
.am-badge-danger {
    background-color: #ff4181;
}
/*landeng自定义样式*/
.ld-inline {
    display: inline-block;
}
.ld-logo img {
    width: 34px;
    height: 34px;
    margin-top: -2px;
}
.ld-logo {
    line-height: 40px;
}
.ld-header-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height:40px;
}
.ld-header-ul li {
    float: left;
    width: 33%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 40px;
}
.ld-header {
    height: 80px;
    padding: 20px;
    position: relative;
}
.ld-btn-xl {
    padding: 15px 30px;
    font-size: 3rem;
}
.ld-btn-danger {
    background-color: #ff4181;
    border-color: #ff4181;
    color: #fff;
}
.ld-btn-danger:hover, .ld-btn-danger:active, .ld-btn-danger:focus {
    background-color: #d81657;
    border-color: #d81657;
    color: #fff;
}
.ld-text-danger {
    color: #ff4181;
}
.ld-text-gray {
    color: #a0aac3;
}
.ld-text-gray-777 {
    color: #777;
}
.ld-text-gray-999 {
    color: #999;
}
.ld-app {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 40px;
}
.ld-app [class*=am-icon] {
    font-size: 4.4rem;
    color: #9fa7bf;
}
.ld-app .am-u-lg-1 {
    text-align: center;
    padding: 0;
}
.ld-getlanternpro {
    background: url("../images/bg_light_blue.png") no-repeat;
    background-size: cover;
}
.ld-getlanternpro img {
    width: 300px;
    max-width: 90%;
}
.iconfont {
    font-size: unset;
}
.am-topbar a.ld-btn-more,.am-topbar a.ld-btn-user {
    display: block;
    width: 40px;
    height: 40px;
    border-width: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    color: #57cadc;
}
.am-topbar a.ld-btn-more {
    position: absolute;
    right: 20px;
    top: 20px;
}
.am-topbar a.ld-btn-user {
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 40px;
    font-size: 24px;
}
.am-topbar a.ld-btn-user:hover {
    color: #ff4181;
}
.am-topbar a.ld-btn-more:active,.am-topbar a.ld-btn-more:focus,.am-topbar a.ld-btn-user:active,.am-topbar a.ld-btn-user:focus {
    color: #ff4181;
}
.ld-index-badge {
    background-color: #ff4181;
    color: #fff;
    border-radius: 1000px;
    font-size: 12px;
    position: absolute;
    margin-top: 9px;
    margin-left: 2px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.ld-index-badge-sm {
    background-color: #ff4181;
    color: #fff!important;
    border-radius: 1000px;
    font-size: 12px;
    position: absolute;
    right: 65px;
    margin-top: 10px;
    margin-left: 2px;
    width: 64px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}