﻿* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*-webkit-user-select: none;*/
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
input {
    -webkit-user-select: auto;
}

html {
    margin: 0px;
    padding: 0px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    width:100%;
    height:100%;
}

body {
    width: 100%;
    overflow-x: hidden;
    -webkit-touch-callout: none;
    background-color: #f7f7f7;
    margin: 0px;
    padding: 0px;
    font-size: 62.5% !important;
    color: #333 !important;
    line-height: 1.6!important;
    font-family: -apple-system-font,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif !important;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:active, a:visited, a:focus {
        text-decoration: none;
        outline: none;
    }

p, ul, li, form, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, div, table, td, th, input, textarea {
    margin: 0px;
    padding: 0px;
    -webkit-user-select: auto;
}

input, textarea {
    outline: none;
}

table, td {
    border-collapse: collapse;
}

ul, li, dl, dt, dd, ol {
    /*list-style: none;*/
}

img {
    border: 0 none;
    overflow: hidden;
}

em, i {
}

.list-clearfix:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.list-clearfix,
.clearfix {
    zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 2.3em;
    line-height: 1.4;
}

p {
    clear: both;
    min-height: 1em;
    white-space: pre-wrap;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-wrap: break-word !important;
    word-break: break-all;
}

label {
    font-weight: normal;
}

.page-container {
    position: relative;
}

.fontsize_article_title {
    font-size: 2.5em;
    line-height: 1.4;
    font-weight: 400;
}

.fontsize_article_time {
    font-size: 1.7em;
    line-height: 1.1;
}

.fontsize_article_content {
    font-size: 1.7em;
    line-height: 1.6;
}

.fontsize_article_nav {
    font-size: 1.7em;
    line-height: 1.8;
}

.fontsize_article_comment_name {
    font-size: 1.4em;
}

.fontsize_article_comment_message {
    font-size: 1.6em;
}

.fontsize_article_comment_declare {
    font-size: 1.2em;
}

.fontsize_article_comment_number {
    font-size: 1.4em;
}

.userIcon {
    width: 11%;
}

.handleIcon {
    width: 8%;
}

.hidden {
    display: none;
}

/* Loading Animation Partial Styles */
.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%, 0% {
        stroke: #ddd;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #ddd;
    }
}
/* End Loading Animation Partial Styles */

