﻿.up {
    margin: 20px auto 40px !important;
    background-color: #fff;
    box-shadow: 0 0px 18px 0px rgb(7 17 27 / 8%);
    padding: 30px;
    letter-spacing: 1px;
}
.up h2 span{
    margin-left:10px;
}
.up_content {
    margin-top: 30px;
}
.up_content .item{
    margin-bottom:20px;
    position:relative;
}
.up_content span{
    position:relative;
    padding-left:10px;
}
.up_content span.active:before{
    position:absolute;
    left:0;
    top:5px;
    content:"*";
    color:#ff0000;
    display:block;
    font-size:12px;
}
.up_content input[type=text]{
    width:480px;
    height:40px;
    background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #d9d9d9;
    margin-left:20px;
    padding:0 5px;
}
.up_content input[type=file]{
    position:absolute;
    width: 168px;
	height: 40px;
    z-index:1;
	border: solid 1px #333;
    left:90px;
    opacity:0;
    cursor:pointer;
}
.up_content a.choose-file{
    width: 168px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #5068fc;
    text-align:center;
    line-height:40px;
    color:#5068fc;
    margin-left:20px;
}
.up_content a.choose-file:hover{
    color:#5068fc;
}
.up_content .tips{
    color: #666666;
    margin-left:10px;
}
.file_name {
    display: none;
}
.file_name>div.layui-progress{
    margin-left: 90px;
    max-width:480px;
    display:none;
}
.file_name>div.file_name_txt{
    margin-left: 90px;
    background-color: #f8f8f8;
    padding:5px 20px 5px 5px;
    max-width:480px;
    display:none;
}
.submit {
    margin-left: 90px;
    width: 168px;
    height: 40px;
    background-color: #5068fc;
    border-radius: 4px;
    display:inline-block;
    color:#fff;
    text-align:center;
    line-height:40px;
}
.submit:hover{
    color:#fff;
}
.layui-progress-bar {
    background-color: #5068fc !important;
}
.up_content select {
    width: 230px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    padding: 0 5px;
    margin-left: 20px;
}
.up_content textarea {
    width: 480px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    margin-left: 20px;
    padding: 5px;
}
.tips_content {
    background-color: #f8f8f8;
    border-radius: 4px;
    padding:30px;
    margin-top:60px;
}
.tips_content h2{
    margin-bottom:10px;
}
.tips_content p{
    line-height:28px;
	color: #666666;
}
.dialog {
    position:fixed;
    left:0;
    top:0;
    background:rgba(0,0,0,0.4);
    width:100%;
    height:100%;
    z-index:999999;
    display:none;
}
.dialog.active{
    display:block;
}
.dialog_content {
    width: 420px;
    background-image: linear-gradient(0deg, #ffffff 55%, #d3d9ff 100%);
    border-radius: 16px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    padding:20px 20px 30px 20px;
}
.dialog_content .img{
    margin-top:-55px;
    text-align:center;
}
.dialog_content .content{
    margin-top:10px;
}
.dialog_content .content h2{
    text-align:center;
    font-size:18px;
    margin-bottom:15px;
}
.dialog_content .content p{
    line-height:26px;
	color: #666666;
}
.btn_group {
    margin-top:15px;
    text-align:center;
}
.btn_group a{
    display:inline-block;
    width: 168px;
	height: 37px;
	background-color: #f39800;
	border-radius: 18px;
    color:#fff;
    text-align:center;
    line-height:37px;
}
.btn_group a:nth-child(2){
	background-color: #5068fc;
    margin-left:20px;
}
.btn_group a:hover{
    color:#fff;
}