﻿.u-detail,
.u-name,
#log,
.u-progress-bar {
    display: none;
}

.opinionCon {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    margin-top: 20px;
    position: relative;
    padding-bottom: 10px;
}

textarea {
    min-height: 100px;
    resize: none;
    outline: none;
    border: none;
    width: 96%;
    padding: 20px 2%;
    border-radius: 6px;
    position: relative;
}

.spn {
    position: absolute;
    font-size: 12px;
    left: 2%;
    top: 20px;
    display: none;
    color: #a3a3a3;
}

.phoneSpan {
    position: absolute;
    font-size: 12px;
    left: 30px;
    top: 0;
    display: none;
    color: #a3a3a3;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
}

:-moz-placeholder {
    color: #a3a3a3;
}

::-moz-placeholder {
    color: #a3a3a3;
}

:-ms-input-placeholder {
    color: #a3a3a3;
}

.contentin {
    height: 62px;
    overflow: hidden;
}

.contentin p {
    float: left;
    display: block;
    text-align: end;
    padding-top: 46px;
    color: #999;
}

.x-button {
    float: left;
    width: 60px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
    background: url(../images/addicon01.png) center no-repeat;
    margin: 0 40px 0 20px;
}

.u-item {
    float: left;
    width: 62px;
    height: 62px;
    margin-right: 10px;
    position: relative;
}

.u-img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #808080;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.u-item img {
    max-width: 100%;
    max-height: 100%;
    /*width: 60px;
    height: 60px;*/
    margin: auto;
    display: flex;
    vertical-align: middle;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.u-item .del {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../images/delimg.png) 45px 4px no-repeat, rgba(250, 250, 250, 0.65);
}

#upload-image-view a:hover .del {
    display: block !important;
}

.uploader1,
.u-iframe,
#inputs {
    position: absolute;
    height: 0 !important;
    overflow: hidden;
}

.text_num {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

#enough {
    cursor: not-allowed;
    background: url(../images/addicon02.png) center no-repeat;
    width: 60px;
    height: 60px;
    display: none;
    margin: 0 40px 0 20px;
    float: left;
}

.phoneNumBox {
    margin-top: 20px;
    border: 1px solid #E6E6E6;
    line-height: 44px;
    width: 320px;
    border-radius: 6px;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
}

.phoneNumBox input {
    background: none;
    outline: none;
    border: 0px;
    width: 80%;
    font-size: 14px;
}

.phoneNumBox em {
    color: #FF0000;
}

.present {
    height: 42px;
    line-height: 44px;
    width: 144px;
    text-align: center;
    color: #FF0000;
    border: 1px solid #FF0000;
    border-radius: 22px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}