/* 设计稿 dingyaqin.kf@sino-life.com */
:root {
    --nav-size: 15px; /* 导航栏 */
    --main-title: 39px; /* 标题 */
    --subtitle: 33px; /* 副标题 */
    --subtitle-small: 29px; /* 副标题-小 */
    --text: 14px; /* 正文 */

    --deep-black: #000;
    --second-black: #222;
    --third-black: #333;

    --main-gray: #666;
    --second-gray: #CCCCCC;
    --third-gray:#A5A5AC;
    /* 主题色，用于表单 */
    --cus-theme-color: #B80000;
    --cus-blue: #416bd9;
}

body,
html {
    margin: 0;
    padding: 0;
    font-size: var(--text);
    background-color: #f4f5f7;
    overflow: hidden;
}

.ViewScroll {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

input[type="radio"] {
    display: none;
}

.ui-radio + label {
    box-sizing: border-box;
    display: inline-block;
    width: 120px;
    height: 34px;
    border-radius: 1px;
    text-align: center;
    line-height: 34px;
    color: var(--main-gray);
    border: 1px solid var(--second-gray);
    transition: border-color .15s, background-color .15s, color .15s;
    cursor: pointer;
}

.ui-radio:checked + label {
    color: var(--cus-theme-color);
    border-color: 1px solid var(--cus-theme-color);
}

label + .ui-radio {
    margin-left: 10px;
}

.contain {
    width: 1200px;
    margin: 0 auto;
}

/* 头部信息 */
.top-info {
    display: flex;
    padding-top: 20px;
    width: 1200px;
    padding-bottom: 30px;
    background-color: #fff;
}

.form-title {
    padding-left: 20px;
    font-size: 25px;
    font-weight: bold;
    color: var(--third-black);
}

.top-info .right {
    width: 100%;
    box-sizing: border-box;
    padding: 0 56px 0 18px;
}

.top-info .right form {
    box-sizing: border-box;
    padding: 0 20px;
}

form span.left,
form label.left {
    position: relative;
    padding-top: 5px;
    box-sizing: border-box;
    padding-right: 16px;
    width: 84px;
    text-align: justify;
    font-weight: bold;
    color: var(--deep-black);
    text-align-last: justify
}

.top-info .right .ovh{
    display: flex;
    justify-content: space-between;
}

form input {
    height: 34px;
}

.top-info .left:hover img {
    border-radius: 30px 0 30px 0;
}

label.left, span.left {
    width: 100px;
    float: left;
}

label.left::after, span.left::after {
    content: ':';
    position: absolute;
    display: inline-block;
    padding-left: 2px;
}

input.ui-input,
.ui-input > input {
    width: 100%;
    height: 34px;
    line-height: 20px;
    padding: 9px 8px;
    border: 1px solid var(--second-gray);
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
    outline: none;
    color: var(--main-gray);
    transition: border-color .15s, background-color .15s;
}

.top-info .right button {
    white-space: nowrap;
    height: 34px;
    text-align: center;
    font-weight: bold;
    background-color: var(--cus-theme-color);
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    box-sizing: border-box;
}

.top-info .right button #buttonA {
    width: 110px;
}

.top-info .right .get-code[data-code='N'] {
    pointer-events: none;
    background: #DCDEE0;
    color: #FFFFFF;
}

#buttonB {
    width: 298px;
}

.notice-info {
    color: var(--main-gray);
}

.navbox {
    position: sticky;
    top: 0;
    display: flex;
    height: 44px;
    font-size: var(--nav-size);
    background-color: #E7E3E3;
    color: var(--third-black);
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10;
}

.navbox .nav {
    display: inline-block;
    line-height: 44px;
    width: 142px;
    height: 44px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    box-shadow: inset -1px 0 0 0 #fff;
}

.navbox[type-checked="nav_1"] #nav_1,
.navbox[type-checked="nav_2"] #nav_2,
.navbox[type-checked="nav_3"] #nav_3,
.navbox[type-checked="nav_4"] #nav_4,
.navbox[type-checked="nav_5"] #nav_5,
.navbox[type-checked="nav_6"] #nav_6 {
    background: #A1B4D4;
    box-shadow: inset -1px 0 0 0 #fff, inset 0 2px 0 0 #5A739C;
}

.section-2 {
    background: #f4f5f7;
}

