﻿
.comment
{
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #f7f7f7;
}
.comment .comment_left
{
    width: .3rem;
    height: 1rem;
    background-color: #98372e;
    margin-left: 1rem;
    float: left;
    margin-top: 1.2rem;
}
.comment .comment_text
{
    width: 5rem;
    height: 1rem;
    margin-left: .5rem;
    float: left;
}
.comment .comment_right
{
    width: 4rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 1px solid #98372e;
    border-radius: 0.3rem;
    color: #98372e;
    float: right;
    text-align: center;
    margin-top: 1rem;
    margin-right: 1rem;
    cursor:pointer;
}













.commentlist
{
    width: 96%;
    padding: .5rem .5rem;
}

.commentlist li
{
    display: inline-block;
    width: 100%;
    padding-left: 1px;
}

.commentlist .left
{
    float: left;
    width: 3rem;
    height: auto;
}

.commentlist .headpic
{
    width: 2.5rem;
    height: 2.5rem;
}
.commentlist .headpic img
{
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 2.5rem;
}

.commentlist .right
{
}
.commentlist .right .pic_list
{
    width: 27%;
    height: auto;
    float: left;
}
.commentlist .right .pic_list.first
{
    margin-left: 3rem;
}
.commentlist .right .pic_list img
{
    max-height: 100%;
    max-width: 100%;
}
.commentlist .nickname
{
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.1rem;
    font-family: 微软雅黑;
    color: #222222;
    width: 70%;
}

.commentlist .huifu
{
    float: right;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-top: -2rem;
    color: #ff9500;
    font-size: .8rem;
    background: #FFFFFF;
    border-radius: .2rem;
    border: solid 1px #ff9500;
    width: 12%;
    text-align: center;
    cursor: pointer;
    margin-right: 1rem;
}
.commentlist .huifu.bookhuifu
{
    border: 1px solid #6ed26e;
    color: #6ed26e;
}
.commentlist .commenttext
{
    margin-left: 3rem;
    font-size: .9rem;
    color: #666666;
    line-height: 1.4rem;
    font-family: 微软雅黑;
}
.commentlist .pic_list:nth-child(3n)
{
    margin-left: 3rem;
    float: left;
}
.commentlist .pic_list li
{
    width: 30%;
    display: inline-block;
    margin-right: 2%;
}
.commentlist .pic_list li:nth-child(3n)
{
    margin-right: 0;
}
.commentlist .pic_list li img
{
    max-height: 100%;
    max-width: 100%;
}

.commentlist .info_address
{
    line-height: 2rem;
    margin-left: 3rem;
    color: #2e6280;
    float: left;
    font-size: .9rem;
}
.replylist
{
    margin-left: 3rem;
}
.replylist li
{
    width: 100%;
    float: left;
}
.replylist li .replycontent
{
    float: left;
    font-size: .8rem;
    line-height: 1.4rem;
    position: relative;
    width: 100%;
    margin-top: .5rem;
}
.replylist li .replaybtn
{
    float: right;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #6ed26e;
    font-size: .8rem;
    background: #FFFFFF;
    border-radius: .2rem;
    border: solid 1px #6ed26e;
    width: 2.5rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 1rem;
}
.up_content
{
    width: 98%;
    background-color: #fff;
    padding-left: .5rem;
}

.up_comment
{
    width: 100%;
    height: 8rem;
}
.up_comment textarea
{
    width: 100%;
    height: 8rem;
    line-height: 2rem;
    font-family: 微软雅黑;
    font-size: 1rem; /* color: #b2b2b2;*/
    color: #222222;
    border: none;
    display: block;
}
.uploadtext
{
    line-height: 3rem;
    height: 3rem;
    font-size: 1rem;
    color: #a6a6a6;
    font-family: 微软雅黑;
}
.uploadtext tt
{
    color: #ff503f;
    margin-right: .3rem;
}
.upload_pic
{
    width: 100%;
    float: left;
    height: 6rem;
    border-bottom: 1px solid #cccccc;
}
.upload_pic li
{
    float: left;
    width: 23%;
    margin-right: 2%;
    text-align: center;
}
.upload_pic li img
{
    max-width: 100%;
    max-height: 5rem;
}
.upload_pic li:nth-child(4n)
{
    margin-right: 0;
}

.upload_pic .upload_btn
{
    border: 1px solid #ccc;
    text-align: center;
    height: 5rem;
    vertical-align: middle;
}
.upload_pic .upload_btn img
{
    max-width: 80%;
    height: 80%;
    margin-top: .5rem;
}

