.loop-pagination .page-numbers.active {
    background: #e40914;
    border-color: #e40914;
    color: #fff
}

.videos-list .wrap-element .heading-element.tasks{
    margin-bottom: 0px;
}

.videos-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #292929;
    word-break: break-word;
    margin: 8px 30px 0;
    padding: 12px 0;
    position: relative;
    cursor: pointer;
    transition: all .2s
}

.videos-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category:hover {
    color: #e40914
}

/*.videos-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category::before {*/
/*    content: "•";*/
/*    color: #cecece;*/
/*    position: absolute;*/
/*    top: 12px;*/
/*    left: -32px*/
/*}*/

.videos-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e40914;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0
}

.videos-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category.active {
    color: #e40914;
    font-weight: bolder;
}

.videos-list.store-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category.active {
    color: black;
    font-weight: bolder;
}

.videos-list.store-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category.red.active {
    color: #e40914;
    font-weight: bolder;
}

.videos-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category.active::after {
    opacity: 1
}

.videos-list.store-list .wrap-element .item-post .pic-item {
    border-radius: 8px;
    margin-bottom: 16px;
}

.products-list .wrap-element .item-product .text-item .overflow-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #111;
    word-break: break-word;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products-list .wrap-element .item-product .text-item .overflow-title a {
    color: #111
}

.products-list .wrap-element .item-product .text-item .overflow-title a:hover {
    color: #e40914
}


.products-list .wrap-element .media-item .pic .meta-info {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    max-width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center
}

.products-list .wrap-element .media-item .pic .meta-info .label {
    border: 1px solid #e46109;
    background-color: #e46109;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    word-break: break-word;
    padding: 2px 11px
}

.bl-author-detail .wrap-personal-info-author .personal-info-author .info-author .user-item-info {
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 10px
}

.bl-author-detail .wrap-personal-info-author .personal-info-author .info-author .user-item-info .name-item {
    font-weight: 500;
    color: #1e1e1e;
    width: 45%;
    padding: 0 15px
}

.bl-author-detail .wrap-personal-info-author .personal-info-author .info-author .user-item-info .value-item {
    font-weight: 300;
    color: #6e6e6e;
    width: 55%
}


.thim-about_about-page .bp-element-heading .info .info-item {
    padding-right: 15px;
    padding-left: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative
}

.thim-about_about-page .bp-element-heading .info .info-item .my-number {
    color: #e46109;
}

.bp-element-counter-box.vblog-layout-1 .item .my-number {
    color: #e46109;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .resource-sort {
    margin-bottom: 30px;
}

.widget-area .resource-aside {
    margin-top: 26px;
}

.blog-list .wrap-element .heading-element {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
    z-index: 10
}

.blog-list .wrap-element .heading-element::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0
}

.blog-list .wrap-element .heading-element .wrap-filter-group {
    overflow: hidden;
}


.blog-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px
}

.blog-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #292929;
    word-break: break-word;
    margin: 8px 15px 0;
    padding: 12px 0;
    position: relative;
    cursor: pointer;
    transition: all .2s
}

.blog-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category:hover {
    color: #e40914
}

/*.blog-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category::before {*/
/*    content: "•";*/
/*    color: #cecece;*/
/*    position: absolute;*/
/*    top: 12px;*/
/*    left: -17px*/
/*}*/

.blog-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e40914;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0
}

.blog-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category.active {
    color: #e40914;
    font-weight: bolder;
}

.blog-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-category.active::after {
    opacity: 1
}


.site-content .widget-area .widget_product_categories .level-categories .cat-item a {
    display: list-item;
    color: inherit;
    padding-right: 15px;
    transition: unset
}

.site-content .widget-area .widget_product_categories .level-categories .cat-item .count {
    position: absolute;
    right: 0;
    top: 0
}

.site-content .widget-area .widget_product_categories .level-categories .cat-item:hover {
    color: #e40914
}

.site-content .widget-area .widget_product_categories .level-categories .cat-item:hover:before {
    color: #c7c7c7
}

.site-content .widget-area .widget_product_categories .level-categories .cat-item.active {
    color: #e40914
}

.site-content .widget-area .widget_product_categories .level-categories .cat-item.active:before {
    color: #e40914
}

/* exam-result */

.bl-author-detail .detail-author .group-item {
    width: 100%;
    padding-bottom: 30px;
}

.bl-author-detail .detail-author .item-film {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.bl-author-detail .detail-author .item-film.title {
    background-color: #cecece;
}

/* .bl-author-detail .detail-author .item-film .level-categories .cat-item {} */

.bl-author-detail .detail-author .item-film .level-categories .cat-item:before {
    content: "•";
    font-size: 26px;
    color: #e46109;
}

.bl-author-detail .detail-author .item-film .wrong-text {
    color: #e46109;
}

.bl-author-detail .detail-author .item-film .correct-text {
    color: dodgerblue;
}

.bl-author-detail .detail-author .item-film .pic-film {
    align-self: flex-start;
    width: 100px
}

.bl-author-detail .detail-author .item-film .pic-film img {
    width: 100%
}

.bl-author-detail .detail-author .item-film .text-film {
    align-self: center;
    width: calc(100% - 30px);
    display: flex;
    align-items: center
}

.bl-author-detail .detail-author .item-film .text-film .film-info {
    flex-grow: 1;
    padding-right: 30px
}

.bl-author-detail .detail-author .item-film .text-film .film-info .opt-desc {
    margin-left: 5px;
}

.bl-author-detail .detail-author .item-film .text-film .film-info .wrong-text {
    color: #e46109;
}

.bl-author-detail .detail-author .item-film .text-film .film-info .correct-text {
    color: dodgerblue;
}


.bl-author-detail .detail-author .item-film .text-film .film-info .genre-film {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 4px
}

.bl-author-detail .detail-author .item-film .text-film .film-info .title-film {
    background-color: #cecece;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #111;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px
}

.bl-author-detail .detail-author .item-film .text-film .film-info .capa-item {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #111;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-left: 12px;
}

.bl-author-detail .detail-author .item-film .text-film .film-info .title-film a {
    color: #111
}

.bl-author-detail .detail-author .item-film .text-film .film-info .title-film a:hover {
    color: #e40914
}

.bl-author-detail .detail-author .item-film .text-film .film-info .stars-film {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #111
}

.bl-author-detail .detail-author .item-film .text-film .film-info .stars-film .iconstars {
    font-size: 18px;
    color: #f4b705;
    line-height: 1;
    margin-right: 5px
}

.bl-author-detail .detail-author .item-film .text-film .release-date {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    color: #1e1e1e;
    white-space: nowrap
}

.bl-blog-detail .head-blog .info-blog-detail .info-item.active {
    color: #e40914
}

.bl-blog-detail .head-blog .info-blog-detail .info-item.clickable {
    cursor: pointer;
}

.comments-area .bottom-blog .info-blog-detail {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #6e6e6e;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px
}

.comments-area .bottom-blog .info-blog-detail a {
    color: #6e6e6e
}

.comments-area .bottom-blog .info-blog-detail a:hover {
    color: #e40914
}

.comments-area .bottom-blog .info-blog-detail .info-item {
    padding-right: 15px;
    padding-left: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative
}

.comments-area .bottom-blog .info-blog-detail .info-item.clickable {
    cursor: pointer;
}

.comments-area .bottom-blog .info-blog-detail .info-item.active {
    color: #e40914
}

.comments-area .bottom-blog .info-blog-detail .info-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #e7e7e7;
    position: absolute;
    top: 5px;
    left: 0
}

