html,
body {
    font-size: 14pt;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.more {
    cursor: pointer;
    text-align: center;
}


/*user_comment*/

.tip_close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: -5px;
    z-index: 5;
    display: none;
}

.user_comment_wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0px;
    padding:0 5px;
    height: auto;
    display: inline-block;
    position: relative;
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;
}

.user_comment_frame {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 3px;
    padding-left: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.user_comment_frame .user_comment_photo {
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    overflow: hidden;
}

.user_comment_frame .user_comment_photo img {
    width: 100%;
    height: 100%;
}

.user_comment_content_frame {
    float: left;
    width: 97%;
    width: calc(100% - 20px);
    color: #666666;
    padding-right: 5px;
    margin-left: 15px;
}
.user_comment_content{
    padding-right: 5px;
}
.user_comment_date div {
    float: left;
}

.user_comment_date .reviewbtn {
    /*width: 55px;*/
    margin-left: 5px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bolder;
}

.user_comment_date .reviewbtn .re_reply,
.user_comment_date .reviewbtn .re_delete {
    margin: 0 10px 0 3px;
}

.user_comment_date .reviewbtn .re_reply:hover {
    color: #00ff21;
}

.user_comment_date .reviewbtn .re_delete:hover {
    color: #ff0000;
}

.user_comment_date .reviewbtn > div {
    border-bottom: 1px #ccc solid;
    height: 26px;
}

.user_comment_date .reviewbtn img {
    width: 16px;
}

.user_comment_content_frame .user_comment_date {
    color: #999999;
    /*padding-left: 20px;*/
    font-size: 0.8em;
    line-height: 32px;
    min-height: 32px;
    /*float: right;*/
    margin: -10px 5px 0 0;
    width: 100%;
}

.user_comment_content_frame img[id^=bought_tip_] {
    height: 32px;
    float: right;
    margin-top: -10px;
    margin-right: 5px;
}

.user_comment_content_frame .user_comment_content {
    float: left;
    width: 100%;
    line-height: 26px;
    /*border-top: 1px solid #eeeeee;*/
    padding: 0 0 5px 5px;
}

.user_name {
    position: relative;
}

.user_name > a {
    display: inline-block;
    font-weight: bold;
    color: #4296d1;
    text-decoration: none;
}

.user_name > img.recommend_icon {
    margin-left: 5px;
    position: relative;
    top: -3px;
    height: 20px;
}

.user_comment_wrapper .user_name,
.user_comment_wrapper .user_comment_content,
.user_comment_wrapper .user_comment_date {
    /*padding-top: 3px;*/
    margin-left: 0;
}

.reply_wrapper {
    clear: both;
    float: left;
    position: relative;
    padding-bottom: 5px;
    width: 100%;
}

.re_wrapper {
    position: relative;
    float: left;
    padding: 5px 0;
    margin-top: 5px;
    border-top: 1px solid #eeeeee;
    width: 100%;
}

.re_wrapper .reviewbtn div {
    height: 20px;
}

.re_wrapper .reviewbtn > span {
    line-height: 20px;
}

.re_wrapper div,
.reply_wrapper div {
    float: left;
    overflow: hidden;
}

.re_wrapper .user_comment_content_title {
    float: left;
    word-break: break-all;
    width: calc(100% - 70px);
}

.re_wrapper .user_comment_photo,
.reply_wrapper .user_comment_photo {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
}

.re_wrapper .user_comment_date {
    clear: both;
    color: #999999;
    font-size: 0.8em;
}

.re_wrapper .user_comment_content {
    float: left;
    /*border-top: 1px solid #eeeeee;*/
    margin: 0 0 0 75px;
    padding-right: 10px;
    font-size: 0.9em;
    width: calc(100% - 75px);
}

.re_wrapper .user_name,
.re_wrapper .user_comment_date {
    width: 100%;
}

.reply_wrapper .reply_content {
    float: left;
    width: calc(100% - 70px);
    padding: 5px;
}

.reply_wrapper .reply_content textarea {
    overflow-y: hidden;
    resize: none;
    width: calc(100% - 60px);
    word-break: break-all;
    border: 1px solid #cacaca;
    padding: 5px 10px;
    font-size: 0.8em;
    height: 32px;
    border-right: 0;
    border-right-style: none;
    -webkit-appearance: none;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    outline: 0 !important;
}

.reply_wrapper .sendbtn {
    width: 60px;
    height: 32px;
    color: #b6b6b6;
    font-size: 0.8em;
    font-weight: bolder;
    line-height: 32px;
    text-align: center;
    border: 1px solid #cacaca;
    float: right;
    cursor: pointer;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.reply_wrapper .sendbtn:hover {
    color: #000000;
}

@media screen and (max-width:415px) {
    .re_wrapper,
    .reply_wrapper {
        margin-left: -30px;
        width: calc(100% + 30px);
    }
    .re_wrapper .user_comment_content,
    .reply_wrapper .reply_content {
        width: calc(100% - 65px);
    }
}

@media screen and (max-width:376px) {
    .re_wrapper,
    .reply_wrapper {
        margin-left: -50px;
        width: calc(100% + 50px);
    }
    .re_wrapper .user_comment_content,
    .reply_wrapper .reply_content {
        width: calc(100% - 65px);
    }
    .user_comment_date .reviewbtn .re_reply,
    .user_comment_date .reviewbtn .re_delete {
        margin: 0 3px;
    }
}

@media screen and (max-width:321px) {
    .re_wrapper,
    .reply_wrapper {
        margin-left: -60px;
        width: calc(100% + 60px);
    }
    .user_comment_date > div {
        font-size: 0.7rem;
        letter-spacing: -1px;
    }
}

.narrow_down {
    width: auto !important;
}


/******************/

.buy_now {
    height: 50px !important;
    font-size: 0.9em;
    line-height: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    text-align: center;
    border: 1px solid #ccc;
    padding-top: 10px
}

.r_icon {
    position: relative;
    /*top: 5px;*/
    height: 20px;
}

#bought_referral_tip {
    text-align: center;
}

#write_review {
    float: none;
    margin-left: 0;
    margin-top: 10px;
    cursor: pointer;
}

