p {
    margin-bottom: 0;
}
.new-management-banner{
    height: calc(100vh - 80px);
    position: relative;
}
.new-management-banner.center{
    display: flex;
    align-items: center;
}
.new-management-banner .management-banner-content-box{
    color: #fff;
    text-align: center;
}
.new-management-banner .management-banner-content-box.space-between{
    display: flex ;
    justify-content: space-between;
}
.management-banner{
    display: flex;
    align-items: center;
    height: calc(100vh - 80px);
    justify-content: center;
    position: relative;
}
.management-banner-content-left{
    text-align: left;
}
.new-management-banner .management-banner-content-box .management-banner-title{
    font-size: 80px;
    font-weight: bold;
    line-height: 1.1;
}
    
.management-banner-content-box .management-banner-text{
    font-size: 23px;
    margin: 20px 0 50px;
}
.management-banner-img-box{
    padding-top: 120px;
}
.new-management-banner .act-botton{
    width: 208px;
    height: 52px;
    line-height: 52px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background: #0FD597;
}
.new-management-banner .act-botton.plain{
    border: 2px solid #0FD597;
    color: #0FD597;
    background: transparent;
}
.new-management-banner .act-botton.orange{
    background: #DB5D2B;
    color: #fff;
    border: none;
}
.new-management-banner .act-botton.blue{
    background: #1671FF;
    color: #fff;
    border: none;
}
.new-management-banner .act-botton:hover{
    color: #fff;
}
.new-management-banner .act-botton.plain:hover{
    color: #0FD597;
}
.management-banner-img{
    margin-top: 60px;
    height: 500px;
}


.shange {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    border-radius: 12px;
}

.shange-item {
    height: 360px;
    width: 32%;
    line-height: 1.5;
    padding: 0 29px;
}

.shange-item .shange-item-title {
    margin: 25px 0 30px 0;
}

.up-vip .shange-item {
    height: 250px;
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
    background: inherit;
}

.up-vip-img {
    width: 90px;
}

.online .up-vip-title {
    font-size: 24px;
    color: #222222;
    margin: 15px 0;
}

.up-vip-text {
    font-size: 15px;
    color: #868686;
}

.qiandao .swiper-slide {
    width: 224px;
    height: 160px;
    background: #FFFFFF;
    border-radius: 12px;

}

.swiper2 .swiper-slide {
    width: 608px;
    height: 342px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.04);
}

.swiper-main {
    position: relative;
}



.swiper-main .swiper-button-prev {
    left: -85px;
}

.swiper-main .swiper-button-next {
    right: -85px;
}

#code-group {
    position: relative;
    display: none;
}

.coupon-box {}

.discount {
    background: #F23030;
    border-radius: 4px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px 8px;
    /* margin-left: 10px; */
}

.old-price {
    color: #999999;
    font-size: 12px;
    text-decoration: line-through;
}

.new-input {
    width: 140px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 0 8px;
    margin-right: 10px;
}

.tip-text {
    font-size: 12px;
    position: relative;
    left: 52px;
    bottom: 0;
    text-align: left;

}

.warning-text {
    color: #666666;
}

.error-text {
    color: #F53F3F;
}

.tip-text .time {
    color: rgba(255, 136, 27, 1);
}

.new-link {
    color: #03B349;
    font-size: 14px;
    cursor: pointer;
}

.new-link:hover {
    color: rgba(3, 179, 73, .5);
}

.new-link:active {
    color: #07893A;
}

.scc-plain-botton {
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 8px;
    line-height: 1.1;
    display: inline-block;
    border: 1px solid #50D166;
    color: #50D166;
}

.scc-botton {
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 8px;
    line-height: 1.1;
    display: inline-block;
    border: 1px solid #50D166;
    background: #50D166;
    color: #ffffff;
}

.scc-botton.plain {
    border: 1px solid #02B349;
    color: #02B349;
    background: #fff;

}

.scc-botton.round {
    border-radius: 20px;
}

.scc-botton.block {
    display: block;
    width: 100%;
}

.question-message {
    background-image: url('https://cdn.huodongxing.com/Content/v3.0/img/hdx/hdx-admin-applet/question-mark.png');
    background-size: contain;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin-left: 5px;
    display: inline-block;
}

.scc-warn-botton {
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 8px;
    line-height: 1.1;
    display: inline-block;
    /* border: 1px solid #FF881B;
    background: #FF881B; */
    /* color: #ffffff; */
    border: 1px solid #50D166;
    color: #50D166;
}

.scc-botton-left-ico {
    margin-right: 2px;
    height: 14px;
}

.scc-plain-botton,
.scc-botton,
.scc-warn-botton span {
    vertical-align: middle;
    line-height: 1.2;
}

.align-center {
    vertical-align: middle;
    line-height: 1;
}

.warn-text {
    line-height: 1.7;
}

.describe {
    color: #999999;
    font-size: 10px;
}

.scc-card {
    padding: 24px 15px;
    height: 308px;
    box-sizing: border-box;
    box-shadow: 0px 8px 20px 0px rgba(51, 51, 51, 0.12);
    border-radius: 4px;
    /* border: 1px solid #F5F5F5; */
    position: relative;
    text-align: center;
    background: #fff;
    width: 23%;
    background-size: 100% 100%;
    /* margin-right: 20px; */
    text-align: center;
    cursor: pointer;
}

.scc-card:hover {
    box-shadow: 0px 8px 32px 0px rgba(5, 103, 18, 0.24);
}

.scc-card .text-color {
    font-size: 16px;
    color: #F53F3F;
    width: 198px;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    display: inline-block;
    border-radius: 15px;
    background: rgba(245, 63, 63, 0.06);
}

.card-logo {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 118px;
    border-radius: 4px 4px 0px 0px;
}

.scc-card:last-child {
    margin-right: 0;
}

