@charset "utf-8";

/*  */

.study-card {
    background-color: #fff;
}

.study-card-top {
    height: 240px;
    background: url(../images/study-card/top-bg.png) no-repeat center #7211FF;
}

.study-card-top-block {
    height: 240px;
    padding: 0 42px;
    align-items: flex-start;
}

.study-card-top-title {
    color: #fff;
    font-size: 29px;
}

.study-card-top-text {
    font-size: 44px;
    font-weight: bold;
    color: #FFFDC2;
    background-image: linear-gradient(to bottom, #FFFDC2, #FFE870);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 62px;
    margin-top: 5px;
}

.study-card-top-btn {
    margin-top: 10px;
}

.study-card-top-button {
    display: inline-block;
    width: 186px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background-color: #FE6B2F;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 6px 0 #4907FF;
    transform: none;
}

.study-card-top-button:hover {
    transform: translateY(-4px);
}

.study-card-content {
    margin-top: 39px;
    padding: 0 20px;
}

.study-card-package .item {
    box-shadow: 0 14px 30px 0 rgba(0, 0, 0, .2);
    margin-top: 30px;
    background-color: #fff;
}

.study-card-package .item:nth-child(1) {
    --item-color: #FFA900;
}

.study-card-package .item:nth-child(2) {
    --item-color: #FF7C00;
}

.study-card-package .item:nth-child(3) {
    --item-color: #EA5442;
}

.study-card-package .item-top {
    height: 90px;
    background-color: var(--item-color);
    color: #fff;
    padding: 0 24px;
    justify-content: space-between;
}

.study-card-package .item-top .item-title {
    font-size: 30px;
    font-weight: bold;
}

.study-card-package .item-top .item-subtitle {
    font-size: 20px;
}

.study-card-package .item-bottom {
    padding: 26px 22px 42px;
}

.study-card-package .item-bottom .item-l {
    align-self: stretch;
    flex: 1 1 auto;
    width: 0;
    border-right: 1px dashed #E5E5E5;
    padding-right: 42px;
}

.study-card-package .item-bottom .item-r {
    margin-left: 46px;
    width: 176px;
}

.study-card-package .item-authority {
    font-size: 24px;
    color: var(--item-color);
    font-weight: bold;
}

.study-card-package .item-bottom .item-p {
    color: #666;
    line-height: 1.5em;
    height: 3em;
    margin-top: 18px;
    font-size: 18px;
}

.study-card-package .item-bottom .item-price {
    font-size: 24px;
}

.study-card-package .item-bottom .item-price .price {
    font-size: 48px;
    font-weight: bold;
}

.study-card-package .item-bottom .item-btn {
    margin-top: 18px;
}

.study-card-package .item-bottom .item-button {
    display: inline-block;
    width: 176px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: var(--item-color);
    color: #fff;
    font-size: 18px;
    transform: none;
}

.study-card-package .item-bottom .item-button:hover {
    transform: translateY(-4px);
}

.study-card-rules {
    margin-top: 62px;
}

.study-card-rules-title-block {
    text-align: center;
    position: relative;
}

.study-card-rules-title-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #E5E5E5;
    left: 0;
    top: 50%;
}

.study-card-rules-title {
    font-size: 30px;
    color: #666;
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.study-card-rules-info {
    margin-top: 40px;
    padding: 0 10px;
}

.study-card-rules-p {
    font-size: 18px;
    color: #666;
    line-height: 1.7778;
}

.study-card-members {
    margin-top: 50px;
    height: 200px;
    background: url(../images/study-card/members-bg.png) no-repeat center;
}

.study-card-members-info {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 3em;
}

.study-card-members-count {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 30px;
}

.study-card-members-comments {
    background-color: #F7F7F7;
    padding: 30px 20px 60px;
}

.study-card-members-count .mt-number-animate {
    height: 62px;
    line-height: 56px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
}

.study-card-members-count .mt-number-animate-container {
    width: 40px;
    text-align: center;
    border-bottom: 6px solid #E03829;
    background-color: #EA5442;
    border-radius: 5px;
    margin: 0 6px;
    overflow: hidden;
}

.study-card-members-count .mt-number-animate-dom {
    display: inline-block;
    vertical-align: top;
}

.study-card-members-count .mt-number-animate-span {
    display: block;
}