.ppc{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:999;
    background:rgba(0, 0, 0, 0.54);
    display:none;
}

.ppc--pop{
    border-radius: 5px;
    position: absolute;
    width: 800px;
    height: 600px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    padding:40px 80px;
}

.ppc *{
    box-sizing: content-box;
}

.ppc--pop-close{
    position: absolute;
    background: url("../img/common/close_pink.png") no-repeat center;
    width: 30px;
    height: 30px;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

/*ppc--rate*/
.ppc--rate{

}

.ppc--rate-item{
    height: 50px;
    line-height: 50px;
}

.ppc--rate-label{
    color: #666;
    font-size: 16px;
    margin-right: 10px;
    float: left;
}

.ppc--rate-star{
    float: left;
    display: inline-block;
    width: 160px;
    margin-top: 8px;
    height: 40px;
}

.ppc--rate-star img{
    display: inline-block;
}

.ppc--rate-hint{
    height: 26px;
    padding:0 10px;
    line-height: 26px;
    float: left;
    margin-top: 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}

/*ppc textarea*/
.ppc--text{
    height: 140px;
    margin-top: 15px;
    position: relative;
}
.ppc--text-label{
    float: left;
    font-size: 16px;
    color: #666;
}

.ppc--text-textarea{
    float: left;
    width: 640px;
    height: 140px;
    border:1px solid #eee;
    outline: none;
    font-size: 14px;
    color: #666;
    padding: 10px 20px;
    margin-left: 30px;
    resize: none;
}

.ppc--text-limit{
    position: absolute;
    font-size: 12px;
    bottom: -10px;
    right: 40px;
}

/*img upload*/
.ppc--img{
    height: 200px;
    margin-top: 45px;
}

.ppc--img-label{
    float: left;
    font-size: 16px;
    color: #666;
}

.ppc--img-wrapper{
    float: left;
    margin-left: 45px;
    border:1px solid #eee;
    background-color: #fff;
    width: 680px;
    height: 100%;
}

.ppc--img-uploader{
    height: 100%;
}

.ppc--submit{
    margin: 20px 0 0 92px;
    height: 40px;
    line-height: 40px;
}

.ppc--submit-btn{
    font-family: "微软雅黑", "Hiragino Sans GB";
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f69;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    border:none;
    font-size: 18px;
    outline: none;
    cursor: pointer;
}

.ppc--submit-tips{
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}

























.comment_float_box{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:999;
    background:rgba(0, 0, 0, 0.54);
    display:none;
}
.comment_box{
    width: 600px;
    height: 600px;
    background: #FFFDF9;
    padding: 40px 50px 10px 38px;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 40%;
    margin-left: -325px;
    margin-top: -223px;
    z-index: 70;
    opacity: 1;
}
.close_comment_box{
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 70;
    color: #ff6699;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: url(/img/box_close.png) no-repeat;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.close_comment_box:hover{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.comment_tit{
    color:black;
    font-size:15px;
    float:left;
    width: 100%;
    margin-bottom: 10px;
}
.comment_dec{
    display: inline-block;
    width: 94px;
    height: 20px;
    text-align: center;
    border-radius: 6px;
    margin-left: 8px;
    background: #d3d3d3;
    color: #ffffff;
    cursor: pointer;
    margin-right: 23px;
}
.select_comment{
    background:#ff6699;
    color:#ffffff;
}
.right_comment_dec{
    float:right;
    margin-top:10px;
    margin-right:8px;
}
.experience_content{
    margin-top:10px;
    margin-left: 30px;
}
.learn_tit{
    color:black;
    font-size:15px;
    float:left;
}
.learn_content{
    float:left;
    width: 490px;
    height: 252px;
    margin-left:10px;
    border:1px solid #d3d3d3;
    background:#ffffff;
    border-radius:5px;
    position:relative;
    margin-bottom: 10px;
}

.image_tit{
    color:black;
    font-size:15px;
    float:left;
}
.image_content{
    float:left;
    width: 490px;
    height: 120px;
    margin-left:10px;
    border:1px solid #d3d3d3;
    background:#ffffff;
    border-radius:5px;
    position:relative;
    margin-bottom: 10px;
}

.name_and_date{
    height:35px;
    width:100%;
    line-height:35px;
    margin-left:15px;
}
.comment_line{
    width:216px;
    height:2px;
    background:url(/img/comment_line.png) no-repeat;
}
.text_area{
    width: 420px;
    height: 194px;
    border:none;
    padding:10px 20px;
    line-height:30px;
    color:#666666;
    font-size:14px;
    resize: none;
}
.text_area:focus{
    outline:0;
}
.warn_word{
    color:#dfdfdf;
    position:absolute;
    right:20px;
    bottom:10px;
}
.comment_btn{
    width:150px;
    height:35px;
    background:#ff6699;
    color:#ffffff;
    margin-top:20px;
    margin-left:50px;
    text-align:center;
    line-height:35px;
    font-size:18px;
    border-radius:3px;
    float:left;
    cursor:pointer;
}
.input_warn{
    float:left;
    margin-top:37px;
    margin-left:10px;
}
.alt_word{
    margin-left:50px;
    margin-top:5px;
    color:#ff6699;
}