.wrap{
    width: 1180px;
    margin: 0 auto;
}

.head{
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.head div{
    background-color: #2674bc;
    border-radius: 20px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}
.head div img{
    width: 100%;
    height: 100%;
    border: none;
    vertical-align: middle;
}

/* .cont div {
    padding-left: 20px;
} */
em{
    font-style: normal;
}

.cont .tit{
    background-color: #2674bc ;
  
    padding-left:20px;
  
}
.cont .tit h3{
    line-height: 40px;
    font-size: 23px;
    color: #fff;
 
}
.cont h3 #xz{
    border: 1px solid #24df24;
    font-size: 16px;
    line-height: 28px;
    padding: 1px;
    float: right;
    border-radius: 5px;
    margin-right: 10px;
    color: #24df24;
    margin-top: 4px;                                            
}
.cont .tit span{
    color: red;
}

.cont #ispublic{
    padding: 20px 0;
    font-size: 18px;
    padding-left: 20px;
}
.cont .info{
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
}
.info span{
    color: red;
}
.info em{
    display: block;
    width: 25%;
    float: left;
}
.info input{
    border: 0;
    height: 24px;
    display: block;
    width: 75%;
    padding: 0 10px;
    box-sizing: border-box;
}

.info li{
    font-size: 18px;
    padding: 20px 10px;
    width: 49%;
    float: left;
    border-bottom: 1px #ccc solid;
    box-sizing: border-box;
}
.info li:nth-child(odd){
    margin-right: 2%;
}


#Content{
    width: 100%;
    height: 200px;
    border: #767676 solid 1p    x;
    border-radius: 5px;
    padding: 5px 0 0 5px;
    outline: none;
    margin: 10px 0;
    box-sizing: border-box;
    font-size: 16px;
}
.imgup{
    padding: 20px 0; 
    height: auto;
    padding-left: 20px;
    overflow: hidden;
}
.imguoload{
    position:relative;
    width:180px;
    border: 1px dashed #d9d9d9;
    height:180px;
    overflow:hidden;
    cursor:pointer;
    text-align: center;
    line-height: 180px;
    float: left;
}
.imguoload:hover{
    border-color:#409eff;
}
.imguoload span{
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#destination{
    float: left;
    margin-left: 5px;
}
#FileUrl{
    width:180px;
    height:180px;
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
    filter:alpha(opacity=0);
    moz-opacity:0;
    opacity:0;
}

.smcn{
    padding: 20px 0;
    font-size: 18px;
    padding-left: 20px;
}
.wxts p{
    margin-top: 20px;
    font-size: 18px;
    line-height: 40px;
    color: #ccc;
    padding-left: 20px;
}
.field{
    padding: 15px;
}
.field input{
    height: 30px;
    font-size: 13px;
    border: #767676 solid 1px;
    border-radius: 5px;
    padding-left: 5px;
    outline: none;
    box-sizing: border-box;
}
/* bot */
.bot{
    width: 350px;
    margin: 20px auto;

}
.bot div{
    display: inline-block;
    width: 350px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #007BBE;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.bot strong{
    cursor: pointer;
}
.h5-mobile .wrap{
    width: auto;
    margin: 0;
    padding: 0;
}
.h5-mobile .info li{
    margin: 0;
    width: auto;
    float: initial;
}
.h5-mobile .bot{
    width: auto;
    text-align: center;
}
.h5-mobile .bot div{
    width: 80%;
}
.h5-mobile #destination{
    margin-left: 0;
    margin-top: 5px;
}

