@import url("../common/base.css?version_tmp=5");


.line1 {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
* {
    color: #333;
}
a{
    text-decoration: none;
    color: #333;
}
a:active,a:visited{
    color: #333;
}

.details-html {
    min-height: 100vh;
    position: relative;
    background: #EDF0F2;
    width: 100vw;
    max-width: 768px;
    min-width: 320px;
    padding-top: 44px;
    overflow: hidden;
}

.details-html * {
    box-sizing: border-box;
}

.details-container {
    position: relative;
}

/* 页头 */
.fix-header {
    position: fixed;
    width: 100%;
    max-width: 768px;
    top: 0;
    left: 50%;
    text-align: center;
    font-size: 20px;
    background: #fff;
    z-index: 999;
    height: 44px;
    border-bottom: 1px solid #ccc;
    transform: translateX(-50%);
}
.fix-header::after {
    content: "";
    clear: both;
    display: block;
}
.fix-header .pos-rel {
    text-align: center;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}
.fix-header .back-to-prev {
    width: 50px;
    min-width: 50px;
    height: 44px;
    display: flex;
    color: #666;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.fix-header .fix-tit {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin: 0 50px;
}
.fix-header .other-pages {
    position: absolute;
    right: 0px;
    top: 0;
    color: #666;
    padding: 0 15px;
    line-height: 44px;
}
.fix-header .other-pages .icon-app-more {
    padding: 5px;
}


/* 页尾按钮 */
.fixed-btns {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    display: flex;
}

.fixed-btns .btn {
    flex: 1;
    height: 55px;
    min-width: 0;
    font-size: 15px;
    line-height: 55px;
    text-align: center;
    /*background: #09f;*/
    /*color: #fff;*/
}

.fixed-btns .btn1 {
    border-top: solid 1px #DAE0E6;
    background: #fff;
    color: #333;
}

.fixed-btns .btn2 {
    background: #09f;
    color: #fff;
}




/* 暂无数据 */
.null-data {
    text-align: center;
    border-radius: 3px;
    background: #fff;
    padding: 80px 0;
}
.null-data > img {
    width: 110px;
    height: 95px;
}
.null-data > p {
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}



/* 加载下一页 / 没有更多了 */
@keyframes loading {
    0% {
        transform : rotate(0deg);
    }
    100% {
        transform : rotate(360deg);
    }
}
.load-tip {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    color: #999;
    font-size: 12px;
    width: 100vw;
    display: none;
}
.load-tip .flex-box {
    display: flex;
    justify-content: center;
    text-align: center;
}
.load-tip .loading {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    animation: loading 1.8s linear  infinite;
}



/* 错误提示 */
.warning-msg {
    position: fixed;
    z-index: 9999;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 25px;
}



/* 带按钮的 提示框 */
.common-black-bg {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .3);
    display: none;
}
.common-tips {
    position: fixed;
    width: 72vw;
    min-height: 154px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    color: #333;
    padding-bottom: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-tips .i-know {
    position: absolute;
    height: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: solid 1px #EDF0F2;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    color: #09F;
}



/* 功能直达 */
.sc-fullpage {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    max-width: 768px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.sc-main {
    line-height: 1.5;
    position: fixed;
    z-index: 9999999;
    top: -480px;
    max-width: 768px;
    width: 100%;
    background-color: #fff;
}

.sc-main .sc-title {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
}

.sc-main .sc-title .sc-t-word {
    font-size: 18px;
    color: #333333;
}

.sc-main .sc-title .sc-t-fork {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc-main .sc-title .sc-t-fork .icon-delete {
    font-size: 24px;
    line-height: 24px;
    color: #666666;
}

.sc-main .sc-content {
    padding: 15px 10px;
}

.sc-main .sc-content .sc-search-wrapper {
    padding: 0 5px;
}

.sc-main .sc-content .sc-search {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #edf0f2;
    border-radius: 3px;
    margin-bottom: 15px;
}

.sc-main .sc-content .sc-search .icon-search {
    margin-right: 5px;
    font-size: 16px;
    color: #333333;
}

.sc-main .sc-content .sc-search .sc-search-word {
    margin-left: 5px;
    font-size: 12px;
    color: #333333;
}

.sc-main .sc-content .sc-router {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc-main .sc-content .sc-router .sc-one-wrapper {
    display: block;
    flex: 1;
    height: 90px;
    padding: 0 5px;
}

.sc-main .sc-content .sc-router .sc-one-wrapper .sc-one {
    height: 90px;
    position: relative;
    background-color: #edf0f2;
    border-radius: 5px;
}

.sc-main .sc-content .sc-router .sc-one-wrapper .sc-one .sc-one-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.sc-main .sc-content .sc-router .sc-one-wrapper .sc-one .sc-one-inner .sc-one-inner-in {
    padding-top: 5px;
}

.sc-main .sc-content .sc-router .sc-one-wrapper .sc-one .sc-one-inner .sc-one-inner-in .sc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc-main .sc-content .sc-router .sc-one-wrapper .sc-one .sc-one-inner .sc-one-inner-in .sc-icon .hc-icon {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.sc-main .sc-content .sc-router .sc-one-wrapper .sc-one .sc-one-inner .sc-one-inner-in .sc-one-name {
    margin-top: 5px;
    font-size: 12px;
    color: #333333;
    text-align: center;
}


