﻿.mm-comment,.mm-comment * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.mm-comment {
    max-width: 640px;
    padding: 10px;
    margin: 10px auto;
    font-size: 14px;
    box-shadow: 0 0 5px #eee;
    line-height: 1.6;
    text-align: left;
    background-color: #fff;
    color: #333;
}

.mm-comment .m-commentForm {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
}
.mm-comment .m-commentFormMain {
    position: absolute;
    left: 5%;
    top: 20%;
    width: 90%;
    padding: 4%;
    border-radius: 10px;
    background-color: #fff;
}
.mm-comment .m-commentFormHead {
    font-weight: 700;
    font-size: 18px;
    color: #807a7a;
}

.mm-comment .m-commentFormBody {}

.mm-comment .f-field {
    margin-top: 10px;
}

.mm-comment .m-commentInput {
    width: 100%;
    padding: 10px;
    border: 1px solid #959595;
    border-radius: 10px;
    resize: none;
    outline: none;
    font-weight: 400;
}

.mm-comment .f-fieldBtn {
    text-align: right;
}

.mm-comment .f-fieldBtn button {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    text-align: center;
    border: none;
    border-radius: 5px;
    background-color: #77838f;
    color: #fff;
}
.mm-comment .f-fieldBtn .f-submitBtn {
    background-color: #f96768;
}
.mm-comment .m-commentResult {}

.mm-comment .m-commentResultHead {
    margin-top: 10px;
    border-bottom: 2px solid #f6f6f6;
    font-size: 18px;
    color: #000;
}

.mm-comment .m-conmentList {}

.mm-comment .m-conmentList:after,
.mm-comment .m-discussFoot:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

.mm-comment .m-discuss {
    position: relative;
    padding: 15px 0 0 45px;
    border-bottom: 1px solid #f6f6f6;
}