.comments-area .bottom-blog .info-blog-detail .info-item i {
    font-size: 15px;
    margin-right: 8px
}



.btn-collect {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    background:#e46109;
    padding: 0 30px;
    margin-top: 10px;
}

.btn-uncollect {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    background:#6e6e6e;
    padding: 0 30px;
    margin-top: 10px;
}

.btn-collect:hover {
    background: #f4b705;
}

.btn-uncollect:hover {
    background: #f4b705;
}

.btn-follow {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    background:#e46109;
    padding: 0 30px;
    margin-top: 10px;
}

.btn-unfollow {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    background:#6e6e6e;
    padding: 0 30px;
    margin-top: 10px;
}

.btn-follow:hover {
    background: #f4b705;
}

.btn-unfollow:hover {
    background: #f4b705;
}


.empty-result {
    font-weight: bolder;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.exam-list .empty-result {
    margin-bottom: 20px;
}

.questionnaire-list .empty-result {
    margin-bottom: 20px;
}

.wrap-element .heading-question .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    padding-left: 15px;
    position: relative;
    margin-top: -6px;
    margin-bottom: 21px
}

.wrap-element .heading-question {
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.wrap-element .heading-question .results {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #292929;
    word-break: break-word;
    padding: 6px 30px 6px 15px
}

.main-q-and-a-item {
    padding: 40px 30px;
    border: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px
}

.main-q-and-a-item.answer-single{
    padding: unset;
    border: unset;
    border-top: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px
}

.main-q-and-a-item.new {
    padding: 30px 48px;
    margin-bottom: 40px
    /* border: unset;
    border-bottom: 1px solid #e3e3e3; */
}

.main-q-and-a-item .pic-author {
    width: 147px;
    max-width: 100%
}


.main-q-and-a-item .pic-author .ava-author {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 19px
}

.main-q-and-a-item .pic-author .ava-author img {
    width: 84px;
    height: 84px;
    border-radius: 50%
}

.main-q-and-a-item .pic-author .socials-author {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: -5px
}

.main-q-and-a-item .pic-author .socials-author a {
    font-size: 18px;
    line-height: 1.5;
    color: #bfbfbf;
    padding: 5px
}

.main-q-and-a-item .pic-author .socials-author a:hover {
    color: #e40914
}

.main-q-and-a-item .item-content {
    width: calc(100% - 147px - 27px)
}

.main-q-and-a-item.new .item-content {
    width: unset;
}

.main-q-and-a-item .item-content .item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.444444;
    color: #1e1e1e;
    word-break: break-word;
    margin-bottom: 3px
}

.main-q-and-a-item .item-content .item-title a {
    color: #1e1e1e
}

.main-q-and-a-item .item-content .item-title a:hover {
    color: #e40914
}

.main-q-and-a-item .item-content .info-aothor {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 20px
}

.main-q-and-a-item .item-content .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #6e6e6e;
    word-break: break-word
}

.main-q-and-a-item .link-reply-edit {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #e40914;
    display: block;
    position: absolute;
    top: 0;
    right: 60px
}

.main-q-and-a-item .link-reply-edit a {
    color: #e40914;
    margin-left: 10px;
    border-bottom: 1px solid #e40914
}

.main-q-and-a-item .link-reply-edit a:hover {
    color: #1e1e1e;
    border-color: #1e1e1e
}

.main-q-and-a{
    width: 100%;
}

.main-q-and-a .comments-area {
    margin-bottom: 11px
}

.main-q-and-a .comments-area .list-comments .comments-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 21px
}

.main-q-and-a.new .comments-area .list-comments .comments-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #131313;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px
}

.main-q-and-a .comments-area .list-comments .comment-list {
    width: 100%
}

