html {
    max-width: 412px;
    margin: 0 auto;
    position: relative;
}
.wrapped {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
#header .banner {
    height: 350px;
    background: url(http://biz.touchev.com/2016greencar/image/bannermin.png) no-repeat center;
}
@media (max-width: 640px) {
    html {
        font-size: 5px;
    }

    .server_content {
        margin-top: 2rem;
    }
}
.ad--wrapper img, .guest img {
    width: 100%;
}
header.am-topbar {
    border-color: #000;
    max-width: 100%;
    background: #000;
}
header .am-container {
    background: #000;
    text-align: center;
}
.am-nav > li > a {
    padding: 0.6em 2em;
    font-size: 2.5rem;
}
.am-nav > li > a:focus, .am-nav > li > a:hover {
    background-color: #000;
}
header .am-topbar-btn {
    margin-top: 10px;
    background: transparent;
    color: #fff !important;
}
.am-topbar-brand img {
    color: #fff;
    max-height: 20px;
    width: auto;
}
.am-topbar a {
    color: #fff;
}
.media--wrapper {
    text-align: center;
    margin: 20px auto 35px;
}
[class*=am-u-] + [class*=am-u-]:last-child {
    float: left;
}
.iconfont.icon-play {
    color: #3b03ac;
    position: relative;
    top: 2px;
    font-size: 18px;
}
/*card*/
.content--img--re {
    margin: 0 auto;
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.content--img--re.largeImage{
    width: 70%;
}
.am-g .content--img--re {
    height: 75px;
}
.content--img--re img {
    width: 100%;
    min-height: 75px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card {
    margin: 0 0 30px;
}
.card p {
    color: #fff;
}
.card .daniucard {
    width: 282px;
    height: 372px;
    text-align: left;
    font-size: 14px;
    position: relative;
    background: url("http://s.amazeui.org/media/i/demos/bw-2014-06-19.jpg") no-repeat center;
    background-size: cover;
}
.card .card_img img {
    width: 140px;
    height: 140px;
}
.card p.auther--content {
    font-size: 14px;
    line-height: 1.7;
    height: 46px;
    overflow: hidden;
}
.card .a_wrapped {
    padding: 0 25px 0 20px;
    position: absolute;
    bottom: 23px;
    line-height: 1.7;
}
.card p.auther--name {
    font-size: 18px;
    overflow: hidden;
}
.say .schedule--wraped {
    float: none;
    padding: 0;
}
.wrapped .schedule--person p {
    margin: 0.5em auto;
    min-height: 58px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wrapped .schedule--person .name {
    font-weight: 600;
    color: #343434;
}
.card .am-slider-default {
    background: transparent;
}
.card .am-slider-default .am-direction-nav a {
    width: 50px;
    height: 90px;
    margin-top: -45px;
    background: url("https://www.d1ev.com/daniusays/image/slidebg.png") no-repeat;
}
.card .am-slider-default .am-direction-nav a:before {
    width: 30px;
    height: 55px;
    margin: 16px 0 0 10px;
    content: "";
    background: url(https://www.d1ev.com/daniusays/image/slideleft.png) no-repeat;
}
@media only screen and (max-width: 1024px) {
    .card .slider--wrapped {
        width: 768px;
    }
}
@media only screen and (max-width: 640px) {
    .card .slider--wrapped {
        width: 256px;
    }
}
/*slides*/
.am-slider-default {
    margin: 0;
    box-shadow: none;
    min-height: 260px;
}
.am-slider-default .am-control-nav {
    bottom: 10px;
}
.am-slider-default .am-control-nav li a.am-active {
    width: 20px;
    background-color: rgba(255, 255, 255, .4);
}
.am-slider-default .am-control-nav li a {
    background: rgba(255, 255, 255, .4);
    width: 10px;
    height: 10px;
    transition: all .3s ease-out;
}
.am-slider-default .am-direction-nav a {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    width: 36px;
    height: 36px;
    margin: -18px 0 0;
    overflow: hidden;
    opacity: .45;
    cursor: pointer;
    color: rgba(0, 0, 0, .65);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.am-slider-default .am-direction-nav a:before {
    width: 14px;
    content: "";
    background: url(https://www.d1ev.com/2016gnev/image/prev.png) no-repeat;
}
.am-slider-default .am-direction-nav a.am-next:before {
    content: "";
    background: url(https://www.d1ev.com/2016gnev/image/next.png) no-repeat;
}
#news .am-slides p {
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    bottom: 12px;
    text-align: center;
    color: #fff;
    max-height: 16px;
    overflow: hidden;
    padding:0 2em;
    width: 100%;
    z-index: 2;
}
#news .am-slider .li_boxshadow{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:20%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}
/*#news*/
#header .ad--wrapper {
    margin: 10px auto;
}
#news .news_ul, #news p {
    text-align: left;
}
#news .hope-img {
    padding: 0;
}
#news p {
    color: #999;
    font-size: 12px;
    max-height: 39px;
    overflow: hidden;
}
#news .hope-title {
    font-size: 15px;
    font-weight: normal;
    max-height: 24px;
    overflow: hidden;
    color: #333;
    text-align: center;
}
#news .news_ul span {
    color: #666;
    font-size: 13px;
}
#news p span {
    color: #3b00b4;
}
#news .news_ul {
    color: #3b03ac;
}
#news .news_ul li {
    margin: 0 auto 1.6rem;
}
#recommend {
    background: #f2f2f2;
}
.wrapped time {
    font-size: 12px;
    color: #5b19e1;
}
.wrapped h2 {
    font-size: 16px;
    color: #666;
    padding: 2.5rem 0;
    margin: 0;
}
.wrapped * + p {
    font-size: 12px;
    color: #999;
    margin-top: 0;
}
.wrapped p.hope-title {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}
* + h2 img {
    height: 16px;
    position: relative;
    bottom: 1px;
}
.wrapped > p.am-text-center {
    padding-top: 20px;
}
.wrapped .vedio--wrapper {
    height: 200px;
    position: relative;
}
.wrapped .vedio--wrapper .img--wrapper {
    position: absolute;
    width: 45px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wrapped .vedio--wrapper .img--wrapper img {
    width: 100%;
}
#forum-list-wrapper section {
    padding: 2.4rem 0;
    min-height: 200px;
    border-bottom: 1px solid #f6f7f8;
}
#forum-list-wrapper section:nth-of-type(odd) {
    background: #f2f2f2;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f2f2f2;
}
/*parters*/
#parters .medias_div .mediaList{
    text-align: center;
}
#parters .medias_div .mediaList .img--wrapper{
    float:left;
    width:33.33%;
    padding:0 1rem;
}

#parters .medias_div img {
    width: 100%;
    margin:0 0 15px 0;
    max-height: 40px;
}
#parters .medias_div .am-u-sm-centered img {
    max-width: 100px;
}
.guest img {
    padding: 50px 0;
}
@media (max-width: 321px) {
    .wrapped .schedule--person p {
        margin: 1.6rem auto;
        min-height: 77px;
    }
}
/*fixed model*/
.ticket--fixed {
    position: fixed;
    bottom: 50px;
    right: 10px;
    opacity: 0.9;
    width:50px;
}
.ticket--fixed img{
    width:50px;
}
.am-modal-no-btn .am-modal-dialog{
    width:98%!important;
    background: #000;
}
.am-modal-hd a.am-close, .am-modal-hd a.am-close:hover {
    color: #fff !important;
    opacity: 0.5;
}
.am-modal-bd {
    border-bottom: none;
    padding: 10px 20px;
    background: #000;
}