.container .box {
    position: relative;
    margin: 23px auto 0;
    width: 1100px;
    box-sizing: border-box;
    padding: 40px 50px;
    border-radius: 16px;
    background: #fff;
}

table {
    width: 100%;
    line-height: 39px;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
}

table tr td:first-child {
    width: 245px;
    color: var(--main-gray);
}
table tr td {
    text-align: left;
    padding-left: 20px;
    color: var(--deep-black);
}

.box .title {
    position: relative;
    padding-left: 30px;
    align-items: center;
    font-size: var(--subtitle);
    font-weight: bold;
    margin: 0 0 14px;
    color: var(--cus-blue);
}

.box .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    display: inline-block;
    width: 8px;
    height: 16px;
    border-radius: 0 8px 8px 0;
    background: var(--cus-blue);
}

.text-box {
    box-sizing: border-box;
    width: 636px;
    padding: 22px 30px;
    font-size: 26px;
    font-weight: bold;
    line-height: 42px;
    border-radius: 11px;
    background: #F9F9F9;
    color: var(--second-black);
}

.fold {
    width: 636px;
}

.fold .fold-info {
    width: 100%;
    padding: 22px 29px;
    box-sizing: border-box;
    border-radius: 14;
}


/* 手风琴 */

/* 手风琴 */
.accordion {
    width: 636px;
    position: relative;
}

.accordion + .accordion {
    padding-top: 44px;
}

.accordion .header {
    font-size: 29px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 16px 0;
    font-weight: bold;
}

.accordion .header::after {
    content: '';
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../img/icon-arrow.png) no-repeat center center / 100% 100%;
    transition: all .3s;
}

.accordion .header::after {
    transform: rotate(180deg);
}

.accordion.open .header::after {
    transform: rotate(0deg);
}

.accordion .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 30px;
    border-radius: 14px;
    font-size: 22px;
    background: #F9F9F9;
    max-height: 0px;
    overflow: hidden;
    transition: all .3s;
}

.accordion.open .content {
    max-height: 18rem;
    padding: 22px 30px;
}


.accordion .header .icon-order-num {
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: #E19532;
}

.bottom-info {
    text-align: center;
    padding: 40px 0 70px;
    font-size: 26px;
    color: var(--main-gray);
}


/* 悬浮表单 */
.top-info #dataForm.sticky-form {
    position: fixed;
    right: 12px;
    top: 100px;
    width: 430px;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0px 1px 7px 0px rgba(122, 122, 122, 0.25);
    background-color: #fff;
    z-index: 13;
}

.top-info #dataForm.sticky-form .form-title {
    font-size: 23px;
}

.sticky-form .ui-radio + label {
    width: 90px;
}
.sticky-form span.left, .sticky-form label.left {
    width: 74px;
}
.sticky-form #buttonA {
    width: 90px;
}
.sticky-form .notice-info  {
    font-size: 12px;
}
/* 悬浮表单结束 */

/* 隐私条款 */
.clauseBlock {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: var(--deep-black);
    white-space: nowrap;
}
.clauseBlock .link {
    color: var(--deep-black);
    text-decoration: underline;
}
.clauseBlock .select {
    margin-right: .6px;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('/SL_LEM/grown/grown_extension_activity/2024/channel58/img/icon-3.png') no-repeat center /100% 100%;
}
.clauseBlock .select[data-active="Y"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/icon-1.png') no-repeat center /100% 100%;
}


.privacy-policy {
    width: 900px;
    height: 600px;
}


.nav-box {
    display: flex;
    justify-items: center;
    align-items: center;
    width: 486px;
    height: 48px;
    border-radius: 6px;
    background: #E7E3E3;
}

.nav-box .nav {
    width: 239px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 17px;
    color: #666;
}

.sticky-form .nav-box {
    width: 390px;
}

.sticky-form .nav-box .nav {
    width: 190px;
}

.contact-info .item {
    display: none;
}

.contact-info[data-type="WeChat"] .nav[data-type="WeChat"],
.contact-info[data-type="phone"] .nav[data-type="phone"] {
    font-weight: bold;
    color: #fff;
    background: #B80000;
}


.contact-info[data-type="phone"] .item[data-type="phone"] {
    display: block;
}

.contact-info[data-type="WeChat"] .item[data-type="WeChat"] {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #000;
}

.contact-info  .code-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
    width: 220px;
    height: 220px;
    border-radius: 14px;
    background: #EDF1FE;
}