.banner-list {
    height: 200px;
    background: url(/static/pc/banner/banner29.jpg) center top no-repeat;
}
.banner-case-slogan {
    text-align: center;
    letter-spacing: 5px;
    display: block;
    width: 100%;
    z-index: 96;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #eee;
    font-size: 28px;
    line-height: 200px;
    font-weight: 100;
}
.banner-case-slogan:hover {
    background-color: rgba(0,0,0,0.3);
    color: #DDD;
    font-size: 35px;
}

.label2 {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-top: 24px;
    margin-bottom: .5rem;
    display: inline-block;
}
.required-label:before {
    display: inline-block;
    color: #e60012;
    content: "*";
    margin-right: 4px;
}
.radio-item {
    display: inline-block;
}
/*.radio-input {
    position: absolute;
    clip: rect(0,0,0,0);
}*/
.radio-item-tab{
    margin-right: 48px;
    margin-left: 8px;
    margin-bottom: 0;
    color: #545454;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
/*.radio-item-tab:before {
    margin-right: 12px;
    margin-bottom: 4px;
    border: 1px solid #545454;
    border-radius: 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    content: " ";
}*/
.input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.input-container:nth-child(odd) {
    margin-right: 20px;
}
.input-container {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 630px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}
.input-box {
    position: relative;
    width: 100%;
    height: 66px;
    font-size: 16px;
    line-height: 28px;
}
.input {
    padding: 12px 24px;
    border: 1px solid #eaeaea;
}
.input-container input, .radio-container .select {
    height: 54px!important;
}
.description2 {
    padding-left: 24px;
    margin-bottom: 0;
    padding-top: 20px;
    border: 1px solid #eaeaea;
    display: block;
    width: 1280px;
    height: 198px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}
.first-agreement {
    margin-top: 36px;
}
.agreement {
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #545454;
    font-size: 16px;
    line-height: 28px;
}
.agreement-checkbox {
    margin-right: 10px;
    margin-top: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.container2 {
    margin-bottom: 0;
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container2 input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    padding: 0;
}
.checkmark {
    left: 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
}
.confirm-button {
    margin: 10px auto 0;
    text-align: center;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 230px;
    height: 54px;
}
.btn.is-primary {
    background-color: #e60012;
    border-color: #e60012;
}