@import url('/static/css/font.css');
a:link {
    color: #007BFF;
}
 
a:visited {
    color: #007BFF;
}
 
a:hover {
    color: #0056B3;
    text-decoration: underline;
}

.container {
    width: 91%;
    margin: 0 auto;
    color: #343a40;
}

.container .header {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

.container .header p{
    margin: 16px 0;
}

.container .form-container {
    height: 100%;
    overflow: hidden;
    margin: 25px 0;
}

.container .form-container .form-row {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.container .form-container .form-row .form-contorl {
    width: 46%;
    height: 34px;
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #a5a5a5;
    line-height: 1.42857143;
    color: #343a40;
    display: block;
    padding: 6px 12px;
}

.container .form-container .form-row select.form-contorl {
    color: #343a40;
    background: url(/static/images/xiabiao.png) no-repeat scroll 94% center transparent;
    background-size: 14px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.container .form-container .form-row textarea.form-contorl {
    width: 100%;
    height: 89px;
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 4px 8px;
}

.container .form-container .photo-label {
    font-size: 14px;
    color: #999;
    margin: 0px;
}

.container .form-container .photo {
    width: 100%;
    height: 100%;
    margin: 10px 0 24px 0;
}

.container .form-container .photo .photo-list-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container .form-container .photo .photo-list-container ul {
    margin: 0;
    padding: 0;
}

.container .form-container .photo .photo-list-container ul li {
   width: 72px;
   height: 72px;
   float: left;
   margin: 12px;
}

.container .form-container .photo .photo-list-container ul li img {
   width: 100%;
   height: 100%;
}

.container .form-container .photo .upload-photo-btn-container{
    padding: 10px 0;
}

.container .form-container .photo .upload-photo-btn-container .upload-photo-btn-wrapper{
    width: 72px;
    height: 72px;
    position: relative;
    margin: 0 auto;
    background-color: #eee;
}

.container .form-container .photo .upload-photo-btn-container .upload-photo-btn-wrapper::before{
    content: '';
    position: absolute;
    left: 22px;
    top: 34px;
    width: 28px;
    border-top: 4px solid #999;
}

.container .form-container .photo .upload-photo-btn-container .upload-photo-btn-wrapper::after{
    content: '';
    position: absolute;
    left: 34px;
    top: 22px;
    height: 28px;
    border-left: 4px solid #999;
}

.container .form-container .photo .upload-photo-btn-container .upload-photo-btn-wrapper .upload-photo-input{
    display: none !important;
    opacity: .01;
}

.container .form-container .form-row .submit-btn {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    background: #007BFF;
    border-color: #007BFF;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    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;
    user-select: none;
    border: 1px solid transparent;
    outline: none;
}

.container .form-container .tishi {
    width: 100%;
    margin: 0 auto;
    color: red;
    font-size: 14px;
    text-align: center;
}
