@charset "utf-8";

/* CSS Document */

* {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    font-family: Avenir, Roboto, Arial, PingFangSC-Regular, '微软雅黑', Helvetica, "Droid Sans", sans-serif;
}

*:focus {
    outline: none;
}


html {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-text-size-adjust: none;
    /*font-size: -webkit-calc(100vw / 7.5);*/
    /*font-size: calc(100vw / 7.5);*/
}

body {
    min-height: 100%;
   /*
    -webkit-text-size-adjust: none;
    */
    font-size: 0.28rem;
    font-weight: normal;
   /*
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    */
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000000;
}

input,
button,
textarea,
select {
    -webkit-appearance: none;
    font-size: 0.28rem;
    resize: none;
}

img {
    font-size: 0;
    line-height: 0;
    max-width: 100%;
}

ul,
li {
    display: block;
    list-style: none;
}

.clear:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clear {
    zoom: 1;
}

.clearbox {
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    clear: both;
}

html, body {
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.wrapper {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    min-height: 100%;
    box-sizing: border-box;
}

.wrapper {
    padding-bottom: env(safe-area-inset-bottom);
}

.detail-question {
    padding: 20px;
    border-bottom: 1px solid #F2F3F6;
}

.detail-question .title {
    font-size: 20px;
}

.detail-question .title h1 {
    font-size: 20px;
    word-break: break-all;
}

.detail-question .title h1 a{
    color: #ff0000;padding: 0px 2px;
}


.detail-question .list .item {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.detail-question .list .item .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(0, 0, 0, .05);
    font-size: 14px;
    color: #333;
    margin-right: 10px;
}

.detail-question .list .item .txt {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    word-wrap: break-word;
    word-break: normal;
}

.detail-question .list .item.on .num {
    background: #0DAA3D;
    border: 0 none;
    color: #fff;
    font-weight: bold;
}

.detail-question .list .item.on .txt {
    color: #0DAA3D;
}

.detail-answer {
    padding: 20px;
    border-bottom: 1px solid #F2F3F6;
}

.detail-answer .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.detail-answer .content {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    padding-top: 10px;
}


.detail-codes {
    text-align: center;
    padding: 40px 0;
}

.detail-codes .img {
    font-size: 0;
}

.detail-codes .img img {
    max-width: 120px;
}

.detail-codes .txt {
    font-size: 14px;
    color: #333;
}


.float-codes {

    position: fixed;
    left: 50%;
    margin-left: 250px;
    top: 50%;
    margin-top: -100px;
}

.float-codes .img {
    font-size: 0;
}

.float-codes .img img {
    max-width: 180px;
}

.float-codes .txt {
    font-size: 14px;
    color: #333;
    text-align: center;
}


.samao-pagebar .pagebar .break {
    background: none;
    cursor: default;
}

.samao-pagebar .pagebar a {
    border: 1px solid #999;
    background-color: #FFF;
}

.samao-pagebar .pagebar a:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.samao-pagebar .pagebar b {
    border: 1px solid #666;
    background: none;
    background-color: #666;
    color: #FFF;
}

.samao-pagebar .pagebar_info {
    float: right;
    line-height: 22px;
}


.pagebar {
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.pagebar a,
.pagebar b,
.pagebar span {
    display: block;
    float: left;
    width: auto;
    min-width: 22px;
    box-sizing: border-box;
    text-align: center;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #595757;
    border: 1px solid #B5B5B6;
    padding: 0 5px;
    margin-right: 5px;
}

.pagebar b {
    background: #595757;
    border-color: #595757;
    color: #fff;
}

.samao-pagebar .pagebar .break {
    font-size: 14px;
}


.detail-location {
    padding: 12px 20px;
    border-bottom: 5px solid #f5f5f5;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail-location a {
    color: #333;
}

.detail-list {
    padding: 0 20px;
}

.detail-list .item {
    padding: 20px 0;
    font-size: 16px;
    color: #000;
    border-bottom: 1px dotted #ddd;
}

.detail-list .item a {
    display: block;
    color: #000;
    word-break: break-all;
}

.detail-list .item a span {
    padding: 0px 5px;
    color: #ff0000;
}

.detail-footer {
    padding: 20px 0;
    text-align: center;
    border-top: 5px solid #f5f5f5;
    font-size: 14px;
    color: #999;
}

.detail-footer a {
    color: #999;
    margin: 0 5px;
}


.detail-groups {
    border-top: 5px solid #f5f5f5;
}

.detail-groups-title {
    padding: 20px 20px 0 20px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.detail-groups-tags {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 10px 20px 20px;
}

.detail-groups-tags a {
    display: block;
    margin: 10px 10px 0 0;
    background: #eee;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
    border-radius: 2px;
}

.detail-groups .detail-list .item:last-child {
    border-bottom: 0 none;
}


.float-navs {
    width: 240px;
    height: 100%;
    position: fixed;
    left: 50%;
    margin-left: -490px;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.float-navs .main {
    width: 100%;
    background: #fff;
}

.float-navs .list {
    padding-bottom: 15px;
}

.float-navs .more {
    padding: 0 15px 15px 15px;
}

.float-navs .more a {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
}

.float-navs-list {
    font-size: 14px;
}

.float-navs-list .group {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 9px 5px 0 15px;
}

.float-navs-list .group .item {
    padding: 6px 10px 0 0;
}

.float-navs-list .group .item a {
    color: #999;
}

.float-navs-list .group .first {
    width: 100%;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.float-navs-list .group .first .item a {
    color: #333;
}


.detail-search {
    border-bottom: 5px solid #f5f5f5;
    padding: 10px;
}

.detail-search .flex {
    background: linear-gradient(to right, #4456f0, #4dadf9);
    display: -ms-flex;
    display: flex;
    font-size: 0;
    border-radius: 3px;
}

.detail-search .inpbox {
    padding: 2px;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.detail-search .inpbox input.inp {
    width: 100%;
    height: 36px;
    background: #fff;
    border: 0 none;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
}

.detail-search .btnbox input.btn {
    width: 80px;
    height: 40px;
    background: none;
    border: 0 none;
    cursor: pointer;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
}

.detail-search .hots {
    padding: 5px 10px 0 10px;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}

.detail-search .hots .item {
    padding: 5px 10px 0 0;
}

.detail-search .hots .item a {
    color: #999;
}


.detail-navs {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

@media all and (max-width: 980px) {
    .float-navs {
        display: none;
    }
}

@media all and (max-width: 720px) {
    .float-codes {
        display: none;
    }
}


.detail-navs .more {
    padding: 15px 15px 15px 15px;
}

.detail-navs .more a {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
}




