﻿*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}
body{
    width: 100%;
    height: 100vh;
   /** background: blue;  **/
}
.enjoinActive{
    width: 90%;
    padding: 100px 5% 0;
    margin-top: 100px;
}
.contentBox{
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #46b0f3;
    /**  color: #fff;  **/
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contentBox label{
    color: #fff;
}
.contentBox label span{
    font-size: 14px;
    color: darkred;
}
.contentBox input{
    border: none;
    /**  color: #fff; **/
    background: transparent;
}
.twoSon input{
    width:230% ;
}
.threeSon input{
    width: 39%;  /**  29%   **/
}
.threeSon p{
    width: 30%;
}
.threeSon #sendMsg{
    width: 30%;
    border: none;
    text-align: center;
    line-height: 35px;
    background: #46b0f3;
    color: #fff;
}
/**  新增  **/
.threeSon #uploadImg{
    width: 30%;
    border: none;
    text-align: center;
    line-height: 35px;
    background: #46b0f3;
    margin-left: 39%;
    color: #fff;
}
.saveBox{
    margin: 50px auto;
    text-align: center;
}
#saveMsg{
    width: 80%;
    text-align: center;
    line-height:40px;
    background: #46b0f3;
    border: 1px solid #46b0f3;
    border-radius: 20px;
    color: #000;
    font-size: 16px;
}