
.message {
    width: 260px;
    float: right;
    overflow: visible;
}

.comment_wrap {
    padding: 0 10px;
    background-color: #ffffff;
    margin-top: 6px;
    padding-top: 10px;
    /* add */
    height: 600px;
    overflow-y: scroll;
}

.wypj {
    font-size: 25px;
    font-weight: 700;
    color: #222222;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-bottom: 33px;
    height: 25px;
    line-height: 25px;
    vertical-align: bottom;
    display: inline-block;

}

.wypj img {
    margin-right: 10px;
    vertical-align: bottom;
}

.newCom {
    font-size: 16px;
    color: #ff943e;
}

.newCom .crossLine {
    display: inline-block;
    width: 5px;
    height: 18px;
    border-radius: 6px;
    background-color: #ff943e;
    vertical-align: top;
    margin-right: 7px;
}

.net-content {
    /* margin: 20px 0; */
    overflow: hidden;
}

.net {
    border-bottom: 1px solid #ff943e;
    position: relative;
    height: 27px;
    margin-bottom: 20px;
}

.net-pl {
    border: 1px solid #ff943e;
    width: 69px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-bottom: none;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #ff943e;
    display: inline-block;
    position: absolute;
    bottom: -3px;
}

input.net-comment {
    width: 100%;
    height: 46px;
    border: 1px solid #4c9ad9;
    border-radius: 4px;
    text-indent: 1em;
    box-sizing: border-box;
}

input.net-comment::-webkit-input-placeholder {
    color: #bbb;
    font-size: 14px;
}

.net-content .net-sub {
    width: 64px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
    margin: 12px 0;
    background: #fff;
    border: 1px solid #4c9ad9;
    border-radius: 3px;
    color: #4c9ad9;
    font-size: 14px;
    box-sizing: border-box;
    cursor: default;
    font-family: "Î¢ÈíÑÅºÚ";
    font-weight: normal;
}

.comment {
    /* position: relative; */
    width: 100%;
    clear: both;
    /* padding: 24px 0; */
}

.comment .content-com {
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
    padding: 20px 0;
}

.comment .content-com:last-child {
    border: none;
}

.comment .content-com .user-con {
    width: 58px;
    float: left;
    box-sizing: border-box;
}

.comment .content-com .user-con img {
    width: 58px;
    border-radius: 50%;
}

.comment .content-com .info-con {
    width: 100%;
    padding-left: 70px;
    /* padding-right: 10px; */
    box-sizing: border-box;
    /* margin-top: 20px; */
}

