@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2020-04-16 09:36:52
 * @version $Id$
 */

.title{
	text-align: center;
    font-size: 20px;
    color: #2196F3;
}
    


.mui-input-row input[type="text"],.mui-input-row input[type="date"],.mui-input-row label ~ textarea,
 .mui-input-row label ~ select{
	border: 1px solid gray;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #eeeeee;
}


.mui-table-view:before{
	background-color:#fff;
}

.mui-input-row {
    height: 12vw;
    margin-bottom: 10px;
}

.mui-input-row label {
    font-size: 14px;
}

.mui-input-row label {
    color: black;
}
.item-gz, .item-sb, .item-qt {
    display: none;
}
.item{
	height: 12vw;
}
.item label{
	line-height: 12vw;
}
.item2{
	height: 50vw;
}
.item2 label{
	line-height: 20vw;
}

#mainAppeal{
	height:200px;
}
.select-div{
	height: 12vw;
	position: relative;
}

.arrow{
	width: 16px;
    position: absolute;
    top: 14px;
    right: 14px;
    pointer-events: none;
}


 form{
 	width: 90%;
    margin: auto;
    margin-top: -1px;
    padding-top: 2vw;
 }


 .xingming{
 	margin-top: 10px;
 }

.star{
	color:red;
}

/*文件上传*/
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.fileinput .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.upload {
    font-size: 0.6rem;
    line-height: 25px !important;
    max-width: 200px;
    max-height: 150px;
    color: #2196F3;
}

.btn-primary {
    color: #fff;
    background-color: #00b3ee;
}
.fileinput .btn {
    vertical-align: middle;
}
.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fileinput{
	width: 100%;
	text-align: center;
}

.thumb{
    width: 200px;
    height: auto;
    max-height:150px;
}
.picImg{
    width: 100%;
    height: auto;
    max-height: 140px;
}
.upload{
    font-size: 0.6rem;
    line-height: 25px !important;
    max-width: 200px; 
    max-height: 150px;
    color: #2196F3;
}

.fileContent{
	display: flex;
}
.fileUpload{
	flex: 1;
    font-size: 16px;
    border: 1px solid #ccc;
    line-height: 30px;
    border-radius: 5px;
}
.chooseFile{
    width: 100px
}
.subBtn{
    width: 200px;
    height: 45px;
    font-size: 0.7rem;
    margin-top: 5px;
}

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr;
}

.hideContent{
	display: block;
    /* padding-left: 90px; */
    height: 27px;
    padding-top: 5px;
    font-size: 0.48rem;
    text-align: left;
}


.bottom {
    margin: 2vw auto 8vw;
}