.left {
    margin: 0;
    padding: 10px 20px;
}

.share_text {
    float: right;
    margin: 0;
    color: gray;
    ;
    margin-top: 1px;
}

a:hover {
    text-decoration: none;
}

.alertDialog {
    text-align: center;
    width: 480px;
    height: auto;
    border: 1px solid #dddddd;
    z-index: 10;
    background-color: #eeeeee;
    margin: auto;
    padding: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.dialog_mask {
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

.title_style {
    text-align: left;
    line-height: 24px;
    margin-left: 55px;
    color: gray;
    margin-top: 10px;
}

.refer_bg {
    text-align: left;
    margin-top: 5px;
    margin-left: 55px;
}

.bad_icon_selected,
.bad_icon:hover {
    background-image: url('/img/placeinfo/bad_click_new_64.png');
    background-color: #ffde34;
}

select,
input[type='text'],
input[type='number'],
textarea {
    font-size: 18px
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 18px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 18px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 18px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 18px;
}

.alert {
    width: 100%;
    background-color: #eeeeee;
    margin: auto;
    padding: 10px;
    padding-bottom: 20px;
    box-sizing: border-box
}

.alert_popup {
    width: 90%;
    border-radius: 5px;
    background-color: #eeeeee;
    margin: auto;
    margin-top: 0px;
    padding: 10px;
    padding-bottom: 20px;
    border-box: box-sizing;
    position: relative;
}

.recommend {
    margin: auto;
    text-align: center;
    clear: both;
}

.alertBtn {
    width: 42%;
    height: 45px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
    font-size: 20px;
}

.good {
    background-image: url('/market/img/review/good.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    background-color: #dddddd;
    cursor: pointer;
}

.good_icon_selected,
.good:hover {
    background-color: #4296d1;
}

.bad {
    background-image: url('/market/img/review/bad.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    background-color: #dddddd;
    cursor: pointer;
    margin-left: 5px;
}

.bad_icon_selected,
.bad:hover {
    background-color: #e8450b;
}

.iconfirm {
    width: 90%;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
    font-size: 20px;
    color: white;
    background-color: #e8450b;
    overflow: hidden;
}

.navbar {
    height: 48px;
    font-size: 24px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 2px solid #696966;
}

.backbtn {
    width: 40px;
    vertical-align: middle;
    position: absolute;
    top: 4px;
    left: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.cancelbtn {
    box-sizing: border-box;
    position: absolute;
    top: 4px;
    right: 10px;
    cursor: pointer;
}

@media screen and (max-width:375px) {
    .share_text {
        display: none;
    }
}