.comment .content-com .info-con .user-name {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comment .content-com .info-con .time {
    margin: 4px 0;
    color: #999;
    font-size: 12px;
}

.comment .content-com .info-con .text {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-bottom: 10px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.comment .content-com .dzan {
    position: absolute;
    right: 10px;
    top: 1px;
    width: 18px;
    background: url(../image/nzan.png) no-repeat;
    background-size: 14px 14px;
    padding-left: 18px;
}

.comment .content-com .dzan .num {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.comment .content-com .active {
    background: url(../image/yzan.png) no-repeat;
    background-size: 14px 14px;
    background-position: 0 1px;
}

.comment .content-com .active .num {
    color: #4c9ad9;
    font-size: 12px;
    line-height: 18px;
}

.comment .plnum {
    padding-left: 10px;
    color: #4c9ad9;
    font-size: 16px;
}

.an-comment {
    /* padding-left: 70px; */
    /* padding-right: 10px; */
}

.an-comment .content-com {
    position: relative;
    padding: 10px 10px 0;
    background: #f5f5f5;
    border-bottom: none;
    /* margin:0; */
}

.an-comment .content-com .user-con {
    /* width: 48px; */
    width: 35px;
    float: left;
    padding-left: 0;
    box-sizing: border-box;
}

.an-comment .content-com .info-con {
    margin: 0;
    padding-left: 60px;
}

.an-comment .content-com .user-con img {
    width: 100%;
    border-radius: 50%;
}

.an-comment .content-com .info-con .time {
    margin: 2px 0;
    color: #999;
    font-size: 12px;
}

.an-comment .content-com .info-con .text {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-bottom: 10px;
    text-align: justify;
}

.an-comment .content-com .info-con .text .a-name {
    color: #4c9ad9;
}

.an-comment .content-com .replay {
    top: 10px;
    /* right: 54px; */

    right: 10px;
    /* padding-right: 18px; */
    color: #4c9ad9;
}

.an-comment .content-com .dzan {
    top: 11px;
    right: 0;
}

.an-comment button.rpl-btn {
    margin-bottom: 10px;
    margin-top: 2px;
}

.comment-box {
    position: fixed;
    bottom: 10px;
    z-index: 10;
    width: 100%;
    margin: 18px 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.comment-box input {
    width: 100%;
    height: 36px;
    background: #f2f2f2;
    line-height: 36px;
    text-indent: 1em;
    color: #666;
}

.net-register {
    width: 64px;
    height: 30px;
    float: right;
    margin: 12px 20px 12px 0;
    border: 1px solid #4c9ad9;
    border-radius: 3px;
    background: #fff;
    color: #4c9ad9;
    font-size: 14px;
    font-family: "Î¢ÈíÑÅºÚ";
}

.replay {
    position: absolute;
    /* right: 20px; */
    right: 10px;
    /* top: 0px; */
    top: 20px;
    font-size: 14px;
    color: #999;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #4c9ad9;
}

.replay-box {
    display: none;
    overflow: hidden;
    margin-bottom: 20px;
}

.replay-con {
    width: 100%;
    height: 80px;
    padding: 10px;
    border: 1px solid #4c9ad9;
    border-radius: 5px;
    resize: none;
    box-sizing: border-box;
}

button.rpl-btn {
    width: 46px;
    height: 26px;
    background: #4c9ad9;
    color: #fff;
    font-size: 12px;
    border: none;
    text-align: center;
    float: right;
    line-height: 26px;
    border-radius: 4px;
    margin-top: 2px;
}

/* ?????????? */
.replyCover {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
}

.loginBox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    margin: auto;

    background-color: #ffffff;
    width: 623px;
    height: 636px;
    width: 384px;
    height: 474px;
    background: url('http://www.yesky.com/TLimages2009/yesky/images/article_comment/loginBox.png') no-repeat left top;
    background-size: cover;
    border-radius: 17px;
    /* font-size: 0;
	text-align: center; */
}

.lbTop {
    /* float: left; */
    width: 100%;
}

.lbCon {
    font-size: 0;
    text-align: center;
    margin-top: -18px;
    width: 100%;
    padding: 0 27px;
    padding: 0 15px;
    box-sizing: border-box;
}



.lbTitle {
    padding: 0 43px;
}

.lbTitle {
    border-bottom: 1px solid #e2e2e2;
    height: 15px;
    margin-bottom: 15px;
    /* padding: 0 27px; */
    /* box-sizing: content-box; */
}

.lbTitle span {
    /* font-size: 30px; */
    font-size: 20px;
    line-height: 30px;
    color: #7d7d7e;
    /* letter-spacing: 6px; */
    letter-spacing: 3px;
    background-color: #ffffff;
    padding: 0 30px;
    padding: 0 15px;
}

.loginWays {
    margin-top: 53px;
    margin-top: 40px;
}

.loginWays ul {
    list-style: none;
}

.loginWays ul li {
    /* height: 81px;
	line-height: 81px; */
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 30px;
    font-size: 20px;
    color: #7e7e7e;
    width: 309px;
    width: 209px;
    border-radius: 40px;
    border-radius: 27px;
    margin: 24px auto;
}

.loginWays ul li img {
    width: 40px;
}

.loginWays ul li:first-child {
    border: 2px solid #feaa84;
}

.loginWays ul li:nth-child(2) {
    border: 2px solid #b1cfff;
}

.loginWays ul li:nth-child(3) {
    border: 2px solid #80d474;
}

.loginWays ul li img {
    vertical-align: middle;
}

.loginWays ul li span {
    margin-left: 22px;
    margin-left: 15px;
}

.closeBtn {
    font-style: normal;
    color: #7e7e7e;
    font-size: 40px;
    font-size: 30px;
    line-height: 30px;
    float: right;
    padding: 27px 30px 0 0;
    padding: 19px 15px 0 0;
}

.loginLogo {
    margin-top: 23px;
    margin-left: 31px;
    margin-top: 13px;
    margin-left: 15px;
}

.loginIcon {
    /* width: 129px;
	height: 111px; */
    width: 100px;
    height: 86px;
    margin: 0 auto;
    /* margin-bottom: 37px; */
    margin-bottom: 27px;
    display: block;
}

.loadMore {
    color: #4c9ad9;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;

}
.auditing{
    width:358px;
    height: 216px;
    position: fixed;
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000;
    margin: auto;
    border-radius: 10px;
    display: none;
    /* border:2px solid darkslategray; */

    box-shadow: #dadada 0px 0px 13px 6px;
}
.auditing img{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
}
.hotpics {
                            width: 650px;
                            margin: 20px auto;
                            overflow: hidden;
                        }
                        .hotpics .slider{
                            position: relative;
                            width: 650px;
                            height: 350px;
                        }
                        .hotpics .banner_img{
                            position: absolute;
                            width: 650px;
                            height: 300px;
                        }
                        .hotpics .banner_img li{
                            width: 650px;
                            height: 300px;
                            float: left;
                        }
                        .hotpics .banner_img li .pro-box{
                            width: 100%;
                            height: 90px;
                            margin: 0 0 15px;
                            border: 1px solid #eee;
                            border-radius: 4px;
                            background: #fff;
                            box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            /* transition: all .5s; */
                        }
                        .hotpics .banner_img li .pro-box:active{
                            border: 1px solid #ffbaba;
                        }
                        .hotpics .banner_img li .pro-box:active .buy-button{
                            color: #fff;
                            background: #ff4444;
                        }
                        .hotpics .banner_img li .pro-img{
                            position: relative;
                            display: block;
                            width: 140px;
                            height: 100%;
                            float: left;
                        }
                        .hotpics .banner_img li .pro-img img{
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 50%;
                            display: block;
                            width: 54px;
                            height: auto;
                            margin: 0 auto;
                            transform: translateY(-50%);
                        }
                        .hotpics .banner_img li .pro-name{
                            display: block;
                            color: #171615;
                            font-size: 18px;
                            font-weight: bold;
                            margin: 15px 0 10px;
                        }
                        .hotpics .banner_img li .pro-price{
                            color: #ff3d3d;
                            font-size: 18px;
                            font-weight: bold;
                        }
                        .hotpics .banner_img li .buy-button{
                            display: block;
                            width: 106px;
                            height: 34px;
                            float: right;
                            border: 2px solid #ff4444;
                            border-radius: 4px;
                            color: #ff4444;
                            text-align: center;
                            font-size: 18px;
                            line-height: 34px;
                            margin-right: 24px;
                            margin-top: -24px;
                            /* transition: all .5s; */
                        }
                        .hotpics .banner_circle {
                            width: 650px;
                            height: 48px;
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            text-align: center;
                            line-height: 48px;
                        }
                        .hotpics .banner_circle {
                            width: 650px;
                            height: 48px;
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            text-align: center;
                        }
                        .hotpics .banner_circle li{
                            display: inline-block;
                            width: 10px;
                            height: 10px;
                            margin: 0 4px;
                            border-radius: 50%;
                            background: #b8cbed;
                        }
                        .hotpics .banner_circle li.active{
                            display: inline-block;
                            width: 30px;
                            height: 10px;
                            border-radius: 5px;
                            background: #5b93fb;
                        }