.box-content {
    padding: 1.5rem 0 2rem 0;
    position: relative;
    width: 70em;
    margin: 0 auto;
}

.el-tabs__nav-wrap::after {
    z-index: -1;
}

.el-tabs__item {
    color: var(--main_color);
}

.el-tabs__item.is-active {
    color: var(--main_color);
}

.el-tabs__item:hover {
    color: var(--main_color);
}

.el-tabs__active-bar {
    height: 4px;
    background-color: var(--minor_color);
}

.main-content .page-title{
    margin-bottom: 3.5rem;
    height: 2rem;
    line-height: 2rem;
    color: #666;
    font-size: var(--content_font_size);
}

.el-tabs__content {
    padding: 2rem 0 0 0;
}

.el-input--suffix .el-input__inner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.el-input__inner{
    background-color: var(--main_background_color);
    border-color: rgb(38 42 51 / 20%);
    border-radius: 0.5rem;
    height: 2.5rem;
    font-size: var(--content_font_size) !important;
}
.el-textarea__inner {
    background-color: var(--main_background_color);
    border-color: rgb(38 42 51 / 20%);
    font-size: var(--content_font_size) !important;
    border-radius: 0.5rem;
}
.el-input__inner:hover, .el-textarea__inner:hover {
    border-color: var(--main_color) !important;
}
.el-input.is-active .el-input__inner, .el-input__inner:focus, .el-textarea__inner:focus {
    border-color: var(--main_color) !important;
}
.el-textarea .el-input__count {
    background: var(--main_background_color);
}

.el-table .cell{
    line-height: 1.2rem;
    font-size: 0.7rem;
}

.el-table .el-table__cell{
    padding: 0.6rem 0;
}

.el-select .el-input .el-select__caret{
    font-size: 1rem;
    line-height: 1.75rem;
    height: 1.75rem;
}

.el-popper[x-placement^=bottom]{
    margin-top: 0.6rem;
}

.el-select-dropdown__item{
    font-size: var(--content_font_size);
    padding: 0 1rem;
    height: 1.75rem;
    line-height: 1.75rem;
}

.el-button{
    padding: 0.6rem 1rem;
    border-radius: 0.2rem;
}

.el-table{
    font-size: 0.7rem;
}

/* ÃƒÂ©Ã¢â‚¬â€œÃ‚ÂºÃƒÂ¥Ã¢â‚¬Å¡Ã¢â€žÂ¢ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¥Ã‚Â¦Ã…Â¾ÃƒÂ¯Ã‚Â¿Ã‚Â½ */
.list-div {
    width: 100%;
    display: flex;
    padding: 1rem;
    border: solid 1px #DDD;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.list-div .news-pic {
    cursor: pointer;
    border-radius: 0.5rem;
}

.list-div .news-content {
    height: 100%;
    width: 100%;
    padding-right: 1rem;
}

.list-div .news-top {

}

.list-div .news-title {
    height: 13%;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 1rem;
}

.list-div .news-time {
    height: 35%;
    font-size: var(--content_font_size);
    padding-top: 1.5rem;
    color: #666;
}

.list-div .news-detail {
    height: 40%;
    line-height: 1.7;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
    color: #666;
}

.list-div .news-button {
    position: absolute;
    bottom: 0;
}

.hover-btn {
    background-color: #fff;
    border: 1px solid var(--grey_color);
    color: var(--grey_color);
}

.news-list-div .news-title span:hover {
    cursor: pointer;
    color: var(--main_color);
}

.list-page {
    left: 0;
    margin-bottom: -2rem;
    width: 100%;
    position: relative;
    text-align: center;
}

.layui-laypage {
    margin: 0;
}

.layui-laypage a, .layui-laypage span {
    margin-bottom: 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: var(--main_color);
}

.show-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    float: left;
    padding-right: 10px;
}

.show-synopsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 4.2rem);
    float: left;
    padding-right: 10px;
    font-size: var(--content_font_size);
}

.paly i {
    font-size: 2.5rem;
    color: rgb(255 255 255);
    position: absolute;
    margin-top: 25%;
    margin-left: -8%;
}

.el-input{
    font-size: 0.9rem;
}

.pic-div {
    cursor: pointer;
}

.pic-div:hover .paly * {
    color: var(--main_color);
    /* filter: contrast(0.4); */
}

.div-list {
    width: 33.3%;
    padding: 0 1rem;
    overflow: hidden;
    border: 0px solid #262A33;
    border-radius: 0.5rem;
}

.news-more-img {
    cursor: pointer;
    width: 100%;
    height: 14rem;
    border-radius: 0.5rem 0.5rem 0 0;
    object-fit: cover;
}

.news-more-summary {
    padding-top: 1rem;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    cursor: pointer;
    -webkit-line-clamp: 2;
    height: 3.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.div-list-title {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.total-cont:hover {
    color: var(--main_color);
}

.news-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.el-select {
/*     float: right; */
}


.news-detail-list {
    margin-bottom: 2rem;
    padding: 10px 0px;
    border-top: unset;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    flex-direction: column;
}

.news-more-time {
    padding-top: 0.9rem;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    font-size: var(--content_font_size);
    color: #666;
}

.news-nodetail {
    font-size: var(--content_font_size);
    text-align: center;
    color: #909399;
}

.news-bookname {
    font-size: var(--content_font_size);
    font-weight: 600;
}

.el-collapse {
    border-top: 0px solid #EBEEF5;
    border-bottom: 0px solid #EBEEF5;
}

.list-pages {
    left: 0;
    width: 100%;
    position: relative;
    text-align: center;
}

.total-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 3rem;
    cursor: pointer;
}

.total-name {
    width: 75%;
    font-size: var(--content_font_size);
}

.total-time {
    width: 15%;
    font-size: var(--content_font_size);
}

.total-size {
    width: 10%;
    font-size: var(--content_font_size);
}

.box-content {
    padding: 1.5rem 0 2rem 0;
    position: relative;
    width: 70em;
    margin: 0 auto;
}

.el-tabs__nav-wrap::after {
    z-index: -1;
}

.el-tabs__item {
    color: var(--main_color);
}

.el-tabs__item.is-active {
    color: var(--main_color);
}

.el-tabs__item:hover {
    color: var(--main_color);
}

.el-tabs__active-bar {
    height: 4px;
    background-color: var(--minor_color);
}

.el-tabs__content {
    padding: 2rem 0;
}
.main-detail{
    width: 80% !important;
}
.main-detail .page-search {
    float: right;
    width: 7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    position: relative;
}

.main-detail .page-search .year {
    padding: 0 1.7rem 0 0;
    text-align: center;
    cursor: pointer;
    height: 100% !important;
    position: absolute;
    z-index: 1;
    background: transparent;
    border-radius: 0.2rem;
}

.main-detail .page-search .select {
    width: 1.7rem;
    height: 1.7rem;
    background: var(--main_color);
    position: absolute;
    right: 1px;
    top: 0;
    text-align: center;
    line-height: 1.7rem;
    color: #fff;
    border-radius: 0 0.2rem 0.2rem 0;
}

/* ÃƒÂ©Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¨Ã‚ÂºÃ‚Â²ÃƒÂ¥Ã¢â‚¬Å¾Ã‚Â±ÃƒÂ©Ã…Â½Ã‚Â²ÃƒÂ¯Ã‚Â¿Ã‚Â½ */
.message-list {
    display: flow-root;
    margin: 0 -2rem;
}

.message-list .list-div {
    float: left;
    padding: 0 1.5rem;
    width: 25%;
    margin-bottom: 2.5rem;
}

.message-list .pic-div {
    cursor: pointer;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 137%;
}

.years-list-div .pic-div {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 137%;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-around;
}

.el-collapse-item__header{
    height: 2.4rem !important;
    line-height: 2.4rem;
}

.years-list-div .news-pic {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    cursor: pointer;
}

.years-list-div .hover-div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: var(--main_color_hover);
    display: none;
    border-radius: 0.3rem;
}

.years-list-div .hover-div > div {
    display: flex;
    width: 100%;
    height: 100%;
}

.years-list-div .hover-div > div > div {
    color: #fff;
    font-size: var(--content_font_size);
    margin: auto;
    border-radius: 0.4rem;
    padding: 0.4rem 0.8rem;
    background: var(--main_color);
}