.scc-card-title {
    font-size: 22px;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.scc-card-body {
    height: 37%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 60px 0 20px; */
    font-size: 14px;
    position: absolute;
    top: 118px;
    left: 0;
}

.scc-card-footer {
    text-align: center;
    color: #fff;
    line-height: 40px;
    height: 40px;
    width: 195px;
    border-radius: 20px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    cursor: pointer;
}

.admin-vip-main-col .title {
    color: #333333;
    font-size: 17px;
    margin-right: 20px;
    font-weight: bold;
    width: 68px;
    display: inline-block;
}

.check-ico {
    width: 22px;
    height: 22px;
    background: url(https://cdn.huodongxing.com/Content/v3.0/img/hdx/hdx-admin-applet/check.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.checkfalse-ico {
    width: 22px;
    height: 22px;
    background: url(https://cdn.huodongxing.com/Content/v3.0/img/hdx/hdx-admin-applet/checkfalse2.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

/* . {
    width: 100%;
    height: 17px;
    background: url(https://cdn.huodongxing.com/cc-img/ico/small-ico/a1.png) no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;

} */

.free2 {
    width: 100%;
    height: 84px;
    min-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(https://cdn.huodongxing.com/Content/v2.0/img/2022-hdx/footer-banner-bc-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.free2 .banner-blue {
    height: 70px;
    position: relative;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 30px;
    font-family: PingFangSC-Medium;
}

.w1200 {
    width: 1080px;
    margin: 0 auto;
}

.free2 .banner-blue .btn-box {
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.free2 .banner-blue .btn-box .go-login-btn {
    display: inline-block;
    width: 138px;
    height: 42px;
    line-height: 42px;
    background-color: #FECC48;
    ;
    background-repeat: no-repeat;
    background-size: 138px 42px;
    margin-right: 40px;
    color: #333333;
    border-radius: 26px;
    font-size: 14px;
}

.free2 .banner-blue .btn-box .colose-bottom {
    display: inline-block;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.flex-box-item-text {
    line-height: 1.4;
}

.online .table-bottom-text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

.tableWarp_head {
    display: flex;
    width: 1200px;
    align-items: center;
    /* background: #EEFAFF; */
    /* background: #fff; */
    color: #333333;
}

.title-color {
    color: #333;
    text-align: center;
}

.title-font {
    font-size: 20px;
}

.num-font {
    font-size: 28px;
}

.green {
    color: #50D166;
}

.greenbc {
    background: linear-gradient(135deg, #4FD8C4 0%, #50D166 100%);
}

.blue {
    color: #1671FF;
}

.bluebc {
    background: linear-gradient(136deg, #8A73F4 0%, #1671FF 100%);
}

.yellow {
    color: #FF881B;
}

.yellowbc {
    background: linear-gradient(136deg, #F4C473 0%, #FF881B 100%);
}

.tableWarp_line {
    width: 1px;
    height: 50px;
    background: #000000;
    opacity: 0.09;
}

html,
body {
    height: 100%;
}

.tableWarp_head_science {}

.tableWarp_head_education {}

.tableWarp_head_con {}

.tableWarp_head_money {}

.tableWarp_head_tab {}

.hdx-content {
    padding: 21px;
    background: #ffffff;
}

/* .tableWarp_head div:nth-child(odd) { */
.tableWarp_head>div {
    cursor: pointer;
    width: 241px;
    height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
}

/* .tableWarp_head div:nth-child(odd) div { */
.tableWarp_head div div {
    margin-top: 22px;
}

.right-position-advice-wrap {
    display: none;
}

.active {
    /* display: flex !important; */
    flex-direction: column;
    color: #0FCCD4;
}

.activeTab {
    background-color: #EEFAFF;
}

.tableContent {
    width: 1200px;
    /* height: 312px; */
    color: #0FCCD4;
    background: #EEFAFF;

}

.tableContent_text {
    padding: 40px 0 0 64px;
    display: none;
}

.huodongshili {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.huodongshili-item {
    width: 33%;
    text-align: center;
    padding: 10px;
}

.huodongshili-item img {
    width: 100%;
    margin-top: 20px;
}

.maxSize {
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 14px;
    width: 140px;
    height: 20px;
}

.smallSize {
    /* font-size: 18px; */
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    color: #666666;
    font-weight: 100;
    width: 1075px;
    height: 45px;
}

.smallSize:last-child {
    margin-bottom: 20px;
}

.online-contain {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
}

.online-banner {
    /* background: url('https://cdn.huodongxing.com/Content/v2.0/img/2022-hdx/online-bcg.png') no-repeat 100% auto center scroll; */
    height: 600px;
    /* background-size: contain;
    background-repeat: no-repeat; */
    box-sizing: border-box;
    color: #333333;
    position: relative;

}

.online-banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.online-footer {
    /* background: rgba(16, 241, 187, .1); */
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 20px;
}

.online-footer .online-main-item {
    padding: 60px 0;
}

.online p {
    margin: 0;
}

.online-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.online-header-left {
    height: 30px;
    /* line-height: 30px; */
}

.online-header-logo {
    height: 100%;
}

.online-header-text {
    margin-right: 20px;

}

.online-botton-box .online-botton {
    margin-right: 50px;
}

.online-botton {
    padding: 8px 16px;
    background: #0FD597;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 19px;
    line-height: 1.1;
    display: inline-block;
}

.live-botton {
    padding: 12px 38px;
    background: #0FD597;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 19px;
    line-height: 1.1;
    display: inline-block;
}

.live-botton.plain {
    box-shadow: 0px 8px 10px -6px rgba(27, 177, 78, 0.3);
    /* border-radius: 30px; */
    border: 1px solid #FFFFFF;
    background: initial;
    color: #FFFFFF;
}

.live-botton.white {
    background: #FFFFFF;
    box-shadow: 0px 8px 10px -6px rgba(27, 177, 78, 0.3);
    color: #FFFFFF;
    color: #00B349;
}

.act-bcg {
    background: url('https://cdn.huodongxing.com/Content/v2.0/img/2022-hdx/greenBc.png') no-repeat 100% 100%;
    padding: 68px 0;
}

.SignInToCheck .swiper-button-prev::after,
.ActPromote .swiper-button-prev::after,
.SignInToCheck .swiper-button-next::after,
.ActPromote .swiper-button-next::after {
    display: none;
}

.SignInToCheck .swiper-button-prev,
.ActPromote .swiper-button-prev {
    background: url(https://cdn.huodongxing.com/Content/v2.0/img/2022-hdx/ico/%EF%BC%9C.png) no-repeat;
    background-size: cover;
    width: 45px;
    height: 45px;
}

.SignInToCheck .swiper-button-next,
.ActPromote .swiper-button-next {
    background: url(https://cdn.huodongxing.com/Content/v2.0/img/2022-hdx/ico/%EF%BC%9E.png) no-repeat;
    background-size: cover;
    width: 45px;
    height: 45px;
}

.leftBc {
    /* background: url(https://cdn.huodongxing.com/Content/v2.0/img/2022-hdx/mainBc.png) no-repeat; */
    background-position-x: 150px;
    background-position-y: 45px;
    background-size: 40%;
}

.rightBc {
    /* background: url(https://cdn.huodongxing.com/Content/v2.0/img/2022-hdx/mainBc2.png) no-repeat; */
    background-position-x: 550px;
    background-position-y: 45px;
    background-size: 40%;
}

.link-text {
    color: #50D166;
    cursor: pointer;
}

.swiper-pagination-bullet {
    background: none;
    border: 1px solid #1ABC51;
    opacity: inherit;
}

.swiper-pagination-bullet-active {
    background: #1ABC51;
    height: 10px;
    width: 10px;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.act-bcg-title {
    margin-left: 160px;
    font-size: 40px;
    /* font-weight: bold; */
    color: #fff;
    line-height: 1;
}

.act-bcg .online-contain {
    display: flex;
    justify-content: space-between;
}

.online .live-link {
    padding: 12px 17px;
    color: #0FD597;
    cursor: pointer;
    border-radius: 19px;
    line-height: 1.1;
    display: inline-block;

}

.online .live-link-border {
    border: 1px solid #0FD597;
}

.ico-right:after {
    content: "";
    background: url('https://cdn.huodongxing.com/Content/v2.0/img/2022-hdx/ico/jiantou-right.png');
    display: inline-block;
    height: 13px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
}

.online-botton-plain {
    background: inherit;
    border: 1px solid #0FD597;
    color: #0FD597;
}

.online-botton-nomal {
    padding: 10px 35px;
}

.online a:hover {
    color: #0FD597;
}

.online a.active:hover {
    color: #fff;
}

.nav-item .nav-link {
    /* margin: .5rem 1rem;
    padding: 0 0 0 0; */
    padding: 0.5rem 2rem;
}

.online .online-link-box {
    margin-top: 50px;
}

.online-main-three {
    margin-bottom: 130px;
}

.online-main-three:last-child {
    margin-bottom: 0;
}

.online-link {
    color: #00B449;
}

.online-link span {
    display: inline-block;
    line-height: 1;
}

.online-link img {
    vertical-align: sub;
}

.online-link:hover {
    color: #00B449;
}

.online-link .online-link-right {
    margin-left: 9px;
    height: 18px;
}

.online-banner-content {
    margin-top: 150px;

}

.online-banner-content-box {
    display: flex;
    justify-content: space-between;
}

.online-banner-content-right {
    flex: 0 0 565px;
    position: relative;
}

.video-ico {
    box-shadow: 0px 5px 130px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    border-radius: 50%;
}

.triangle {
    width: 0px;
    height: 0px;
    border-width: 18px;
    border-style: solid;
    border-color: #1BB14E transparent transparent transparent;
}

.online .new-act-title {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.online-banner-content-left {
    flex: 0 0 400px;
}


.online-banner .online-banner-text {
    font-size: 21px;
    margin: 36px 0 100px 0;
}

.online-h5-show {
    display: none;
}

.online-main-item {
    padding: 130px 0;
    color: #666;
}

.online-main-item h2 {
    font-size: 36px;
    margin: 0 0 10px 0;
}

.online-main-item .title {
    color: #333;
    text-align: center;
}

.online-main-item .title2 {
    margin: 0 0 40px 0;
}

.online-main-item .title3 {
    line-height: 1.6;
    color: #333;
    font-size: 30px;
}

.online-main:nth-child(even) {
    background: #F7F8FA;

}


.center {
    text-align: center;
}

.online .table {
    /* border: 1px solid #F0F0F0; */
    width: auto;

}

.online .table-item {
    height: 82px;
    border-bottom: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
}

.online .table-item:last-child {
    border-bottom: none;
}

.online .table-head {
    background: #F7F8FA;
}

.online .table-item-li {
    text-align: center;
    /* display: flex; */
}

.online .table-item-li .logo-item {
    width: 30%;
    display: inline-block;

}

.online .table-item-li .logo-item img {
    max-height: 41px;
}

.flex-box {
    display: flex;
    justify-content: space-between;
}

.flex-box-item {
    width: 230px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.flex-box-item-why {
    width: 310px;
    position: relative;
    text-align: center;
}

.flex-box-item-user {

    text-align: center;
}

.flex-box-item-user-box {
    background: #FFFFFF;
    border-radius: 8px;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.flex-box-item-user-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 11%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 11%);
}

.flex-box-item-user-box .flex-box-item-img {
    /* position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%); */
    width: 60px;
    /* border-radius: 50%; */
}

.flex-box-item:after {
    content: "";
    background: url('https://cdn.huodongxing.com/Content/v2.0/img/2022-hdx/ico/jiantou-right-big.png');
    display: inline-block;
    height: 30px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    position: absolute;
    right: -43px;
    top: 50%;
    transform: translateY(-50%);
}

img {
    vertical-align: middle;
}

.act-flex-item {
    width: 340px;
    height: 235px;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px 0px rgba(51, 51, 51, 0.1);
    border-radius: 4px;
    text-align: center;
}

.flex-box-item-title1 {
    background-image: url(https://cdn.huodongxing.com/Content/v2.0/img/2022-hdx/flex-box-item-title1.png);
}

.flex-box-item-title2 {
    background-image: url(https://cdn.huodongxing.com/Content/v2.0/img/2022-hdx/flex-box-item-title2.png);
}

.flex-box-item:last-child:after {
    display: none;
}

.flex-box .flex-box-item-title {
    color: #333;
    font-size: 18px;
    margin: 20px 0 10px 0;
    font-weight: bold;
}

.flex-box-item-title {
    font-weight: bold;

}

.online .act-flex-item .flex-box-item-title {
    height: 68px;
    line-height: 68px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    color: #fff;
    margin: 0 0 20px 0;
}

.flex-box-item-num {
    font-size: 48px;
    color: #03B349;
    font-weight: bold;
}

.flex-box-item-text {
    font-size: 14px;
    color: #666666;
    padding: 10px 30px 0;
    text-align: left;
}

.online-main-three {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.act-main .online-main-three {
    flex-direction: row-reverse;
}

.online-main-three-left {
    flex: 0 0 576px;
}

.img-center {
    display: flex;
    align-items: center;
}

.online-main-three-left img {
    max-width: 100%;
    max-height: 480px;
}

.online-main-three-right {
    flex: 0 0 406px;
}

.hdx-live-ys-text:before {
    content: "";
    background: url('https://cdn.huodongxing.com/Content/v2.0/img/2022-hdx/ico/check-true.png');
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.online .hdx-live-ys-text {
    padding-left: 35px;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.9;
    color: #868686;
    font-size: 14px;
}

.code-box {
    width: 196px;
    height: 237px;
    background: url(https://cdn.huodongxing.com/Content/v2.0/img/2022-hdx/hdxzaibg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 30px;
    text-align: center;
    z-index: 1;
}

.code-box-big-box {
    position: fixed;
    bottom: 233px;
    right: -195px;
    z-index: 2;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.codeactive {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    /* -webkit-animation-name: active;
    animation-name: active; */
}
.org-link{
    height: 140px;
    width: 140px;
    display: inline-block;
    margin-bottom: 48px;
    margin-right: 48px;
    transition: all 0.5s;
}
.org-link:hover{
    transform: scale(1.142);
    
}
.org-link:nth-child(6n) {
    margin-right: 0;
}
.code-img-sm {
    margin: 15px 0 10px;
    border-radius: 8px;
    /* border: 2px solid #1ABC51;
    padding: 16px; */
    height: 126px;
}

.code-title-sm {
    color: #0C682B;
    font-size: 14px;
}

.code-text-sm {

    color: #666666;
}

footer .footer-content-right .footer-content-right-item dd a {
    color: #fff
}

a:hover {
    text-decoration: auto;
}

.hdxzai {
    position: absolute;
    bottom: 47px;
    left: -60px;
    cursor: pointer;
    z-index: -1;
    height: 100px;
}

.code-box-botton {
    width: 160px;
    height: 35px;
    background: #1ABC51;
    box-shadow: 0px 5px 20px 0px rgba(41, 59, 44, 0.1);
    border-radius: 18px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    left: 16px;
    bottom: -42px;
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
}

.hdx-close-border {
    position: absolute;
    top: -35px;
    right: 5px;
    cursor: pointer;
}

.nav {
    justify-content: center;
    background: #F6F8F7;
    border-radius: 50px;
}

.nav-bcg {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-link {
    color: #333333;
}

.nav-link.active {
    color: #FFFFFF;
    /* border-bottom: 2px solid #00B449; */
    background: linear-gradient(228deg, #38DF89 0%, #1ABC51 100%);
    border-radius: 50px;
}

.tab-content-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 70px;
}

.tab-content-left {
    flex: 0 0 500px;
    padding-top: 40px;
}

.tab-content-left-item {
    margin-bottom: 40px;
}

.tab-content-left-item img {
    width: 17px;
    margin-right: 8px;
    display: none;
}

.tab-content-left-item span {
    color: #333;
    font-size: 24px;
    line-height: 1;
}

.tab-content-left-item p {
    color: #666;
    /* margin-left: 24px; */
}

.tab-content-right {
    flex: 0 0 560px;
    text-align: center;
}

.tab-content-left-item-box {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.carousel {
    background: #D8D8D8;
    height: 100%;
}

.carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 1px solid #00B449;
    border-radius: 50%;
    background: inherit;
    box-sizing: border-box;
    margin-left: 5px;
    margin-right: 5px;
}

.carousel .carousel-indicators .active {
    background-color: #00B449
}

.online-footer .title {
    color: #333;
    margin-top: 16px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.online-footer .footer-title p {
    font-size: 20px;
    color: #666666;
}

.online-footer .online-main-item {
    color: #333;
    justify-content: space-between;
    font-size: 20px;
}

.online-footer .required-highlight {
    color: #F23030;
}

.online-footer .form-control {
    width: 100%;
    border: 1px solid #CCCCCC;
}

.online-footer .btn {
    display: block;
    width: 240px;
    height: 40px;
    padding: 0;
    border-width: 0;
    border-radius: 20px;
    margin: 0 auto;
    background: #03B349;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.online-footer-form.form-box {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    height: 622px;
    padding: 30px;
    box-shadow: 0px 2px 8px 0px rgba(51,51,51,0.1);
    border-radius: 16px;
    background: #FFFFFF;
}

.online-footer-form .btn-warning {
    width: 200px;
}

.checkbox-list {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-list label {
    width: 25%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.checkbox-list label input {
    margin-top: 0;
    margin-right: 10px;
}

.not-arrow {
    position: relative;
    padding: 5px 10px;
    border: 1px solid #dcd8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*去掉下拉箭头*/
    /*在选择框的最右侧中间显示小箭头图片*/
    /* background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent; */

}

.corner {
    position: absolute;
    top: 41px;
    right: 12px;
    width: 0px;
    /*  宽高设置为0，很重要，否则达不到效果 */
    height: 0px;
    border: 7px solid #999999;
    border-bottom-color: transparent;
    /* 设置透明背景色 */
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 1;
}

input[type="text"] {
    color: #333333;
    background: #FFFFFF;
}

.form-group {
    width: 50%;
}

.form-group:nth-child(odd) {
    padding-right: 20px;
}

.form-group:nth-child(even) {
    padding-left: 20px;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
}

.form-group-lable {
    text-align: right;
}

.active {
    color: #00B449;
}

.online .flex-box-item-title {
    margin-top: 6px;
}

#pop_msg_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
}

#pop_message_icon {
    margin-right: 0px;
}

#pop_message_dlg button.close {
    display: none;
}

#pop_message_dlg {
    background: rgba(0, 0, 0, 0.4);
    margin-top: 0px !important;
    border: none;
    box-shadow: none;
}

#pop_message_dlg .modal-dialog {
    top: 48%;
    left: 50%;
    width: 200px !important;
    position: absolute;
    padding-top: 0px;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.8;
}

#pop_message_dlg .modal-content {
    box-shadow: none;
    background: #000;
    border-radius: 0px;
}

#pop_message_dlg .modal-header {
    padding: 15px;
    padding-top: 26px;
    padding-bottom: 22px;
    border-bottom: none;
}

#pop_message_content {
    color: #fff;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.4;
}

#pop_message_dlg #pop_message_content {
    color: #333;
}

.modal-content {
    border-radius: 0px;
}

.modal-header {
    border-bottom: none;
    min-height: 16.43px;
    padding: 15px 15px 10px;
    background: initial;
}

.modal-header .close {
    font-size: 28px;
    font-weight: 400;
    margin-top: -6px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

button.close {
    padding: 0;
    cursor: pointer;
    border: 0;
    background: 0 0;
    line-height: 1;
    float: right;
    opacity: .2;
    color: #000;
}

button.close:focus,
button.close:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: .5;
    color: #000;
}

.modal-title {
    font-size: 16px;
    font-weight: bold;
    color: #3B445B;
}

.btn-primary {
    color: #fff;
    border-color: #4ac952;
    background-color: #4ac952;
    padding: 9px 10px;
    width: 126px;
    border-radius: 2px;
    text-align: center;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    border-color: #6fd576;
    background-color: #6fd576;
}

.modal-dialog .modal-content .btn-create-default {
    color: #606266;
    background-color: #ffffff;
    border: solid 1px #dcdfe6;
    margin-right: 0px;
    margin-left: 60px;
    outline: none;
    padding: 9px 10px;
    width: 126px;
    border-radius: 2px;
}

.modal-dialog .modal-content .btn-create-default:hover {
    background-color: #ffebeb;
    border: solid 1px #ff6a6a;
    color: #ff4e4e;
}

.modal-footer {
    text-align: center;
    border-top: none;
    padding-bottom: 30px;
}

#clear-import_modal {
    border-radius: 0px;
}

.flex-box-item .flex-box-item-img {
    height: 46px;
}

.flex-box-item .flex-box-item-text {
    font-size: 12px;
}

.act-title {
    font-size: 20px;
    color: #1BB14E;
    margin-bottom: 20px;
    display: inline-block;
}

.ico-box {
    margin-top: 30px;


}

.ico-box .ico-box-item {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    /* font-size: 18px; */
    margin-bottom: 30px;
}

.ico-box .ico-img-box {
    width: 48px;
    height: 48px;
    background: rgba(26, 188, 81, 0.1);
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;
    line-height: 45px;
    display: inherit;
}

.ico-img-box img {
    height: 100%;
    vertical-align: middle;
}

ul {
    margin-bottom: 0;
}

footer .footer-content-bottom {
    border-top: 1px solid #3B445B;
}

a {
    color: inherit;
}

.text-border {
    position: relative;
}

.text-border:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 32px;
    background: rgba(27, 133, 63, 0.5);
    left: 0;
    bottom: 0;
}

.tab-item {
    width: 399px;
    height: 118px;
    border-radius: 8px;
    padding: 20px 16px;
    box-sizing: border-box;
    cursor: pointer;
}

.tab-item.active {
    background: #F5F5F5;
}

.tab-title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}

.tab-text {
    color: #999999;
    font-size: 14px;
    line-height: 1.5;
}

.khalck {
    margin-right: 58px;
    line-height: 472px;
}

.khalck img {
    display: none;
    width: 100%;
    vertical-align: middle;
}

.khalck img.active {
    display: inline-block;
}

.swiper2 .design {
    padding: 38px 111px;
    height: 500px;
}

.design-text {
    margin-left: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.online-main-item .design-text .title3 {
    font-size: 20px;
}

.online-banner .prism-player .prism-big-play-btn {
    z-index: 1;
}
@media screen and (max-width: 1920px) {
    .new-management-banner .management-banner-content-box .management-banner-title{
        font-size: 60px;
        font-weight: bold;
    }
        
    .management-banner-content-box .management-banner-text{
        font-size: 18px;
        margin: 15px 0 38px;
    }
    .new-management-banner .act-botton {
        width: 156px;
        height: 40px;
        line-height: 40px;
        border-radius: 8px;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        background: #0FD597;
    }
    .management-banner-img {
        margin-top: 45px;
        height: 400px;
    }
    .management-banner-img-box{
        padding-top: 105px;
    }
}
@media screen and (max-width: 600px) {
    .org-link{
        height: 57px; 
        width: 57px;    
        margin-bottom: 15px;
        margin-right: 15px;
    }
    .org-logo{
        width: 100%;
        height: 100%;
    }
    .org-link:nth-child(6n) {
        margin-right: 15px;
    }
    .org-link:nth-child(5n) {
        margin-right: 0;
    }
    .online-footer {
        /* background: rgba(16, 241, 187, .1); */
        background-size: cover;
        background-repeat: no-repeat;
    }
    .online-footer label {
        font-weight: normal;
    }
    .online-footer .form-control {
        font-size: 12px;
    }

    .online-footer .online-main-item {
        font-size: 14px;
        box-shadow: 0px 4px 12px 0px rgba(51,51,51,0.1);
        border-radius: 16px;
    }

    .online-footer .footer-title p {
        font-size: 12px;
    }

    .checkbox-list label {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .online .table-bottom-text {
        width: 100%;
        margin-top: 20px;
    }

    .online-main:nth-child(even) {
        background: inherit;
    }

    .online .online-main.bg {
        background: #F5F5F5;
    }

    .form-group {
        width: 100%;
    }

    .form-group:nth-child(odd) {
        padding-right: 0;
    }

    .online-h5-botton {
        width: 60px;
        height: 60px;
        box-shadow: 0px 0px 6px 0px rgba(37, 198, 88, 0.4);
        border-radius: 50%;
        font-size: 17px;
        box-sizing: border-box;
        padding: 10px 13px;
    }

    .isabsolute {
        position: absolute;
        right: 20px;
        bottom: 60px;
    }

    .online-main:nth-child(odd) {
        background: #fff;
    }

    .online {
        font-size: 12px;
    }

    .online .form-control {
        font-size: 12px;
        padding: 4px 7px;
        box-sizing: border-box;
    }

    .online .form-control:focus {
        box-shadow: 0 0 0 2px rgba(0,123,255,.25)
    }

    .online-h5-show {
        display: block;
    }

    .online-banner {
        height: 79.4rem;
        overflow: hidden;
        position: relative;
    }

    .online-footer {
        height: auto;
    }

    .online-contain {
        max-width: 90%;
        min-width: 90%;
        font-size: 12px;
    }

    .online-banner-title {
        font-size: 30px;
    }
    .management-banner-content{
        color: #fff;
    }
    .management-banner-content-center{
        text-align: center;
    }
    .management-banner-title{
        font-size: 4rem;
        font-weight: bold;
    }
    .management-banner-content .management-banner-text{
        font-size: 1.4rem;
        margin: 2rem 0 4rem;
    }
    .management-banner-content.white-bc .management-banner-title{
        color: #333333;
    }
    .management-banner-content.white-bc .management-banner-text{
        color: #666666;
    }
    .act-botton {
        position: relative;
        display: inline-block;
        color: #fff;
        font-size: 1.6rem;
        width: 22rem;
        height: 4.8rem;
        border-radius: 0.8rem;
        line-height: 4.8rem;
        text-align: center;
        background: #0FD597;
    }
    .act-botton.orange{
        background: #DB5D2B;
    }
    .act-botton.blue{
        background: #1671FF;
    }
  
    .online-banner .online-banner-text {
        font-size: 16px;
        /* text-align: center; */
        margin: 10px 0 20px 0;
    }

    .online-header-left {
        height: 22px;

    }

    .online-banner-content {
        margin-top: 50px;
    }

    .online-banner-content-box {
        flex-direction: column;
    }

    .online-header-menu {
        height: 18px;

    }

    .online-header-menu-ico {
        height: 100%;
    }

    .online-botton-box .online-botton {
        margin-right: 0;
    }

    .online-botton-box {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }

    .online-banner-content-left {
        flex: 0 0 140px;
    }

    .online-banner-content-right {
        flex: 0 0 182px;
    }

    .online-main-item h2 {
        font-size: 18px;
        margin: 10px 0;
    }

    .online-main-item .title2 {
        margin: 0 0 20px 0;
        text-align: left;
    }

    .online-main-item {
        padding: 30px 0;
    }

    .pricing .table-item {
        flex-wrap: wrap;
    }

    .online .table-item {
        height: auto;
        min-height: 50px;
    }

    .pricing .table-item {
        border-bottom: none
    }

    .pricing .table-item .table-item-li-title {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px 15px;
        background: #FAFBFE;
    }

    .pricing .table-item .table-item-li-title .describe {
        display: inline-block;
        color: rgba(108, 118, 147, 0.5);
        margin-left: 5px;
    }

    .online .table-item-li .logo-item {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .online .table {
        /* border: 1px solid #F0F0F0; */
        margin: 0 -5.5% 0 -5.5%;
        width: auto;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .online-menu-box {
        width: 262px;
        height: 100vh;
        background: #fff;
        position: fixed;
        /* position: absolute; */
        top: 0;
        right: -262px;
        z-index: 1;
        /* transform: translateX(262px);    */
        /* margin-right: -262px; */
        transition: all 1s;
        -webkit-transition: all 1s;
    }

    .online-menu-box-bg {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        display: none;
        background: rgba(0, 0, 0, 0.5);
        /* margin-right: -100vw;     
        
        transition: all 1s;
        -webkit-transition: all 1s; */
    }

    .online-menu-box-bg.active {
        display: block;
        /* margin-right: 0;  */
        /* transition: all 1s;
        -webkit-transition: all 1s;  */
    }

    .online-menu-box.active {
        right: 0;
        /* transform: translateX(-262px);    */
        /* margin-right:0; */
        transition: all 1s;
        -webkit-transition: all 1s;
    }

    .flex-box {
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    .online-main-three {
        flex-direction: column;
    }

    .flex-box-item {
        width: 48%;
        position: relative;
        /* height: 123px; */
        margin-bottom: 11px;
        text-align: center;
        padding: 15px;
    }

    .flex-box-item .flex-box-item-img {
        /* width: 100%; */
        width: 24px;
        height: 24px;
    }

    .flex-box-item:after {
        height: 15px;
        width: 20px;
        z-index: 1;
    }

    .first.flex-box-item:after {
        right: -15px;
    }

    .second.flex-box-item:after {
        right: 50%;
        top: inherit;
        bottom: -11px;
        transform: translateX(50%) rotate(90deg);
    }

    .three.flex-box-item:after {
        right: -7px;
        transform: translateX(50%) rotate(180deg);
    }

    .flex-box .flex-box-item-title {
        margin: 10px 0 5px 0;
        ;
    }

    .flex-box-item .flex-box-item-title {
        text-align: center;
        /* position: absolute;
        top: 50%;
        transform: translateY(-50%); */
        width: 100%;
        /* margin: 0; */

    }

    .online .flex-box-item-title {
        margin-top: 6px;
    }

    .flex-box-item .flex-box-item-text {
        /* padding: 13px 25px; */
        /* background: rgba(77, 77, 77, 0.7);
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff; */
        line-height: 1.4;
    }

    .row .col {
        padding-right: 4px;
        padding-left: 4px;
    }

    .flex-box-item-user-box {
        /* background: #F5F5F5; */
        border-radius: 6px;
        padding: 8px 7px 10px;
        height: 70px;
        box-sizing: border-box;
    }

    .flex-box-item-user-box .flex-box-item-img {
        width: 30px;
        height: 30px;
        top: -15px;
    }

    .online-main-item .title3 {
        line-height: 1.6;
        font-size: 15px;
        text-align: center;
    }

    .online-main-three {
        margin-bottom: 20px;
        background: #F5F5F5;
        border-radius: 6px;
        padding: 20px 15px;
    }

    .online-main-three-right,
    .online-main-three-left,
    .tab-content-left,
    .tab-content-right {
        flex: 0;
    }

    .online-main-three-left img {
        min-height: 194px;
        margin-bottom: 15px;
        width: 100%;
    }

    .tab-content-right img {
        /* min-height: 194px; */
        /* margin-bottom: 15px; */
        width: 100%;
        /* display: none; */
    }

    .nav-h5 .tab-content-left-item-box img {
        display: none;
    }

    .tab-content-left-item {
        margin-bottom: 15px;
    }

    .tab-content-left-item span {
        font-size: 14px;
    }

    .nav-h5 .tab-content-left-item span {
        /* margin-left: 24px; */
    }

    .online .online-link-box {
        margin-top: 25px;
    }

    .online-link .online-link-right {
        height: 14px;
        margin-left: 6px;
    }

    .nav-h5-item .tab-content-box {
        flex-direction: column-reverse;
    }

    .tab-content-box {
        flex-direction: column-reverse;
        padding: 0 14px;
        margin-top: 0;
    }

    .tab-content-box .tab-content-right {
        /* margin-bottom: 15px; */
        margin-top: 25px;
    }

    .tab-content-left {
        padding-top: 25px;
    }

    .nav-h5-item-none .tab-content-left {
        padding-top: 25px;
        flex: 0 0 270px;
    }

    .nav-h5-item-none .tab-content-right {
        flex: 0 0 150px;
        line-height: 150px;
        height: 150px;
    }

    .flex-box-item-why {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .flex-box-item-why img {
        width: 30px;
        margin-right: 12px;
    }

    .flex-box-item-why p {
        text-align: left;
    }

    .online-menu-close {
        margin-top: 25px;
        height: 18px;
        text-align: right;
        padding-right: 20px;
    }

    .online-menu-close-ico {
        height: 100%;
    }

    .online-menu-item {
        color: #333333;
        min-height: 45px;
        line-height: 45px;
        /* text-align: center; */
        border-bottom: 1px solid #e6e3e8;
        font-size: 16px;
        padding: 0 0 0 15px;
    }

    .online-menu-item:last-child {
        border-bottom: none;
    }

    .nav-links {
        height: 34px;
        line-height: 34px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: #1ABC51;
        background: rgba(26, 188, 81, 0.1);
        border-radius: 9px 8px 0px 0px;
        padding: 0 14px;
    }

    .nav-links .nav-link-ico {
        width: 54px;
        height: 54px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-links .nav-link-ico img {
        max-width: 100%;
        max-height: 100%;
    }

    .nav-links .ico-bottom {
        width: 18px;
    }

    .nav-links .nav-link-title {
        flex: 1;
    }

  

    .nav-h5-item-none {
        /* height: 470px; */
        overflow: hidden;
        transition: all 1s;
        -webkit-transition: all 1s;
        /* border-bottom: 1px solid #F0F0F0; */
        background: #F5F5F5;
        border-radius: 14px;
        padding: 0 0 14px 0;
        margin-bottom: 20px;
    }

    .nav-h5-item-none .online-contain {
        max-width: 100%;
        min-width: 100%;
    }

    .nav-h5-item {
        max-height: 74px;
        overflow: hidden;
        transition: all 1s;
        -webkit-transition: all 1s;
        /* border-bottom: 1px solid #F0F0F0; */
        background: #F5F5F5;
        border-radius: 14px;
        padding: 0 0 14px 0;
        margin-bottom: 20px;
    }

    .nav-h5-item:last-child {
        margin-bottom: 0;
    }

    .nav-h5-item:first-child {
        /* border-top: 1px solid #F0F0F0; */
    }

    .nav-h5-item.active {
        max-height: 600px;
        transition: all 1s;
        -webkit-transition: all 1s;
        /* background: #F7F8FA; */
    }

    .nav-h5-item.active .ico-bottom {
        transform: rotate(180deg);
    }

    .form-group.row {
        flex-direction: column;
        margin: 0;
    }

    .online-footer-form {
        width: 100%;
        padding: 20px 0;
        background: inherit;
    }

    .form-group .form-group-lable {
        text-align: left;
        width: 100%;
        max-width: 100%
    }

    .online-h5-none {
        display: none;
    }

    .online-footer .online-main-item {
        padding: 14px 20px;
        margin-bottom: 30px;
    }
   
}






html,
body {
    overflow: inherit;
}

/* .icon-success {
    width: 24px;
    height: 24px;
    background-image: url("@Url.ResContent("~/Content/v2.0/img/create-event/toast_ok_s--white.png")");
    background-position: 50%;
    background-size: cover;
}

.icon-danger {
    width: 24px;
    height: 24px;
    background-image: url("@Url.ResContent("~/Content/v2.0/img/create-event/toast_no_s.png")");
    background-position:50%;
    background-size:cover;
}

.icon-warning {
    width: 24px;
    height: 24px;
    background-image: url("@Url.ResContent("~/Content/v2.0/img/create-event/toast_i.png")");
    background-position: 50%;
    background-size:cover;
} */


.online {
    position: relative;
}

.online-botton {
    background-color: #fff;
    color: #50D166;
    border: 2px solid;
}

.online-botton:hover {
    background-color: #50D166;
    color: #fff;
    border-color: #50d166;
}

.online-header {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 50px;
    top: 0;
    padding: 0 30px;
    z-index: 11;
    box-shadow: 0px 2px 6px 2px rgba(233, 235, 236, 0.5);
}

.online-banner-content {
    padding-top: 150px;
    margin-top: 50px;
}

.online-header-text {
    color: #8998AC;
    cursor: pointer;
}

.new-header-text {
    color: #50D166;
}

.pricing .online-contain {
    max-width: 1440px;
    min-width: 1360px;
    min-height: 500px;

}

.pricing {
    margin-top: 66px;
}

.pricing-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-pricing {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.pricing-head-left {
    width: 440px;
    height: 394px;
    background: linear-gradient(316deg, #F9FBFF 0%, #FAFCFF 100%);
    border-radius: 18px;
    border: 1px solid #E1E8F3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-head-mid {
    width: 440px;
    height: 394px;
    background: #F4FFF8;
    border-radius: 18px;
    border: 1px solid #B1F3CA;
}

.pricing-head-right {
    width: 440px;
    height: 394px;
    background: #FFFCF4;
    border-radius: 18px;
    border: 1px solid #F3DFB1;
}

.pricing-head-title-left {
    width: 100%;
    height: 106px;
    background: linear-gradient(225deg, #94A6CB 0%, #D3DFEF 100%);
    border-radius: 18px 18px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.pricing-head-left-main {
    display: flex;
    align-items: center;
    height: 288px;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 30px 40px;
}

.pricing-head-title-main {
    width: 100%;
    height: 106px;
    background: linear-gradient(29deg, #B1F3CE 0%, #6CD77E 100%);
    border-radius: 18px 18px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.pricing-head-title-right {
    width: 100%;
    height: 106px;
    background: linear-gradient(29deg, #F3DFB1 0%, #CBA05E 100%);
    border-radius: 18px 18px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.pricing-head-text-left {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5D6875;
}

.pricing-head-text-mid {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #16713B;
}

.pricing-head-text-right {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #714E16;
}

.pricing-bold {
    font-size: 40px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #333333;
    white-space: 1;
}

.main-color {
    width: 289px;
    height: 44px;
    border-radius: 22px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}

.pricing-head-botton-left {
    background: linear-gradient(225deg, #94A6CB 0%, #D3DFEF 100%);
}

.pricing-head-botton-mid {
    background: linear-gradient(52deg, #B1F3CE 0%, #63D577 100%, #68D67B 100%);
}

.pricing-head-botton-right {
    background: linear-gradient(90deg, #F3DFB1 0%, #CBA05E 100%);
}

.pricing .online .table-item {
    height: 50px;
}

.pricing .online .table-head {
    background: #fff;
}

.pricing .table-item-li {
    color: #666666;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
}

.pricing .table-head-li {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

.pricing .item-free {
    color: #50D166;

}

.pricing .item-project {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #50D166;

}

.pricing .item-pro {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #50D166;
}

.ricing-head-all:hover {
    animation: hoverBefor 0.5s;
    animation-fill-mode: forwards;
}

@keyframes hoverBefor {
    0% {
        width: 453px;
        height: 406px;
    }

    100% {
        width: 480px;
        height: 430px;
        box-shadow: 1px 6px 30px 0px rgba(59, 68, 91, 0.3);
    }
}

.remove_header {
    display: none;
}

.add_header {
    top: 50px;
    position: fixed;
    display: block;
    width: 100%;
}

.anaphase-content {
    background-image: url("https://cdn.huodongxing.com/Content/img/add_cover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anaphase {
    height: 120px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1440px;
}

.fix_top_anaphase {
    width: 180px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100px;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.fix_top_left {
    opacity: 0.5;
    border: 2px solid #6C7693;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #6C7693;
    letter-spacing: 1px;

}

.fix_top_left:hover {
    background: linear-gradient(225deg, #94A6CB 0%, #D3DFEF 100%);
    color: #fff;
    opacity: 1;
    border: 0;
}

.fix_top_mid:hover {
    background: linear-gradient(52deg, #B1F3CE 0%, #63D577 100%, #68D67B 100%);
    border: 0;
    color: #fff;
}

.fix_top_right:hover {
    background: linear-gradient(90deg, #F3DFB1 0%, #CBA05E 100%);
    border: 0;
    color: #fff;

}

.fix_top_mid {
    border: 1px solid #50D166;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #50D166;
    letter-spacing: 1px;
}

.fix_top_right {
    border: 1px solid #D1A750;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #D1A750;
    letter-spacing: 1px;
}

.flex_two {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.huodongxing {
    font-size: 16px !important;
}

.modal-box {
    font-family: 'Roboto', sans-serif;
}

.modal-box .show-modal {
    color: #fff;
    background-color: #555;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    box-shadow: -5px 5px 1px rgba(0, 0, 0, 0.2);
    display: block;
}

.modal-box .show-modal:hover {
    color: #fff;
    text-decoration: none;
    border: none;
    outline: none;
}

.modal-backdrop.in {
    opacity: 0;
}

.modal-box .modal {
    top: 70px !important;
}

.modal-box .modal-dialog {
    width: 540px;
    margin: 30px auto 10px;
    max-width: 600px;
    min-height: 500px;
}

.pricing .modal-box .modal-dialog {
    width: 600px;
}

.modal-box .modal-dialog .modal-content {
    text-align: center;
    border-radius: 15px;
    box-shadow: -12px 12px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.modal-box .modal-dialog .modal-content:after {
    background: #FFB300;
    width: 25px;
    height: 25px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    bottom: 100px;
    top: auto;
}

.modal-box .modal-dialog .modal-content .close {
    color: #4D4D4D;
    background-color: #fff;
    font-size: 32px;
    line-height: 30px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    background-image: url("https://cdn.huodongxing.com/Content/img/online-close.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: auto;
    right: 26px;
    top: 26px;
    z-index: 1;
    transition: all 0.3s;
}

.modal-box .modal-dialog .modal-content .modal-body {
    padding: 30px 40px 30px !important;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.modal-box .model-title-name {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #3B445B;
    line-height: 1;
}

.modal-box .model-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.modal-box .model-main-select {
    display: flex;
    align-items: center;

}

.modal-box .model-main-select-year {
    margin-right: 20px;
}

.modal-box .model-main-select-years {
    background-image: url("https://cdn.huodongxing.com/Content/img/warp_div.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 0 !important;
}

.modal-box .model-main-select-mouth {}

.modal-box .model-main-select-mouths {
    background-image: url("https://cdn.huodongxing.com/Content/img/warp_div.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 0 !important;
}

.modal-box .son-pointer {
    position: absolute;
    top: -10px;
    left: 0;
    width: 66px;
    height: 24px;
    font-size: 14px;
    text-align: center;
    background: #F23030;
    border-radius: 0px 8px 0px 8px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.modal-box .model-main-select-all {
    width: 157px;
    height: 162px;
    border-radius: 6px;
    border: 1px solid rgba(59, 68, 91, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px 0;
    position: relative;
}

.modal-box .son-mouth {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #3B445B;
}

.modal-box .son-money {
    font-size: 32px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #FF881B;
}

.modal-box .son-average {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6C7693;
}

.modal-box .son-all {
    width: 98px;
    height: 26px;
    background: #FFE8C0;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #B77F22;
}

.modal-box .son-text {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F23030;
}

.modal-box .son-main {
    width: 100%;
    background: #F9FAFC;
    border-radius: 6px;
    border: 1px solid #F0F3F7;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #6C7693;
    font-size: 12px;
}

.modal-box .son-title {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3B445B;
    margin-top: 15px;
    margin-bottom: 10px;
}

.modal-box .son-delete {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(59, 68, 91, 0.25);
    text-decoration: line-through;
}

.modal-box .son-select {
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #3B445B;
}

.modal-box .modal-dialog .modal-content .modal-body .subscribe {
    color: #fff;
    background: #3E3E40;
    font-size: 18px;
    padding: 8px 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto;
    border: 3px solid #262628;
    box-shadow: -5px 5px 1px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    display: block;
    transition: all 0.3s;
}

.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover {
    color: #3B393F;
    background: #FFC700;
    border: 3px solid #FFB300;
}

.modal-box .son-main-select {
    display: inline-block;
}

.modal-box .model-mid-content {
    margin-top: 25px;
}

.modal-box input[type=radio]:checked {
    -webkit-appearance: none;
    border-radius: 50%;
    border: 2px solid #62b651;
}

.modal-box input[type=radio] {
    top: 3px;
    width: 18px;
    height: 18px;
    position: relative;
    margin-left: 10px;
    border-width: 2px;
}

.modal-box input[type=radio]:checked:before {
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-left: 2px;
    content: '';
    border-radius: 50%;
    background: #62b651;
}

.modal-box .son-copy {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 60px;
    height: 24px;
    border-radius: 21px;
    border: 1px solid #EABB6A;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #EABB6A;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    cursor: pointer;
}

.modal-box .son-aglin {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-box .son-aglin-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 228px;
    height: 36px;
    background: linear-gradient(90deg, #F6DFA3 0%, #EABB6A 100%);
    border-radius: 21px;
    cursor: pointer;
    color: #fff;
    margin-top: 30px;
}

.modal-box .son-public {
    width: 100%;
    height: 123px;
    background: #F9FAFC;
    border-radius: 6px;
    border: 1px solid #F0F3F7;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #3B445B;
    padding: 10px 20px;
    font-size: 12px;
    position: relative;
}

.modal-box .son-public-v {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.modal-box .name-font {
    display: flex;
    width: 100%;
}

.modal-box .name-font-title {

    display: inline-block;
    white-space: nowrap;
}

.modal-box .name-font-text {
    font-weight: 400;
    color: #A4A9B6;
    transform: scale(0.8);
    white-space: nowrap;
    margin-left: -40px;
}

.modal-box .after-content {
    width: 100%;
    height: 158px;
    background: #F9FAFC;
    border-radius: 6px;
    border: 1px solid #F0F3F7;
    display: flex;
    align-items: flex-start;
    padding: 30px;
    margin-top: 20px;
}

.modal-box .after-qrcode {
    width: 98px;
    height: 98px;
}

.modal-box .after-pulice {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.modal-box .after-money {
    font-size: 36px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #FF881B;
}

.modal-box .after-payment {
    color: #1671FF;
}

.modal-box .after-select {
    margin-top: 10px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #3B445B;
}

.modal-box .after-hint {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3B445B;
    margin-top: 10px;
}

.modal-box .after-title {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #3B445B;
}

.modal-box .after-btn {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}

.modal-box .after-son {
    width: 207px;
    height: 36px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}

.modal-box .after-black {
    border: 2px solid #EABB6A;
    color: #EABB6A;
}

.modal-box .after-true {
    color: #FFFFFF;
    background: linear-gradient(90deg, #F6DFA3 0%, #EABB6A 100%);
}

.modal-box .model-main-after {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.new-radio-box .el-radio {
    color: #606266;
    font-weight: 500;
    line-height: 1;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    outline: none;
    font-size: 14px;
    margin-left: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.new-radio-box .el-radio__original:checked+.el-radio__inner {
    border-color: #03B349;
    /* background: #03B349; */
}

.new-radio-box .el-radio__inner {
    border: 1px solid #dcdfe6;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}

.new-radio-box .el-radio__original:checked+.el-radio__inner:after {
    transform: translate(-50%, -50%) scale(1);
    background-color: #03B349;
}

.new-radio-box .el-radio__inner:after {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .15s ease-in;
}

.new-radio-box .el-radio__input {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}

.new-radio-box input[type=radio].el-radio__original {
    opacity: 0;
    outline: none;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

@media only screen and (max-width: 576px) {
    .table {}

    .modal-box .model-main-select {
        overflow-y: hidden;
    }

    .modal-dialog {
        width: 96% !important;
    }

    .pricing .online-contain {
        min-width: 100%;
        height: auto;
    }

    .pricing {
        font-size: 14px;
    }

    .pricing .table {
        margin: 0
    }

    .pricing .table-item .table-item-li {
        font-size: 12px;
        padding: 8px 15px;
    }

    .pricing .table-item .table-item-li:first-child {
        font-size: 14px;
    }

    .pricing .table-head {
        background: #EFF2F7;
    }

    .pricing .title .table-item-li {
        font-size: 14px;
    }

    .pricing .black {
        color: #333333;
    }

    .pricing .bold {
        font-weight: bold;
    }

    .pricing .table-item-li {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        line-height: 1.4;
        color: #6C7693;
    }

    .pricing .green {
        color: #50D166;
    }

    .successNew {
        width: 20px;
        height: 20px;
        background: url('https://cdn.huodongxing.com/cc-img/ico/online/successNew.png');
        display: inline-block;
        background-size: cover;
    }

    .errorNew {
        width: 20px;
        height: 20px;
        background: url('https://cdn.huodongxing.com/cc-img/ico/online/errorNew.png');
        display: inline-block;
        background-size: cover;
    }

    .pricing .footer-botton-box .footer-botton {
        width: 150px;
    }

    .mianfei {
        background: linear-gradient(227deg, #959AE2 0%, #8BC5EC 100%);
        color: #284170;
    }

    .pro {
        background: linear-gradient(227deg, #D3FC7F 0%, #87FFBC 100%);
        color: #167142;
    }

    .xiangmu {
        background: linear-gradient(227deg, #FCAA7F 0%, #FFD487 100%);
        color: #714E16;
    }

    .pricing .numprice {
        font-size: 24px;
        line-height: 1.5;
    }

    .pricing .footer-botton-box {
        display: none;
    }

    .pricing .activeIndex {
        display: flex;
    }

    .pricing .footer-botton-box .footer-botton {
        padding: 9px 25px;
    }

    .online-header {
        padding: 0 15px;
    }

    .online-header-text {
        padding: 0 10px;
        margin: 0;
        border-right: 1px solid #CCCCCC;
    }

    .online-header-text:last-child {
        border: none;
    }

    .modal-box .modal-dialog .modal-content .modal-body {
        padding: 30px 14px 30px !important;

    }

    .modal-box .model-main-select-year {
        margin: 0;
    }

    .modal-box .model-main-select {
        width: 100%;
        justify-content: space-between;
        padding: 15px 0 0;
    }

    .modal-box .name-font-text {
        white-space: inherit;
        text-align: left;
        font-size: 10px;
        margin-left: 5px;
        transform: inherit;
    }

    .modal-box .son-main {
        padding: 10px 10px 20px 10px;
    }

    .modal-box .son-public {
        height: auto;
        padding: 10px 10px 20px 10px;

    }

    .online-banner-content {
        padding-top: 0
    }

    .pricing {
        margin-top: 40px;
    }

    .modal-box .after-content {
        padding: 20px;
    }

    .modal-box .after-son {
        width: 150px;
    }

    .modal-box .modal {
        top: 0 !important;
    }

    .modal-box .modal-dialog {
        margin: 0 auto;
        display: flex;
        align-items: center;
        min-height: 100vh;
        padding-top: 0;
    }

    .online-banner {
        padding-top: 50px;
    }

    .online-banner-content {
        padding-top: 60px;
    }

    .online-banner-content-left {
        flex: 0 0 140px;
        text-align: left;
    }

    .online .act-title {
        font-size: 16px;
        color: #333333;
        text-align: center;
        width: 100%;
        margin: 20px 0 15px;
    }

    .online .hdx-live-ys-text {
        padding-left: 25px;
        font-size: 12px;
    }

    .hdx-live-ys-text:before {
        height: 25px;
        width: 25px;
    }

    .online-banner-content-right .prism-player video {
        border-radius: 20px;
        border: 10px solid rgba(0, 0, 0, 0.08);
        box-sizing: content-box;
    }

    .ico-box .ico-img-box {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
    }

    .ico-box {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .flex-box img {
        width: 100%;
    }

    .modal-box .model-main-select-all {
        width: 49%;
        flex: 0 0 44%;
        margin-right: 5px;
    }

    .online .online-main-three {
        padding-bottom: 0;
    }

    .img-center {
        text-align: center;
        justify-content: center;
    }

    .img-center img {
        height: 287px;
        width: auto;
    }

    .form-group:nth-child(even) {
        padding-left: 0
    }

    .online-footer .title {
        text-align: center;
        font-size: 18px;
    }

    .scc-card {
        height: 331px;
    }

    .scc-card-body {
        top: 110px;
    }

    .card-logo {
        height: 90px;
    }

    .fixed .card-logo {
        height: 100%;
    }

    .fixed .scc-card-title {
        font-size: 18px;

    }

    .fixed .title-color {
        color: #fff;
    }

    .fixed .num-font {
        font-size: 24px;
    }

    .fixed .scc-card-footer {
        line-height: 33px;
        height: 33px;
        font-size: 12px;
    }

    .scc-card-title,
    .title-text {
        color: #fff;
    }

    .scc-card-footer {
        width: calc(100% - 60px);
    }
}