.mm-comment .m-discussThumbnail {
    position: absolute;
    left: 0;
    top: 20px;
    width: 35px;
    height: 35px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.mm-comment .m-discussThumbnail img {
    width: 100%;
    height: 100%;
}

.mm-comment .m-discussHead {
    margin-right: 5px;
    margin-top: 5px;
}

.mm-comment .m-discussNickname {
    color: #629bfa;
    margin-right: 10px;
}

.mm-comment .m-discussAddress {
    color: #ccc8c8;
}

.mm-comment .m-discussContent {
}

.mm-comment .m-discussContent img {
    margin-top: 10px;
    max-width: 100%;
}

.mm-comment .m-discussContent a {
    color: #9fc8f5;
}

.mm-comment .m-discussFoot {
    line-height: 40px;
    color: #666;
}

.mm-comment .m-discussTime {
    float: left;
    color: #4f4d4d;
}

.mm-comment .m-discussPraise {
    line-height: 35px;
    float: right;
    color: #515151;
}

.mm-comment .icon {
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 10px;
    margin-right: 5px;
    background: url("../images/new_ico_praise.png")/*tpa=http://api.post.asiaskin.com.cn/Public/Home/images/new_ico_praise.png*/ no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
}

.mm-comment .icon.active {
    background: url("../images/new_ico_praiseactive.png")/*tpa=http://api.post.asiaskin.com.cn/Public/Home/images/new_ico_praiseActive.png*/ no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
}
.mm-comment .m-sendComment {
    margin-top: 25px;
    text-align: right;
    font-size: 18px;
    color: #666565;
}
.mm-comment .m-reply {
    padding: 0 8px 8px 8px;
    background-color: #eee;
    color: #4f4d4d;
    border-radius: 10px
}
.mm-comment .m-reply-item {
    border-top: 1px dashed #888;
    margin-top: 10px;
}
.mm-comment .m-reply-item:first-child {
    border: none;
}
.mm-comment .m-reply-title {
    line-height: 32px;
    color: #008aff;
}
.mm-comment .m-reply-content {

}
.mm-comment .m-reply-text {}
.mm-comment .m-reply-foot {
    margin-top: 5px;
    height: 32px;
    line-height: 32px;
}
.mm-comment .m-reply-time {
    float: left;
}
.mm-comment .m-replyBtn {
    float: right;
    border: 1px solid #777;
    line-height: 1.2;
    padding: 0 5px;
    margin-top: 8px;
    margin-right: 10px;
    border-radius: 5px;
}


/* add content 20200428 */
.boostIng{-webkit-animation:boostIng 1s infinite alternate;-moz-animation:boostIng 1s infinite alternate;-o-animation:boostIng 1s infinite alternate;animation:boostIng 1s infinite alternate}@-webkit-keyframes boostIng{from{-webkit-transform:scale(0.9);transform:scale(0.9)}to{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes boostIng{from{-moz-transform:scale(0.9);transform:scale(0.9)}to{-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes boostIng{from{-o-transform:scale(0.9);transform:scale(0.9)}to{-o-transform:scale(1);transform:scale(1)}}@keyframes boostIng{from{-webkit-transform:scale(0.9);-moz-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.boostIng1{-webkit-animation:boostIng1 .8s infinite alternate;-moz-animation:boostIng1 .8s infinite alternate;-o-animation:boostIng1 .8s infinite alternate;animation:boostIng1 .8s infinite alternate}@-webkit-keyframes boostIng1{from{-webkit-transform:scale(0.95);transform:scale(0.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes boostIng1{from{-moz-transform:scale(0.95);transform:scale(0.95)}to{-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes boostIng1{from{-o-transform:scale(0.95);transform:scale(0.95)}to{-o-transform:scale(1);transform:scale(1)}}@keyframes boostIng1{from{-webkit-transform:scale(0.95);-moz-transform:scale(0.95);-o-transform:scale(0.95);transform:scale(0.95)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}
.btn-get{width:10rem;height:2.4rem;text-align:center;line-height:2.4rem;border-radius:1.6rem;background-color:#ed6481;color:#fff;font-size:1.2rem;margin:1rem auto;font-weight:bold;letter-spacing:0.1rem;}

/* 添加微信|弹框20200313*/
#wechatBox{max-width:680px;width:100%;margin:0 auto;position:fixed;left:0;right:0;top:0;height:100%;background-color:#000;opacity:.5;z-index:60}.add_wechat{left:0;position:fixed;width:100%;z-index:9999;bottom:-1px;padding:0;height:6em;line-height:6em;background:#fcfcfc;margin:0 auto;border-right:0;padding:0 .5em 0 .5em;_display:inline;text-align:center}.app-bar{display:none;position:fixed;left:0;bottom:0;width:100%;height:2.5rem;background:rgba(0,0,0,.8);color:#FFF;z-index:10001;font-size:1.2em;font-family:"Microsoft Yahei";overflow:hidden}.wechatIcon{width:1.5em;vertical-align:middle}.xx{width:12em;vertical-align:middle}.wechatBox{display:none;width:100%;height:100%;position:fixed;top:0;z-index:5}.wechat{position:fixed;top:20%;max-width:500px;width:80%;margin:0 auto;right:10%;left:10%;color:#666;text-align:center;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,1);-moz-box-shadow:1px 1px 2x rgba(0,0,0,1);box-shadow:1px 1px 2px rgba(0,0,0,1);border-radius:1rem;-moz-border-radius:1em;-webkit-border-radius:1em;background:#fff;z-index:5000;display:none;padding:1.5em 0;_display:inline}.wechat .p1{font-size:1.2rem;line-height:2rem}.wechat .wxid{display:inline-block;height:2rem;line-height:2rem;font-size:1rem;padding:0 1rem 0 1rem;background-color:#fd4761;color:#fff;border-radius:1rem;-moz-border-radius:1rem;-o-border-radius:1rem;-webkit-border-radius:1rem}.wechat .p2{margin-top:0.5rem;_display:inline}
.wechat strong{color:#333;font-weight:bold;}
.wechat .p2 span{font-size:1.2rem;color:#ff0000;text-decoration:none;}