.inputTool{position:relative;bottom:0;width: 100%;overflow: hidden;background-color:#fff;}
.inputTool .submit{padding:.3em .7em;font-size: 1.7em;background-color:#f1f1f1}
.inputTool .submit .close_btn{width:1.7em;overflow:hidden;display:inline-block;padding:0 .5em;margin-left: -.5em;}
.inputTool .submit .close_btn img{width:100%;} 
.inputTool .submit .send_btn{display:inline-block;float:right;color:#333;margin-right: -.5em;padding: 0 .5em;}

.inputTool .handle{width:100%;overflow:hidden;background:#fff;padding:.5em 1.5em .5em 1em;}
.inputTool .handle .face{display:inline-block;width:4.5em;margin-right:6%;padding:0 1em;}
.inputTool .handle .face img{width:100%;}
.inputTool .handle .photo{display:inline-block;width:4.5em;margin-right:6%;padding:0 1em;}
.inputTool .handle .photo img{width:100%;}
.inputTool .handle .audio{display:inline-block;width:4.5em;padding:0 1em}
.inputTool .handle .audio img{width:100%;}
.inputTool .handle .tip{float:right;font-size:1.2em;color:#999;line-height:2.5;margin-right: .3em;}

.inputTool .input_area{padding: .5em 1em;width: 100%;height:10em;background: #fff;}
.inputTool .inputBox{resize:none;width:100%;height:100%;border: none;font-size: 1.5em;color:#333;-webkit-user-select:auto;}
.inputTool .inputBox:empty:before{content: attr(placeholder);color: #999;}

.inputTool .handle .long-hr{margin-top:.5em;}

.inputTool .dzface{
    width:100%;
    overflow:hidden;
}
.inputTool .dzface table {
    width:100%;
    overflow:hidden;
    border-collapse: separate;
    border-spacing: 1.5em;
}
.inputTool .dzface table tbody .dzface_item{
    background: url(/content/images/face/qqface.jpg) no-repeat left top;
    background-size: 100%;
    width: 29px;
    height: 29px;
}
.inputTool .dzface table tbody .dzface_close{
    background: url(/content/images/face/face_close.png) no-repeat center center;
    background-size: 100%;
    width: 29px;
    height: 29px;
}
.inputTool .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:-.3em;
}

.weui-toast__content {
    margin: 10px 0 15px 0 !important;
    color: #fff !important;
    font-size: 1.4em !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    word-break: break-all;
}
.weui-toast{
    left:42% !important;
    padding-bottom:6px !important;
}
.icon_info{
    width: 45px !important;
    margin: 22px 0 0 !important;
    margin: 22px auto !important;
    margin-bottom: 2px !important;
}
.icon_warn{
    width:12.5em !important;
    min-height:9em !important;
}
.icon_success{
    width:12.5em !important;
    min-height:9em !important;
}

blockquote {
    background:#f9f9f9;
    border-left:5px solid #ccc;
    margin:1.5em 10px;
    padding:.5em 10px;
    quotes:"\201C""\201D""\2018""\2019";
}
.mui-bar{
    box-shadow:0 0 1px rgba(0,0,0,0.3) !important;
}

.list-paddingleft-1{padding-left:25px}
.list-paddingleft-2{padding-left:40px}
.list-paddingleft-3{padding-left:55px}


/* PC打开生成二维码 */
.ArticleQrcode{
    display:none;
    border:1px solid #e2e2e2;
    padding:10px 15px;
    position:fixed;
    top:0;
    width:190px;
    background-color:#fff;
}
.ArticleQrcode_Image{
    width:160px;
    height:160px;
}
.ArticleQrcode_Title{
    color:#999;
    font-size:16px;
    text-align:center;
}
.ArticleQrcode_Title>p{
    letter-spacing:12px !important;
    line-height:24px;
    padding-left:10px;
}
.ArticleQrcode_Title>p:nth-child(2){
    margin-bottom:0 !important;
    margin-top:-8px !important;
}
@media screen and (max-width: 1400px) {
    .ArticleQrcode{
        right:6%;
    }
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
label[class=checkbox] .checkbox_ico>span{margin-left:20px;}
.radio>input[type=radio]{display:none;}
.checkbox>input[type=checkbox]{display:none;}
.radio-inline{padding-left:0;}
.checkbox-inline{padding-left:0;}
.radio_ico{background:url(/content/images/radio_ico1.png) no-repeat 0 5px;cursor: pointer;display:inline-block;vertical-align:middle;background-size:17px;}
.checkbox_ico{background:url(/content/images/checkbox_ico.png) no-repeat 0 3px;cursor: pointer;display:inline-block;vertical-align:middle;background-size:16px;}
.radio-inline:hover,.radio-inline.active{box-shadow:none;}
.checkbox-inline:hover,.checkbox-inline.active{box-shadow:none;}
.radio-inline.active>.radio_ico{background:url(/content/images/radio_ico.png) no-repeat 0 -17px}
.checkbox-inline.active>.checkbox_ico{background:url(/content/images/checkbox_ico.png) no-repeat 0 -17px}

label[class=radio]{padding-left:0;font-weight:normal;}
label[class=radio]>input[type=radio]{display:none}
label[class=radio] .radio_ico>span{margin-left:20px;font-size:1.5em;vertical-align:middle;display:inline-block;margin-top:2px;min-height:1.4em;white-space:normal;}
label[class=checkbox]{padding-left:0;font-weight:normal;}
label[class=checkbox]>input[type=checkbox]{display:none}
label[class=checkbox] .checkbox_ico>span{margin-left:20px;font-size:1.5em;vertical-align:middle;margin-top:-1px;display:inline-block;min-height:1.4em;white-space:normal;}

label[class=checkbox]>input[type=checkbox]:checked + .checkbox_ico{background:url(/content/images/checkbox_ico2.png) no-repeat 0 3px;background-size:16px;}
label[class=radio]>input[type=radio]:checked + .radio_ico{background:url(/content/images/radio_ico2.png) no-repeat 0 5px;background-size:17px;}

.popupDialogClose {display:inline-block;float:right;padding:0.5em;}
.popupDialogClose img{vertical-align:middle;}
.dialog_title{font-size:1.6em;}
.dialog_cont{font-size: 1.4em;margin: 0 3em;color:#666666;}
.popupHandle{background-color: #2c87f8;color: #fff;padding: .5em 2em;display: inline-block;border-radius: 2em;margin: 2.5em 0;font-size:1.4em;}

/*layout*/
.index_concern{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    z-index:110000;
    display:none;
}
.index_concern .index_concern_show{
    width:84%;
    min-height:60%;
    position:absolute;
    top:8%;
    left:8%;
    text-align:center;
    background-color:#ffffff;
    border-radius:2%;
    padding:1% 0 10%;
}
.index_concern .index_concern_show li{
    list-style:none;
}
.index_concern .index_concern_show .closeConcern{
    float:right;padding:1em;margin-right:.5em;
}
.index_concern .index_concern_show .closeConcern img{width:14px;}
.index_concern .index_concern_show .qrlogo{width:76%;}
.index_concern .index_concern_show .creeper_finger{margin-bottom:5px;}
.index_concern .index_concern_show p{color:#000;font-size:14px;}
.index_concern .index_concern_show .concern_btn{background-color:#00a8ff;color:#fff;border-radius:22px;width:78%;display:inline-block;font-size:15px;padding:10px 0;margin-top:5px;}
.thumbroot{display:inline-block;}

@media screen and (min-width:415px){
    .root .commoninfo .redpack-right{width:83%;}
}
@media screen and (max-width:414px){
    .root .commoninfo .redpack-right{width:83%;}
}
@media screen and (max-width:375px){
    .root .commoninfo .redpack-right{width:81%;}
}
@media screen and (max-width:320px){
    .root .commoninfo .redpack-right{width:79%;}
}

