html {
    font-size: 20px;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
}
@media only screen and (min-width: 400px) {
    html {
        font-size: 21.33333333px !important;
    }
}
@media only screen and (min-width: 414px) {
    html {
        font-size: 22.08px !important;
    }
}
@media only screen and (min-width: 480px) {
    html {
        font-size: 25.6px !important;
    }
    body {
        width: 480px;
        right: unset;
        left:  50%;
        margin-left: -240px;
    }
}

a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button { overflow: visible;  }
button,
select {text-transform: none;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {line-height: normal;}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    border: 0;
    padding: 0;
}
textarea { overflow: auto;  }
optgroup { font-weight: bold;  }
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul,ol,dl{
    margin: 0;
    padding: 0;
    list-style: none;
}
p{
    margin: 10px 0;
}
/*清除浮动*/
.clear-float:after{
    content: "";
    display: table;
    clear: both;
}
/*清除越界*/
.clear-over:before{
    content: "";
    display: table;
}
/*浮动*/
.pull-left{float: left;}
.pull-right{float: right;}
.comm_font{    
    font-size: .65rem;
    position: absolute;
    right: 0px;
    bottom: 10px;
    color: #777;
}
.text-center{text-align: center}
.text-justify{text-align:justify}

/*主要宽度*/
.main-width{
    width: 100%;
    padding: 0 4%;
}
/*分割线*/
.dividers{
    border-bottom: 5px solid #f2f7f8;
}

/*自定义图标*/
.ident-btn{
    vertical-align: middle;
    display: inline-block;
    height: 34px;
    margin-right:6px;
    position: relative;
    margin-top:8px;
}
.ident-btn>span{
    display: inline-block;
}
.ident-btn .btn-right{
    background-color: #ff4300;
    width:40px ;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 11px;
}
.ident-btn .btn-left{
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #ff4300;
    border-bottom: 4px solid transparent;
}
.ident-btn .btn-bottom{
    position: absolute;
    top: 22px;
    left:17px;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 5px solid  #ff4300;
}
.ident-btn.ident-btn-g .btn-right{
    background-color: #00a795;
}
.ident-btn.ident-btn-g .btn-left{
    border-left: 5px solid  #00a795;
}
.ident-btn.ident-btn-g .btn-bottom{
    border-top: 5px solid  #00a795;
}

/*公用模块*/
/*评论*/
.comment-box{
    width: 100%;
    padding-left: 4%;
    padding-top: 20px;
}
.comment-title{
    padding-right: 4%;
    margin-bottom: 25px;
}
.comment-numb{
    font-size: .75rem;
    font-weight: bold;
    color: #343f47;
}
.comment-numb>span{
    letter-spacing: 2px;
    display: inline-block;
    color: #fff;
    font-size: .55rem;
    padding: 0 8px;
    height: 18px;
    border-radius: 9px;
    line-height: 18px;
    background-color: #00a795;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 8px;

}
.check-all{
    font-size: .65rem;
    color: #777;
}
.comment-list{
    margin-top: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.user-header{
    width: 35px;
    height: 35px;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
}
.user-messages{
    position: relative;
    top:0;
    width: 84%;
    left: 45px;
    word-break:break-all;
}
@media only screen and (max-width: 360px) {
    .user-messages{
        width: 82%;
    }
}
@media only screen and (min-width: 414px) {
    .user-messages{
        width: 85%;
    }
}

.comment-name{
    font-size: .75rem;
    color: #777;
}
.comment-time{
    font-size: .55rem;
    color: #999;
    margin-top: 5px;
}
.comment-cnt{
    font-size: .75rem;
    color: #343f47;
    text-align: justify;
}
.hid {
    display: none !important;
}
.goHome {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    bottom: 120px;
    right: 15px;
    /*background: rgba(0,0,0,0.4);*/
    text-align: center;
    line-height: 40px;
}
.iconLoginOut {
    position: absolute;
    right: 10px;
    top: 14px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../m/images/Icon_loginOut.png) center no-repeat;
    vertical-align: text-bottom;
    background-size: 100%;
}
.goHome {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    position: absolute;
    bottom: 120px;
    right: 13px;
    background: rgb(255,66,0));
    text-align: center;
    line-height: 40px;
}
.homeIcon {
    width: 46px;
    margin-top: 6px;
}
.watermarkImg {
    position: absolute;
    width: 45%;
    left: 31%;
    bottom: -26px;
}
.hid {
    display:none !important;
}
.detailShareBtn {
    width: 7%;
    display: inline-block;
    float: right;
    margin-right: 4%;
    margin-top: 4px;
}
.askCheck {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #3399cc;
    vertical-align: text-bottom;
}
/*.shareLayer {
    width: 90%;
    position: absolute;
    bottom: 6px;
    left: 5%;
    z-index: 99999999;
}
.shareIcon {
    width: 40px;
    display: block;
    margin: auto;
}
.shareText {
    font-size: 12px;
    color: #999999;
}
.bgFFF {
    background: #fff;
    padding: 14px 6px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.shareCancel {
    width: 100%;
    background: #fff;
    margin-top: 6px;
    color: #111111;
    text-align: center;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size:16px;
}
.shareBg {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    z-index:99999999;
}
.shareLi {
    display: inline-block;
    width: 23%;
    text-align: center;
}
.shareTo {
    background: #fff;
    margin: 0;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px;
    color: #999;
    padding-top: 15px;
}*/