.bold {
    font-weight: bold;
}

.txt-blue {
    color: #006cff;
    font-weight: bold;
}

.h20 {
    height: 20px;
}

.txt-align-center {
    text-align: center;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 640px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    background: #002143;
    font-size: 0.9rem;
    z-index: 99;
    color: #fff;
}

.header div {
    line-height: 50px;
    font-size: 0.32rem;
}

.header .icon-menu {
    width: 20px;
    margin-left: 20px;
}

.header .icon-home, .header .icon-top {
    width: 20px;
    margin-right: 20px;
}

.header img {
    vertical-align: middle;
}

.title_wrap {
    padding: 0.46rem 0.38rem 0;
    margin-top: 40px;
}

.footer {
    padding: .6rem 0.38rem 1.325rem;
    background: #f7fbfe;
}

.textarea {
    margin-top: 0.25rem;
}

.textarea textarea {
    width: 100%;
    height: 4rem;
    background: #fff;
    border-radius: 0.25rem;
    border: 1px solid #eee;
    padding: 0.35rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
}

.sendComment {
    text-align: center;
}

.sendComment button {
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
    background: #0f88eb;
    color: #fff;
    font-size: 0.36rem;
    border-radius: 0.125rem;
    margin: 0.5rem auto 0.3rem;
}

.more {
    padding: .6rem 0 .5rem;
    text-align: center;
}

.more img {
    width: 2.175rem;
}


.btnder {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 90%;
    height: 100%;
    z-index: 999;
    top: 0;
    display: none;
}

.tan_bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    display: none;
}

.tan_bg1 {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    /* width: 90%; */
    height: 100%;
    z-index: 999;
    top: 0;
    display: none;
}

.tan_box {
    background: #fff;
    border-radius: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.comment_tan .tan_box {
    width: 64.5%;
    padding: 0.4rem 0 0.325rem;
    text-align: center;
}

#tan_confirm {
    text-align: center;
}

#tan_confirm button {
    width: 2.1rem;
    height: .7rem;
    line-height: .7rem;
    background: #0f88eb;
    color: #fff;
    font-size: 0.325rem;
    border-radius: 0.125rem;
}

.gift_tan .tan_box {
    width: 90%;
    position: relative;
}

#close_ico {
    width: 0.325rem;
    height: 0.325rem;
    position: absolute;
    right: 0.25rem;
    top: 0.3rem;
}

.gray-box {
    background: #ebeff2;
    padding: 15px;
    margin: 25px 0;
    border-radius: 15px;
    color: #97999a;
    font-size: 0.3rem;
    line-height: 15px;
}

.gray-box span {
    display: block;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px #aaa dotted;
    color: #7b7c7c;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.gray-box div {
    line-height: 1.5;
}

.pic_tips {
    color: #888 !important;
    font-size: 12px !important;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.6;
}

.tag-title {
    color: #006cff;
    text-align: center;
    font-size: 0.35rem;
    font-weight: bold;
    margin-top: 10px;
}

.wq {
    display: flex;
    margin-top: 10px;
}

.wq div {
    color: #848484;
    font-size: 0.26rem;
    line-height: 1.7;
}

tr {

}

td .label {
    background: #2b3a4e;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 5px 10px 5px 0;
}


#fullPage {
    display: none;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19930428;
}

#fullPage img {
    display: block;
    width: 100%;
}

#canvas {
    width: 100%;
    height: 100%;
    background: none;
    display: block;
}

.purple-box {
    border-radius: 10px;
    border: 2px solid #eef2f5;
    padding: 0px 10px;
}

.pic-box .item {
    float: left;
    width: 49%;
    margin-bottom: 20px;
}

.pic-box .item:nth-child(odd) {
    margin-right: 0.5%;
}

.pic-box .item:nth-child(even) {
    margin-left: 0.5%;
}

.pic-box .icon {
    position: absolute;
    top: 20px;
    left: 0;
    width: 50%;
}

.pic-box-content {
    background: #1b3d4e;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
}


.comment_avatar {
    width: 0.58rem;
    height: 0.58rem;
    overflow: hidden;
    margin-right: 0.2rem;
}

.comment_info .name {
    font-size: 0.29rem;
    color: #000;
    font-weight: bold;
}

.comment_info .sub-name {
    width: 0.5rem;
    height: 0.2rem;
}
.name img {
    width: 2.35rem;
    height: 0.75rem;
    margin-left: 5px;
    margin-top: 3px;
}

.comment_info .sub-name2 {
    width: 0.26rem;
    height: 0.26rem;
    margin-top: 0;
}

.comment_list .time {
    font-size: 0.25rem;
    color: #999;
    margin-top: 0.2rem;
}

.comment_list .gray_text {
    padding-bottom: 0;
    font-size: 0.25rem;
    color: #9e9e9e;
}
.comment_list .box {
    padding: 0.45rem 0 0.4rem;
    margin: 0 0.2rem;
}


.comment_content {
    padding-left: 0.8rem;
    font-size: 0.29rem;
    color: #262626;
    line-height: 1.5;
}

.comment_content img {
    display: block;
    margin-bottom: 5px;
}

.comment_content + div {
    padding-left: 0.8rem;
}

.reply_box {
    margin-left: 0.8rem;
    padding: 0.25rem 0 0;
    position: relative;
}

.reply_box .reply {
    line-height: 1rem;
    font-size: 0.65rem;
    color: #666;
}

.reply_box .reply span {
    font-weight: bold;
    color: #5f87b6;
}

.reply_box .reply_p {
    height: 1px;
    background-color: #999;
    margin: 10px 0 10px 0;
    opacity: 0.5;
}

.zan_icon {
    width: 0.35rem;
    height: auto;
    margin-right: 0.15rem;
}

.poster {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.poster-content {
    display: flex;
    width: 90%;
    align-items: center;
    background: #EFF5FA;
    border-radius: 8px;
}
.poster-content div:first-child {
    width: 70%;
    padding: 20px;
}
.poster-content div:nth-child(2) {
    text-align: center;
    margin: 0 10px;
}
.poster-content div:nth-child(2) span {
    display: block;
    font-size: 0.2rem;
    color: #fff;
    background: #526471;
    padding: 5px;
    border-radius: 15px;
}
.poster-content-p1 {
    font-weight: bold;
}
.poster-content-p2 {
    font-size: 0.3rem;
    color: #383838;
    margin-top: 10px;
    line-height: 1.3;
}
.poster-content-p3 {
    font-size: 0.1rem;
    color: #8f8e8e;
    margin-top: 10px;
    line-height: 1.3;
}
.poster-content img {
    width: 1rem;
}
.poster-side {
    width: 0.4rem;
    text-align: center;
    background: #B7E2FE;
    padding: 10px 3px;
    color: #547589;
    font-size: 0.2rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pbg {
    font-size: 0.2rem;
    background: url("../images/bg1.png");
    background-size: cover;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 0;
}
.pbg > span {
    display: block;
    font-size: 0.25rem;
    color: #b4b4b4;
    margin-bottom: 10px;
}
.pbg img {
    width: 40px;
    height: 35px;
    margin-right: 5px;
}
.pbg img+div span:nth-child(1){
    display: block;
    font-size: 0.34rem;
    font-weight: bold;
}
.pbg img+div span:nth-child(2){
    display: block;
    font-size: 0.18rem;
    margin-top: 5px;
    color: #b4b4b4;
	line-height:1.2;
}

.allComments {
    display: block;
    width: 40%;
    background: #deefff;
    color: #0585ff;
    font-size: 0.3rem;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    margin: 30px auto 0;
}