﻿body {
    background: linear-gradient(0deg, #FFF5BB 0%, #FFFDF3 100%);
    height: 100vh;
}

.content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.bg{
    position: absolute;
    width: 18rem;
    height: 2.58rem;
    max-width: 100vw;
    top: 100%;
    background: url(https://img.chaolu.com.cn/website/join/bg.png);
    background-size: cover;
    transform: translateX(-50%);
    left: 50%;
    margin-top: -1.83rem;
}
.top {
    width: 5rem;
    height: 0.9rem;
    background: linear-gradient(90deg, #D1D1D1 0%, #FFFFFF 50%, #D4D4D4 100%);
    box-shadow: 0px -0.04rem 0.08rem 0px rgba(121, 77, 0, 0.1);
    border-radius: 0.5rem 0.5rem 0px 0px;
    font-weight: 600;
    font-size: 0.3rem;
    color: #010101;
    text-align: center;
    line-height: 1;
    padding-top: 0.25rem;
    margin: 0 auto -0.15rem;
}

.form {
    position: relative;
    z-index: 2;
    width: 6.2rem;
    background: linear-gradient(0deg, #FF9600 0%, #FFDD00 100%);
    border-radius: 0.3rem;
    padding: 0.32rem 0.45rem 0.36rem;
}
.title{
    color: #010101;
    text-align: center;
    font-size: 0.15rem;
}
.item {
    display: flex;
    align-items: center;
    padding: 0.08rem 0.1rem;
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.08rem 0px rgba(40, 42, 44, 0.16);
    border-radius: 0.3rem;
    margin: 0.3rem 0;
}

.label {
    width: 1.46rem;
    height: 0.44rem;
    flex-shrink: 0;
    background: #FCD108;
    box-shadow: 0px 0px 0.07rem 0px #FFF5F6;
    border-radius: 0.22rem;
    font-weight: 600;
    font-size: 0.18rem;
    color: #010101;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-content {
    flex: 1;
    padding:0 0.14rem;
    font-size: 0.18rem;
}
.npr{
    padding-right: 0;
}
.radio-group{
    padding: 0 0 0 0.1rem;
}
.ip-radio{
    margin-right: 0.1rem;
    margin-left: 0;
}
.radio-group label{
    font-weight: bold;
}
.item-content input[type='radio'],.item-content input[type='checkbox']{
    width: 0.18rem;
    height: 0.18rem;
    vertical-align: middle;
    /* -webkit-appearance: none; */
}
.item-content input[type="checkbox"]:checked {
    /* background: red; */
}
.item-content input[type='text']{
    border: none;
    box-shadow: none;
    color: #010101;
    font-size: inherit;
    padding: 0.06rem 0.1rem;
    width: 100%;
}
.item-content input[type='text']:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.submit{
    width: 3.4rem;
    height: 0.88rem;
    background: url(https://img.chaolu.com.cn/website/join/sub.png);
    background-size: 100% 100%;
    margin: 0 auto;
    cursor: pointer;
}