@charset "utf-8";

.topText {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    width: calc(100% - 80px);
    margin-left: 48px;
}
/*顶部条*/
.top-div{position:relative;z-index:3}
.top-div-con {
    height: 45px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    box-shadow: 0px 1px 0px 0px #EBEBEB;
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 45px;
    display: flex;
    align-items: center;
}
.top-back-icon-new {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/ananas/images/phonedata/top-back-new.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 8px;
    top: 2px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .top-div-con {
        width: 100%;
        box-shadow: none !important;
    }
    .dataMain{
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
    .img_con{
        width: 100% !important;
        max-width: unset !important;
    }
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {
    .top-div-con {
        width: 100%;
        box-shadow: none !important;
    }
    .dataMain{
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
    .img_con{
        width: 100% !important;
        max-width: unset !important;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .top-div-con {
        width: 900px;
        box-shadow: none !important;
    }
    .dataMain{
        width: 900px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
    .img_con{
        width: 100% !important;
    }
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : landscape) {
    .top-div-con {
        width: 900px;
        box-shadow: none !important;
    }
    .dataMain{
        width: 900px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
    .img_con{
        width: 100% !important;
    }
}