@font-face {
    font-family: 'Source Han Sans CN';
    src: url('../../fonts/SourceHanSansCN-Normal.otf');
}/*汉字*/
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Regular.ttf');
}/*数字、英文*/
body{
    font-family:Arial,Source Han Sans CN,microsoft yahei, SimHei, SimSun, Helvetica, verdana, sans-serif;
    overflow-x: hidden;
}
.wtfk-logo{
    width: 100%;
    height: 60px;
    background: url("../../images/common/bg_header.png") repeat-x;
}
.wtfk-container{
    width: 1000px;
    margin: 0 auto;
}
.wtfk-body{
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wtfk-bt{
    font-size: 16px;
    color:#282828;
    height: 40px;
    line-height: 40px;
    padding-left: 7px;
    margin-bottom: 20px;
    position: relative;
}
.wtfk-bt:after{
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background-color: #0ba5ff;
    position: absolute;
    top:50%;
    left: 0;
    margin-top: -8px;
}
.wtfk-text{
    font-size: 14px;
    line-height: 24px;
    color:#535353;
    margin-bottom: 10px;
    text-align: justify;
}
.wtfk-yjtext{
    width: 100%;
    height: 240px;
    border:1px solid #ccc;
    box-sizing: border-box;
    color:#353535;
    resize: none;
    margin-bottom: 20px;
}
.wtfk-title{
    font-size: 14px;
    color:#535353;
    line-height: 40px;
    height: 40px;
}
.wtfk-img-con{
    margin-bottom: 20px;
}
.wtfk-input{
    width:538px;
    height: 30px;
    line-height: 30px;
    border:1px solid #ccc;
    color:#353535;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}
::-webkit-input-placeholder {
     color:#999;
 }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#999;
}
.wtfk-btn{
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #1ab394;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    font-size: 14px;
    color:#fff;
    margin-top: 30px;
}
.wtfk-btn:hover{
    background-color: #179d82;
}
/*文件上传样式修改开始*/
.easy_upload-container{
    width: 100%;
    padding:0;
    border:none!important;
}
.easy_upload-container:after{
    content: "";
    display: block;
    clear: both;
}
/*.easy_upload_note{!*取消上传type提示文字*!*/
    /*display: none!important;*/
/*}*/
.easy_upload_select{
    width: 118px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    border:1px dashed #ccc!important;
    font-size: 14px;
    color:#999;
    margin-right: 10px!important;
    padding:0!important;
}
.easy_upload_select:hover{
    border:1px dashed #999!important;
}
.easy_upload-head {
    float: left;
}
.easy_upload_queue {
    float: left;
}
.easy_upload_queue .easy_upload_queue_item{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
.easy_upload-container .easy_upload_queue .easy_upload_queue_item .queue_item-section{
    margin-right:0;
    padding:0!important;
}
.easy_upload-container .easy_upload_queue .easy_upload_queue_item .easy_upload_preview{
    width: 120px;
    height: 80px;
}
.easy_upload-container .easy_upload_queue .easy_upload_queue_item .easy_upload_preview .easy_upload_img{
    width: 120px;
    height: 80px;
}
.easy_upload_delbtn{
    display: block;
    width:14px;
    height: 14px;
    background: url("../../images/common/btn_cross033.png") no-repeat;
    position: absolute;
    top:-5px;
    right:-5px;
    cursor: pointer;
}
.easy_upload_status{
    width: 120px;
    height: 30px;
    position: absolute;
    top:50%;
    left: 0;
    margin-top: -15px;
}
.easy_upload_status .status{
    width:120px!important;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
/*文件上传样式修改结束*/

/*错误提示信息*/
.yz-con{
    position: relative;
}
.error-text{
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color:#ff0000;
    position: absolute;
    display: none;
}
.ms-error-text{
    bottom:0;
    left: 0;
}
.input-error-text{
    left: 543px;
    top:7px;
}
button:active{
    color:#fff;/*为了解决swal弹框缺点点击的时候字颜色发生了蓝色改变*/
}