.read-full {
    position: relative;
    margin-bottom: 40px;
}
.read-full::after {
    background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(250,249,249,0) 0px,#fff 100%) repeat scroll 0 0;
    bottom: -10px;
    height: 200px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
}

.apponly.read-full::after {
    background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(250,249,249,0) 0%,#fff 8rem,#fff 100%) repeat scroll 0 0;
    top: 0;
    min-height: 200px;
    height: 100%;
    left: 0;
    position: absolute;
    content: " "!important;
    width: 100%;
    z-index: 1;
}

.apponly.read-full .apponly_content {
    top: 8rem;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
}
.apponly_conten_desktop {
    position: relative;
    display: block;
}
.apponly_conten_mobile{
    display: none;
}
.read-full.apponly {
    height: 420px;
    overflow: hidden;
}
.apponly_conten_btn {
    position: absolute;
    top: 47%;
    right: 5%;
}
@media only screen and (max-width:1200px){
    .read-full.apponly {
        height: calc( 100vw * 1/3);
        overflow: hidden;
    }
    .apponly_conten_btn {
        top: 47%;
        right: 2%;
    }
}
@media only screen and (max-width:899px){
    .apponly_conten_desktop {
        display:none;
    } 
    .apponly_conten_mobile{
        display: block;
    }
    .read-full.apponly {
        height: calc((100vw * 270/327) + 4rem);
        overflow: hidden;
    }
    .apponly_conten_btn {
        position: absolute;
        z-index: 33333;
        top: 47%;
        right: 43%;
    }
}
@media only screen and (max-width:540px){
    .read-full.apponly {
        height: calc((100vw * 270/327) + 4rem);
        overflow: hidden;
    }
    .apponly_conten_btn {
        top: 47%;
        right: 35%;
    }
}
@media only screen and (max-width:320px){
}


.read_btn {
    position: relative;
    left: 0;
    width: 100%;
    bottom: 20px;
    z-index: 2
}

.read_btn .read_more {
    display: block;
    margin: 0 auto;
    width: 532px;
    height: 55px;
    line-height: 55px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    background: #ef8400;
    color: #fff;
    font-size: 16px!important;
    cursor: pointer
}

._more_content_ { display: none; }

@media (max-width: 899px){
    .read_btn .read_more {width: 76%;}
}
