/*滑动样式*/
.find_nav {
    z-index: 1;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    padding: 0 8px;
    width: 100%;
    height: 36px;
    background-color: #fff;
    max-width: 769px;
}
.find_nav_left {
    position: relative;
    overflow: hidden;
    height: 38px;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1
}
.find_nav_list {
    position: absolute;
    left: 0
}
.find_nav_list ul {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    border-bottom: 2px solid #11c3bc;
}
.find_nav_cur a {
    color: #fff!important;
    background: #11c3bc!important;
}
.find_nav_list a.active {
    color: #fff
}
.find_nav_list ul li {
    display: inline-block;
    padding: 0;
    width: 33.33%
}
.find_nav_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1pc;
    line-height: 29px;
    text-decoration: none;
    letter-spacing: 2px;
    color: #11c3bc;
}
.sideline {
    position: absolute;
    top: 34px;
    left: 0;
    display: block;
    height: 2px;
    border: 0;
    background-color: #11c3bc;
    pointer-events: none
}
.li_list {
    display: table;
    overflow-y: auto
}
.li_list_input {
    height: 1.33333333rem;
    line-height: 1rem;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}
.li_list_input input{
    width: 100%;
    height: 100%;
    padding-left: 10px;
    color: #333;
    font-size: 16px;
}
.swipe {
    padding-top: 15px
}

.cb-item_animated-marker,.cb-item_animated-marker *,.cb-item_animated-marker :after,.cb-item_animated-marker :before {
    box-sizing: border-box
}

.cb-item_animated-marker {
    position: relative;
    display: block;
    margin: 10px 5%;
    width: 90%;
    --cb_text-color: #333;
    --cb_bg-color: #f6f8f9;
    --cb_bg-color_checked: #11c3bc;
    --cb_border-color: #ccc;
    --cb_marker-bg-color: #fff
}

.cb-item_input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.cb-item_animated-marker .cb-item_label {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 10px 20px;
    border-color: #ccc;
    border-color: var(--cb_border-color);
    border-radius: 8px;
    background-color: #f6f8f9;
    background-color: var(--cb_bg-color);
    box-shadow: 0 0 8px #cacaca;
    color: #333;
    color: var(--cb_text-color);
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    transition: all .25s ease;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

.cb-item_animated-marker .cb-item_label-content {
    -ms-flex: 1;
    flex: 1
}

.cb-item_animated-marker .cb-item_marker {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-color: #ccc;
    border-color: var(--cb_border-color);
    border-radius: 50%;
    background-color: #fff;
    background-color: var(--cb_marker-bg-color);
    transition: all .25s ease
}

.cb-item_marker_long-line,.cb-item_marker_short-line {
    position: absolute;
    overflow: hidden;
    height: 3px;
    background-color: transparent;
    transform-origin: left
}

.cb-item_marker_short-line {
    top: 11px;
    left: 6px;
    width: 10px;
    transform: rotate(44.5deg)
}

.cb-item_marker_long-line {
    top: 19px;
    left: 9pt;
    width: 17px;
    transform: rotate(-45deg)
}

.cb-item_marker_long-line:before,.cb-item_marker_short-line:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #11c3bc;
    content: '';
    transition: all .15s ease;
    transform: translateX(-110%);
    transform-origin: left
}

.cb-item_animated-marker .cb-item_input:checked+.cb-item_label .cb-item_marker_long-line:before,.cb-item_animated-marker .cb-item_input:checked+.cb-item_label .cb-item_marker_short-line:before {
    transform: translateX(0)
}

.cb-item_animated-marker .cb-item_input:checked+.cb-item_label .cb-item_marker_short-line:before,.cb-item_marker_long-line:before {
    transition-delay: 0s
}

.cb-item_animated-marker .cb-item_input:checked+.cb-item_label .cb-item_marker_long-line:before,.cb-item_marker_short-line:before {
    transition-delay: .12s
}

.cb-item_animated-marker .cb-item_input:disabled+.cb-item_label {
    color: #ccc;
    color: var(--cb_border-color);
    cursor: default
}

.cb-item_animated-marker .cb-item_input:disabled:checked+.cb-item_label {
    background-color: #f6f8f9;
    background-color: var(--cb_bg-color)
}

.cb-item_animated-marker .cb-item_input:disabled:checked+.cb-item_label,.cb-item_animated-marker .cb-item_input:disabled:checked+.cb-item_label .cb-item_marker {
    border-color: #ccc;
    border-color: var(--cb_border-color)
}

.cb-item_animated-marker .cb-item_input:disabled:checked+.cb-item_label .cb-item_marker_long-line:before,.cb-item_animated-marker .cb-item_input:disabled:checked+.cb-item_label .cb-item_marker_short-line:before {
    background-color: #ccc;
    background-color: var(--cb_border-color)
}

/*合并login样式*/
.btn-info {
    width: 100%;
    height: 1.22666667rem;
    border-radius: 3px;
    margin-top: 0.6rem;
    font-size: 18px;
    margin-bottom: 0.4rem;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    color: #fff;
    border: none;
}
.formWrap .wechat_box {
    font-size: 14px;
    text-align: center;
}
.formWrap .wechat_box p {
    color: #3c3c3c;
    margin-top: 1rem;
}
.formWrap .wechat_box p a {
    font-size: 14px;
    color: #11C3BC;
}
.formWrap .from_style ul li input::placeholder {
    color: #D9D9D9;
}
.formWrap .from_style ul li .iden{
    display: inline-block;
    width: 115px;
    font-size: 14px;
    color: #11C3BC;
    text-align: right;
    position: absolute;
    bottom: 0.1rem;
    right: 0;
}

/*账户设置页*/
.email_account_set_slogan{
    color: #11C3BC;
    margin-bottom: 30px;
}
.email_account_set_hi{
    font-size: 0.5rem;
    margin-bottom: 5px;
}
.email_account_set_tip{
    font-size: 0.4rem;
}
.set_input{
    margin-bottom: 20px;
}
.set_input p{
    color: #11C3BC;
    font-size: 16px;
    margin-bottom: 8px;
}
.set_input input{
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    padding-bottom: 8px;
}
.set_input input::placeholder {
    color: #D9D9D9;
}
.set_reminder{
    color: #ccc !important;
    font-size: 12px !important;
    margin-top: 8px;
}
.set_not_null{
    color: red;
}

/*修改密码页*/

/*创建子账号页*/
.sub_accounts_already{
    font-size: 16px;
}
.sub_accounts_already_list{
    margin-bottom: 30px;
}
.sub_accounts_already_list{
    color: #ccc;
    font-size: 14px;
}
.sub_accounts_already_list p{
    margin-bottom: 20px;
}
.sub_accounts_already_list span{
    float: right;
}