* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    display: inline-block;
    margin: 0;
    padding: 0;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    text-decoration: none !important;
    color: #222;
}

body {
    font-size: 0.4rem;
    background-color: #F8F8F8;
}

body, .content {
    margin: 0 !important;
    padding: 0 !important;
}

.relative {
    position: relative;
}

.height {
    height: 100%;
}

.align-center {
    align-items: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    justify-content: space-between;
}

.header-nav {
    height: 1.30666667rem;
    line-height: 1.06666667rem;
    padding: 0 0.29333333rem;
}

.return-img, .go-home {
    width: 0.58666667rem;
    height: 0.58666667rem;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-weight: 500;
    color: #B8BCC9;
}

input {
    border: none;
}

textarea {
    resize: none;
    border: none;
}

.relative {
    position: relative;
}

.border-none {
    border: none!important;
}

.width {
    width: 100%;
}

.row-box-title {
    position: relative;
    margin-right: 14px;
}

.row-box-title::before {
    content: '：';
    position: absolute;
    right: -14px;
}

/* 后添加的事项信息 */

.search-user-btn {
    width: 1.6rem;
    height: 1.2rem;
    color: #3E66E6;
    text-align: center;
    line-height: 1.2rem;
}

input[type='radio'] {
    display: none;
}

input[type='radio']+label {
    background: transparent;
    display: inline-block;
    width: 0.53333333rem;
    height: 0.53333333rem;
    position: relative;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #9192A1;
    margin: 0;
}

input[type='radio']:checked+label {
    background: url(./xzy@2x.png) no-repeat;
    background-size: cover;
    width: 0.53333333rem;
    height: 0.53333333rem;
    border: none;
}

.status-radio-box {
    width: 100%;
}

.status-radio-box span {
    margin-left: 0.26666667rem;
}

/* end */

button {
    border: none;
}

.bottom-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.46666667rem;
    background-color: #fff;
    padding: 0 0.32rem;
    z-index: 9999;
}

.cancel-btn, .submit-btn {
    width: 4.49333333rem;
    height: 1.14666667rem;
    text-align: center;
    line-height: 1.14666667rem;
    color: #fff;
    border-radius: 0.13333333rem;
    font-size: 0.4rem;
    font-weight: 500;
}

.cancel-btn {
    background-color: #EDF1FF;
    color: #476BFF !important;
}

.submit-btn {
    background-color: #476BFF;
}

.item_name_box {
    width: 100%;
    padding: 0.32rem 0.46666667rem;
    background-color: #FFF;
    margin-bottom: 10px;
    color: #62697C;
    font-weight: bold;
}

.item_name_box span {
    color: #FF0000
}

.item_box {
    padding-bottom: 0.32rem
}