.cpt-toast {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.h4_fixed_bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 9999;
    bottom: 40px;
    right: 10px;
    /* width: 52px; */
    /* background: #FFF; */
    /* box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.1); */
}
.h4_fixed_bar .fixed_bar_item {
    position: relative;
    text-align: center;
    /* background-color: #FFF; */
    /* border-bottom: 1px solid #E8E8E8; */
    /* overflow: hidden; */
}
.h4_fixed_bar .fixed_bar_item:hover {
    /* overflow: visible; */
}
.h4_fixed_bar .fixed_bar_item > a {
    position: relative;
    z-index: 9;
    display: block;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service.retract-status {
    width: 50px;
    height: 142px;
    background: #e22027;
    box-shadow: 0px 0px 4px 3px rgba(86, 190, 178, 0.15);
    border-radius: 35px;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service.retract-status > a > p.lg {
    margin-top: 6px;
    font-size: 14px;
    width: 14px;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service {
    width: 70px;
    height: 85px;
    background: #e22027;
    box-shadow: 0px 0px 4px 3px rgba(86, 190, 178, 0.15);
    border-radius: 35px;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service:hover {
    background: #be2429;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service > a > img{
    width: 24px;
    height: 24px;
}

.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service > a > p.lg{
    margin-top: 4px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.h4_fixed_bar .fixed_bar_list {
    width: 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 3px rgba(86, 190, 178, 0.15);
    border-radius: 35px;
    margin-top: 16px;
    padding: 2px 0 0;
    box-sizing: border-box;
}
.h4_fixed_bar .fixed_bar_list.fixbar-none {
    display: none;
}
.h4_fixed_bar .retract-fixbar {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 118px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 3px rgba(86, 190, 178, 0.15);
    border-radius: 35px;
    margin-top: 9px;
}
.h4_fixed_bar .retract-fixbar.fixbar-none {
    display: none;
}
.h4_fixed_bar .retract-fixbar p {
    width: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #909090;
}
.h4_fixed_bar .retract-fixbar img {
    width: 10px;
    margin-top: 7px;
}
.h4_fixed_bar .fixed_bar_list .open-fixed-bar {
    cursor: pointer;
    height: 52px;
    background: #e22027;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.h4_fixed_bar .fixed_bar_list .open-fixed-bar img {
    width: 8px;
    margin-top: -6px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item {
    height: 63px;
    border-bottom: 1px solid #E9E9E9;
    margin: 0 7px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item:last-child {
    border-bottom: none;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_need>a>img {
    width: 20px;
    height: 22px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_feedback > a > img{
    width: 24px;
    height: 21px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_report > a > img{
    width: 25px;
    height: 25px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_wechat > a > img{
    width: 26px;
    height: 22px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_applets > a > img{
    width: 24px;
    height: 24px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item>a>p {
    margin-top: 5px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item>a>img.selected {
    display: none;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item>a>img.unselect {
    display: block;
}

.h4_fixed_bar .fixed_bar_list .fixed_bar_item:hover>a>p {
    color: #e22027;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item:hover>a>img.selected {
    display: block;
}

.h4_fixed_bar .fixed_bar_list .fixed_bar_item:hover>a>img.unselect {
    display: none;
}

.h4_fixed_bar .fixed_bar_item.fixed_bar_item_service:hover .hover_box {
    display: flex;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_wechat:hover .wechat_hover_box {
    display: block;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_applets:hover .applets_hover_box {
    display: block;
}
.h4_fixed_bar .fixed_bar_item.fixed_bar_item_top.retract-status {
    width: 50px;
    height: 50px;
}

.h4_fixed_bar .fixed_bar_item.fixed_bar_item_top {
    display: none;
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 3px rgba(86, 190, 178, 0.15);
    border-radius: 35px;
    margin-top: 18px;
}

.h4_fixed_bar .fixed_bar_item.fixed_bar_item_top > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.h4_fixed_bar .fixed_bar_item.fixed_bar_item_top > a > img {
    width: 24px;
    height: 21px;
}

.hover_box {
    display: none;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 46px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .15);
    transition: all .3s linear;
    border-radius: 6px;
    /* overflow: hidden; */
}
.hover_box:before {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    background-color: #FFF;
}
.hover_box:after {
    position: absolute;
    z-index: -1;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    transform: rotate(225deg);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
}
.hover_box.service_hover_box:before {
    position: absolute;
    z-index: 9;
    top: -66px;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 10px;
    height: 28px;
    background-color: #FFF;
}
.hover_box.service_hover_box:after {
    position: absolute;
    z-index: -1;
    right: -8px;
    top: -66px;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: #FFF;
    transform: rotate(225deg);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%);
}
.hover_box.service_hover_box.has-qrcode:before, .hover_box.service_hover_box.has-qrcode:after {
    top: -132px;
}
/* vip hover 弹框 */
.vip_hover_box {
    top: 0;
    left: -258px;
    width: 270px;
    height: 110px;
    line-height: 17px;
    font-size: 12px;
    color: #32D693;
    text-align: left;
    border-radius: 6px;
    box-shadow: none;
}
.vip_hover_box:before {
    right: 28px;
    z-index: 9997;
    background: #FFF url('//cdn0.shiyanjia.com/c/2020/images/fixedbar/icon_vip_hover.svg') center 97% no-repeat;
}
.vip_hover_box:after {
    right: 24px;
    z-index: 999;
    background: #FFF url('//cdn0.shiyanjia.com/c/2020/images/fixedbar/icon_vip_hover.svg') center 90% no-repeat;
}
.vip_hover_box > div {
    position: relative;
    z-index: 999;
    width: 240px;
    height: 100%;
    background: url('//cdn0.shiyanjia.com/c/2020/images/fixedbar/icon_vip_hover.svg') 0 0 / 248px 116px no-repeat;
    padding: 16px 0 0 20px;
    border-radius: 6px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .15);
}
.vip_join_btn {
    position: absolute;
    left: 20px;
    bottom: 18px;
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    background: #32D693;
    border-radius: 16px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 2px 4px 0px rgba(50, 214, 147, 0.44);
}
.vip_join_btn:hover {
    background: rgba(50, 214, 147, .8);
    color: #FFF;
}
.statistic-weChart{
    width: 132px;
    height: 132px;
}
/* wechat hover弹框 */
.wechat_hover_box {
    top: -50px;
    left: -190px;
    width: 172px;
    height: 172px;
    background: #FFF;
    padding-top: 12px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1500);
}
.wechat_hover_box span {
    display: block;
    line-height: 17px;
    margin-top: 8px;
    font-size: 12px;
    color: #e22027;
    font-family: PingFangSC-Regular, PingFang SC;
}
.wechat_hover_box img {
    width: 124px;
    height: 124px;
 }
.applets_hover_box img {
   width: 122px;
   height: 122px;
}
.applets_hover_box {
    top: -50px;
    left: -190px;
    width: 172px;
    height: 172px;
    background: #FFF;
    padding-top: 12px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1500);
}
.applets_hover_box span {
    display: block;
    line-height: 17px;
    margin-top: 8px;
    font-size: 12px;
    color: #e22027;
    font-family: PingFangSC-Regular, PingFang SC;
}
/* service hover 弹框 */
.service_hover_box {
    left: -198px;
    top: -17px;
    /* width: 200px;
    height: 128px; */
    background: #FFF;
    padding: 20px;
}
.service_hover_box.has-qrcode {
    top: -17px;
    left: -380px;
}
.service_hover_box .service-hover-item-wrap:not(:first-child) {
    margin-left: 48px;
}
.service_hover_box .service-hover-item-wrap .service-hover-title{
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    text-align: left;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.service_hover_box .service-hover-item-wrap .service-hover-ftitle {
    margin: 10px 0 9px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.service_hover_box .service-hover-item-wrap .service-hover-qrcode {
    display: block;
    width: 122px;
    height: 122px;
    margin-bottom: 12px;
}
.service_hover_box .service-hover-item-wrap .service-hover-tips {
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #e22027;
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.service_hover_box .service-hover-item-wrap .custom-list-wrap {
    margin-top: 37px;
}
.service_hover_box .service-hover-item-wrap .custom-list-wrap .customer-item-wrap {
    display: flex;
    align-items: center;
}
.service_hover_box .service-hover-item-wrap .custom-list-wrap .customer-item-wrap:not(:first-child) {
    margin-top: 16px;
}
.service_hover_box .service-hover-item-wrap .custom-list-wrap .customer-item-wrap>img {
    width: 24px;
    height: 24px;
    margin-right: 18px;
}
.service_hover_box .service-hover-item-wrap .custom-list-wrap .customer-item-wrap>p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    text-align: left;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.fixedbar_alert_hide {
    display: none;
    position: fixed;
    z-index: 9997;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, .4);
}
.fixedbar_alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 600px;
    background: #FFF;
}
.fixedbar_alert .fixedbar_alert_head {
    position: relative;
    height: 51px;
    line-height: 50px;
    font-size: 20px;
    color: rgba(0, 0, 0, .65);
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #D8D8D8;
}
.fixedbar_alert .fixedbar_alert_head img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 22px;
    height: 22px;
    margin: auto;
    cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_body {
    
}
.fixedbar_alert .fixedbar_alert_body .remind {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: rgba(254, 160, 0, .1);
    margin: 10px 0 20px;
    font-size: 14px;
    color: #FEA000;
    text-align: center;
}
.fixedbar_alert .fixedbar_alert_body .remind_cont {
    padding-bottom: 30px;
}
.fixedbar_alert .fixedbar_alert_body .remind_cont > p {
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0 30px;
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
}
.fixedbar_alert .fixedbar_alert_body .remind_cont > p span {
    color: #FEA000;
    font-weight: bold;
}
.fixedbar_alert .fixedbar_alert_form {
    width: 100%;
}
.fixedbar_alert .fixedbar_alert_form .form_item {
    margin-bottom: 20px;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col1 {
    width: 124px;
    line-height: 28px;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
    text-align: center;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col1 span {
    color: #FF4100;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 {
    width: 476px;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .select_btn {
    float: left;
    display: inline-block;
    width: 90px;
    line-height: 26px;
    margin-right: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
    text-align: center;
    border: 1px solid #DEDEDE;
    cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .select_btn.active {
    border: 1px solid #32D693;
    background: url('//cdn0.shiyanjia.com/c/2020/images/fixedbar/selected.png') 100% 100% / 16px 16px no-repeat;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 textarea {
    width: 420px;
    height: 120px;
    padding: 10px;
    border: 1px solid #DEDEDE;
    resize: none;
    overflow-y: auto;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 input[type=text] {
    width: 420px;
    height: 28px;
    padding-left: 12px;
    border: 1px solid #DEDEDE;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 input[type=file] {
    position: absolute;
    left: 0;
    width: 92px;
    height: 26px;
    opacity: 0;
    cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 input:focus, .fixedbar_alert .fixedbar_alert_form .form_item .col2 textarea:focus {
    border-color: #32D693;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .upfile {
    position: relative;
    width: 92px;
    height: 26px;
    line-height: 24px;
    background: url('//cdn0.shiyanjia.com/c/2020/images/fixedbar/icon_upload.svg') 10px center no-repeat;
    padding-left: 34px;
    font-size: 12px;
    color: #5E8DF7;
    border: 1px solid #DEDEDE;
    cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .upfile:hover {
    background-color: rgba(94, 141, 247, .1);
    border-color: #5E8DF7;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .file_desc {
    max-width: 320px;
    line-height: 14px;
    margin-left: 10px;
    font-size: 10px;
    color: rgba(0, 0, 0, .25);
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .file_desc .file_name {
    display: none;
    line-height: 28px;
    color: rgba(0, 0, 0, .65);
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .file_desc .file_name b {
    margin-left: 5px;
    color: rgba(0, 0, 0, .65);
    font-weight: normal;
    cursor: pointer;
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .file_desc .file_name b:hover {
    color: #32D693;
}
.fixedbar_alert .submit_btn, .fixedbar_alert .confirm_btn {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    background-color: #32D693;
    margin: 30px auto;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
}
.fixedbar_alert .submit_btn:hover, .fixedbar_alert .confirm_btn:hover {
    background-color: rgba(50, 214, 147, .8);
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .tip {
    margin-top: 4px;
    font-size: 12px;
    color: rgba(0, 0, 0, .45);
}
.fixedbar_alert .fixedbar_alert_form .form_item .col2 .tip img {
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px;
    margin-right: 4px;
}
/* 指引任务弹框 */
.h4_fixed_bar .fixed_bar_item_guide {
    margin-bottom: 10px;
    display: block;
}
.h4_fixed_bar .fixed_bar_item_guide img {
    width: 102px;
    position: relative;
    left: -8px;
}
.h4_fixed_bar .fixed_bar_list .fixed_bar_item.fixed_bar_item_guide>a>img  {
    width: 22px;
    height: 24px;
}
.fixed-guide-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-guide-wrap.hidden {
    display: none;
}
.fixed-guide-wrap .fixed-guide-overlay {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.fixed-guide-wrap .fixed-guide-main {
    width: fit-content;
    margin-left: 25px;
    position: fixed;
    top: calc(50% - 278px);
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    margin: 0 auto;
    z-index: 9999999;
    background: transparent;
    border-radius: 20px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-close-img {
    position: absolute;
    z-index: 1;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-image: url("//cdn0.shiyanjia.com/c/common/images/close.png");
    background-size: cover;
    background-position: center;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-close-img:hover {
    background-image: url("//cdn0.shiyanjia.com/c/common/images/close_active.png");
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content {
    position: relative;
    display: flex;
    background: transparent;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-steps {
    position: absolute;
    top: 75px;
    left: 0;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-steps li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 134px;
    height: 48px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.65);
    border: 1px solid #BCF0E7;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-steps li img {
    position: absolute;
    top: -12px;
    right: 0;
    width: 56px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-steps li:not(:first-child) {
    margin-top: 40px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-steps li.active {
    border-left: 4px solid #be2429;
    background: linear-gradient(276deg, #EBFFFD 0%, #ABF3ED 100%);
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #be2429;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item {
    position: absolute;
    top: 39px;
    left: 168px;
    display: none;
    width: 518px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item.active {
    display: block;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .steps-desc {
    text-align: right;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0,0,0,0.55);
    line-height: 20px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .steps-desc.active {
    color: #be2429;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .tips1 {
    margin-top: 24px;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #076B5F;
    line-height: 24px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .steps-list .steps-item {
    display: flex;
    align-items: center;
    padding-left: 19px;
    margin-top: 12px;
    width: 509px;
    height: 42px;
    background: linear-gradient(288deg, rgba(255,255,255,0) 0%, #CCFFF9 100%);
    border-radius: 24px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0,0,0,0.65);
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .steps-list .steps-item .fixed-guide-step-img {
    height: 16px;
    margin-right: 10px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .steps-list .steps-item .fixed-guide-4000text-img {
    height: 15px;
    margin: 0 4px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .steps-list .steps-item .fixed-guide-200text-img {
    height: 15px;
    margin-right: 2px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .member-box {
    position: relative;
    margin-top: 15px;
    width: 518px;
    height: 207px;
    background-image: url('//cdn0.shiyanjia.com/c/common/images/task_bg2.png?1');
    background-size: cover;
    background-repeat: no-repeat;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .member-box .fixed-guide-wawa3-img {
    position: absolute;
    top: -44px;
    left: -6px;
    width: 320px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .member-box .member-entry {
    position: absolute;
    top: 37px;
    left: 179px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0,0,0,0.65);
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .member-box .member-entry a {
    color: #be2429;
    cursor: pointer;
    text-decoration: underline;
    font-size: 16px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .member-box .member-entry a:hover {
    color: #0B947A;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .member-box .member-desc {
    position: absolute;
    top: 52px;
    left: 179px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0,0,0,0.65);
    line-height: 22px;
    width: 317px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .member-box .fixed-guide-prize-tips {
    position: absolute;
    top: 151px;
    left: 23px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0,0,0,0.75);
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .member-box .fixed-guide-200-img {
    position: absolute;
    top: 135px;
    left: 118px;
    width: 213px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .club-btn,
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .coupon1-btn { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 40px;
    background: linear-gradient(180deg, #FF8611 0%, #FF5900 100%);
    box-shadow: inset -1px 2px 2px 1px rgba(255,255,255,0.82);
    border-radius: 24px;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    margin: 9px auto 0;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .club-btn:hover,
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .coupon1-btn:hover {
    background: linear-gradient(180deg, #F07600 0%, #FF5900 100%);
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .reservation-box {
    position: relative;
    margin-top: 31px;
    width: 518px;
    height: 361px;
    background-image: url('//cdn0.shiyanjia.com/c/common/images/task_bg3.png?1');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 24px 23px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0,0,0,0.65);
    line-height: 24px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .reservation-box .fixed-guide-wawa3-img {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 320px;
    transform: rotateY(180deg);
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .reservation-box .tips2 {
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .reservation-box .tips3 {
    margin-top: 15px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .reservation-box .tips3 .reservation-btn {
    cursor: pointer;
    color: #be2429;
    text-decoration: underline;
    font-size: 16px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .reservation-box .tips3 .reservation-btn:hover {
    color: #0B947A;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .reservation-box .tips4 {
    width: 308px;
    margin-top: 17px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .reservation-box .tips5 {
    margin-top: 102px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .reservation-box .tips6 {
    margin-top: 24px;
    display: flex;
    align-items: center;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .reservation-box .fixed-guide-9zhe-img {
    width: 233px;
    margin-left: 24px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .receive-btn,
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .coupon2-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 193px;
    height: 48px;
    background: linear-gradient(180deg, #FF8611 0%, #FF5900 100%);
    box-shadow: inset -1px 2px 2px 1px rgba(255,255,255,0.82);
    border-radius: 24px;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    margin: 22px auto 0;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .receive-btn:hover,
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .coupon2-btn:hover {
    background: linear-gradient(180deg, #F07600 0%, #FF5900 100%);
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .receive-btn.disabled {
    cursor: not-allowed;
    opacity: 0.69;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .fixed-guide-content-item .receive-btn.disabled:hover {
    background: linear-gradient(180deg, #8FE0B1 0%, #e22027 100%);
}
body.y-hidden {
    overflow-y: hidden;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .left-guide-content {
    position: relative;
    z-index: 0;
    width: 221px;
    height: 487px;
    flex: 0 0 221px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .left-guide-content .left-guide-content-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 221px;
    height: 487px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .left-guide-nav {
    position: absolute;
    z-index: 1;
    top: 70px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .left-guide-nav-item {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
    width: 171px;
    height: 48px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #68D5C8 100%);
    box-shadow: 0px 2px 4px 0px rgba(30,139,121,0.3);
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 24px;
    cursor: pointer;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .left-guide-nav-item:not(.active):hover {
    background: linear-gradient(90deg, rgba(255,255,255,0.35) 0%, #68D5C8 100%);
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .left-guide-nav-item.active {
    width: 187px;
    height: 50px;
    background-image: url("//cdn0.shiyanjia.com/c/common/images/guide_left_nav_active.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: 0px 1px 0px #085A4E;
    box-shadow: none;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .left-guide-nav-item .tag-img {
    position: absolute;
    top: -10px;
    left: 113px;
    width: 48px;
    height: 19px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content {
    position: relative;
    z-index: 0;
    left: -50px;
    top: 9px;
    width: 569px;
    height: 493px;
    flex: 0 0 569px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .right-guide-content-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 569px;
    height: 493px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .guide-step1-title-img {
    margin: 34px auto 0;
    width: 359px;
    height: 20px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .right-guide-content-item {
    position: relative;
    display: none;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .right-guide-content-item.active{
    display: flex;
flex-direction: column;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .steps-list {
    margin-top: 22px;
    margin-left: 42px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .steps-list .steps-item {
    display: flex;
    align-items: center;
    padding-left: 19px;
    margin-top: 16px;
    width: 509px;
    height: 42px;
    background: linear-gradient(288deg, rgba(255,255,255,0) 0%, #CCFFF9 100%);
    border-radius: 24px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0,0,0,0.65);
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .steps-list .steps-item:first-child {
    margin-top: 0;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .steps-list .steps-item .fixed-guide-step-img {
    height: 16px;
    margin-right: 10px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .steps-list .steps-item .fixed-guide-4000text-img {
    height: 15px;
    margin: 0 4px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .steps-list .steps-item .fixed-guide-200text-img {
    height: 15px;
    margin-right: 2px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .club-btn {
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 306px;
    height: 48px;
    background: linear-gradient(133deg, #FFD865 0%, #FDB756 100%);
    box-shadow: 4px 4px 1px 0px #E28504;
    border-radius: 24px;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #754400;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .club-btn:hover {
    background: linear-gradient(133deg, #FFE69C 0%, #FFC87B 100%);
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .guide-200-coupon {
    position: relative;
    margin: 40px auto 0;
    width: 448px;
    height: 89px;
    background-image: url("//cdn0.shiyanjia.com/c/common/images/guide_200.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .common-btn {
    position: absolute;
    top: 9px;
    right: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 71px;
    height: 71px;
    border-radius: 100%;
    background: #FCE5B2;
    border: 3px solid #F9B057;
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FB6715;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .common-btn:hover {
    background: #FFF5DE;
    border: 3px solid #FFD097;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .guide-step2-bg-img {
    margin: 34px auto 0;
    width: 508px;
    height: 278px;
    background-image: url("//cdn0.shiyanjia.com/c/common/images/guide-step2-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .guide-9-discount {
    position: relative;
    margin: 40px auto 0;
    width: 448px;
    height: 89px;
    background-image: url("//cdn0.shiyanjia.com/c/common/images/guide_9_discount.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .guide-step3-bg-img {
    margin: 34px auto 0;
    width: 481px;
    height: 421px;
    background-image: url("//cdn0.shiyanjia.com/c/common/images/guide-step3-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .invite-btn {
    position: absolute;
    top: 386px;
    left: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 306px;
    height: 48px;
    background: linear-gradient(133deg, #FFD865 0%, #FDB756 100%);
    box-shadow: 4px 4px 1px 0px #E28504;
    border-radius: 24px;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #754400;
    cursor: pointer;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .invite-btn:hover {
    background: linear-gradient(133deg, #FFE69C 0%, #FFC87B 100%);
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .guide-step4-title-img {
    margin: 34px auto 0;
    width: 143px;
    height: 20px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .guide-step4-title {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #076B5F;
    line-height: 21px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .guide-step4-dashed {
    margin: 6px auto 0;
    width: 239px;
    height: 1px;
    background: linear-gradient(to right, #076B5F, #076B5F 5px, transparent 5px, transparent);
    background-size: 10px 100%;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .equity-list {
    margin-top: 30px;
    margin-left: 31px;
    display: flex;
    flex-wrap: wrap;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .equity-list .equity-item {
    display: flex;
    align-items: center;
    width: 254px;
    height: 42px;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #CCFFF9 100%);
    border-radius: 24px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .equity-list .equity-item.long {
    width: 388px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .equity-list .equity-item:nth-of-type(n+3) {
    margin-top: 20px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .equity-list .equity-item .equity-item-img {
    width: 30px;
    height: 30px;
    margin-left: 16px; 
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .equity-list .equity-item .equity-item-desc {
    margin-left: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.65);
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .equity-list .equity-item .equity-item-desc .active-num {
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FF6700;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .equity-list .equity-item .equity-item-desc .active-desc {
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FF6700;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .group-btn,
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .is-student {
    cursor: pointer;
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 306px;
    height: 48px;
    background: linear-gradient(133deg, #FFD865 0%, #FDB756 100%);
    box-shadow: 4px 4px 1px 0px #E28504;
    border-radius: 24px;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #754400;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .group-btn:hover,
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .is-student:hover {
    background: linear-gradient(133deg, #FFE69C 0%, #FFC87B 100%);
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .guide-step4-tip {
    margin: 30px auto 0;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    padding-left: 101px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.65);
    line-height: 20px;
    width: 495px;
    height: 62px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content .guide-step4-tip .guide-step4-tip-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 495px;
    height: 62px;
}
.student-create-group-modal{
    padding: 0 !important;
}
.student-create-group-modal-content {
    overflow: hidden;
}
.student-create-group-modal-content .student-create-group-modal-title {
    margin-top: 36px;
    text-align: center;
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: rgba(0,0,0,0.75);
    line-height: 28px;
}
.student-create-group-modal-content .student-create-group-modal-desc {
    margin-top: 14px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.75);
    line-height: 28px;
}
.student-create-group-modal-content .student-create-group-modal-qrcode-wrap {
    margin: 20px auto 0;
    width: 168px;
    height: 166px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('//cdn0.shiyanjia.com/c/common/images/qrcode_wrap.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.student-create-group-modal-content .student-create-group-modal-qrcode-wrap img {
    width: 152px;
    height: 152px;
}
.student-create-group-modal-content .student-create-group-modal-tips {
    margin: 22px auto 0;
    width: 496px;
    padding: 10px 16px;
    background: #F1FFFD;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.75);
    line-height: 28px;
    text-align: left;
}
.student-create-group-modal .custom-close-img-box {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content-item .group-info-box {
    position: relative;
    display: flex;
    align-items: center;
    margin: 35px auto 0;
    width: 507px;
    height: 108px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF6EE 100%);
    border-radius: 42px;
    padding: 0 24px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content-item .group-info-box .group-img {
    width: 46px;
    height: 38px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content-item .group-info-box .group-info-data {
    margin:0 14px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content-item .group-info-box .group-info-data li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.65);
    line-height: 24px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content-item .group-info-box .group-info-data li:not(:first-child) {
    margin-top: 6px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content-item .group-info-box .group-info-data .group-info-data-name {
    font-weight: bold;
    width: 176px;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
    margin-left: 6px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content-item .group-info-box .group-info-data .group-info-data-head {
    font-weight: bold;
    margin-left: 6px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content-item .group-info-box .group-info-data .group-info-data-number {
    font-weight: bold;
    margin-left: 6px;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content-item .group-info-box .group-center-btn {
    position: absolute;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 132px;
    height: 40px;
    background: linear-gradient(90deg, #FFA442 0%, #FF791F 100%);
    box-shadow: 2px 3px 1px 0px #DD5F00;
    border-radius: 20px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
}
.fixed-guide-wrap .fixed-guide-main .fixed-guide-content .right-guide-content-item .group-info-box .group-center-btn:hover {
    background: linear-gradient(90deg, #FFB363 0%, #FF944B 100%);
}
