.yc-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*border-radius: 4px;*/
    border: 0;
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-size: 16px;
    /*height: 36px;*/
    outline: 0;
    overflow: hidden;
    position: relative;
    text-align: center
}
.yc-button::after {
    background-color: #000;
    content: " ";
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}
.yc-button:not(.is-disabled):active::after {
    opacity: .4
}
.yc-button.is-disabled {
    opacity: .6
}
.yc-button.is-radius {
    border-radius: 20px;
}
.yc-button-icon {
    vertical-align: middle;
    display: inline-block
}
.yc-button--default {
    color: #656b79;
    background-color: #f6f8fa;
    box-shadow: 0 0 1px #b8bbbf
}
.yc-button--default.is-plain {
    border: 1px solid #5a5a5a;
    background-color: transparent;
    box-shadow: none;
    color: #5a5a5a
}
.yc-button--primary {
    color: #fff;
    background-color: #26a2ff
}
.yc-button--primary.is-plain {
    border: 1px solid #26a2ff;
    background-color: transparent;
    color: #26a2ff
}
.yc-button--danger {
    color: #fff;
    background-color: #ef4f4f
}
.yc-button--danger.is-plain {
    border: 1px solid #ef4f4f;
    background-color: transparent;
    color: #ef4f4f
}
.yc-button--yellow{
    background-color:#fca603;
    color:#ffffff;
}
.yc-button--large {
    display: block;
    width: 100%;
    margin: 0px auto;
}
.yc-button--normal {
    display: inline-block;
    padding: 0 12px;
    width: 50%
}
.yc-button--small {
    display: inline-block;
    font-size: 14px;
    padding: 0 12px;
    height: 33px
}
.width_10{
    width:10%;
}
.width_20{
    width:20%;
}
.width_30{
    width:30%;
}
.width_40{
    width:40%;
}
.width_50{
    width:50%;
}
.width_60{
    width:60%;
}
.width_70{
    width:70%;
}
.width_80{
    width:80%;
}
.width_90{
    width:90%;
}
.width_100{
    width:100%;
}
.uploadFileList .webuploader-pick{
    height: 40px !important;
    line-height: 40px !important;
    background: #f9f9f9 !important;
    color: #185fff !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    margin-right: 15px !important;
}
.uploadImgList .webuploader-pick{
    height: 100px !important;
    line-height: 100px !important;
    background: #f9f9f9 !important;
    color: #185fff !important;
    width: 100px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    margin-right: 15px !important;
}
.dwwr table{
    border-collapse: initial !important;
    border: none !important;
    border-radius: initial !important;
}
.dwwr table tbody tr td {
    padding: 0px !important;
    background-color: unset !important;
}
.android-ics .dww .dw-li {
    font-size: 18px !important;
    text-shadow: none !important;
}
.android-ics .dw .dwl {
    color: #31b6e7 !important;
}
.yc-avatar-img{
    border-radius: 100px;
    width: 100px;
}
.yc-avatar-upload-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.yc-avatar-button {
    width: 100px;
    background: #1a5ffc;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    display: inline;
    float: right;
    margin-right: 15px;
    margin-top: 30px;
}
.pickbox{
    cursor: pointer;
    width: 85%;
    display: inline-block;
}
.uploadprocess{
    position: relative;
}
.uploadprocess .fixed_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(151, 151, 151, .19);
    z-index: 12213;
}
.uploadprocess .layer_body {
    background-color: #fff;
    z-index: 1232134;
    overflow: hidden;
    border-radius: 3px;
}
.uploadprocess .upload_file_box_layer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.uploadprocess .layer_body .layer_title {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background-color: #F8F8F8;
}
.uploadprocess .layer_body .layer_title .txt {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.uploadprocess .layer_body .layer_box {
    background-color: #fff;
    padding: 20px;
    max-height: 500px;
    overflow: auto;
    padding-bottom: 30px;
}
.uploadprocess .upload_file_msg .txt {
    color: #333;
    font-size: 16px;
    max-width: 100%;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.uploadprocess .bar {
    width: 100%;
    background-color: #E6E6E6;
    height: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.uploadprocess .bar .bar2 {
    width: 0;
    background-color: #4570FD;
    height: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    transition: all .2s;
    max-width: 100%;
}
.uploadprocess .upload_file_msg .tip {
    color: #666666;
    font-size: 14px;
}