.upload_address
{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
    background: url(/img/bookweizhi2.png) no-repeat right center;
    background-size: 6% 40%;
}
.upload_address img
{
    max-width: .9rem;
    margin-top: .8rem;
    margin-right: .2rem;
}
.upload_address .getaddress
{
    font-size: 1rem;
    font-family: 微软雅黑;
    color: #222222;
}
.upload_address .jiantou
{
    float: right;
    margin-right: 1rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
}
.address
{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
    display: none;
}
.floor
{
    background: #FFFFFF;
    max-width: 640px;
    width: 100%;
    position: fixed;
    padding: .5rem 0;
    bottom: 0;
    z-index: 10;
}
.floor .btn
{
    padding: 0 .5rem;
}
.floor .btn a
{
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    background: #FF9B00;
    color: #FFFFFF;
    font-size: 1.2rem;
    border-radius: 1.5rem;
    display: block;
}


/***发表评论****/
body
{
    margin: 0;
    padding: 0;
}
ul, li
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.mainWarp
{
    background-color: #f2f2f2;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
}
.mainWarp .up_content
{
    width: 98%;
    background-color: #fff;
    padding-left: .5rem;
}

.mainWarp .up_comment
{
    width: 100%;
    height: 8rem;
}
.mainWarp .up_comment textarea
{
    width: 100%;
    height: 8rem;
    line-height: 2rem;
    font-family: 微软雅黑;
    font-size: 1rem; /* color: #b2b2b2;*/
    color: #222222;
    border: none;
    display: block;
    outline: none;
    resize: none;
}
.mainWarp .uploadtext
{
    line-height: 3rem;
    height: 3rem;
    font-size: 1rem;
    color: #a6a6a6;
    font-family: 微软雅黑;
    width: 100%;
}
.mainWarp .uploadtext tt
{
    color: #ff503f;
    margin-right: .3rem;
}
.mainWarp .upload_pic
{
    width: 100%;
    float: left;
    height: 6rem;
    border-bottom: none;
}
.mainWarp .upload_pic li
{
    float: left;
    width: 23%;
    margin-right: 2%;
    text-align: center;
}
.mainWarp .upload_pic li img
{
    max-width: 100%;
    max-height: 5rem;
}
.mainWarp .upload_pic li:nth-child(4n)
{
    margin-right: 0;
}

.mainWarp .upload_pic .upload_btn
{
    border: 1px solid #ccc;
    text-align: center;
    height: 5rem;
    vertical-align: middle;
}
.mainWarp .upload_pic .upload_btn img
{
    max-width: 80%;
    height: 80%;
    margin-top: .5rem;
}

.mainWarp .upload_address
{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
    background: url(/img/bookweizhi2.png) no-repeat right center;
    background-size: 6% 40%;
}
.mainWarp .upload_address img
{
    max-width: .9rem;
    margin-top: .8rem;
    margin-right: .2rem;
}
.mainWarp .upload_address .getaddress
{
    font-size: 1rem;
    font-family: 微软雅黑;
    color: #222222;
}
.mainWarp .upload_address .jiantou
{
    float: right;
    margin-right: 1rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
}
.mainWarp .address
{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
    display: none;
}
.mainWarp .floor
{
    background: #FFFFFF;
    max-width: 640px;
    width: 100%;
    position: fixed;
    padding: .5rem 0;
    bottom: 0;
    z-index: 10;
}
.mainWarp .floor .btn
{
    padding: 0 .5rem;
}
.mainWarp .floor .btn a
{
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    background: #FF9B00;
    color: #FFFFFF;
    font-size: 1.2rem;
    border-radius: 1.5rem;
    display: block;
    text-decoration: none;
}

.liuyantext
{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 10rem;
    background-color: #f2f2f2;
    bottom: 0;
    display: none;
}
.liuyantext .txtliuyan
{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    min-height: 5rem;
    border: 1px solid #ccc;
    margin-top: 1rem;
}
.liuyantext .savehuifu
{
    float: left;
    width: 48%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.2rem;
    background-color: #ff9c00;
    text-align: center;
    border-radius: 1rem;
    color: #fff;
    margin-top: 1.5rem;
    margin-left: 1%;
    margin-right: 1%;
    cursor: pointer;
}
.liuyantext .guanbi
{
    float: left;
    width: 48%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.2rem;
    background-color: #ff9c00;
    text-align: center;
    border-radius: 1rem;
    color: #fff;
    margin-top: 1.5rem;
    margin-left: 1%;
    margin-right: 1%;
    cursor: pointer;
}