.main-q-and-a .comments-area .list-comments .comment-list .comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment {
    display: block;
    padding-top: 24px;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .author{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 12px;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .author .author-info{
    margin-left: 8px;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .author .author-info .name{
    color: #666666;
    font-family: Microsoft YaHei;
    font-size: 14px;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .author .author-info .name.only{
    line-height: 34px;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .author .author-info .name a{
    color: #666666;
    font-family: Microsoft YaHei;
    font-size: 14px;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .author .author-info .action{
    color: #999999;
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 12px;
}

.main-q-and-a .comments-area .list-comments .comment-list .comment+.comment {
    border-top: 2px dotted #e5e5e5
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment+.comment {
    border-top: 1px solid #e5e5e5
}

.main-q-and-a .comments-area .list-comments .unanswered.comment-list .comment+.comment {
    border-top: unset;
}

.main-q-and-a .comments-area .list-comments .unanswered.comment-list .title img{
    margin-top: -4px;
    margin-right: 10px;
}

.main-q-and-a .comments-area .list-comments .unanswered.comment-list .title a{
    color: #333333;
    font-family: Microsoft YaHei;
    font-size: 17px;
    line-height: 17px;
}

.main-q-and-a .comments-area .list-comments .comment-list{
    min-height: 800px;
}

.main-q-and-a .answer-single .comments-area .list-comments .comment-list{
    min-height: unset;
}

.main-q-and-a .comments-area .list-comments .unanswered.comment-list .summary{
    display: flex;
}

.main-q-and-a .comments-area .list-comments .unanswered.comment-list .summary .button{
    margin-right: 28px;
}

.main-q-and-a .comments-area .list-comments .unanswered.comment-list .summary .button .button-point{
    border-radius: 8px;
    border: 1px solid #ff8a1d;
    color: #ff8a1d;
    background: white;
    width: 132px;
    height: 38px;
}

.main-q-and-a .comments-area .list-comments .unanswered.comment-list .summary .button .button-point img{
    height: 14px;
    width: 14px;
    margin-right: 6px;
}

.main-q-and-a .comments-area .list-comments .unanswered.comment-list .summary .button .button-point.done{
    border: 1px solid #b7b7b7;
    color: #b7b7b7;
    background: white;
}

.main-q-and-a .comments-area .list-comments .unanswered.comment-list .summary .button .button-point.filled{
    color: white;
    background: #ff8a1d;
}


.main-q-and-a .comments-area .list-comments .comment-list .comment .avatar {
    width: 84px;
    display: block;
    margin-bottom: 32px;
    border-radius: 50%
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .avatar {
    width: 34px;
    display: block;
    margin-bottom: 0px;
    border-radius: 50%
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .question{
    margin-bottom: 20px;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .answer{
    margin-bottom: 5px;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .answer .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .answer .content .text{
    color: #333333;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 22px;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .summary{
    margin-bottom: 20px;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .summary .info-blog-detail{
    margin-left: 0px
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .title a{
    color: #333333;
    font-family: Microsoft YaHei;
    font-size: 17px;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .title .tag{
    margin-top: 2px;
    margin-right: 8px;
    font-size: 11px;
    line-height: 1.5;
    color: #FF2936;
    text-align: center;
    word-break: break-word;
    border-radius: 2px;
    border: 1px solid #ff2936;
    box-sizing: border-box;
    background: #ffe0e2;
    width: 37px;
    height: 20px;
}

.main-q-and-a .comments-area .list-comments .comment-list .comment .content-comment {
    width: calc(100% - 84px - 30px);
    margin-top: -5px;
    margin-bottom: 32px
}

.main-q-and-a .comments-area .list-comments .unanswered.comment-list .comment .content-comment {
    width: calc(100% - 84px - 30px);
    margin-top: -5px;
    margin-bottom: 0px
}

.main-q-and-a .comments-area .list-comments .unanswered.comment-list .comment .content-comment .summary {
    margin-top: 20px;
}

.main-q-and-a .comments-area .list-comments .comment-list .comment .content-comment .author {
    position: relative;
    padding-right: 90px;
    margin-bottom: 16px
}

.main-q-and-a .comments-area .list-comments .comment-list .comment .content-comment .author .author-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.444444;
    color: #1e1e1e;
    word-break: break-word;
    display: block;
    margin-bottom: 3px;
    min-height: 20px;
}

.main-q-and-a .comments-area .list-comments .comment-list .comment .content-comment .author .author-name a {
    color: #1e1e1e;
}

.main-q-and-a .comments-area .list-comments .comment-list .comment .content-comment .author .comment-extra-info {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    display: block
}

.main-q-and-a .comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #e40914;
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.main-q-and-a .comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit a {
    color: #e40914;
    margin-left: 10px;
    border-bottom: 1px solid #e40914
}

.main-q-and-a .comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit a:hover {
    color: #1e1e1e;
    border-color: #1e1e1e
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .author .link-reply-edit {
    font-weight: 300;
    font-size: 14px;
    line-height: 34px;
    color: #e40914;
    display: block;
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .author .link-reply-edit a {
    color: #e40914;
    margin-left: 10px;
    border-bottom: 1px solid #e40914
}

.main-q-and-a .comments-area .list-comments .focus.comment-list .comment .author .link-reply-edit a:hover {
    color: #1e1e1e;
    border-color: #1e1e1e
}


.main-q-and-a .comments-area .list-comments .children .comment .content-comment .author .link-reply-edit {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #e40914;
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.main-q-and-a .comments-area .list-comments .children .comment .content-comment .author .link-reply-edit a {
    color: #e40914;
    margin-left: 10px;
    border-bottom: 1px solid #e40914
}

.main-q-and-a .comments-area .list-comments .children .comment .content-comment .author .link-reply-edit a:hover {
    color: #1e1e1e;
    border-color: #1e1e1e
}

.main-q-and-a .comments-area .list-comments .children .more-comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 2px dotted #e5e5e5
}

.main-q-and-a .comments-area .list-comments .children .more-comment div {
    font-weight: bolder;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.main-q-and-a .comments-area .list-comments .comment-list .comment .content-comment .message {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word
}

.main-q-and-a .comments-area .list-comments .comment-list .comment .content-comment .message p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    margin: 0
}

.main-q-and-a .comments-area .list-comments .comment-list .children {
    width: 100%;
    padding-left: calc(84px + 30px);
    border-top: 2px dotted #e5e5e5
}


.main-q-and-a .summary .info-blog-detail {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #6e6e6e;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px
}

.main-q-and-a .summary .info-blog-detail a {
    color: #6e6e6e
}

.main-q-and-a .summary .info-blog-detail a:hover {
    color: #e40914
}

.main-q-and-a .summary .info-blog-detail .info-item {
    padding-right: 15px;
    padding-left: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative
}

.main-q-and-a.new .summary .info-blog-detail .info-item {
    padding-right: 14px;
    padding-left: 14px;
    line-height: 32px;
    color: #666666;
}

.main-q-and-a.new .summary .info-blog-detail .info-item .button-point{
    border-radius: 8px;
    border: 1px solid #ff8a1d;
    color: #ff8a1d;
    background: white;
    width: 92px;
    height: 28px;
}

.main-q-and-a.new .summary .info-blog-detail .info-item .button-point img{
    height: 12px;
    width: 12px;
    margin-right: 6px;
    max-width: unset;
}

.main-q-and-a.new .summary .info-blog-detail .info-item .button-point.done{
    border: 1px solid #b7b7b7;
    color: #b7b7b7;
    background: white;
}

.main-q-and-a.new .summary .info-blog-detail .info-item .button-point.filled{
    color: white;
    background: #ff8a1d;
}

.question.summary .info-blog-detail .info-item .button-point{
    border-radius: 8px;
    border: 1px solid #ff8a1d;
    color: #ff8a1d;
    background: white;
    width: 92px;
    height: 28px;
}

.question.summary .info-blog-detail .info-item .button-point img{
    height: 12px;
    width: 12px;
    margin-right: 6px;
    max-width: unset;
}

.question.summary .info-blog-detail .info-item .button-point.done{
    border: 1px solid #b7b7b7;
    color: #b7b7b7;
    background: white;
}

.question.summary .info-blog-detail .info-item .button-point.filled{
    color: white;
    background: #ff8a1d;
}

.main-q-and-a .summary .info-blog-detail .info-item.clickable {
    cursor: pointer;
}

.main-q-and-a .summary .info-blog-detail .info-item.active {
    color: #e40914
}

.main-q-and-a .summary .info-blog-detail .info-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #e7e7e7;
    position: absolute;
    top: 5px;
    left: 0
}

.main-q-and-a.new .summary .info-blog-detail .info-item::before {
    content: "";
    display: block;
    width: 0px;
    height: 15px;
    background: unset;
    position: absolute;
    top: 5px;
    left: 0
}

.main-q-and-a.new .summary .info-blog-detail .info-item.nth::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #999999;
    position: absolute;
    top: 13px;
    left: -2px;
    border-radius: 4px;
}

.main-q-and-a.new .question.summary .info-blog-detail .info-item::before {
    content: "";
    display: block;
    width: 0px;
    height: 15px;
    background: unset;
    position: absolute;
    top: 5px;
    left: 0
}

.main-q-and-a.new .question.summary .info-blog-detail .info-item.nth::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #999999;
    position: absolute;
    top: 13px;
    left: -2px;
    border-radius: 4px;
}


.main-q-and-a .summary .info-blog-detail .info-item i {
    font-size: 15px;
    margin-right: 8px
}

.comments-area .form-comment .comment-respond .comment-reply-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 21px;
    margin-bottom: 33px
}

.comments-area .form-comment .comment-respond .comment-form .comment-notes {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 22px
}

.comments-area .form-comment .comment-respond .comment-form .comment-meta .row {
    margin-right: -13px;
    margin-left: -13px
}

.comments-area .form-comment .comment-respond .comment-form .comment-meta .col,
.comments-area .form-comment .comment-respond .comment-form .comment-meta [class*=col-] {
    padding-right: 13px;
    padding-left: 13px
}

.comments-area .form-comment .comment-respond .comment-form .comment-meta .comment-form-author,
.comments-area .form-comment .comment-respond .comment-form .comment-meta .comment-form-email {
    margin: 0;
    height: 50px;
    margin-bottom: 25px
}

.comments-area .form-comment .comment-respond .comment-form .comment-meta .comment-form-author input,
.comments-area .form-comment .comment-respond .comment-form .comment-meta .comment-form-email input {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    width: 100%;
    height: 100%;
    background: 0 0;
    padding: 0 18px;
    border: 1px solid #e5e5e5
}

.comments-area .form-comment .comment-respond .comment-form .comment-meta .comment-form-author input:focus,
.comments-area .form-comment .comment-respond .comment-form .comment-meta .comment-form-email input:focus {
    border-color: #e40914
}

.comments-area .form-comment .comment-respond .comment-form .comment-message .comment-form-comment {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#editor-container{
    height: 400px;
}

.comments-area .form-comment .comment-respond .comment-form .comment-input-images {
    margin-bottom: 20px;
}

.comments-area .form-comment .comment-respond .comment-form .comment-message .comment-form-comment textarea {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    display: block;
    width: 100%;
    min-height: 200px;
    background: 0 0;
    padding: 18px;
    border: 1px solid #e5e5e5
}

.comments-area .form-comment .comment-respond .comment-form .comment-message .comment-form-comment textarea:focus {
    border-color: #e40914
}

.comments-area .form-comment .comment-respond .comment-form .form-submit .submit {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 52px;
    border-radius: 26px;
    background: #e40914;
    padding: 0 51px;
    cursor: pointer;
    transition: all .2s
}

.ask.form-submit {
    margin-top: 90px;
}

.form-submit .reverse-color.submit {
    background: white;
    border: 1.5px solid #ff756dff;
    color: #e41f14ff;
}

.comments-area .form-comment .comment-respond .comment-form .form-submit .submit:hover {
    background: #b30710
}

.main-q-and-a .title-blog-detail {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #1e1e1e;
    word-break: break-word;
    margin-top: -5px;
    margin-bottom: 20px
}

.comment-list .btn-follow {
    position: absolute;
    top: 30px;
    right: 10px;
}

.comment-list .btn-unfollow {
    position: absolute;
    top: 30px;
    right: 10px;
}

.normal-input .input {
    line-height: 50px;
    position: relative;
    margin-bottom: 0
}

.normal-input .input label {
    font-size: 0;
    position: absolute;
    top: 8px;
    right: 20px;
    margin-bottom: 0
}

.normal-input .input label:after {
    font-family: ionicons;
    font-size: 20px;
    color: #999
}

.comment-message .item-input {
    text-align: left;
    margin-bottom: 24px
}

.comment-message .item-input .input-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 13px
}

.comment-message .item-input .input-field {
    width: 100%;
    display: block;
    margin: 0
}

.comment-message .item-input .input-field input {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    width: 100%;
    height: 46px;
    background: 0 0;
    border: 1px solid #d7d7d7;
    padding: 0 18px
}

.comment-message .item-input .input-field input:focus {
    border-color: #e40914
}

.comment-message .item-input .input-field input::-webkit-input-placeholder {
    color: #6e6e6e;
    font-style: italic
}

.comment-message .item-input .input-field input:-moz-placeholder {
    color: #6e6e6e;
    font-style: italic
}

.comment-message .item-input .input-field input::-moz-placeholder {
    color: #6e6e6e;
    font-style: italic
}

.comment-message .item-input .input-field input:-ms-input-placeholder {
    color: #6e6e6e;
    font-style: italic
}

.media.site-content {
    padding-top: 100px;
    padding-bottom: 20px
}

.special.site-content {
    padding-top: 56px;
    padding-bottom: 20px
}

.resource-single.site-content {
    padding-top: 55px;
    padding-bottom: 20px
}

.exam.site-content {
    padding-top: 56px;
    padding-bottom: 20px
}
.answer-single.site-content {
    padding-top: 59px;
    padding-bottom: 20px
}

.answer-list.site-content {
    padding-top: 56px;
    padding-bottom: 20px
}


.special-list .wrap-element .heading-element {
    margin-bottom: 20px;
}

.exam-list .wrap-element .heading-element {
    margin-bottom: 20px;
}

.site-content.sidebar-right .site-main .resource.wrap-main-content {
    border-right: 0px;
}

.site-content.sidebar-right .site-main .resource.wrap-main-content::after {
  content: "";
  background: #e7e7e7;
  position: absolute;
  top: 26px;
  right: 0;
  height: 100%;
  width: 1px;
}

.widget-area .question-aside {
    margin-top: 33px;
}

.site-content.sidebar-right .site-main .question.wrap-main-content {
    border-right: 0px;
}

.site-content.sidebar-right .site-main .question.wrap-main-content::after {
  content: "";
  background: #e7e7e7;
  position: absolute;
  top: 30px;
  right: 0;
  height: 100%;
  width: 1px;
}

.site-content.sidebar-right .site-main .answer-single.wrap-main-content {
    border-right: 0px;
}
.submit {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 52px;
    border-radius: 26px;
    background: #e40914;
    padding: 0 51px;
    cursor: pointer;
    transition: all .2s;
}

.button-point {
    width: 88px;
    height: 36px;
    border-radius: 25px;
    background: linear-gradient(137.34deg, #ff2936 -33.42%, #ffbb6a 103.62%);

    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 51px;
    cursor: pointer;
    transition: all .2s;
}

/* pro exam */
.exam.content-area {
    background: rgba(245, 245, 245, 1);
    font-family: "Microsoft YaHei";
}

.pro-exam.site-content {
    padding-top: 84px;
    padding-bottom: 20px
}

.page-title h1 {
    color: #F6932D;
    font-weight: bolder;
    font-size: 30px;
    /* font-family: "Microsoft YaHei"; */
    text-align: center;
}

.page-desc.container {
    margin-top: 36px;
    margin-bottom: 76px;
}

.page-desc h4 {
    font-size: 18px;
    color: rgb(102, 102, 102);
    /* font-family: "Microsoft YaHei"; */
}


.page-desc .index{
    flex: 0 0 13%;
    max-width: 13%;
}

.page-desc .desc{
    flex: 0 0 87%;
    max-width: 87%;
    margin-left: auto;
    margin-right: auto;
}

.exam-body.container {
    background: white;
    padding-top: 76px;
    padding-bottom: 49px;
}

.exam-footer.container {
    background: white;
    padding-bottom: 19px;
    margin-bottom: 40px;
}

.group-title-base.container {
    background: rgba(249, 249, 249, 1);
    padding-top: 32px;
    padding-bottom: 32px;
    border: 1px solid rgba(210, 210, 210, 1);
}

.group-title-base .group-title-txt {
    margin-left: 78px;
    font-size: 18px;
}

.group-title.container {
    margin-top: 25px;
}

.group-body.container {
    background: white;
    padding-top: 49px;
    padding-bottom: 50px;
}

.exam-body .form-submit {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 100px;
}

.exam-body .form-submit .submit {
    padding: 0px 231px;
    font-size: 32px;
    height: 72px;
}

.exam-footer .form-submit {
    text-align: center;
    margin-bottom: 100px;
    padding-top: 80px;
}

.exam-footer .form-submit .submit {
    padding: 0px 231px;
    font-size: 32px;
    border-radius: 13px;
    height: 72px;
}

.first-exam-question-margin {
    margin-top: 1px;
}

.exam-question-margin {
    margin-top: 60px;
}

.exam-question {
    margin-right: 59px;
}


.exam-question .index{
    width: auto;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    padding-left: 0px;
    padding-right: 0px;

    flex: 0 0 12%;
    max-width: 12%;
}

.exam-question .index .row{
    justify-content: flex-end;
    padding-top: 2px;
    margin-right: 21px;
}

.exam-question .index .row .star {
    width: auto;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    color:red;
    padding-top: 5px;
    margin-right: -13px;
}

.label-index {
    width: 46px;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    padding-top: 72px;
    padding-left: 0px;
    padding-right: 0px;
}


.label-title {
    width: auto;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    padding: 0;

    line-break: anywhere;
}

.label-title .tips{
    color: rgb(153, 153, 153);
}

.label-title .score{
    color: rgb(255, 41, 54)
}

.exam-option {
    margin-left: 0px;
}

.exam-option .layui-unselect{
    width: 100%;
}

.exam-option .layui-unselect div{
    font-size: 16px;
    color: rgb(102, 102, 102);
    width: 100%;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.exam-option .layui-unselect.layui-form-radioed div{
    font-size: 16px;
    color: #5FB878;
}

.exam-option .layui-unselect span{
    font-size: 16px;
    color: rgb(102, 102, 102);
    width: 100%;

    display: block;
    /* word-break: break-all; */

    /* display: -webkit-box; */
    /* overflow: hidden; */
    white-space: normal;
    line-height: 140%;
}

.exam-option .layui-unselect.layui-form-checked span{
    font-size: 16px;
    color: #5FB878;
}

.exam-question .example{
    font-size: 16px;
    color: rgb(102, 102, 102);
    margin-left: 19px;
}

.exam-question .example .sort-li{
    cursor:grab;
}

.exam-question-body {
    margin-left: 2px;
    margin-right: 18px;

    flex: 0 0 84%;
    max-width: 84%;
}

.exam-question-body .short-answer-input{
    margin-left: 2px;
    margin-right: 18px;
}

.progress-meter-pointer{
    position: fixed;
    bottom: 60px;
    right: 98px;

    height: 140px;
    width: 140px;

    /* border: 14px solid rgb(255, 103, 103); */
    /* border-image: linear-gradient(to right, darkblue, darkorchid) 1; */
    border-radius: 140px;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='5%25' y='5%25' width='90%25' height='90%25' fill='none' rx='100' ry='100' stroke='%23FF6767FF' stroke-width='14' stroke-dasharray='400' stroke-dashoffset='400' stroke-linecap='round'/%3e%3c/svg%3e");
}

.progress-meter{
    position: fixed;
    bottom: 60px;
    right: 98px;

    height: 140px;
    width: 140px;

    background: rgba(255, 255, 255, 1);
    border: 14px solid rgba(255, 236, 236, 1);
    /* border-image: linear-gradient(to right, darkblue, darkorchid) 1; */
    border-radius: 140px;
    z-index: 1;
}

.progress-meter .progress-title{
    text-align: center;
    font-size: 12px;
    color: rgb(102, 102, 102);

    margin-top: 25px;

    margin-left: auto;
    margin-right: auto;

}

.progress-meter .progress-txt{
    text-align: center;
    font-size: 36px;
    color: rgb(102, 102, 102);

    margin-top: 1px;

    margin-left: auto;
    margin-right: auto;

}

.progress-meter .progress-txt span{
    color: rgb(255, 103, 103);
}

.pro-exam-result.site-content {
    padding-top: 10px;
    padding-bottom: 80px

}

.result-title.container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;

    background: white;
    padding-top: 46px;
    padding-bottom: 46px;
    padding-left: 56px;
    margin-top: 26px;
    margin-bottom: 46px;
}

.result-title .title-section{
    flex: 0 0 43%;
    max-width: 53%;
}

.result-title .title-section .title{
    font-size: 32px;
    width: 100%;
    color: rgb(51, 51, 51);
}

.result-title .title-section .score{
    font-size: 14px;
    width: 100%;
    color: rgb(102, 102, 102);
}

.result-title .score-section{
    flex: 0 0 33%;
    max-width: 37%;

    display: flex;
    align-self: center;
}

.result-title .score-section .item{
    flex: 1;
    position: relative;
}

.result-title .score-section .item span{
    display: block;
    text-align: center;
}

.result-title .score-section .total.item::before {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background: rgba(196, 196, 196, 1);
    position: absolute;
    top: 3px;
    right: 0;
}

.result-title .score-section .total.item .score{
    color: rgb(230, 0, 18)
}

.result-title .score-section .total.item .score.not-reviewed{
    font-size: 18px;
}

.result-title .score-section .item .score{
    line-height: 33px;
    font-size: 32px;
    color: rgb(73, 146, 255);
}

.result-title .score-section .item .score.not-reviewed{
    font-size: 18px;
}

.result-title .score-section .item .text{
    font-size: 14px;
    color: rgb(153, 153, 153);
}

.exam-question-body .exam-options{
    list-style-type:upper-alpha;
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.exam-question-body .exam-options li{
    list-style-type: none;
}

.exam-question-body .exam-options .exam-option{
    margin-bottom: 7px;
    line-height: 35px;
}

.exam-question-body .exam-options .correct-exam-option{
    background-color: rgba(205, 225, 255, 1);
    color:rgb(73, 146, 255);
    font-weight: bold;
}

.exam-question-body .user-answers{
    margin-top: 20px;
    font-size: 18px;
    color: rgb(102, 102, 102);
}

.exam-question-body .user-answers span{
    color: rgb(47, 183, 101)
}

.exam-question-body .user-answers span.wrong{
    color: rgb(255, 41, 54);
}

.exam-question-body .label-title .correct{
    color:rgb(73, 146, 255);
    font-weight: bold;
    font-size: 20px;
}

.exam-question-body .sort-options{
    list-style-type:upper-alpha;
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.exam-question-body .sort-options .sort-option{
    margin-bottom: 7px;
}

.exam-question-body .sort-options .sort-option span{
    color:rgb(73, 146, 255);
    font-weight: bold;
    font-size: 16px;
}

.result-label{
    font-size: 12px;
    line-height: 1.5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 32px;
    border-radius: 4px;
    padding: 0 8px;

}

.exam-question-body .result-label{
    margin-top: 20px;
}

.result-label.normal{
    border:  1px solid rgba(47, 183, 101, 1);
    background: rgba(228, 255, 239, 1);
    color: rgba(47, 183, 101, 1);
}

.result-label.alert{
    border: 1px solid rgba(255, 41, 54, 1);;
    background: rgba(255, 224, 226, 1);
    color: rgb(255, 41, 54);
}

.exam-question-body .short-answer{
    display: flex;
    align-items: flex-start;

    margin-top: 20px;
}

.exam-question-body .short-answer .title{
    flex: 0 0 10%;
    max-width: 100px;
    min-width: 100px;

    font-size: 18px;
    color: rgb(102, 102, 102);

    /* margin-top: 4px; */
}

.exam-question-body .short-answer .answer{
    flex: 0 0 90%;
    min-width: 400px;
}

.exam-question-body .comment textarea{
    min-height: 50px;
    height: auto;
    line-height: 20px;
    resize: none;
    padding-top: 2px;


    display: block;
    width: 100%;

    border-width: 0px;
    border-style: solid;
    color: rgb(73, 146, 255);
    font-weight: bold;

    font-size: 18px;
}

.exam-question-body .short-answer .answer textarea{
    min-height: 100px;
    height: auto;
    line-height: 20px;
    resize: none;
    padding-top: 2px;


    display: block;
    width: 100%;

    border-width: 0px;
    border-style: solid;
    color: rgb(47, 183, 101);

    font-size: 18px;
}

.q_and_a_images{
    display: flex;
    margin-top: 10px;
}

.q_and_a_images .single_image{
    margin-right: 10px;
}

.image.q_and_a_images .single_image{
    margin-right: 15px;
}

.q_and_a_images img {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.image.q_and_a_images img {
    width: 120px;
    height: 90px;
    object-fit: cover;
}

.store-list.videos-list .wrap-element .item-post .text-item .title{
    margin-bottom: 0px;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.store-list .wrap-element .item-post .meta {
    display: flex;
}

.store-list .wrap-element .item-post .meta .price {
    color: #fb5d19;
    font-size: 12px;
}

.store-list .wrap-element .item-post .meta .stock {
    line-height: 34px;
    font-size: 12px;
}

.store-list .wrap-element .item-post .meta .stock .number {
    color: #fb5d19;
}

.store-list .wrap-element .item-post .meta .price .number {
    font-size: 20px;
    font-weight: bold;
}

.store-list .wrap-element .item-post .meta .space {
    flex-grow: 1;
}

.store .point.container {
    margin-bottom: 55px;
}

.store .point .point-punch-in {
    width: 280px;
    height: 194px;
    border-radius: 2px;
    box-shadow: 0px 0px 14px #0000001a;

    margin-top: 20px;
}

.store .point .point-punch-in .punch-in{
    display: flex;
    width: 100%;
    height: 50%;
}

.store .point .point-punch-in .punch-in .avatar{
    height: 44px;
    width: 44px;

    margin-top: 32px;
    margin-left: 28px;
}

.store .point .point-punch-in .punch-in .avatar img{
    height: 44px;
    width: 44px;
    border-radius: 50%;
}

.store .point .point-punch-in .punch-in .points{
    margin-left: 12px;
}

.store .point .point-punch-in .punch-in .label{
    margin-top: 34px;
    font-size: 14px;
    color: #666666;
}

.store .point .point-punch-in .punch-in .number{
    margin-top: -7px;
    font-size: 22px;
    color: #000;
}

.store .point .point-punch-in .punch-in-button{
    margin-top: 36px;
    margin-left: 24px;
}

.store .point .point-punch-in .punch-in-button .button-point.done{
    color: white;
    background: #b7b7b7;
    cursor: default;
}

.store .point .point-punch-in .menu{
    display: flex;
    width: 100%;
    height: 50%;

    padding-left: 6%;
}

.store .point .point-punch-in .menu .item{
    width: 31%;
}

.store .point .point-punch-in .menu .item .icon{
    width: 100%;

    margin-top: 22px;
    margin-bottom: 4px;
}

.store .point .point-punch-in .menu .item .icon img{
    height: 25px;
    width: 100%;
    object-fit: contain;
}

.store .point .point-punch-in .menu .item .text{
    width: 100%;
    text-align: center;

    font-size: 14px;
    color: #666666;
}

.store .point .point-punch-in .menu .item .text a{
    font-size: 14px;
    color: #666666;
}

.store .point .task-item{
    display: flex;

    margin-top: 32px;
}

.store .point .task-item img{
    height: 44px;
    width: 44px;
}

.store .point .task-item .info{
    margin-left: 7px;
}

.store .point .task-item .info .name{
    color: #000000;
    font-family: Microsoft YaHei;
    font-size: 18px;
    line-height: 18px;
    margin-top: 4px;
}

.store .point .task-item .info .desc {
    color: #999999;
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 12px;
    margin-top: 6px;
}

.store .point .task-item .info .desc img{
    width: 13px;
    height: 13px;

    margin-top: -2px;
}

.store .point .task-item .info .desc span{
    color: #ff8a1d;
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 12px;
}

.store .point .task-item .button{
    margin-top: 8px;
}

.store .point .task-item .space{
    flex-grow: 1;
}

.store .point .task-item .button .task.button-point{
    height: 28px;
    width: 60px;
    padding: 8px 12px;

    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.4px;
}

.store .point .task-item .button .task.button-point.done{
    color: #ff8a1d;
    background: #fff2e5;
    cursor: default;
}

.store .point .reward-detail .task.button-point{
    padding: 0px;
}

.store .point .reward-detail .task.button-point.unprocessed{
    background: white;
    border: 1px solid #ff8a1d;
    color: #ff8a1d;
    cursor: default;
}

.store .point .table{
    margin-top: 25px;

    border: 1px solid #efefef;
}

.store .point .table .row{
    padding: 0px;
    margin: 0px;
    line-height: 47px;
    height: 47px;

    border-top: 1px solid #efefef;
}

.store .point .table .row.header{
    background: #efefef;

    color: #666666;
    font-family: Microsoft YaHei;
    font-size: 14px;
}

.store .point .table .row .score{
    color: #e40914;
}

.store .point .reward-detail .table .row{
    line-height: 88px;
    height: 88px;
}

.store .point .reward-detail .table .row.header{
    line-height: 47px;
    height: 47px;
}

.store .point .exchange .item-info{
    display: flex;

    padding-left: 32px;
}

.store .point .exchange .item-info img{
    width: 48px;
    height: 48px;
}

.store .point .exchange .item-info .info{
    margin-top: 27px;
    margin-left: 7px;
}

.store .point .exchange .item-info .info .name{
    color: #333333;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 14px;
}

.store .point .exchange .item-info .info .date{
    margin-top: 8px;

    color: #999999;
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 12px;
}

.store .point .reward img{
    width: 48px;
    height: 48px;

    margin-right: 12px;
}

.store .store-item {
    margin-top: 53px;
    margin-bottom: 55px;
}

.store .store-item .pic-item {
    border-radius: 8px;
    margin-bottom: 16px;
}

.store .store-item .pic-item img{
    border-radius: 8px;
}

.store .store-item .info{
    padding-left: 93px;
}

.store .store-item .info .prop{
    height: 60px;
    display: flex;

    color: #666666;
    font-size: 16px;
    font-family: Microsoft YaHei;
}

.store .store-item .info .prop.price{
    margin-bottom: 28px;
}

.store .store-item .info .price .bg{
    background: #f5f5f5;
    display: flex;

    height: 44px;
    width: 100%;
    border-radius: 4px;
    line-height: 44px;
}

.store .store-item .info .prop .label{
    color: #999999;
    font-family: Microsoft YaHei;
    font-size: 16px;

    margin-left: 16px;
    margin-right: 44px;
}

.store .store-item .info .name{
    color: #000000;
    font-family: Microsoft YaHei;
    font-size: 24px;
    line-height: 24px;
}

.store .store-item .info .price .text{
    color: #666666;
    font-size: 16px;
    font-family: Microsoft YaHei;
}

.store .store-item .info .price .number{
    color: #e41f14;
    font-family: Microsoft YaHei;
    font-size: 24px;
}

.store .store-item .info .prop.amount{
    margin-bottom: 7px;
}

.store .store-item .info .amount .label{
    line-height: 40px;
}

.store .store-item .info .amount .text input{
    height: 40px;
    width: 60px;

    padding-left: 15px;

    background: #f5f5f5;
    border-radius: 6px;
}

.store .store-item .info .button {
    margin-right: 25px;
}

.store .store-item .info .button .buy.button-point{
    color: #e41f14;
    background: white;
    border: 1px solid #e41f14;
    border-radius: 6px;
    width: 122px;
}

.store .store-item .info .stock {
    line-height: 36px;
    color: #999999;
}

.store .contents{
    margin-top: 30px;
}

.store .desc-text .contents{
    min-height: 244px;
    border-radius: 20px;
    background: #f5f5f5;

    padding: 34px 27px;
}

.tab-title {
    height: 22px;

    color: #666666;
    font-family: Microsoft YaHei;
    font-size: 22px;
    line-height: 22px;
}

.tab-title::after {
    content: "";
    display: block;
    width: 88px;
    height: 1px;
    background: #e40914;
    position: absolute;
    top: 33px;
    left: 15px;
}

.personal.content-area {
    background: #f5f5f5;
    padding-bottom: 100px;
}

.personal .user-info {
    height: 678px;
    border-radius: 20px;
    background: #ffffff;
}

.personal .user-info .pic-author{
    margin-left: auto;
    margin-right: auto;
    padding-top: 36px;
    width: 144px;
}

.personal .user-info .pic-author img{
    width: 144px;
    height: 144px;
    border-radius: 50%;
}

.personal .user-info .info-author{
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.personal .user-info .info-author .user-item-info{
    display: flex;

    margin-bottom: 13px;
}

.personal .user-info .info-author .user-item-info .name-item{
    text-align: right;

    color: #999999;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 18px;
}

.personal .user-info .info-author .user-item-info .value-item{
    color: #000000;
    font-family: Microsoft YaHei;
    font-size: 18px;
    line-height: 18px;
}

.personal .user-info .info-author .user-item-info .value-item.desc{
    color: #000000;
    font-family: Microsoft YaHei;
    font-size: 18px;
    line-height: 18px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.personal .user-info .info-author .user-item-info.school .name-item{
    line-height: 24px;
}

.personal .user-info .info-author .user-item-info.school .value-item{
    line-height: 24px;
}

.personal .user-info .info-author .user-item-info .button-point{
    color: #4992ff;
    background: white;
    border: 1px solid #4992ff;
    border-radius: 6px;
    width: 122px;

    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
}

.personal .misc {
    height: 678px;
    border-radius: 20px;
    background: #ffffff;

    padding: 64px 39px 64px 39px;
}

.personal .misc .title{
    color: #000000;
    font-family: Microsoft YaHei;
    font-size: 30px;
    line-height: 30px;
}

.personal .misc .info {
    margin-top: 42px;
}

.personal .misc .info .info-item {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative
}

.personal .misc .info .info-item .my-number {
    color: #4992ff;
}

.personal .misc .rank {
    padding: 28px 71px;
    border-radius: 8px;
    background: #fafafa;
    margin-top: 64px;
}

.personal .misc .rank.rank-plat {
    margin-top: 40px;
}

  .store .point .table .rules.row{
    line-height:normal;
    height: auto;
    padding: 12px 32px;
    border: 0;
}

.store .point .table .rules.header.row{
    line-height: 47px;
    height: 47px;
    padding: 0px 0px 0px 32px;
}

.store .point .table .rules.row .item .name{
    color: #333333;
    font-family: Microsoft YaHei;
    font-size: 18px;
    line-height: 18px;

    margin-bottom: 8px;
}

.store .point .table .rules.row .item .desc{
    color: #666666;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 14px;
}

.store .point .table .rules.row .item::before{
    content: "•";
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #e40914;
    position: relative;
    top: 19px;
    left: -15px;
}

.white-popup-block {
    background: #FFF;
    max-width: 850px;
    min-height: 300px;
    margin: 40px auto;
    position: relative;
    border-radius: 12px;

    padding-bottom: 36px;
}

.white-popup-block .order-header {
    background: #efefef;
    height: 68px;
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 23px 40px;

    color: #333333;
    font-family: Microsoft YaHei;
    font-size: 23px;
    line-height: 23px;
}

.white-popup-block .confirm-header {
    height: 68px;
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 23px 40px;

    color: #333333;
    font-family: Microsoft YaHei;
    font-size: 23px;
    line-height: 23px;
}

.white-popup-block .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 25px;
    top: 12px;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    font-weight: 100;
    font-style: normal;
    font-size: 55px;
    font-family: Arial,Baskerville,monospace;
}

.order-addresses {
    width: 90%;

    margin: 20px auto;
}

.order-addresses .address{
    height: 56px;

    margin: 15px 0px;

    padding: 18px 12px;

    line-height: 56px;

    border: 2px solid #e9e9e9;
    border-radius: 8px;

    color: #8c8c8c;
    font-family: Microsoft YaHei;
    font-size: 16px;
    line-height: 16px;
}

.order-addresses .address.selected{
    border: 2px solid #ff8a1d;
    color: #333333;
}

.order-add-address {
    width: 90%;
    margin: 20px auto;

    color: #4992FF;
    font-family: Microsoft YaHei;
    font-size: 18px;
    line-height: 28px;

    cursor: pointer;
}

.order-add-address span{
    font-size: 26px;
    line-height: 28px;
}

.order-item {
    width: 90%;
    height: 104px;
    line-height: 104px;
    border: 2px solid #e9e9e9;
    border-radius: 8px;
    margin: 20px auto;
    display: flex;

    color: #333333;
    font-family: Microsoft YaHei;
    font-size: 16px;
}

.order-item .item-info{
    display: flex;
}

.order-item .item-info img{
    width: 54px;
    height: 54px;
}

.order-item .item-info .info{
    margin-left: 24px;
}

.order-item .price .number{
    color: #e41f14;
    font-family: Microsoft YaHei;
}

.order-total {
    width: 90%;
    height: 24px;
    line-height: 24px;
    margin: 0px auto;
    display: flex;
    flex-direction: row-reverse;

    color: #333333;
    font-family: Microsoft YaHei;
    font-size: 16px;
}

.order-total .price .number{
    color: #e41f14;
    font-family: Microsoft YaHei;
    font-size: 24px;
}

.white-popup-block.confirm-form {
    max-width: 500px;
    max-height: 248px;
}

.white-popup-block .ops {
    width: 90%;
    margin: 0px auto;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 36px;
}

.white-popup-block .ops .button-point{
    color: white;
    background: #e41f14;
    border: 1px solid #e41f14;
    border-radius: 6px;
    width: 122px;

    margin-left: 36px;
}

.white-popup-block .ops .cancel.button-point{
    color:#666666;

    background: white;
    border: 1px solid #cccccc;
}

.pay-form .price {
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin: 42px auto;

    color: #666666;
    font-family: Microsoft YaHei;
    font-size: 20px;
}

.pay-form .price .number{
    color: #e41f14;
}

.pay-form .qr {
    width: 180px;
    height: 180px;
    margin: 0px auto;
}

.pay-form .qr img{
    width: 180px;
    height: 180px;
}

.pay-form .info {
    text-align: center;
    height: 20px;
    margin: 26px auto;

    color: #4992ff;
    font-family: Microsoft YaHei;
    font-size: 20px;
    line-height: 20px;
}

.confirm-form .info {
    text-align: center;
    height: 40px;
    margin: 0px auto 0px;

    color: #333333;
    font-family: Microsoft YaHei;
    font-size: 30px;
    line-height: 40px;
}

.confirm-form .button {
    display: flex;
    margin-top: 38px;
    justify-content: center;
}

.confirm-form .button .btn-learnmore{
    margin: 0px 20px;
    width: 166px;
}

.pay-result-form .info {
    text-align: center;
    height: 40px;
    margin: 75px auto 0px;


    color: #666666;
    font-family: Microsoft YaHei;
    font-size: 30px;
    line-height: 40px;
}

.pay-result-form .info img{
    width: 40px;
    height: 40px;
}

.pay-result-form .desc {
    text-align: center;
    height: 16px;
    margin: 33px auto;

    color: #999999;
    font-family: Microsoft YaHei;
    font-size: 16px;
    line-height: 16px;
}

.pay-result-form .desc.insufficient-points {
    text-align: unset;
    height: unset;
    line-height: unset;
}

.pay-result-form .desc span{
    padding: 0px 36px;
}

.pay-result-form .desc.insufficient-points div{
    margin: 0px auto;
    width: 251px;
}

.pay-result-form .desc .price{
    border-right: 1px solid #D9D9D9;
}

.pay-result-form .button {
    text-align: center;
    margin: 13px auto 33px;
}

.next-button.button-point{
    color:#4992FF;
    font-size: 20px;
    line-height: 20px;

    background: white;
    border: 1px solid #4992FF;
    border-radius: 4px;
}

.pay-failed-form .next-button.button-point{
    width: 126px;
}

.invisible {
    display: none;
}

.personal.edit .user-info {
    height: auto;
    padding-top: 50px;
    padding-bottom: 76px;
}

.personal.edit .user-info .pic-author {
    padding-top: 0px;
    position: relative;
}


.personal.edit .user-info .pic-author .overlay{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background: #000;
    opacity: 0;
    border-radius: 50%;

    text-align: center;
    line-height: 144px;

    color: white;
    font-size: 20px;

    cursor: pointer;
}

.personal.edit .user-info .pic-author .overlay:hover{
    opacity: .5;
}

.personal.edit .user-info .info-author .user-item-info{
    margin-bottom: 37px;
}

.personal.edit .user-info .info-author .user-item-info.buttons{
    width: 70%;
    margin: 0px auto;
}

.personal.edit .user-info .info-author .user-item-info.buttons .button-point{
    width: 170px;
}

.personal.edit .user-info .info-author .user-item-info.buttons .save{
    color: white;
    background: #4992FF;
    border: 1px solid #4992FF;
}

.personal.edit .user-info .info-author .user-item-info .name-item{
    line-height: 30px;
    padding-right: 25px;
}

.personal.edit .user-info .info-author .user-item-info .name-item.required{
    padding-right: 15px;
}

.personal.edit .user-info .info-author .user-item-info .name-item.required span{
    color: red;
}

.personal.edit .user-info .info-author .user-item-info .value-item{
    line-height: 30px;
}

.personal.edit .user-info .info-author .user-item-info .value-item textarea{
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    display: block;
    width: 100%;
    min-height: 200px;
    background: 0 0;
    padding: 12px;
    border: 1px solid #e5e5e5
}

.personal.edit .user-info .info-author .user-item-info .value-item .select2-container{
    max-width: 400px;

    height: 30px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
}

.personal.edit .user-info .info-author .user-item-info .value-item .select2-container .select2-selection__arrow{
    right: 10px;
}

.personal.edit .user-info .info-author .user-item-info .value-item .select2-dropdown{
    max-width: 400px;
    width: 100% !important;
}

.personal.edit .user-info .info-author .user-item-info .value-item.options span{
    margin-right: 40px;
}

.personal.edit .user-info .info-author .user-item-info .value-item .inputbox{
    height: 30px;
    width: 100%;
    max-width: 400px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;

    font-size: 14px;

    padding-left: 12px;
}

.personal.edit .user-info .select2-container--default .select2-results__option[aria-selected=true]{
    color: white;
    background: #4992ff;
}

.select-school-form .info-school-search{
    width: 90%;
    height: 60px;

    margin: 19px auto 5px;
}

.select-school-form .info-school-search input{
    width: 100%;
    height: 60px;

    border-radius: 4px;
    border: 1px solid #f0f0f0;

    font-size: 20px;

    padding-left: 12px;
    padding-right: 12px;
}

.select-school-form .info-school-list-placeholder{
    width: 90%;
    height: 400px;

    margin: 0px auto;
}

.select-school-form .info-school-list{
    border-radius: 4px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 2px 8px #00000014;

    overflow-y: scroll;
}

.select-school-form .info-school-list ul{
    padding: 36px 42px;
}

.select-school-form .info-school-list ul li{
    padding: 6px;

    cursor: pointer;
}

.select-school-form .info-school-list ul li.selected{
    color: white !important;
    background: #4992ff;
}

.select-school-form .info-school-list ul li:hover{
    color: #e40914;
}

.select-school-form .buttons{
    width: 395px;
    margin: 70px auto;
}

.select-school-form .buttons .button-point{
    width: 170px;
    color: #4992ff;
    background: white;
    border: 1px solid #4992ff;
    border-radius: 6px;

    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
}

.select-school-form .buttons .save{
    margin-right: 50px;
    color: white;
    background: #4992FF;
    border: 1px solid #4992FF;
}

.profile .bg{
    height: 160px;

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

    background: #ffffff;
}

.profile .bg img{
    height: 100%;
    width: 100%;

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.profile .summary{
    height: 135px;
    display: flex;
    flex: 0 0 80%;
    flex-direction: row-reverse;

    background: #ffffff;

    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.profile .summary .content{
    height: 100%;
    max-width: 1000px;
    width: 82%;
    display: flex;
    padding: 14px 0px;
}

.profile .summary .content .text{
    height: 100%;
    max-width: 800px;
    width: 84%;
}

.profile .summary .content .text .name{
    color: #000000;
    font-family: Microsoft YaHei;
    font-size: 20px;
    line-height: 20px;
}

.profile .summary .content .text .info-items{
    margin-top: 9px;
}

.profile .summary .content .text .info-items .info-item{
    margin-right: 34px;
    color: #000000;
    font-family: Microsoft YaHei;
    font-size: 16px;
    line-height: 20px;
}

.profile .summary .content .text .info-items .info-item .title{
    margin-right: 3px;
    color: #666666;
    font-size: 14px;
}

.profile .summary .content .text .desc{
    margin-top: 18px;
    padding-right: 45px;

    color: #666666;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 14px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.profile .summary .content .button{
    height: 100%;
    max-width: 200px;
    width: 16%;
}

.profile .avatar{
    height: 152px;
    width: 152px;

    position: absolute;
    top: 114px;
    left: 56px;
}

.profile .avatar img{
    height: 152px;
    width: 152px;
    border-radius: 50%;

    border: 2px solid #fff;
}

.profile .follow.button-point{
    border-radius: 6px;
    margin-top: 65px;
}

.profile .follow.button-point.done{
    color: white;
    background: #b7b7b7;
}

.profile .edit.button-point{
    border-radius: 6px;
    margin-top: 65px;

    color: #ff8a1d;
    background: white;
    border: 1px solid #ff8a1d;
}

.personal .content-list{
    margin-top: 35px;
}

.personal .content-list .list-block .wrap-element{
    border-radius: 12px;
    background: white;
    padding: 20px;
    min-height: 660px;
}


/* .profile .avatar{
    height: 152px;
    width: 152px;

    position: absolute;
    top: 114px;
    left: 56px;
} */

.profile .bg .user-bg-button{
    width: 88px;
    height: 30px;
    border-radius: 25px;
    border: 1px solid #999999;

    font-size: 14px;
    line-height: 1.1;
    color: #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 51px;
    cursor: pointer;

    position: absolute;
    top: 52px;
    left: 984px;
}

.btn-learnmore {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    background: #e40914;
    padding: 0 39px
}

.btn-learnmore:hover {
    background: #b30710
}

.btn-learnmore.done {
    color: #333333;
    background: #d9d9d9;
}

.common-form{
    width: 90%;

    margin: 20px auto;
}

.common-form .info-item{
    display: flex;

    margin-bottom: 13px;
}


.common-form .info-item .name{
    text-align: right;

    color: #999999;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 18px;
}

.common-form .info-item .value{
    color: #000000;
    font-family: Microsoft YaHei;
    font-size: 18px;
    line-height: 18px;
}

.common-form .info-item .value .inputbox{
    height: 30px;
    width: 100%;
    max-width: 400px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;

    font-size: 14px;

    padding-left: 12px;
}

.common-form .info-item .buttons .button-point{
    width: 170px;
}

.common-form .info-item .buttons .save{
    color: white;
    background: #e41f14;
    border-radius: 4px;
    margin-right: 36px;
}


.common-form .info-item .buttons .cancel{
    color: #666666;
    background: white;
    border-radius: 4px;
    border: 1px solid #cccccc;
}


@media(max-width:1200px) {
    .responsive .store-list.videos-list .wrap-element .item-post .text-item .title{
        font-size: 13px;
    }

    .responsive .profile .summary .content{
        width: 78%;
    }
}

@media(max-width:991px) {
    .responsive .profile .summary .content{
        width: 70%;
    }

    .responsive .profile .summary .content .text{
        width: 74%;
    }
}