.years-list-div .news-content {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.div-list-title:hover {
    color: var(--main_color);
}

.rules-div-list-title:hover {
    color: var(--main_color);
}

.list-page {
    left: 0;
    bottom: 0.5rem;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: -10.5rem;
}

.view-more {
    right: 5rem;
    cursor: pointer;
    width: 7rem;
    height: 2rem;
    background-color: #e6e6e6;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}


/* ÃƒÂ¥Ã‚Â¦Ã…Â¾ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â¦ÃƒÂ¦Ã‚Â¹Ã‚Â±ÃƒÂ¥Ã‚Â¨Ã‚Â²ÃƒÂ¤Ã‚Â¼Ã‚Â´ÃƒÂ¥Ã‚Â´Ã¢â‚¬â€ÃƒÂ©Ã‚Â¡Ã¢â‚¬â„¢ÃƒÂ¥Ã¢â‚¬Å¡Ã‹Å“ÃƒÂ¤Ã‚Â»Ã¢â‚¬Âº */
.list-div-publicity {
    height: 9.75rem;
    width: 65rem;
    margin: 0 auto;
    display: flow-root;
    padding: 1.5rem 6rem;
    border-bottom: 1px solid #eee;
}

.list-div-publicity .news-pic-publicity {
    width: 11.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    position: relative;
    bottom: 1rem;
}

.list-div-publicity .news-content-publicity {
    float: right;
    height: 100%;
    position: relative;
    padding-left: 1.5rem;
    width: calc(100% - 11.5rem);
}

.list-div-publicity .news-top-publicity {
    display: flow-root;
    margin-bottom: 0.5rem;
}

.list-div-publicity .news-title-publicity {
    float: left;
    font-size: 0.85rem;
    font-weight: 600;
    width: calc(100% - 5rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-div-publicity .news-time-publicity {
    float: left;
    width: 5rem;
    color: var(--grey_color);
    font-size: var(--content_font_size);
    text-align: right;
}

.list-div-publicity .news-detail-publicity {
    font-size: 0.85rem;
    color: var(--grey_color);
    line-height: 1.5;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-div-publicity .news-button-publicity {
    position: absolute;
    bottom: 0;
}

.hover-btn {
    background-color: #fff;
    border: 1px solid var(--grey_color);
    color: var(--grey_color);
}

.list-div-publicity .news-title-publicity span:hover {
    cursor: pointer;
    color: var(--main_color);
}

.publicity-page {
    text-align: center;
    margin-top: 2.5rem;
}

.list-page-publicity {
    left: 0;
    bottom: 2.5rem;
    width: 100%;
    position: absolute;
    text-align: center;
}

.layui-laypage {
    margin: 0;
}

.layui-laypage a, .layui-laypage span {
    margin-bottom: 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: var(--main_color);
}

.threeRow {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.years-list-div {
    position: relative;
    float: left;
    width: 25%;
    /* width: 33.33%; */
    margin-bottom: 4rem;
    padding: 0 1rem
}

.html {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.rules-div-list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rules-div-list-title:hover {
    transition: 0.2s;
    cursor: pointer;
    background-size: 1.3rem;
}

.rules-div-list {
	width: 25%;
	padding-bottom: 4rem;
}

.rules-div-list .list-sub {
    cursor: pointer;
    width: fit-content;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: auto;
}

.rules-div-list .list-sub1 {
    cursor: pointer;
}

.rules-list-content .project-img {
    width: 10.938vw;
    height: 15.469vw;
    min-width: 123.6px;
    min-height: 174.8px;
    position: relative;
}

.rules-list-content1 .project-img {
    width: 100%;
    height: 10.417vw;
    min-height: 118px;
    position: relative;
}

.news-list {
    width: calc((100% - 92px) / 2);
    height: 67px;
    margin: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
}

.list-pages1 {
    left: 0;
    margin-top: 3.5rem;
    margin-bottom: -6.5rem;
    width: 100%;
    position: relative;
    text-align: center;
}

.img_div_max img {
    max-width: 1000px;
}

.box-content {
    padding: 1.5rem 0 2rem 0;
    position: relative;
    width: 70em;
    margin: 0 auto;
}

.el-tabs__nav-wrap::after {
    z-index: -1;
}

.el-tabs__item {
    left: 2rem;
    color: var(--main_color);
}

.el-tabs__item.is-active {
    color: var(--main_color);
}

.el-tabs__item:hover {
    color: var(--main_color);
}

.el-tabs__active-bar {
/*     left: 2rem; */
    height: 0.3rem;
    background-color: var(--main_color);
}

.el-tabs__content {
    padding: 1rem 0 0 0;/*4rem*/
}

.el-loading-spinner{
    top: 50%;
    margin-top: -21px;
    position: absolute;
    left: 50%;
    width: unset;
}
.el-loading-spinner .path {
    stroke: var(--main_color);
}

.el-loading-mask {
    background-color: var(--main_background_color);
}

.about-title {
    color: var(--minor_color);
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0 1rem;
}

/*!* ÃƒÂ©Ã¢â‚¬â€Ã¢â‚¬Å¡ÃƒÂ¥Ã¢â‚¬Å¡Ã¢â€žÂ¢ÃƒÂ¨Ã†â€™Ã‚Â¶ÃƒÂ§Ã‚ÂºÃ‚Â­ÃƒÂ¥Ã‚Â Ã¢â‚¬Â¢ÃƒÂ¥Ã‚Â¼Ã‚Â²ÃƒÂ¥Ã‚Â©Ã…Â ÃƒÂ¥Ã¢â‚¬Â Ã‚Â¾ÃƒÂ¦Ã‚Â¸Ã‚Â»ÃƒÂ¥Ã‚Â¨Ã‚Â´ÃƒÂ§Ã…Â Ã‚Â²ÃƒÂ®Ã†â€™Ã¢â‚¬Â¦ÃƒÂ©Ã¢â‚¬â€Ã¢â‚¬Å¡ÃƒÂ®Ã‹â€ Ã…Â¾ÃƒÂ¦Ã…Â¸Ã‚Â£ÃƒÂ©Ã…Â½Ã‚Â°ÃƒÂ©Ã‚ÂÃ¢â‚¬ÂºÃƒÂ¥Ã‚Â¢Ã‚Â®ÃƒÂ¦Ã‚Â¤Ã‚Â¤ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â¡ÃƒÂ©Ã‚Â²Ã‚Â¸ÃƒÂ©Ã…Â½Ã‚Â±ÃƒÂ£Ã¢â‚¬Å¾Ã‚Â¥ÃƒÅ½Ã…Â¸ÃƒÂ¦Ã‚Â¾Ã‚Â¶ÃƒÂ§Ã‚Â¨Ã‚Â¿ÃƒÂ¦Ã†â€™Ã‹â€ ÃƒÂ©Ã¢â‚¬â€Ã‚ÂÃƒÂ¥Ã¢â‚¬Å“Ã¢â‚¬Å¾ÃƒÂ¦Ã‚Â£Ã¢â‚¬â€ÃƒÂ¥Ã‚Â¦Ã‚Â«ÃƒÂ¦Ã‚Â¥Ã¢â‚¬Â¦ÃƒÂ¦Ã‚Â¹Ã‚ÂÃƒÂ©Ã¢â‚¬â€Ã‚ÂÃƒÂ§Ã‚Â»Ã‹Å“ÃƒÂ§Ã¢â‚¬ËœÃ‚Â¥ÃƒÂ©Ã…Â½Ã‚Â³ÃƒÂ¥Ã‚Â¿Ã¢â‚¬Â¢ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¦Ã‚Â°Ã‚Â¾ÃƒÂ¦Ã¢â‚¬Â¹Ã‚Â· *!
.html-content {
    padding: -0.5rem 0;
}*/
.details-block {
    display: flex;
    flex-direction: column;
    width: 12rem;
    height: 8rem;
    border-radius: 1.5rem;
    justify-content: space-evenly;
    align-items: center;
}

.details-block .el-divider--horizontal {
    width: 80%;
    margin: 0;
    background-color: #FFF;
}

.details-block span {
    color: #FFF;
}

.details-block-title {
    font-size: 0.9rem;
    font-weight: 600;
}

.certificate-div {
    width: 20rem;
    height: 13.5rem;
    padding: 0 2rem 0 2rem;
    cursor: pointer;
}

.certificate-div1 {
    background: url(https://smileowe.oss-cn-hangzhou.aliyuncs.com/smile/about/certificate1.jpg) no-repeat;
    background-size: 18rem;
}

.certificate-div2 {
    background: url(https://smileowe.oss-cn-hangzhou.aliyuncs.com/smile/about/certificate2.jpg) no-repeat;
    background-size: 18rem;
}

.certificate-div3 {
    background: url(https://smileowe.oss-cn-hangzhou.aliyuncs.com/smile/about/certificate3.jpg) no-repeat;
    background-size: 18rem;
}

.certificate {
    padding: 2rem 0;
    display: flex;
    justify-content: space-evenly;
}

.details-block4-title {
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem 1rem 0 1rem;
}

.details-block4-buttom {
    cursor: pointer;
    width: 6rem;
    height: 1.6rem;
    border-radius: 1.5rem;
    border: solid 1px #FFF;
    background-color: var(--main_color);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* ÃƒÂ©Ã¢â‚¬â€Ã¢â‚¬Å¡ÃƒÂ¤Ã‚Â½Ã‚Â½ÃƒÂ¥Ã‚Â´Ã‚ÂµÃƒÂ©Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ¦Ã‚Â¶Ã‹Å“ÃƒÅ½Ã¢â‚¬ÂºÃƒÂ©Ã‚ÂÃ†â€™ÃƒÂ¥Ã¢â‚¬Å¡Ã‚ÂÃƒÂ¥Ã‚Â§Ã‚Â³ÃƒÂ©Ã¢â‚¬â€œÃ‚ÂµÃƒÂ¥Ã‚Â¨Ã‚Â¾ÃƒÂ¦Ã¢â€žÂ¢Ã…â€œÃƒÂ©Ã‹â€ Ã‚Â·ÃƒÂ¦Ã¢â‚¬Å¾Ã‚Â°ÃƒÂ¦Ã…Â¸Ã¢â‚¬ÂºÃƒÂ©Ã‚Â¡Ã‚Â­ÃƒÂ¦Ã‹â€ Ã‚ÂÃƒÂ¦Ã…Â¾Ã‚Â¤ÃƒÂ¦Ã‚Â¿Ã‚Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â°ÃƒÂ¥Ã…Â¾Ã‚Â¿ÃƒÂ©Ã…Â½Ã‚Â®ÃƒÂ¥Ã‚Â½Ã¢â‚¬â„¢ÃƒÂ¥Ã‚Â´Ã‚Â¶ÃƒÂ©Ã¢â‚¬â€œÃ‚Â¿ÃƒÂ¥Ã‚Â¬Ã‚ÂªÃƒÂ®Ã‚ÂÃ‚Â¶ */
.send-top {
    width: 100%;
    height: 21rem;
}

.send-top .send-img {
    background: url(https://smileowe.oss-cn-hangzhou.aliyuncs.com/smile/about/send.jpg) 0% 0% / 100% 100% no-repeat;
    width: 56rem;
    height: 17rem;
    position: relative;
    z-index: 50;
}

.send-text p {
    text-indent: 1.7rem;
}

.send-top .send-frame {
    margin-top: -13rem;
    position: relative;
    border: solid 4px var(--minor_color);
    width: 56rem;
    height: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.send-title {
    color: var(--minor_color);
    position: relative;
    bottom: 14px;
    font-size: 1.5rem;
    font-weight: 600;
}

.send-text {
    padding: 2rem 1rem;
}

.send-text p {
    line-height: 1.4rem;
}

.send-text .text-foot {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 1rem 0;
}

/* ÃƒÂ§Ã‚Â¼Ã¢â‚¬Å¡ÃƒÂ¥Ã¢â‚¬Å¡Ã…Â¡ÃƒÂ¥Ã¢â€šÂ¬Ã‚Â·ÃƒÂ§Ã‚Â»Ã¢â€šÂ¬ÃƒÂ¤Ã‚Â½Ã‚ÂºÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¦Ã‚Â°Ã‚Â¼ÃƒÂ¥Ã¢â‚¬â€œÃ…Â¡ÃƒÂ©Ã‚ÂÃ¢â‚¬â„¢ÃƒÂ¦Ã…Â½Ã¢â‚¬â€ÃƒÂ¥Ã‚Â¹Ã¢â‚¬Â¡ÃƒÂ©Ã‚ÂÃ¢â‚¬Â°ÃƒÂ¥Ã…Â¾Ã‚Â®ÃƒÂ¥Ã…Â¡Ã¢â‚¬ËœÃƒÂ©Ã¢â‚¬â€Ã‚ÂÃƒÂ§Ã¢â‚¬Â¦Ã…Â½ÃƒÂ¦Ã¢â‚¬ËœÃ…â€œÃƒÂ©Ã‚ÂÃ‚ÂÃƒÂ¦Ã‚ÂÃ‚ÂÃƒÂ¦Ã¢â‚¬Â¢Ã¢â‚¬Å“ÃƒÂ©Ã‚ÂÃ¢â‚¬Å¡ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â ÃƒÂ¥Ã‚Â«Ã‚Â¹ */
.structure {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.structure .structure-img {
    background: url(https://smileowe.oss-cn-hangzhou.aliyuncs.com/smile/about/structure.jpg) 0% 0% / 100% 100% no-repeat;
    width: 40rem;
    height: 22rem;
}

/* ÃƒÂ©Ã¢â‚¬â€Ã¢â‚¬Å¡ÃƒÂ¤Ã‚Â½Ã‚Â¸ÃƒÂ¦Ã¢â‚¬Â Ã‚Â¡ÃƒÂ©Ã¢â‚¬ÂÃ…Â¡ÃƒÂ¦Ã‚Â¿Ã‚Â¡ÃƒÂ®Ã¢â‚¬Å¡Ã‚Â£ÃƒÂ®Ã…Â¡Ã¢â‚¬Â°ÃƒÂ©Ã…Â Ã¢â‚¬Â¡ÃƒÂ¦Ã¢â‚¬Å¾Ã‚Â°ÃƒÂ¥Ã‚Â´Ã‚Â¼ÃƒÂ©Ã‚ÂÃ¢â‚¬Â¡ÃƒÂ§Ã¢â‚¬Â Ã‚Â·ÃƒÂ¦Ã‚Â®Ã‚Â¥ÃƒÂ©Ã¢â‚¬â€Ã‚ÂÃƒÂ¦Ã…â€™Ã…Â½ÃƒÂ§Ã‚Â¹Ã¢â‚¬Å¡ÃƒÂ©Ã‚ÂÃ¢â‚¬â€ÃƒÂ¥Ã‚Â¿Ã¢â‚¬Å“ÃƒÂ§Ã¢â‚¬Â¢Ã‚Â·ÃƒÂ©Ã¢â‚¬ÂÃ…Â¸ÃƒÂ¯Ã‚Â¿Ã‚Â½ */
.honor-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 1.5rem 2rem;
    flex-wrap: wrap;
}

.honor-button {
    margin: 0.5rem 0.95rem;
    width: 5rem;
    height: 1.6rem;
    background-color: #e6e6e6;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.honor-button:hover, .on {
    color: #FFF;
    background-color: var(--main_color);
}

.page-content {
    padding: 1rem 0;
}

.content-title {
    font-weight: 600;
}

.content-text {
    color: var(--shallow_grey_color);
}

.layui-timeline .pic-div {
    display: flow-root;
    min-height: 3rem;
}

.layui-timeline .piclist > div > div > img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border: 1px solid #ccc;
}

.layui-timeline .piclist > div > div {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 75%;
}

.layui-timeline .piclist {
    width: 8rem;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
    float: left;
}

.layui-timeline .layui-timeline-item {
    padding-bottom: 1.3rem;
}

.layui-timeline-axis {
    left: 4.9rem;
}

.layui-timeline-axis i {
    background: #fff;
    font-size: 1.5rem;
    color: var(--main_color);
    cursor: default;
}

.layui-timeline-content {
    display: flex;
    padding-left: 0;
}

.layui-timeline-content .time {
    cursor: pointer;
    width: 5.5rem;
    font-size: 1.2rem;
    text-align: center;
    color: var(--main_color);
}

.layui-timeline-content .time .time-text {
    position: relative;
    bottom: 1px;
    left: 5px;
}

.layui-timeline-content .content {
    width: calc(100% - 4.5rem);
    padding-left: 3rem;
    font-size: 0.85rem;
    line-height: 1.5;
}

.layui-timeline-item:before {
    left: 5.5rem;
    width: .143rem;
}

.layui-timeline-item:before, hr {
    background-color: #ccc;
}

.nodata-div {
    padding: 2rem;
    text-align: center;
}

/* ÃƒÂ©Ã¢â‚¬â€Ã‚ÂÃƒÂ¨Ã‚ÂÃ‚Â¤ÃƒÂ¥Ã¢â‚¬â€œÃ‚ÂÃƒÂ©Ã‚ÂÃ…Â¸ÃƒÂ£Ã†â€™Ã‚Â§ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¦Ã‚Â°Ã‚Â¼ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â£ÃƒÂ©Ã…Â½Ã‚Â®ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¸ÃƒÂ¦Ã¢â‚¬Å¡Ã…â€œÃƒÂ©Ã¢â‚¬â„¢Ã‹Å“ÃƒÂ¥Ã‚Â¤Ã…â€™ÃƒÂ®Ã‹Å“Ã‚Â«ÃƒÂ©Ã¢â‚¬â€œÃ‚Â»ÃƒÂ§Ã…Â Ã‚Â²ÃƒÂ¦Ã‚ÂÃ‚Â«ÃƒÂ©Ã…Â½Ã‚Â¼ÃƒÂ®Ã¢â‚¬Å¡Ã‚Â¦ÃƒÂ®Ã¢â‚¬ÂÃ¢â€žÂ¢ÃƒÂ©Ã¢â‚¬ÂÃ…Â¸ÃƒÂ¯Ã‚Â¿Ã‚Â½ */
.rule-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rule-item {
    width: 35rem;
    height: 3rem;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e6e6e6;
}

.rule-item .layui-timeline-content {
    position: relative;
    left: 0.5rem;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--main_color);
}

.rule-item .layui-timeline-content .file .file-name:hover {
    cursor: pointer;
    color: var(--main_color);
}

.total-content {
    padding: 1rem 0;
}

.layui-icon {
    font-size: 0.85rem;
}

.file-name {
    width: 34rem;
}

/* ÃƒÂ©Ã¢â‚¬â€Ã¢â‚¬Å¡ÃƒÂ¤Ã‚Â½Ã‚Â½ÃƒÂ¥Ã‚Â´Ã‚ÂµÃƒÂ©Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ¦Ã‚Â¶Ã‹Å“ÃƒÅ½Ã¢â‚¬ÂºÃƒÂ©Ã‚ÂÃ†â€™ÃƒÂ¥Ã¢â‚¬Å¡Ã‚ÂÃƒÂ¥Ã‚Â§Ã‚Â³ÃƒÂ©Ã¢â‚¬â€œÃ‚ÂµÃƒÂ¥Ã‚Â©Ã‚ÂÃƒÂ§Ã‚Â®Ã¢â‚¬ËœÃƒÂ©Ã‚Â¡Ã¢â‚¬Â¢ÃƒÂ©Ã‚ÂÃ‚ÂÃƒÂ¦Ã…Â¸Ã‚Â¨ÃƒÂ©Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ¥Ã¢â‚¬Å¡Ã¢â‚¬ÂºÃƒÂ¥Ã‚Â«Ã‚Â¹ */
.position {
    display: flex;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #dedede;
    flex-direction: column;
}

.position-div {
    min-width: 11rem;
}

.position-text {
    position: relative;
    top: 4.2rem;
}

.position-text {
    font-size: 1rem;
    font-weight: 600;
}

.lsh-div {
    display: flex;
    flex-wrap: wrap;
}

.lsh-img img {
    width: 100%;
    height: 100%;
}

.lsh-img {
    width: 5.7rem;
    height: 8rem;
}

.lsh-name {
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.lsh {
    padding: 1rem 3rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.briefIntroduction {
    color: #484666;
    font-size: 0.85rem;
}

.el-popover {
    min-width: 16rem;
    background: #f2f2f2;
}

.el-popper[x-placement^=bottom] .popper__arrow::after {
    border-bottom-color: #fff0;
}

.frame-pic .el-collapse-item__header {
    font-size: 0.9rem;
    text-indent: 1rem;
}

.frame-pic .el-collapse-item__header.is-active {
    background-color: var(--main_color);
    color: #fff;
}

.regulations-text {
    font-size: 0.85rem;
    padding: 1rem;
}

.main-content{
    min-height: 26rem;
    /*background-color: var(--minor_color);*/
}

.aboutpartner-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0rem -1rem 0 -1rem;
}

.div-lists {
    width: 25%;
    padding: 0 1rem;
}

.list-pages1 {
    left: 0;
    margin-top: 3.5rem;
    margin-bottom: -6.5rem;
    width: 100%;
    position: relative;
    text-align: center;
}

.img-content {
    position: absolute;
    bottom: 0rem;
    right: 2%;
    border-right: activeborder 1px solid;
    border-top: activeborder 1px solid;
    border-left: activeborder 1px solid;
    border-bottom: activeborder 1px solid;
    z-index: 9999;
    cursor: pointer;
}

.el-button--primary {
    background-color: var(--main_color);
    border-color: var(--main_color);
}

.el-button--primary:focus, .el-button--primary:hover {
    background-color: var(--main_color);
    border-color: var(--main_color);
}

.news-nodetail {
    font-size: var(--content_font_size);
    text-align: center;
    color: #909399;
}

.howget {
    color: var(--main_color);
    cursor: pointer;
    padding-top: 0.75rem;
}

.list-pages1 {
    left: 0;
    margin-top: 3.5rem;
    width: 100%;
    position: relative;
    text-align: center;
}

.partner-more-img {
    width: 100%;
    cursor: pointer;
    border-radius: 0.5rem;
    object-fit: cover;
}

.partner-more-index {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.el-input el-input--suffix {
    margin-left: 1rem;
    width: 25%;

}

.search-info {
    width: 25%;
}


.main-content .list-detail {
    /* padding: 4rem; */
/*     background: #f7f7f7; */
    border-radius: 20px;
    padding-bottom: 0;
    width: 80%;
}

.main-content .list-detail-aside{
	border-radius: 1rem;
	/*margin-bottom: 1.2rem;*/
}

.news-div-list {
    width: 33.3%;
    padding: 0 1rem;
    overflow: hidden;
    border: 0px solid #262A33;
    border-radius: 0.5rem;
}

.news-div-list-title {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.frame-pic {
    width: 50%;
    display: block;
    margin: auto;
}

.about-depertment {
    position: relative;
    padding: 2rem 4rem 4rem 4rem;
}

.about-depertment .layui-tab {
    margin: 0;
    /* font-size: 0.9rem; */
}

.about-depertment .layui-tab-content{
    overflow:hidden;
}

.hots-bar {
    position: relative;
    height: 2rem;
    line-height: 2rem;
    z-index: 999;
}

.hots-bar .hots-bd {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
}

.hots-bar .hots-bd .hot {
    position: relative;
    font-weight: 600;
    padding: 0 .5rem;
    display: inline-block;
    height: 100%;
    cursor: pointer;
}

.activeXs {
    color: var(--main_color);
}

.hots-bar .hots-bd .hot {
    position: relative;
    font-weight: 600;
    padding: 0 .5rem;
    display: inline-block;
    height: 100%;
    font-size: 1rem;
}

.layui-tab-item .swiper-container {
    width: 100%;
    margin: 1rem auto;
    position: unset;
}

.layui-tab-item .swiper-slide.act {
    color: var(--main_color);
}

.layui-tab-item .swiper-slide.act img {
    border-color: var(--main_color);
}

.layui-tab-item .memberName{
    width: 10rem;
	height:3.5rem;
	line-height:3.5rem;
}

.layui-tab-item .memberName1{
	margin-top: 1.25rem;
    color: var(--main_color);
    font-size: 1.2rem;
}

.layui-tab-item .position1{
	margin-top:0.75rem;
	line-height: 1.2rem;
    color: var(--main_color);
}

.img-3d img {
    width: 10rem;
    height: 10rem;
    margin-bottom: 1.2rem;
}
.main-detail .memberName1, .main-detail .position1 {
    width: 10rem;
}

.team-info {
    background: var(--minor_color);
    min-height: 15rem;
    padding: 4rem;
    overflow: auto;
    border-radius: 20px;
}

.team-info .name {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--main_color);
}

.team-info .position {
    text-align: center;
    margin-bottom: 1.75rem;
    color: var(--main_color);
}

.team-info .infos p {
    white-space: break-spaces;
    line-height: 1.5rem;
    text-align: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

.layui-tab-item .swiper-pagination > span {
    text-align: center;
}

.layui-tab-item .swiper-pagination-bullet-active {
    background: var(--main_color);
}

.layui-tab-item .swiper-pagination-bullet {
    border-radius: unset;
    width: 1.429rem;
}

.news-list-div {
    width: 100%;
    display: flex;
    padding: 1rem;
    padding: 1.25rem 0;
    border-radius: 0.5rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.news-list-div .news-content {
    height: 100%;
    position: relative;
    margin-left: 1.75rem;
    display: flex;
}

.news-list-div .news-title {
	font-size: 1rem;
    margin-top: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 0.75rem;
}

.news-list-div .news-detail {
	/* font-size: 0.9rem; */
	line-height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: var(--grey_color);
	margin-top: 1.25rem;
	text-align: justify;
}

.news-list-div .news-time {
    font-size: var(--content_font_size);
    line-height: 1.2rem;
    color: var(--grey_color);
}

.news-list-div .news-pic {
    cursor: pointer;
    border-radius: 1rem;
}

.el-collapse {
    border-top: 0px solid #EBEEF5;
    border-bottom: 0px solid #EBEEF5;
}

.text-hidden{
    cursor:pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ÃƒÂ¥Ã‚Â¦Ã…Â¾ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â¦ÃƒÂ¦Ã‚Â¹Ã‚Â±ÃƒÂ¥Ã‚Â¨Ã‚Â²ÃƒÂ§Ã¢â‚¬Â°Ã‹â€ ÃƒÂ§Ã‚Â¦Ã¢â‚¬â„¢ÃƒÂ§Ã¢â€šÂ¬Ã‚Â£ÃƒÂ®Ã¢â‚¬Å¾Ã¢â‚¬Å¡ÃƒÂ§Ã…Â¸Ã‚Â */
.project-list-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
}

.search-input{
    width: 15rem;
    margin-left: auto;
    display: flex;
    justify-content: space-around;
}

.el-button--primary {
    margin-left: 1rem;
    background-color: var(--main_color);
    border-color: var(--main_color);
}

.project-list-div {
    width: 28%;
    padding: 2rem 1rem;
    cursor: pointer;
}

.project-list-content>:nth-child(3n-2){
	padding: 0 1rem 2rem 0;
}

.project-list-content>:nth-child(3n-1){
	padding: 0 0.5rem 2rem 0.5rem;
    margin: 0 8%;
}

.project-list-content>:nth-child(3n){
	padding: 0 0 2rem 1rem;
}

.project-list-content>:nth-child(3n-1) .project-img{
	margin: auto;
}

.project-list-content>:nth-child(3n-1) .project-content{
	margin: auto;
}

/* .project-list-content>:nth-child(3n) .outside-project-content{ */
/* 	float: right; */
/* } */

/* .project-list-content>:nth-child(3n) .project-img{ */
/* 	float: right; */
/* } */

/* .project-list-content>:nth-child(3n) .project-content{ */
/* 	float: right; */
/* } */

.project-list-div .list-sub {
    cursor: pointer;
}

.project-list-div .pic-div {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 66.67%;
    border-radius: 0.5rem;
}

.project-list-div .project-top {
    margin-bottom: 1rem;
}

.project-list-div .project-list-title {
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.project-synopsis {
    color: #aaa;
    padding: 0.5rem 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.8rem;
}

.show-synopsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    float: left;
    padding-right: 10px;
}

.project-list-div .project-pic {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 0.5rem;
}

.about-depertment .swiper-slide {
    width: 33.33%;
}

.orderDetail{
	padding:1.5rem 0;
	line-height:1.5rem;
	border-bottom:1px solid #ddd;
}

.orderDetail:first-child{
	border-top: 1px solid #ddd;
}

.orderDetail .delicon{
	position: absolute;
	right:0px;
	top: 1.9rem;
	font-size:var(--content_font_size);
	cursor: pointer;
}
.nopadding{
	padding:0px	!important;
}
.money-tip{
	float:right;
	height:40px;
	line-height: 2.5rem;
    font-size: 1.2rem;
}
#orderList{
	margin-bottom: 3rem;
    margin-top: 3rem;
}
.confirm-btn{
	width: 100%;
	height:100%;
	border-radius: 10px;
    border: 1px solid var(--main_color)!important;
    color: #fff !important;
    background-color:var(--main_color)!important;
    font-size: 1.2rem;
}
.padding-show{
	padding-left: 20px;
    padding-right: 0;
}

.verify-div{
    border-radius: 0.5rem;
    border: 1px solid #DCDFE6;
}

.verify-div .showpic {
    border-radius: 0.5rem;
}

.layui-carousel-arrow {
    display: none\9;
    opacity: 1;
    position: absolute;
    left: 10px;
    top: 29%;
    margin-top: -18px;
    width: 2rem;
    height: 1.934rem;
    line-height: 1.934rem;
    text-align: center;
    font-size: 1rem;
    border: 0;
    border-radius: 50%;
    background-color: #F2F2F2;
    color: rgb(0 0 0 / 50%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 100;
}

.ins-book-download{
    height: 3rem;
    line-height:3rem;
    cursor: pointer;
    align-items: center;
    text-align: center;

}

.type-aside ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 40%;
    position: relative;
}

.type-aside .type-news-title .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-size: var(--title_font_size);
    line-height: var(--title_font_size);
    color: var(--font_color);
}

.aside-select {
    width: 30%;
    border-radius: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    height: 2.5rem;
    margin-left: 3rem;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 8%);
}
.aside-select .el-input input {
    font-size: var(--content_font_size);
    color: var(--font_color);
    background-color: var(--background_color);
}

.aside-select .el-input input::-webkit-input-placeholder {
	font-size:var(--content_font_size);
}

.other-div .other-content .other-mail .el-input input::-webkit-input-placeholder{ /* ÃƒÂ©Ã¢â‚¬â„¢Ã‹â€ ÃƒÂ¥Ã‚Â¯Ã‚Â¹ ÃƒÂ¨Ã‚Â°Ã‚Â·ÃƒÂ¦Ã‚Â­Ã…â€™ ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¦Ã‚Â Ã‚Â¸ */
    color: var(--grey_color);
}
.other-div .other-content .other-mail .el-input input:-moz-placeholder{ /* ÃƒÂ©Ã‚ÂÃ‚ÂÃƒÂ®Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ¥Ã‚Â«Ã¢â‚¬Å¾ */
    color: var(--grey_color);
}
.other-div .other-content .other-mail .el-input input:-ms-input-placeholder{ /* ÃƒÂ¥Ã‚Â¯Ã‚Â°ÃƒÂ®Ã¢â‚¬Â Ã‚Â¿ÃƒÂ¨Ã¢â‚¬â„¢Ã¢â‚¬Â¹ie */
    color: var(--grey_color);
}
.aside-select .el-input {
    width: 80%;
    margin-left: 5%;
    display: flex;
    align-items: center;
}
.aside-select .el-input__inner {
    cursor: auto;
    border: unset;
    height: 1.6rem;
    line-height: unset;
    padding: 0.05rem 0 0 0;
}
.aside-select img {
    width: 1rem;
    cursor: pointer;
}
.type-aside {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.type-aside li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: var(--font_color);
}
.layui-laypage-default a, .layui-laypage-default span {
    margin: 0 0.375rem;
    color: var(--font_color);
    padding: 0.025rem 0.649rem;
    border-radius: 5px !important;
    font-size: 0.5rem;
    min-width: fit-content;
    background-color: var(--main_background_color);
    border: 1px solid;
}
.layui-laypage-em {
    border-radius: 5px;
}

/* ÃƒÂ©Ã‚Â¡Ã‚Â¹ÃƒÂ§Ã¢â‚¬ÂºÃ‚Â® */
.project-list-div .project-discuss .project-title {
    font-size: 1.7rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    color: var(--main_color);
    -webkit-box-orient: vertical;
    width: max-content;
}

.project-introduce .project_introduction {
    color: var(--font_color);
    float: right;
    width: 55.99vw;
    min-width: 633px;
    line-height: 1.5rem;
    text-align: justify;
}

.project-list-div .project-discuss .project-content {
    padding: 0;
    line-height: 1.5rem;
    font-size: 0.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    color: var(--font_color);
    -webkit-box-orient: vertical;
}

.project-list-content .project-img {
    width: 100%;
    position: relative;
    /*height: 18.843vw;*/
    /*min-height: 226px;*/
    border-bottom: 1px solid #f7f7f7;
}
.project-list-content .project-content {
	/* text-align: center; */
}
.project-list-content .project-content .project-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	color: var(--deep_main_color);
	-webkit-box-orient: vertical;
	margin-bottom: 1rem;
}
.project-list-content .project-content .project-content {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	margin-bottom: 0.5rem;
}
.project-list-content .project-content .project-content:last-child {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
    line-height: 1.3rem;
    height: 2.6rem;
}
.project-list-content .project-content .project-text {
    display: flex;
    justify-content: space-between;
    font-size: 0.65rem;
    margin-top: 1.15rem;
    color: var(--grey_color);
}
.project-list-content .project-content .project-text .project-interval {
    width: 50%;
    line-height: 1.2rem;
    font-size: var(--content_font_size);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: -0.25rem;
    color: var(--font_color);
}
.project-list-content .project-content .project-text .project-btu {
    height: 2rem;
    width: 40.478%;
}
.project-list-content .project-content .project-text .index-project-but {
    border-radius: 0 1rem 0 1rem;
    background-color: var(--main_color);
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
    line-height: 0;
    padding-bottom: 0.2rem;
}

.project-list-content .project-content .project-text .index-project-but1 {
    border-radius: 0 1rem 0 1rem;
    background-color: white;
    color:var(--main_color);
    border: 1px solid;
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
    line-height: 0;
    padding-bottom: 0.2rem;
}

.projectinfo-img {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 1rem;
}

.rules-list-content .projectinfo-img {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0.1rem solid var(--main_color);
    border-radius: 1rem;
}

.rules-list-content1 .projectinfo-img {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0.1rem solid #00a4b5;
    border-radius: 10px;
}

/* ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â³ÃƒÂ¤Ã‚ÂºÃ…Â½ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¤Ã‚Â»Ã‚Â¬-ÃƒÂ¥Ã…Â¸Ã‚ÂºÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬ËœÃƒÂ¤Ã‚Â¼Ã…Â¡ÃƒÂ¤Ã‚Â»Ã¢â‚¬Â¹ÃƒÂ§Ã‚Â»Ã‚Â */
.project-introduce{
	padding-bottom: 3rem;
	display: flex;
}

.project-introduce .project-list-div{
	width: 100%;
    padding: 0;
}

.el-loading-mask {
    z-index: 100;
}

.el-tabs__nav-scroll {
    border: none;
    border-radius: 0;
}

.el-tabs__item {
	position: static;
}

.project-img .project-label {
    position: absolute;
    top: 0;
    width: 6rem;
    min-width: 72px;
    height: 1.8rem;
    min-height: 21.6px;
    left: 30px;
    background: var(--deep_main_color);
    line-height: 0.9rem;
    font-size: var(--content_font_size);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0.4rem 0.4rem;
}

.project-label-title{
	display: flex;
    flex-direction: column;
}

.layui-laypage>:last-child{
    width: 2.9rem;
    height: 1.65rem;
    padding: 0;
}

.layui-laypage>:nth-last-child(2){
    width: 2.9rem;
    height: 1.65rem;
    padding: 0;
}

.rules-list-content{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	margin: 0 calc(4rem - 12.5%);
}

.rules-list-content1{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
}

/* .rules-list-content>:nth-child(4n-2) .list-sub{ */
/* 	margin-left:2.716%; */
/* } */

/* .rules-list-content>:nth-child(4n-1) .list-sub{ */
/* 	margin-left:5.429%; */
/* } */

/* .rules-list-content>:nth-child(4n) .list-sub{ */
/* 	margin-left: 8.145%; */
/* } */

/* .rules-list-content1>:nth-child(4n-2) .list-sub1{ */
/* 	margin-left: 4.965%; */
/* } */

/* .rules-list-content1>:nth-child(4n-1) .list-sub1{ */
/* 	margin-left: 9.93%; */
/* } */

/* .rules-list-content1>:nth-child(4n) .list-sub1{ */
/* 	margin-left: 14.895%; */
/* } */

.rules-list-content .project-content{
	text-align: center;
}

.rules-list-content1 .project-content {
    text-align: center;
    width: 100%;
}

.rules-btu{
	width: 4.5rem;
	height: 1.5rem;
	font-size: var(--content_font_size);
	line-height: 1.4rem;
	background-color: #fff;
	color: var(--grey_color);
	border: 1px solid var(--main_color);
	border-radius: 0.75rem;
}

.rules-btu:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: var(--grey_color);
}

.rules-list-content .project-title{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.menulist>:last-child  .el-menu-item{
	margin-right:0!important;
}

.donatetype-list-content{
	padding:2rem 4rem 4rem 4rem;

}

.common-title {
    padding-bottom: 1.4rem;
    font-size: 1.2rem;
    color: var(--main_color);
    border-bottom: 1px solid var(--shallow_grey_color);
}

.common-title .title {
    position: relative;
}
.common-title .icon {
    position: absolute;
    left: 0;
    height: 0.3rem;
    width: 100%;
    bottom: -100%;
    background-color: var(--main_color);
}

.showpic{
	width:100%;
	height:100%;
}

.donatetype-content{
	display: flex;
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
	border-radius: 1rem;
}

.donatetype-notice-text{
	line-height:1.5rem;
	font-weight:400;
}

.donatetype-content-text{
	text-align: center;
	font-size:1.1rem;
	line-height: 1.65rem;
}

.donatetype-content-title{
	padding-top: 1.5rem;
}

.donatetype-content-texts{
	font-weight:400;
}

.donate-project{
	width: 100%;
    height: 2.5rem;
    background-color: var(--main_color);
    border-radius: 2rem;
    margin-top: 2.5rem;
    color: white;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.25rem;
    padding: 0 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.searchlist{
	background-color: var(--minor_color);
	border-radius: 1rem;
	padding:2.5rem 4rem 2.5rem 4rem;
    margin-bottom:3rem;
}

.search-donate-title{
	font-size: 1.2rem;
	padding-bottom: 1.5rem;
	line-height: 1;
	color: var(--main_color);
	display: flex;
	align-items: center;
}
.search-donate-title img {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5rem;
}
.search-donate-button {
    cursor: pointer;
    width: 8rem;
    height: 3rem;
    border-radius: 2rem;
    background: var(--main_color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchlist .el-input--suffix .el-input__inner{
	height:1.75rem;
	font-size: 0.9rem;
}

/*.searchlist .el-input--suffix .el-input__inner::-webkit-input-placeholder {*/
/*    font-size:0.9rem;*/
/*}*/

.searchlist .el-button{
	height:1.75rem;
	border-radius:2rem;
}
.searchlist .el-button::-webkit-input-placeholder{
	height:1.75rem;
}

.searchlist .el-button{
	height:1.75rem;
	border-radius:2rem;
	line-height: 0.5;
}
.searchlist .el-button::-webkit-input-placeholder{
	height:1.75rem;
}

.search-donate-condition{
	line-height: 1.75rem;
	display: inline-block;
	width: 5rem;
}

.search-donate-condition1{
	text-align: center;
	line-height: 1.75rem;
	display: inline-block;
	width: 2rem;
}

.el-select-dropdown__item.selected {
    color: white;
    font-weight: 400;
    background-color: var(--main_color);
}

.searchdonate-line1{
	margin-bottom:1.5rem;
	display:flex;
}

.searchdonate-line2{
	display:flex;
}

.el-icon-search:before {
    content: "";
}

.el-button [class*=el-icon-]+span{
	font-size: 0.9rem;
    margin: 0;
}

.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
    border-left: 0.5px solid #c8c8c8;
    border-bottom: 0.5px solid #c8c8c8;
    text-align: center;
    padding:0;
}

.el-table th.el-table__cell.is-leaf{
	border-top: 0.5px solid #c8c8c8;
	background-color: var(--minor_color);
	height: 3rem;
}


.el-table tr {
    height: 2.5rem;
}

.el-table .cell{
	font-size: 0.9rem;
    line-height: 2.5rem;
    padding: 0 0;
}

.is-leaf .cell{
	font-size: 1rem;
	color: var(--main_color);
}


.dateInput .el-input__prefix{
  right: 0.4rem;
  left: unset;
  height: 1.75rem;
}
.dateInput .el-input__suffix{
  right: 1.5rem;
}

.dateInput .el-input__inner{
	cursor: pointer;
}

.el-tabs__nav {
    padding-bottom: 1rem;
}

.inputFixedHeight .el-input__inner{
	height:2.5rem;
	line-height:2.5rem;
}

.inputFixedHeight .el-input__suffix{
	height:2.5rem;
	line-height:2.5rem;
}

/*.inputFixedHeight .el-input__inner::-webkit-input-placeholder {*/
/*    font-size:0.9rem;*/
/*}*/

.layerdemo .layui-layer-content{
	padding:35px 25px !important;
}

.layerdemo{
	width:400px;
	border-radius: 15px!important;
}

.layerdemo .layui-layer-title{
	padding-left:25px!important;
	height: 60px!important;
    line-height: 60px!important;
    font-size: 1rem!important;
    color: var(--main_color)!important;
    background-color: var(--minor_color);
}

.layerdemo .layui-layer-setwin {
    right: 25px!important;
    top: 20px!important;
}

.layerdemo .layui-layer-setwin .layui-layer-close1 {
    background-image: url(/statics/images/owe/close-61eeaf19ce89504b73c6afe483f75aad.png) ;
	background-size: cover;
	background-position: 0!important;
	height:20px!important;
	width:20px!important;
}

.el-tabs__nav-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: var(--shallow_grey_color);
    z-index: 1;
}

.line{
	padding-bottom: 3rem;
	border-bottom: 1px solid var(--shallow_grey_color);
}

#invoiceList .layui-tab {
    margin:0;
}

#invoiceList .layui-tab-content {
    padding:0;
}

.rs-col1{
	float: left;
    width: 47%;
    padding: 0;
    margin-right: 2.5%;
}

.rs-col2{
	float:left;
	width: 23.8%;
	padding:0;
	margin-right: 2.5%;
}

.rs-col3{
	float:left;
	width: 23.8%;
	padding:0;
}

.rs-col4{
	float:left;
	width: 22.8%;
	padding:0;
}

.rs-col5{
	color:red;
}

.rules-div-list4{
	width:100%;
	/*box-shadow: 0 0.5px 0 0 var(--shallow_grey_color);*/
}
.rules-div-list4-text{
	margin: 1.5rem 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.rules-div-list-title .title-div {
    width: 100%;
    text-align:start;
    display: flex;
    align-items: center;
}

.layui-laypage{
	display: block;
}

.donatetype-div1 .donatetype-content>:nth-child(3n-2){
	padding-right: 1.8rem;
}

.donatetype-div1 .donatetype-content>:nth-child(3n-1){
	padding:0 0.9rem;
}

.donatetype-div1 .donatetype-content>:nth-child(3n){
	padding-left: 1.8rem;
}

.donate-data{
	display:flex;
	width:33.3%;
}
.mt10 {
    margin-top: 10px;
}
.invoice-red{
	color:var(--main_color);
}
.invoice_switch{
/* 	margin-top:10px; */
	margin-right:15px;
}
.el-switch__label{
}
.el-switch__label.is-active {
    color:var(--main_color);
}

.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
    background-color: var(--main_color);
    color:white;
}

.dateTimeChose .el-input__prefix{
	right: 10px;
    left: unset;
    height: 2.5rem;
    line-height: 2.5rem;
}

.dateTimeChose .el-input__suffix {
    right: 35px;
}

.has-time .el-button{
	padding: inherit;
    font-size: initial;
}

.search-info .el-input__icon{
	line-height: 1.75rem;
}

.show-text{
	cursor: pointer;
    margin-top: 0.5rem;
    font-size: var(--content_font_size);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    float: left;
    padding-right: 10px;
    font-weight: 400;
}

.show-more-button{
	height: 2rem;
    width: 10rem;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.8rem;
    border: 0.75px solid var(--main_color);
    color: var(--main_color);
    border-radius: 20px;
    margin: auto;
    cursor: pointer;
}

.foundation-year .swiper-wrapper{
	z-index:55;
}

.foundation-year .swiper-slide{
	background: unset;
}

.staff-title1{
	font-size:1.2rem;
	color:var(--main_color);
}

.staff-content .el-checkbox{
	font-size:0.9rem;
	margin-bottom: 1rem;
}

.staff-content .el-checkbox__label{
	font-size:0.9rem;
	padding-left: 0.75rem;
}

.staff-content .el-checkbox__input.is-checked+.el-checkbox__label {
    color: var(--font_color);
}

.staff-content .el-checkbox__inner{
	width:1rem;
	height:1rem;
	border-radius:5px;
}

.staff-content .el-checkbox__inner::after{
	height: 0.5rem;
    left: 40%;
    top: 20%;
}

.staff-content .el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: var(--main_color);
    border-color: var(--main_color);
}

.staff-content .job-content{
	margin-top: 3rem;
    margin-left: 4rem;
    padding: 2rem 4rem;
    border-radius: 20px;
    background-color: rgba(2, 165, 181, 0.05);
    cursor: pointer;
}

.staff-content .job-title{
	color: var(--main_color);
    font-size: 1.7rem;
    padding-bottom: 1.25rem;
}

.staff-content .text-border-right{
	border-right: 2px solid var(--font_color);
	padding-right: 0.5rem;
    padding-left: 0.25rem;
}

.staff-content .job-detail{
	background: var(--minor_color);
    border-radius: 20px;
    padding: 4rem;
    margin-bottom: 5rem;
}

.staff-content .join-button{
	width: 15rem;
    height: 2rem;
    color: white;
    background: var(--main_color);
    text-align: center;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 2rem;
    cursor: pointer;
}

.staff-text {
    line-height: 1.5rem;
    text-align: justify;
}

/* 联系我们 */
.contact_us-div .contact {
    display: flex;
    justify-content: space-between;
}
.contact_us-div .follow {
    margin-bottom: 4rem;
}
.contact_us-div .bottom-border {
    border-bottom: 1px solid var(--shallow_grey_color);
}
.contact_us-div .contact-title {
    font-size: 1.7rem;
    padding-bottom: 2rem;
    color: var(--main_color);
}
.contact_us-div .contact-content {
    width: 44.3%;
    display: flex;
    flex-direction: column;
}
.contact_us-div .leave-message {
    width: 49.7%;
}
.contact_us-div .contact-content1 {
    display: flex;
    width: 100%;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 8%);
}
.contact_us-div .contact-content2 {
    width: 100%;
    margin-top: 4rem;
}
.contact_us-div .contact-content2 .title, .contact_us-div .leave-message .title {
    font-weight: bold;
    font-size: var(--title_font_size);
    line-height: var(--title_font_size);
    color: var(--font_color);
}
.contact_us-div .contact-content2 .title {
    margin-bottom: 1.5rem;
}
.contact_us-div .leave-message .title {
    /*color: var(--main_color);*/
    /*margin-bottom: 2.5rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact_us-div .leave-message .leave-form {
    margin-bottom: 2rem;
}
.contact_us-div .custom-content-marker div {
    width: 100%;
    height: 100%;
    background: url(/statics/images/icon/poi-marker-0f1e4f2d34556cdc2a9c4a8bc46f5def.png) no-repeat;
    cursor: pointer;
    background-size: 437px 267px;
    background-position: -359px -3px;
}
.submit-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.contact_us-div .leave-message .leave-form .words {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.5rem 0;
}
.contact_us-div .leave-message .leave-form .words .show-title {
    width: 15%;
}
.contact_us-div .leave-message .leave-form .words .show-div {
    width: 85%;
}
.contact_us-div .contact-content1, .contact_us-div .contact-content2 {
    /* font-size: 1rem; */
    color: var(--font_color);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_us-div .contact-content2 div {
    margin-bottom: 12px;
}
.contact_us-div .follow-content {
    width: 100%;
    padding: 4rem;
    border-radius: 1rem;
    background-color: var(--minor_color);
}

.contact_us-div .follow-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact_us-div .follow-info .follow-pic {
    width: 10rem;
    height: 10rem;
    margin-bottom: 1.25rem;
}
.contact_us-div .follow-info .follow-pic img {
    width: 100%;
    height: 100%;
}
.contact_us-div .follow-info .follow-text {
    font-size: 0.9rem;
    text-align: center;
    color: var(--main_color);
}
.contact_us-div .follow-content1 {
    margin-bottom: 4rem;
}
.contact_us-div .follow-content1, .contact_us-div .follow-content2 {
    display: flex;
    justify-content: space-between;
}

/* ÃƒÂ¥Ã‚Â¿Ã¢â‚¬â€ÃƒÂ¦Ã¢â‚¬Å¾Ã‚Â¿ÃƒÂ¨Ã¢â€šÂ¬Ã¢â‚¬Â¦ÃƒÂ¦Ã¢â‚¬Â¹Ã¢â‚¬ÂºÃƒÂ¥Ã¢â‚¬Â¹Ã…Â¸ */
.volunteer_recruit .occupation {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.volunteer_recruit .occupation-div {
    width: 48.228%;
    padding: 2rem;
    margin-bottom: 3rem;
    border-radius: 0.5rem;
    background-color: var(--minor_color);
}
.volunteer_recruit .occupation-div .occupation-title {
    font-size: 1.7rem;
    color: var(--main_color);
}
.volunteer_recruit .occupation-div .occupation-duty, .volunteer_recruit .occupation-div .occupation-claim {
    margin-top: 1.5rem;
    font-size: 0.9rem;
}
.volunteer_recruit .occupation-div .occupation-duty .occupation-duty-text,
.volunteer_recruit .occupation-div .occupation-claim .occupation-claim-title {
    color: var(--main_color);
}
.volunteer_recruit .occupation-div .occupation-duty .occupation-duty-info {
    color: var(--font_color);
    line-height: 1.5rem;
    white-space: break-spaces;
}
.volunteer_recruit .question-div {
    margin-bottom: 4rem;
}
.volunteer_recruit .question-div .question-answer .question,
.volunteer_recruit .question-div .question-answer .answer {
    font-size: 0.9rem;
}
.volunteer_recruit .question-div .question-answer .question {
    color: var(--main_color);
}
.volunteer_recruit .question-div .question-answer .answer {
    margin-left: 0.5rem;
    color: var(--font_color);
}
.volunteer_recruit .volunteer-but {
    width: 35.462%;
    height: 2.084vw;
    min-height: 23.64px;
    background: var(--main_color);
    border-radius: 0.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 4rem;
}
.volunteer_recruit .volunteer-but span {
    font-size: 1.2rem;
    color: #ffffff;
}
.volunteer_recruit .stars {
    color: var(--main_color)
}

#invoiceAbout .icon {
    position: absolute;
    left: 0;
    height: 6px;
    width: 100%;
    bottom: -100%;
    background-color: var(--main_color);
}
#orderInfoSearchDiv .el-tabs__content {
    padding: 1rem 0 0.75rem 0;
}
.sponor-ned-img {
    width: 21.5vw;
    min-width:273px;
    position: absolute;
    right: 4rem;top: 6rem;
    z-index: 5;
}
.bottom-icon {
    bottom: -2.2vw !important;
}

#orderInfoSearchDiv .orderInfoSearch-but {
    border-radius: 10px;
    padding: 0 0.5rem;
    height: 2.5rem;
}

.orderInfoSearch-but-invoice, .orderInfoSearch-but-cer {
    border-radius: 0.5rem;
    padding: 0 0.6rem;
    height: 2.5rem;
    margin-left: 1.5rem;
    width: 14.4%;
}

@media (max-width: 1264px) {
    .sponor-ned-img {
        width: 22.3vw;
    }
}

@media (max-width: 1280px) {
    .sponor-ned .top-sponor-content{
        padding:2rem 4rem 3.7rem !important;
    }
    .bottom-icon {
        bottom: -1.4vw !important;
    }

    .sponor-ned .swiper-slide{
		font-size: 12px !important;
	}

	.sponor-ned .spon-introduce{
		font-size:12px!important;
	}

	.sponor-ned .spon-introduce1{
        font-size:12px!important;
	}
}

.swiper-pointer-events {
    /* height: 3rem !important; */
    overflow: hidden;
}

@media (max-width: 1260px) {
    .spon-introduce {
        min-width: 480px !important;
    }
    .sponor-ned-img {
        width: 20.2vw;
        min-width: 252px;
    }
}

@media (max-width: 1212px) {
    .sponor-ned-img {
        width: 21.4vw;
    }
}
@media (max-width: 1200px) {
    .sponor-ned-img {
        width: 21.5vw;
        min-width: 257px;
    }
}
@media (max-width: 1130px) {
    .bottom-icon {
        bottom: -100% !important;
    }
    .sponor-ned-img {
        width: 250px;
        min-width: 250px;
    }
	.sponor-ned .top-sponor-content{
		padding:2rem 4rem 2rem!important;
	}
	.sponor-ned .introduce-top{
		margin:0 0 -14px!important;
	}

	.sponor-ned .common-title {
		margin-bottom: 15px!important;
	    padding-bottom: 21px!important;
	    font-size: 20.4px!important;
	}

	.sponor-ned .swiper-slide{
		font-size: 12px !important;
	}

	.sponor-ned .spon-introduce{
		font-size:12px!important;
	}

	.sponor-ned .spon-introduce1{
        font-size:12px!important;
		padding-bottom:24px!important;
	}

	.sponor-ned .spon-introduce2{
		padding-bottom:24px!important;
	}
}
@media (max-width: 1020px) {
    .sponor-ned-img {
        width: 248px;
        min-width: 248px;
    }
}

.constitutionDetail {
    padding: 0 4rem 4rem;
}

.swiper-button-prev-aside{
	left: -30px;
	color: var(--deep_main_color);
}

.swiper-button-next-aside{
	right: -30px;
	color: var(--deep_main_color);
}

.swiper-button-next-aside:after, .swiper-button-prev-aside:after{
	font-size: 0.5rem;
}

.typeAside{
    overflow:hidden;
}

td,tr{
	padding: 5px 0px;
    border: 1px solid #DDD;
}

.about-organization{
	position: relative;
    padding: 0rem 4rem 4rem 4rem;
}

.organization-info {
    background: white;
    margin: 0.3rem;
    padding: 1.5rem 1rem;
}

.organization-info .name{
	padding-bottom: 0.5rem;
	font-weight: 600;
    text-align: center;
}

.organization-info .position{
	border-bottom:unset;
	padding-bottom: 1.5rem;
	text-align: center;
}

.organization-info .infos{
	text-align: center;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.3rem;
    height: 2.6rem;
}

.organization-first{
	width:100%;
}

.organization-second{
	width:50%;
}

#container {
	width: 100%;
	height: 19.8rem;
    overflow: hidden;
}

.custom-content-marker {
  position: relative;
  width: 25px;
  height: 34px;
}

.fund-base-info{
    margin-bottom: 3rem
}

.fund-base-info .fund-introduce {
	margin-bottom: 2rem;
}

.fund-base-info .help-understand {
	display: flex;
	justify-content: space-around;
	margin-bottom: 2rem;
}

.fund-base-info .help-understand .help-understand-item {
	width: 8rem;
	padding: 2rem;
	cursor: pointer;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
    align-items: center;
}
.fund-base-info .help-understand .help-understand-item:hover{
	box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
}

.fund-base-info .help-understand
	.help-understand-item img {
	width: 80%;
	margin-bottom: 1rem
}

.fund-base-info .help-understand .help-understand-item .title {
	font-size: 1rem;
	text-align: center;
	color: var(--deep_main_color);
	font-weight: 700;
}

.fund-base-info .fund-apply {
	width: 15rem;
	margin: 0 auto;
	padding: 0.8rem;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	background: var(--main_color);
	border-radius: 2rem;
	border: 0.5rem solid var(--minor_color);
}

.fund-base-info .fund-statistics{
	width: 100%;
	display: flex;
    border-radius: 1rem;
    justify-content: space-between;
    padding: 1rem 13rem;
    background: var(--minor_color);
}

.fund-base-info .fund-statistics .fund-statistics-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fund-base-info .fund-statistics .fund-statistics-item .number{
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--main_color);
}
.fund-base-info .fund-statistics .fund-statistics-item .title{
	font-size: 1rem;
	color: var(--main_color);
}

.style-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.style-list .style-item{
	width: calc(25% - 1rem);
	margin: 0 0.5rem 1rem 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.style-list .style-item .style-img{
	width: 100%;
    display: unset;
}
.style-list .style-item .style-content{
	padding: 0.75rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    line-height: 1.3rem;
    height: 2.6rem;
}

.el-carousel__container {
    position: relative;
    height: 31vw;
    min-height: 380px;
}

.carousel-list .el-image{
    display: block;
}

.carousel-list .style-content{
	background:#ffffff;
	overflow: hidden;
    padding:20px;
}
.carousel-list .style-content .style-content-word{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    text-align: center;
}

.carousel-list .el-carousel__item{
	border-radius: 0.5rem;
	overflow: hidden;
}
.carousel-list .el-carousel__button{
	display: none;
}

.project-list-search{
    padding: 20px;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.project-list-search .el-input--suffix .el-input__inner{
	padding-left: 30px;
    padding-right: 30px;
}

.project-list-search .el-input__icon{
	width: 25px;
	line-height: 40px;
}

.project-list-search .el-input__inner{
	height: 40px;
}
.project-list-search .search-content{
	width: 85%;
	margin: auto;
}
.project-list-search .search-btn-list{
	width: 60%;
    margin: 1rem auto 0;
}
.project-list-search .search-btn-list .search-btn {
	color: white;
	background: var(--main_color);
	margin-left: 5%;
	height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 10rem;
    cursor: pointer;
}
.project-list-search .search-btn-list .reset-btn {
	color: var(--main_color);
	background: white;
	margin-left: 5%;
	height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 10rem;
    cursor: pointer;
    border: 1px solid;
}

.project-list-search .el-radio-button__orig-radio:checked+.el-radio-button__inner{
	color: #fff;
	background-color: var(--main_color);
    border-color: var(--main_color);
    box-shadow: -1px 0 0 0 var(--main_color);
}

.project-list-search .el-radio-button__inner:hover {
    color: var(--main_color);
}

.el-cascader-node.in-active-path, .el-cascader-node.is-active, .el-cascader-node.is-selectable.in-checked-path{
	color: var(--main_color);
}

.el-date-table td.today span{
	color: var(--main_color);
}

.el-date-table td.current:not(.disabled) span {
    color: #fff;
    background-color: var(--main_color);
}

.el-date-table td.available:hover {
    color: var(--main_color);
}

.project-list-search .el-input {
    font-size: 14px;
}

.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sort-icon .caret-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    height: 12px;
    width: 15px;
    vertical-align: middle;
    cursor: pointer;
    overflow: initial;
    position: relative;
}

.sort-icon .sort-caret.ascending {
    border-bottom-color: #c0c4cc;
    top: -8px;
}

.sort-icon .sort-caret.descending {
    border-top-color: #c0c4cc;
    bottom: -5px;
}

.sort-icon .sort-caret {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    left: 7px;
}

.sort-up.is-active .ascending {
    border-bottom-color: white!important;
}

.sort-down .descending {
    border-top-color: white!important;
}

.aside-search-icon{
	display: flex;
    align-items: center;
    height: 1.75rem;
/*     margin-left: 1rem; */
	width: 4.5rem;
}

.project-option-search{
	position: absolute;
    right: 0.5rem;
    top: -5.75rem;
    font-size: 1rem;
    line-height: 2;
    cursor: pointer;
}

.project-option-search .el-icon-search:before {
    content: "\e778";
}

.project-search-dialog{
	border-radius: 0.5rem;
}

.project-search-dialog .el-dialog__header{
	padding:0;
}

.project-search-dialog .el-dialog__body{
	padding:0;
}

/* 活动与报名 start */
.activity-div .title {
    font-weight: bold;
    font-size: var(--title_font_size);
    line-height: var(--title_font_size);
    color: var(--font_color);
}
.activity-div .activity-preview .title,
.activity-div .historical .title {
    /*color: var(--main_color);*/
    /*margin-bottom: 2.5rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.activity-div .preview-content {
    margin-top: 2rem;
}
.activity-div .preview-content .content {
    margin: 2rem 0;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    background: var(--white_color);
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 8%);
    cursor: pointer;
}
.activity-div .preview-content .preview-img {
    width: 23rem;
}
.activity-div .preview-content .preview-img img {
    width: 100%;
    height: 100%;
}
.activity-div .preview-content .preview-text {
    width: calc(96% - 23rem);
}
.activity-div .preview-content .preview-text .text-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.activity-div .preview-content .preview-text .text-top .name {
    width: 78%;
    color: var(--main_color);
    font-size: var(--title_font_size);
}
.activity-div .preview-content .preview-text .text-top .time {
    width: 22%;
    text-align: end;
    font-size: var(--title_font_size);
    color: var(--shallow_grey_color);
}
.activity-div .preview-content .preview-text .type {
    margin-top: 2rem;
    color: var(--main_color);
    border: 1px solid var(--main_color);
    width: max-content;
    padding: 0 20px;
    border-radius: 20px;
}
.activity-div .preview-content .preview-text .text {
    margin-top: 3rem;
    -webkit-line-clamp: 2;
    color: var(--shallow_grey_color);
}
.activity-div .historical {
    margin-top: 5rem;
}
.activity-div .historical:first-child {
    margin-top: 0;
}
.activity-div .historical .historical-content {
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 8%);
    background: var(--white_color);
}
.activity-div .historical .historical-content .content-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.activity-div .historical .historical-content .content {
    cursor: pointer;
    width: 48%;
    margin-bottom: 2rem;
}
.activity-div .historical .historical-content .content .historical-img {
    width: 100%;
}
.activity-div .historical .historical-content .content .historical-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.activity-div .historical .historical-content .historical-text .name {
    margin-top: 1rem;
    color: var(--main_color);
    font-size: var(--title_font_size);
}
.activity-div .historical .historical-content .historical-text .time {
    color: var(--shallow_grey_color);
}
.activity-div .historical .historical-content .show-more-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
/* 活动与报名 end */

/* 往期回顾活动列表 start */
.activity-list {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.activity-list .content-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.activity-list .content-div .content {
    width: 46%;
    margin: 1rem 0;
    cursor: pointer;
}
.activity-list .content-div .content .historical-img {
    width: 100%;
}
.activity-list .content-div .content .historical-img img {
    width: 100%;
    height: 100%;
}
.activity-list .content-div .content .historical-text .name {
    margin-top: 1rem;
    color: var(--main_color);
    font-size: var(--title_font_size);
}
.activity-list .content-div .content .historical-text .time {
    font-size: var(--shallow_grey_color);
}
/* 往期回顾活动列表 end */

/* 关于包容会 start */
.foundation .foundation-div {
    margin-top: 5rem;
}
.foundation .foundation-list-content .bigTitle {
    /* color: var(--main_color); */
    /* margin-bottom: 2.5rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-size: var(--title_font_size);
    line-height: var(--title_font_size);
    color: var(--font_color);
}
.foundation .foundation-list-content .smallTitle {
    font-weight: bold;
    font-size: var(--title_font_size);
    line-height: var(--title_font_size);
    color: var(--font_color);
}
.foundation .foundation-list-content .foundation-text {
    margin-top: 2rem;
}
.foundation .foundation-list-content .foundation-text * {
    background-color: var(--main_background_color);
}
.foundation-text img{
    display: unset;
}
.foundation .foundation-list-content img {
    max-width: 100%;
    border-radius: 10px;
}
.foundation .foundation-list-content .video img {
    border-radius: 10px 10px 0 0;
}
.foundation .foundation-list-content .video .el-carousel__container {
    position: relative;
    height: 27vw;
    min-height: 310px;
}
.foundation .foundation-list-content .video .el-carousel__arrow {
    display: none;
}
.foundation .foundation-list-content .video-div {
    margin-top: 2rem;
    display: flex;
}
.foundation .foundation-list-content .video-div .content:nth-child(3n + 2) {
    margin-left: 5%;
    margin-right: 5%;
}
.foundation .foundation-list-content .video-div .content {
    width: 30%;
    border-radius: 10px;
    margin-bottom: 2rem;
    background-color: var(--background_color);
}
.foundation .foundation-list-content .video-div .historical-img {
    width: 100%;
}
.foundation .foundation-list-content .video-div .name {
    color: var(--main_color);
    font-size: var(--title_font_size);
}
.foundation .foundation-list-content .video-div .time {
    color: var(--shallow_grey_color);
}
.foundation .foundation-list-content .team-div .content {
    margin-top: 2rem;
}
.foundation .foundation-list-content .team-div .content:nth-child(1) {
    margin-top: unset;
}
.foundation .foundation-list-content .team-div .team-name {
    font-weight: bold;
    font-size: var(--spare_title_font_size);
}
.foundation .foundation-list-content .team-div .team-member {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.foundation .foundation-list-content .team-div .team-member .member-div {
    width: 19%;
    margin-bottom: 2rem;
}
.foundation .foundation-list-content .team-div .team-member .member-div:nth-child(4n - 2) {
    margin-left: 8%;
    margin-right: 4%;
}
.foundation .foundation-list-content .team-div .team-member .member-div:nth-child(4n - 1) {
    margin-left: 4%;
    margin-right: 8%;
}
.foundation .foundation-list-content .team-div .team-member .member-div .historical-img {
    width: 100%;
    position: relative;
}
.foundation .foundation-list-content .team-div .team-member .member-div .historical-img img {
    width: 100%;
}
.foundation .foundation-list-content .team-div .team-member .member-div .historical-text {
    text-align: center;
}
.foundation .foundation-list-content .team-div .team-member .member-div .historical-text .name {
    margin-top: 0.25rem;
    font-size: 1rem;
}
.foundation .foundation-list-content .team-div .team-member .member-div .historical-text .time {
    margin-top: -0.25rem;
    color: var(--shallow_grey_color); 
}
.foundation .team-div .masking b {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    padding: 0.5rem;
    background-color: unset;
    overflow: hidden;
    display: grid;
    justify-content: start;
    align-items: center;
}
.foundation .team-div .masking:hover {
    opacity: 1;
}
:root .masking {
    filter: none;
}
.foundation .team-div .masking {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#770000000',EndColorStr='#770000000');
    letter-spacing: .05em;
    opacity: 0;
    transition: opacity .5s linear;
    border-radius: 10px;
}
/* 关于包容会 end */

/* 普惠金融评奖 start */
.awards-div .awards-top {
    width: 100%;
    display: flex;
    justify-content: end;
}
.awards-div .awards-top .top-btn {
    width: 16rem;
    top: 8rem;
    border-radius: 30px;
    background: linear-gradient(to right, var(--main_color), #76A32D);
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    z-index: 199;
    box-shadow: 0 0 3px 6px #60626669;
}
.awards-div .awards-top .top-btn .participate,
.awards-div .awards-top .top-btn .selection {
    width: 48%;
    cursor: pointer;
    text-align: center;
    font-size: var(--title_font_size);
    color: var(--white_color);
    font-size: 1rem;
    line-height: 1.5;
    padding : 5px 0px;
}
.awards-div .awards-top .top-btn .division {
    width: 1px;
    height: 1rem;
    /*background-color: var(--grey_color);*/
    background-color: var(--white_color);
}
/* 评奖活动介绍 */
.awards-div .title {
    font-weight: bold;
    font-size: var(--title_font_size);
    line-height: var(--title_font_size);
    color: var(--font_color);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.awards-div .basics-div {
}
.awards-div .basics-div .content {
    margin-top: 2rem;
}
.awards-div .basics-div .content * {
    background-color: var(--main_background_color) !important;
}
/* 奖项介绍 */
.awards-div .awards-type-div {
    margin-top: 3rem;
}
.awards-div .awards-type-div .content-div {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}
.awards-div .awards-type-div .content-div .participate {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
}
.awards-div .awards-type-div .awards-qa-dialog .el-dialog {
    min-width: 689px;
}
.awards-div .awards-type-div .content-div .content {
    width: 30%;
    border-radius: 20px;
    padding: 1.5rem 1rem;
    background: var(--white_color);
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 8%);
}
.awards-div .awards-type-div .content-div .content:nth-child(3n - 1) {
    margin-left: 5%;
    margin-right: 5%;
}
.awards-div .awards-type-div .content-div .content .name {
    color: var(--main_color);
    font-size: var(--title_font_size);
    -webkit-line-clamp: 2;
}
.awards-div .awards-type-div .content-div .content .intro {
    margin-top: 0.5rem;
    -webkit-line-clamp: 6;
}
.awards-div .awards-type-div .content-div .content .content-text {
    min-height: 10rem;
}
/* 评委介绍 */
.judges-name{
    font-weight: bold;
    font-size: var(--spare_title_font_size);
}
.awards-div .judges-div {
    margin-top: 3rem;
}
.awards-div .judges-div .content-div {
    margin-top: 1rem;
    margin-left: -5%;
    display: flex;
    flex-wrap: wrap;
}
.awards-div .judges-div .content-div .content {
    width: 20%;
    min-height: 150px;
    border-radius: 20px;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to bottom, var(--main_color_shallow), var(--main_color));
    color: var(--white_color);
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 8%);
    padding: 0.5rem;
}
.awards-div .judges-div .content-div .content{
    margin-left: 5%;
    margin-bottom: 2rem;
}
.awards-div .judges-div .content-div .content .name{
    font-size: 0.9rem;
    font-weight: 700;
    height: 20%;
}
.awards-div .judges-div .content-div .content .post{
    line-height: 1.2;
    font-size: 0.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.awards-div .judges-div .content-div .content .post:hover{
    cursor: pointer;
}
.el-tooltip__popper {
    max-width: 400px !important;
}

.winners-value .partner-img .masking {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background-color: unset;
    font-weight: 700;
    opacity: 0;
    transition: opacity .5s linear;
    border-radius: 20px;
    padding: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    letter-spacing: 0.05em;
}
.winners-value .partner-img .masking:hover {
    opacity: 1;
    background: rgba(0, 0, 0, .5);
}
.winners-value .partner-img .masking-content{
    height: 100%;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 8;*/
    /*-webkit-box-orient: vertical;*/
}

/* 合作机构 */
.awards-div .partner-div {
    margin-top: 3rem;
}
.awards-div .partner-div .content-div {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    justify-content: center;
}
.awards-div .partner-div .content-div .content {
    width: 23%;
    margin-bottom: 2%;
    margin-left: 2%;
}
.awards-div .partner-div .content-div .content .partner-img {
    width: 100%;
    aspect-ratio: 22 / 9;
    border-radius: 20px;
}
.awards-div .partner-div .content-div .content .partner-img .partner-img-box{
    width: 100%;
    margin: auto;
    position: relative;
}
.awards-div .partner-div .content-div .content .partner-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.awards-div .el-carousel__arrow {
    display: none;
}
.el-carousel__item{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    flex-direction: column;
    align-content: stretch;
}
.el-carousel__indicator--horizontal{
    padding: 12px 3px;
}
.el-carousel__indicators--outside{
    margin-top: 0.2rem;
}
li .el-carousel__button{
    width: 0.5rem !important;
    height: 0.5rem !important;
    background: #c2c2c2;
    border-radius: 50%;
    opacity: 1!important;
}
li[class*='is-active'] .el-carousel__button{
    background: #000000;
    opacity: 1!important;
}
.awards-div .judges-div .el-carousel__indicators--vertical {
    width: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.awards-div .judges-div .el-carousel__indicator--vertical{
    padding: 8px 0
}
.awards-div .partner-div .el-carousel__indicator--horizontal{
    padding: 12px 8px
}
.awards-div .partner-div .el-carousel--horizontal {
    overflow-y: hidden;
}
.el-carousel__arrow{
    background-color: rgba(0,0,0,.2);
}
.top-carousel li .el-carousel__button {
    background: var(--main_color);
    border: 1px solid var(--main_color);
}
.top-carousel li[class*='is-active'] .el-carousel__button {
    background: white;
    border: 1px solid var(--main_color);
    opacity: 1 !important;
    width: calc(0.5rem + 2px) !important;
    height: calc(0.5rem + 2px) !important;
}
.awards-div .judges-div .el-carousel--vertical{
    width: calc(100% + 3rem);
}
.awards-div .judges-div .el-carousel__container {
    position: relative;
    height: calc(450px + 7rem);
    width: calc(100% - 3rem);
}
.awards-div .partner-div .el-carousel__container {
    position: relative;
    height: 29vw;
    min-height: 290px;
}
.awards-div .el-dialog {
    border-radius: 20px;
}
.awards-div .judges-login-div .words {
    margin-bottom: 30px;
}
.awards-div .judges-login-div .words .show-title {
    margin-bottom: 10px;
}
/* 普惠金融评奖 end */

.require:before {
    content: '';
}
.require:after {
    content: "*";
    color: red;
    margin-left: 2px;
}

.myDialog.el-dialog{
    border-radius: 20px;
}
.myDialog .el-checkbox{
    margin-right: 10px;
}
.myDialog .el-checkbox__inner{
    width: 20px;
    height: 20px;
}
.myDialog .el-checkbox__inner::after{
    height: 10px;
    left: 7px;
    top: 2px;
    border: 2px solid #fff;
    border-left: 0;;
    border-top: 0;;
}
.winners-name{
    padding-top: 2rem;
    font-weight: bold;
    font-size: var(--spare_title_font_size);
}

.btn {
    padding: 5px 35px;
    border-radius: 30px;
    cursor: pointer;
    color: var(--white_color);
    background: linear-gradient(to right, var(--main_color_shallow), var(--main_color));
    font-size: var(--spare_title_font_size);
    border: none;
}

.btn.focus, .btn:focus, .btn:hover, .btn.active.focus, .btn.active:focus {
    color: var(--white_color);
    border: none;
    background: linear-gradient(to right, var(--main_color_shallow), var(--main_color));
    outline: 0 !important;
    outline-offset: 0 !important;
}