﻿.comment{
    display: flex;
    flex-direction: column;
}
.comment textarea{
    border-radius: 6px;
    height: 80px;
    margin: 10px 0 0 0;
    background-color: #EDEDED;
    border-color: #ff9d00;
}

.comment .menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0 0;
    color: grey;
    font-size: 14px;
}

.comment .menu img{
    border-radius: 50%;
    width: .8rem;
    height: .8rem;
    margin: 0 6px 0 0;
}

.comment .menu a{
    line-height: 20px;
    background-color: #ff9d00;
    color: white;
    border-radius: 4px;
    height: 20px;
    padding: 2px 16px;
}

.space{
    border: 1px solid #e5e5e5;
    margin: 0 5px 0 5px;
}

.space .upDiv{
    border: 1px solid #e5e5e5;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fafaf8;
    transform: rotate(45deg);
    top: -7px;
    left: 45%;
    border-bottom: 0;
    border-right: 0;
}

.space .answer{
    margin: 0 20px 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.answer > div{
    margin: 10px 0;
    display: flex;
}

.answer .headimg{
    width: 10%;
    /*max-width: .8rem;*/
    max-height: .8rem;
    margin-right: 5px;
}

.headimg > img{
    width: 100%;
    height: 100%;
}

.answer .content{
    width: 90%;
    display: flex;
    flex-direction: column;
}

.answer .content .contentInfo{
    font-size: 12px;
}

.answer .content .master{
    border-radius: 3px;
    background-color: #ffdb26;
    color: white;
    font-size: 12px;
    padding: 1px 5px;
}

.answer .content .contentInfo .username{
    /*color: #ff9d00;*/
    display: inline-block;
    margin-bottom: 5px;
}

.answer .content .contentInfo .level{
    color: #ef523d;
}

.answer .content .menu{
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 12px;
    line-height: 24px;
}

.answer .content .menu a{
    color: #999;
    font-size: 12px;
    display: flex;
}

.answer .content .menu .menuBar{
    display: flex;
    justify-content: space-between;
}

.answer .content .menu .menuBar .thumbs-up{
    display: flex;
}

.answer .content .menu .menuBar .thumbs-up div{
    width: 18px;
    height:18px;
    background: url(./images/thumb01.png) no-repeat 0 0;
    background-size: 18px 18px;
}

.answer .content .menu .menuBar > div{
    margin: 0 5px;
}

.copyright {
    margin:0.8rem 0 0;
}
.copyright p {
    font-size: 8px;
    line-height: .34rem;
    text-align:center;
    color: lightgrey;
}

.reply{
    position: fixed;
    bottom: 0;
    background-color: white;
    width: 100%;
    max-width: 800px;
    height: 3rem;
    display: flex;
    flex-direction: column;
    font-size: 18px;
}

.reply .content{
    height: 80%;
}

.reply .menu{
    height: 1rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
}

.reply .menu > div{
    display: flex;
    margin: 0 6px;
    width: 3rem;
    height: 1rem;
}

.reply .menu > div span{
    color: #999;
    margin-left: .2rem;
    line-height: 1rem;
    font-size: 14px;
}

.reply .menu > div img{
    width: .8rem;
    height: .8rem;
}

.reply .menu a{
    height: 0.3rem;
    font-size: 14px;
    border-radius: 4px;
    background-color: #ff9d00;
    color: #fff;
    padding: 10px 16px;
    margin: 0 6px;
}

#msg{
    width: 96%;
    height: 2rem;
    margin: 0 2%;
    color: #333;
    padding: 0.15rem 0.16rem;
    border-radius: 5px;
    background: #f7f7f7;
    font-size: 0.3rem;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.touristReply{
    flex-direction: column;
    border-top:1px solid #e5e5e5;
    /*border: 1px dashed lightgrey;*/
    padding: 2px 10px;
}

.touristReply > div{
    margin-top: 5px;
    display: flex;
}

.touristReplyBox{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 800px;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    z-index: 1;
}

.touristReplyBox > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    height: 200px;
    z-index: 2;
}

#touristReplyMsg{
    width: 90%;
    height: 150px;
    margin: 10px 5%;
    color: #333;
    padding: 0.15rem 0.16rem;
    border-radius: 5px;
    background: #f7f7f7;
    font-size: 0.3rem;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.touristReplyBox > div > div{
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.touristReplyBox a{
    width: 45%;
    font-size: 14px;
    border-radius: 4px;
    background-color: #ff9d00;
    color: #fff;
    padding: 10px 16px;
    margin: 1px 6px;
    text-align: center;
}

.touristCommentBox{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 800px;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    z-index: 1;
}

.touristCommentBox > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    height: 200px;
    z-index: 2;
}

#touristCommentMsg{
    width: 90%;
    height: 150px;
    margin: 10px 5%;
    color: #333;
    padding: 0.15rem 0.16rem;
    border-radius: 5px;
    background: #f7f7f7;
    font-size: 0.3rem;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.touristCommentBox > div > div{
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.touristCommentBox a{
    width: 45%;
    font-size: 14px;
    border-radius: 4px;
    background-color: #ff9d00;
    color: #fff;
    padding: 10px 16px;
    margin: 1px 6px;
    text-align: center;
}

.a-detail .ft a.test:before{
    background-position: -0.7rem -4.4rem;
}

.toTop{
    display: none;
    position: fixed;
    bottom: .5rem;
    flex-direction: row-reverse;
    width: 96%;
    max-width: 800px;
    height: 1rem;
}

.toTop > div{
    width: 1rem;
    height: 1rem;
}

.toTop .menu{
    display: flex;
    /*width: 100%;*/
    width: 100px;
    height: 110%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background-color: #ff9d00;
    /*border-radius: 100% 100% 100% 100%;*/
    border-radius: 20px 0 0 20px;
    color: white;
    opacity: .8;
}

.toComment{
    height: 0.3rem;
    font-size: 14px;
    border-radius: 4px;
    background-color: #ff9d00;
    color: #fff;
    padding: 4px 16px;
    margin: 0 6px;
}

.toCommentBox{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 800px;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    z-index: 1;
}

.toCommentBox > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    height: 200px;
    z-index: 2;
}

.toCommentBox > div > div{
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.toCommentBox a{
    width: 45%;
    font-size: 14px;
    border-radius: 4px;
    background-color: #ff9d00;
    color: #fff;
    padding: 10px 16px;
    margin: 1px 6px;
    text-align: center;
}