/*
	ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚Â:ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â³ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ var(--main_color)
	--main_color : ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â²
	--minor_color : ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â²
*/
:root {
    --main_color: #0258a8;
    --main_color_shallow: #069ee2;
    --background_color: #FFF;
    --main_background_color: #f4f1ec;
    --white_color: #fff;
    --shallow_grey_color: rgba(38, 42, 51, 0.6);

    --deep_main_color: #E84B16;
    --main_color_hover: rgba(255, 255, 255, 0.5);
    --main_color_opacity: #EF8027;
    /*--minor_color: rgba(0, 164, 181, 0.1);*/
    --minor_color: #F7CDA3;
    --grey_color: rgba(38,42,51,0.6);
    --font_color: #2A3B59;
    --other_font_color: #262A33;

    --title_font_size: 1.4rem;
    --spare_title_font_size: 1rem;
    --content_font_size: 0.8rem;
}

/* WebKit browsers */
::-webkit-input-placeholder {color:#929292;}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder { color:#929292;}
/* Mozilla Firefox 19+ */
::-moz-placeholder { color:#929292;}
/* Internet Explorer 10+ */
:-ms-input-placeholder { color:#929292;}
/* SCROLLBAR */
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 10px;
}

html {
    height: 100%;
    background: #dddddd;
}
body {
    /*word-break: break-all;*/
    color: var(--font_color);
    margin: 0 auto;
    min-height: 100%;
    min-width: 1130px;
    position: relative;
    font-size: 0.8rem;
    line-height: 2;
    overflow: auto;
    background: var(--main_background_color);
    touch-action: none;
    /* 	letter-spacing: 0.05rem; */
    font-family: "Microsoft YaHei", "Source Sans Pro", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}

/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Âº1020pxÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡
       ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â©Ãƒâ€¦Ã‚Â¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“  ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨remÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â½Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã‚Â¡1rem = 1htmlÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾font-size
 */
@media screen and (max-width: 1020px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1130px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1260px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1330px) {
    html {
        font-size: 18px;
    }
}

@media screen and (min-width: 1460px) {
    html {
        font-size: 20px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 22px;
    }
}

@media screen and (min-width: 2380px) {
    html {
        font-size: 26px;
    }
}

@media screen and (min-width: 2688px) {
    html {
        font-size: 32px;
    }
}

@media screen and (min-width: 3800px) {
    html {
        font-size: 42px;
    }
}

@media screen and (min-width: 5000px) {
    html {
        font-size: 52px;
    }
}

@media screen and (min-width: 6000px) {
    html {
        font-size: 62px;
    }
}

@media screen and (min-width: 7000px) {
    html {
        font-size: 72px;
    }
}

.click-title:hover {
    cursor: pointer;
    color: var(--main_color);
}

.headDiv {
    z-index: 200;
    width: 100%;
    height: 6.4rem;
    background: #fff;
    min-width: 1130px;
    position: fixed;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.headDiv + .underHead {
    margin-top: 4rem;
}

.headDiv > div:first-child {
    width: 80%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.el-backtop{
    background-color: var(--main_color);
}

.el-backtop:hover{
    background-color: var(--main_color);
}

.el-backtop, .el-calendar-table td.is-today{
    color: #FFFFFF;
}

/* .headDiv .head-header{
	position: absolute;
    right: 0;
    top: 0;
    height: 3.5rem;
    width: 3.5rem;
    cursor: pointer;
} */
.headDiv .head-out {
    height: 100%;
    display: flex;
    background: var(--main_color);
}

/* .headDiv .head-header .no-head{
	width: 2rem;
	height: 2rem;
	margin: auto;
}
.headDiv .head-header .user-head{
	width: 100%;
	height: 100%;
} */
.headDiv .pic-div {
    /*height: 50%;*/
    margin-top: 0.5rem;
    display: flex;
    /*   padding: 0.1rem 0; */
    cursor: pointer;
    /*   width: 12.8rem; */
}

.headDiv .pic-div a {
    display: flow-root;
}

.headDiv .head-icon {
    display: flex;
    width: 45%;
    height: 1.8rem;
    float: right;
    padding-left: auto;
    justify-content: flex-end;
    margin: auto 0;
}

.headDiv .head-mission {
    /*width: 19rem;*/
    font-size: 1.283rem;
    color: rgba(2, 165, 181, 0.5);
}

.headDiv .width-container .btn-icon .head-icon .hover-select {

}

.headDiv .head-icon .menu-item {
    width: 33.33%;
    text-align: center;
}

.headDiv .logo-space {
    margin: auto 0.5rem;
    border-left: 1px solid #fff;
    height: 1rem;
}

.headDiv img {
    width: 1rem;
}

.el-input__icon{
    width: 1.25rem;
    line-height: 2rem;
}

.headDiv .btn-div {
    width: calc(100% - 20.12rem);
    background-color: white;
}

.headDiv .btn-div a {
    color: var(--font_color);
}

.headDiv .menu-list {
    /*margin: auto;*/
    /*width: 80%;*/
    width: 100%;
    height: 3.2rem;
}

.text-nodata{
    margin: 5rem;
    text-align: center;
}

.headDiv .menu-list .left-menu {
    flex: 1;
    height: 100%;
    display: flex;
    margin: 0 -3%;
    justify-content: space-between;
}

.headDiv .menu-list .right-menu {
    display: flex;
}

.headDiv .menu-list ul li {
    flex: 1;
    max-width: 16%;
}

.headDiv .menu-list .menu-item {
    height: 100%;
    color: #000;
    position: relative;
}

.headDiv .menu-list .menu-item .menu-text {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font_color);
    padding-bottom: 0.15rem;
}

.headDiv .width-container .btn-icon {
    width: 80%;
    height: 3.2rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    /* height: 9.75rem; */
}

.headDiv .width-container .btn-icon .head-icon .hover-select {
    cursor: pointer;
    border: 1px solid var(--font_color);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 8rem;
    margin-right: 1.2rem;
}
.headDiv .width-container .btn-icon .head-icon .hover-login, .headDiv .width-container .btn-icon .head-icon .hover-register {
    cursor: pointer;
    height: 100%;
    color: var(--font_color);
    display: flex;
    align-items: center;
    font-size: 0.8rem;
}
.headDiv .login-div {
    display: flex;
    align-items: center;
}
.headDiv .login-img {
    width: 1.5rem;
    /*margin-right: 0.5rem;*/
}
.headDiv .login-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.headDiv .hover-login {
    height: 35px;
    /*border: 1px solid var(--main_color);*/
    padding: 0 12px;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.headDiv .width-container .btn-icon .head-icon .hover-register {
    margin-left: 1.644%;
}

.headDiv .width-container .btn-icon .head-icon .hover-self {
	cursor: pointer;
    font-size: 0.8rem;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 1.2rem;
}

.headDiv .width-container .btn-icon .head-icon .hover-icon {
    cursor: pointer;
    margin-left: 6%;
    margin: auto 0;
    margin-left: 1.2rem;
    padding-bottom: 3px;
}

.headDiv .width-container .btn-icon .head-icon .hover-select span {
    color: var(--font_color);
    margin-left: 13%;
    font-size: 0.8rem;
}
.headDiv .width-container .btn-icon .head-icon .hover-select img {
    margin-right: 7%;
}

/*.headDiv .menu-list .menu-item .menu-text:hover {
    font-weight: 700;
    color: var(--main_color);
    background-color: #fff;
}*/

.active span, .headDiv .menu-list .menu-item .act-span {
    color: var(--main_color) !important;
    background-color: #fff;
    font-weight: bold;
}

.headDiv .menu-list .login-menu span {
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.headDiv .menu-list .menu-item dl {
    position: absolute;
    width: 150%;
    left: -25%;
    font-size: 0.8rem;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 8%);
}
.headDiv .menu-list .menu-item dd, .headDiv .menu-list .menu-item dt {
    line-height: 1.5;
}

.headDiv .menu-list .menu-item dl.act {
    display: block;
}

.headDiv .currline {
    height: 1.8rem;
    background: #ffffff;
    position: absolute;
    bottom: 0.9rem;
    border-radius: 3rem;
    left: 0;
    width: 0;
    z-index: -1;
}

.menu-list li .drop.act dd:nth-of-type(1) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.1s;
}

.menu-list li .drop.act dd:nth-of-type(2) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.2s;
}

.menu-list li .drop.act dd:nth-of-type(3) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.3s;
}

.menu-list li .drop.act dd:nth-of-type(4) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.4s;
}

.menu-list li .drop.act dd:nth-of-type(5) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.5s;
}

.menu-list li .drop.act dd:nth-of-type(6) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
}

.menu-list li .drop.act dd:nth-of-type(7) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.7s;
}

@keyframes menu1 {
    from {
        opacity: 0;
        transform: translateX(30px) rotateY(90deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotateY(0);
    }
}

.headDiv .menu-list .menu-item dl dd {
    height: 2.5rem;
    background: #fff;
}

.headDiv .menu-list .menu-item dl dd a {
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    padding: 0 10px;
}

.headDiv .menu-list .menu-item dl dd a:hover {
    cursor: pointer;
    color: white;
    background: var(--main_color);
    /*padding-left: 0.8rem;*/
}

.headDiv .menu-list .menu-interval {
    margin: 0 1rem;
    cursor: default;
}

.headDiv .menu-list .login-menu {
    width: 4.5rem;
}

.headDiv .menu-text span {
    cursor: pointer;
}

/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ */
.main-content .page-title {
    margin-bottom: 3.5rem;
    /* 	font-size: 0.9rem; */
    height: 2rem;
    line-height: 2rem;
}

.main-content .page-title span {
    /* color: #000; */
    cursor: pointer;
    position: relative;
    padding: 0.5rem 0rem;
    /* margin-right: 2rem; */
}

.main-content .page-title .act:after {
    content: "";
    position: absolute;
    width: 1.6rem;
    left: 50%;
    bottom: 0;
    height: 0.2rem;
    background: var(--main_color);
    transform: translate(-50%);
}

.el-tabs__item {
    font-size: 0.85rem;
}

/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â */
.footDiv {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* overflow: hidden; */
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}

.footDiv .left-content {
    flex: 1;
}

.footDiv .middle-content {
    height: 8rem;
    margin: auto;
    border-left: 1px solid #fff;
}

.footDiv .right-content {
    width: 12rem;
}

.footDiv .foot-menu {
    min-width: 5rem;
    flex: 1;
}

.footDiv .menu-title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.footDiv .menu-list {
    line-height: 1.44rem;
    font-size: 0.8rem;
    color: var(--white_color);
}

.footDiv .menu-list a {
    color: var(--white_color);
}

.footDiv .foot-donate {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.3rem;
}

.footDiv .foot-phone {
    font-size: 1.6rem;
    margin-bottom: 3.5rem;
}

.footDiv .foot-pic {
    width: 100%;
}

.footDiv .foot-weixin {
    text-align: center;
    margin-top: 0.8rem;
}

.fund-end {
    line-height: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    /*  background-color: rgb(243, 243, 243); */
    flex-direction: column;
}

.fund-end a {

}

/* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¼Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .swiper-slide,
    .main-container,
    .table-content,
    .treatyContent,
    .header-footer-content,
    .header-content {
        -webkit-overflow-scrolling: touch;
    }
}

/** ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */
.index-div-left {
    width: 100%;
    border-radius: 20px;
    width: 80%;
    /*margin: -3.25rem auto 0;*/
    /* border-top-left-radius: 18% 18rem; */
}

.index-div-right {
    width: 100%;
    background-color: #F7F7F7;
    /* border-top-right-radius: 20rem; */
}

a {
    color: #01aaed;
    text-decoration: none !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.flex {
    display: flex;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.relative {
    position: relative;
}

.main-content {
    padding-top: 6.4rem;
    display: flow-root;
    position: relative;
    /*z-index: 1;*/
    padding-bottom: 5rem;
}

.main-content .main-head {
    height: 20rem;
    background: #ffe6e6;
    position: relative;
}

.main-content .main-head .head-img {
    height: 100%;
    opacity: 0.6;
    background: url("/statics/images/Common/head-img-89dabedab55a22c3f513c3433c7b0a37.png") 100%;
}

.main-content .main-head img {
    width: 100%;
}

.main-content .main-head .head-title {
    color: var(--main_color);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.4rem;
    padding-top: 4rem;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.main-content .list-detail {
    padding-bottom: calc(7rem + 30px);
    width: 80%;
    margin: auto;
}

.main-content .list-page {
    left: 0;
    bottom: 4rem;
    width: 100%;
    position: absolute;
    text-align: center;
}

.main-content .page-index:hover {
    cursor: pointer;
    color: var(--main_color);
}

.html-content {
    display: flow-root;
}

.html-content * {
    max-width: 100%;
}

.loading {
    color: #999;
    padding: 10px 0;
    text-align: center;
}

.loading .layui-icon {
    font-size: 1.5rem;
}

.nodata {
    text-align: center;
    color: #8c8c8c;
}

.back-white {
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}

.pic-width > img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
}

/**ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¿ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â«**/
.require:before {
    content: "*";
    color: red;
    margin-left: 2px;
}

.required:after {
    content: "*";
    color: red;
    margin-left: 2px;
}

/* right:8px;position:absolute; */
/* ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Âº */
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b4b4b4;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b4b4b4;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b4b4b4;
}

.error-text {
    padding: 0.715rem;
    text-align: center;
}

/* layuiÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ */
.layui-input {
    height: 2rem;
}

.layui-input:hover,
.layui-textarea:hover,
.layui-laypage input:focus {
    border-color: #999 !important;
}

/* .layui-btn:hover, .layui-btn:focus { */
/*     border-color: var(--main_color)!important; */
/* } */
.layui-btn {
    min-width: 4rem;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 0.6rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}

.layui-layer-btn .layui-layer-btn0 {
    float: right;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: var(--main_color) !important;
    background-color: var(--main_color) !important;
    color: #fff !important;
}

.layui-layer-btn {
    overflow: hidden;
}

.layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: var(--main_color) !important;
}

.layui-form-checked[lay-skin="primary"] i {
    border-color: var(--main_color) !important;
    background-color: var(--main_color) !important;
}

.layui-form-radio > i:hover,
.layui-form-radioed > i {
    color: var(--main_color) !important;
}

.layui-laypage {
    margin: 0;
}

.layui-laypage .layui-laypage-refresh:hover {
    color: var(--main_color) !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: var(--main_color);
}

.layui-laypage a,
.layui-laypage span {
    margin-bottom: 0;
    font-size: 0.8rem;
    /*padding: 0 18px;*/
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0 0.75rem;
}

.layui-laypage>a:first-child, .layui-laypage>a:first-child em{
    border-radius: 0.1rem 0 0 0.1rem;
}

.layui-laypage a:hover {
    color: var(--main_color);
}

/* ÃƒÆ’Ã‚Â©Ãƒâ€¦Ã‚Â½Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½
	ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¶ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â©Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¿ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚Â±
	ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¶ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â©Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â®Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â½Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½
	ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â£Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â©Ãƒâ€¦Ã‚Â½Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â Ãƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¹Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¿ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚Â±
 */
.click {
    cursor: pointer;
}

.main-btn {
    background-color: var(--main_color) !important;
    border-color: var(--main_color) !important;
}

.main-trans-btn {
    background-color: #fff !important;
    border: 1px solid var(--main_color) !important;
    color: var(--main_color) !important;
}

.cancle-btn {
    background-color: #fff !important;
    border: 1px solid #999 !important;
    color: #999 !important;
}

.hover-btn {
    background-color: #fff;
    border: 1px solid var(--grey_color);
    color: var(--grey_color);
}

.hover-btn:hover {
    background-color: var(--main_color);
    border-color: var(--main_color);
    color: #fff;
}

/* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â£Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â£Ãƒâ€¦Ã‚Â  */
.main-color {
    color: var(--main_color);
}

.minor-color {
    color: var(--minor_color);
}

.white {
    color: #ffffff;
}

.red {
    color: #ff0000;
}

.green {
    color: #47a447 !important;
}

/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂµÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â²ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½*/
.donateDiv {
    padding: 20px;
    height: 160px;
    display: flex;
}

.qrcodeDiv {
    min-width: 120px;
    float: left;
}

.recodeSpan {
    float: left;
    margin: auto 0;
    padding-left: 14px;
    font-size: 0.7rem;
}

/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½ */
.footer-info {
    margin: 0 auto;
    padding: 3.3rem 2rem;
    background: #333;
    font-size: 0;
    width: 100%;
    min-width: 960px;

}

.footer-info li {
    width: 23%;
    height: 12rem;
    min-height: 205px;
    margin-right: 0.5rem;
    text-align: center;
    background: #414141;
    color: #c6c6c6;
    transition: all 0.6s;
}

.footer-info li:hover {
    top: -5px;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.footer-info li span {
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    font-size: 0;
    margin: 10px auto;
}

.foot-title {
    font-size: 1.5rem;
    margin-top: 1rem;
}

.footer-info li p {
    font-size: 0.85rem;
    line-height: 1.6rem;
}

.footer-info-sjmt p a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 12px 17px 0;
}

.footer-info-sjmt .weixin {
    background: url(/statics/images/footer-info-icon-5fe8faa123c0bf27c3c0bc17da631094.png) 0 center no-repeat;
    cursor: pointer;
}

.footer-info-sjmt .weibo {
    background: url(/statics/images/footer-info-icon-5fe8faa123c0bf27c3c0bc17da631094.png) -30px center no-repeat;
}

.iyinbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 999;
}

.iyinbg .iyinewm {
    width: 16.5rem;
    height: 19rem;
    overflow: hidden;
    position: absolute;
    top: 70%;
    margin-top: -150px;
    left: 18%;
    margin-left: -150px;
}

.iyinbg .iyinewm li {
    width: 250px;
    height: 300px;
    background: #fff;
}

.iyinbg .iyinewm li img {
    display: block;
    width: 225px;
    height: 225px;
    margin: 15px auto;
}

.iyinbg .iyinewm li p {
    font-size: 0.7rem;
    text-align: center;
    line-height: 25px;
    color: #000;
}

.headDiv .head-header {
    position: absolute;
    right: 0;
    top: 0;
    height: 3.5rem;
    width: 3.5rem;
    cursor: pointer;
}

.headDiv .head-header .no-head {
    width: 2rem;
    height: 2rem;
    margin: auto;
}

/* Vue */
[v-cloak] {
    display: none;
}

.meImg {
    text-align: center;
    line-height: 4rem;
    cursor: pointer;
    margin-left: 10%;
}

.meBtn {
    text-align: center;
    line-height: 4rem;
    cursor: pointer;
    margin-left: -10px;
}

.aside_tool {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 20px;
    z-index: 999;
    margin-top: -88px;
    width: 56px;
    height: 175px;
}

.aside_tool .model_back_top {
    margin-top: 8px;
    height: 56px;
    background: url(/statics/images/icon/top-75eb384ÃƒÆ’Ã‚Â©Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½.png) no-repeat center;
    background-color: #eee;
}

.aside_tool a {
    position: relative;
    display: block;
    text-align: center;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 18%);
}

.overflow-hidden{
    overflow: hidden;
    border: 1px solid var(--main_color);
}

img.zoomimg:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.zoomimg {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.meBtn .layui-btn {
    height: 25px;
    background-color: var(--main_color);
    border-radius: 6px;
    font-size: 0.8rem;
    line-height: 25px;
    min-width: 2rem;
}

.foots{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 31rem;
    z-index: 0;
}

.footImg {
    /*background-color: #5a2a2d;*/
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

.footImg .foot {
    background: linear-gradient(to bottom, var(--main_color_shallow), var(--main_color));
}

.footDiv {
    padding: 3rem 0;
}

.fund-end {
    padding: 1rem 0 2rem 0;
    /* color: white; */
    font-size: 0.7rem;
}

.flex {
    display: flex;
    justify-content: space-around;
}

.menu-title {
    /* color: white; */
}

.menu-list {
    /* color: rgba(255, 255, 255, 0.6); */
    /* font-size: 0.8rem; */
}
.menu-list .foot-menu-top {
    margin-top: 0.12rem;
}

.page-title {
    margin-bottom: 3.5rem;
    font-size: 0.9rem;
    height: 2rem;
    line-height: 2rem;
}

.ways {
    display: flex;
    flex-wrap: wrap;
}

.ways_item {
    cursor: pointer;
    position: relative;
}

.img {
    height: 7rem;
    width: 7rem;
}
.img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.img5 {
    background: url('/statics/images/index/bli-logo-1f2118abe1d1b9f761df0423eb4c4a3c.png') no-repeat 50%;;
    background-size: contain;
}

.img4 {
    background: url('/statics/images/index/wb-logo-985c0d00ed16301d28be5b66e015465c.png') no-repeat 50%;;
    background-size: contain;
}

.img1 {
    background: url('/statics/images/index/wx-logo-c04c500ec69649a8b6b14d40232eb9ee.png') no-repeat 50%;;
    background-size: contain;
}

.img2 {
    background: url('/statics/images/index/dy-logo-284f0d179b86ed89cec41edadb1adfcf.png') no-repeat 50%;;
    background-size: contain;
}

.img6 {
    background: url('/statics/images/index/tb-logo-9600ee9e33ea2e9b292b49ff9bd87acd.png') no-repeat 50%;;
    background-size: contain;
}

.img7 {
    background: url('/statics/images/index/video-logo-8a65572a1c914cdcfa3caa20ee00bc29.png') no-repeat 50%;;
    background-size: contain;
}


.code {
    display: none;
    position: absolute;
    top: -12rem;
    left: -3.1rem;
    width: 9.5rem;
    height: 10.75rem;
    background: #fff;
    z-index: 99999;
    color: var(--main_color);
    font-size: 0.8rem;
}

.code_wx {
    display: none;
    position: absolute;
    top: -12rem;
    left: -7.5rem;
    width: 9.5rem;
    height: 10.75rem;
    background: #fff;
    z-index: 99999;
    color: var(--main_color);
    font-size: 0.8rem;
}
.code_wx::before {
    content: "";
    display: block;
    position: absolute;
    left: 8.3rem;
    top: 10.7rem;
    border-width: 10px;
    border-style: solid dashed dashed dashed;
    border-color: white transparent transparent transparent;
}

.ways_item1:hover .code1 {
    width: 17.75rem;
    height: 10.75rem;
    /*display: block;*/
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
    border-radius: 5px;
/*     background: url(https://xhef.oss-cn-hangzhou.aliyuncs.com/xhef/base_data/owe/aboutus/XHEF_wx.png) 0 0/100% 100% content-box no-repeat white padding-box; */
    background-size: contain;
    display: flex;
    justify-content: space-between;
}
.ways_item1 .code_wx1 {
    /* background: url(https://hhax.oss-cn-beijing.aliyuncs.com/owe/footQR/subscribe.png) 0 0/100% 100% content-box no-repeat white padding-box; */
}
.ways_item1 .code_wx2 {
    /* background: url(https://hhax.oss-cn-beijing.aliyuncs.com/owe/footQR/service.png) 0 0/100% 100% content-box no-repeat white padding-box; */
}
.ways_item1 .code_wx1, .ways_item1 .code_wx2 {
    width: 7rem;
    height: 100%;
}
.code-text-left {
    position: absolute;
    top: 8.7rem;
    left: 26.5%;
    transform: translateX(-50%);
    width: max-content;
}
.code-text-right {
    position: absolute;
    top: 8.7rem;
    left: 73.8%;
    transform: translateX(-50%);
    width: max-content;
}

.ways_item1:hover .code1 {
	width: 9.5rem;
    height: 10.75rem;
    display: block;
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
    border-radius: 5px;
    background: url(/statics/images/index/weixin-c412ea64f79de81d93c9610467bf2b5f.jpg) 0 0/100% 100% content-box no-repeat white padding-box;
    background-size: contain;
}

.ways_item2:hover .code2 {
	width: 9.5rem;
    height: 10.75rem;
    display: block;
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
    border-radius: 5px;
    /* background: url(https://hhax.oss-cn-beijing.aliyuncs.com/owe/footQR/weiBo.png) 0 0/100% 100% content-box no-repeat white padding-box; */
    background-size: contain;
}

.ways_item3:hover .code3 {
	width: 9.5rem;
    height: 10.75rem;
    display: block;
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
    border-radius: 5px;
    background: url(https://hhax.oss-cn-beijing.aliyuncs.com/owe/footQR/taobaoGy.png) 0 0/100% 100% content-box no-repeat white padding-box;
    background-size: contain;
}

.ways_item4:hover .code4 {
	width: 9.5rem;
    height: 10.75rem;
    display: block;
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
    border-radius: 5px;
    background: url(https://hhax.oss-cn-beijing.aliyuncs.com/owe/footQR/douYin.png) 0 0/100% 100% content-box no-repeat white padding-box;
}

.ways_item5:hover .code5 {
	width: 9.5rem;
    height: 10.75rem;
    display: block;
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
    border-radius: 5px;
    background: url(https://hhax.oss-cn-beijing.aliyuncs.com/owe/footQR/video.png) 0 0/100% 100% content-box no-repeat white padding-box;
}

.ways_item6:hover .code6 {
    width: 5rem;
    height: 5rem;
    text-align: center;
    display: block;
    background: unset;
    background-size: contain;
/*     background: url('https://xhef.oss-cn-hangzhou.aliyuncs.com/xhef/base_data/owe/aboutus/XHEF_tencent.png')0 0/100% 100%; */
}

.kill-line {
    margin: 2rem;
    margin-top: 0px;
    margin-left: 20%;
    margin-right: 20%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footTitle {
    margin-bottom: 1.5rem;
}
.footTitle1 {
    font-size: 1.4rem;
    font-weight: 700;
}
.footTitle2 {
    font-size: var(--title_font_size);
    line-height: var(--title_font_size);
    color: var(--white_color);
}

.pic-flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.el-menu{
	border-right: 0px;
}
.el-pagination{
    float: right;
}

.el-menu-item:focus, .el-menu-item:hover{
    background-color: unset !important;
}

.el-menu-item.is-active{
    color: var(--main_color);
    opacity: 1;
    border-bottom: 1px solid;
    padding-bottom: 0.4rem!important;
    top: 0.2rem;
}

input::-webkit-input-placeholder {
    font-size: 0.77rem !important;
}
textarea::-webkit-input-placeholder {
    font-size: var(--font_color) !important;
}

.el-menu-item{
    font-size: 0.8rem;
    padding: 0 !important;
    height: 1.8rem;
    line-height: 0.8rem;
}

.el-submenu__title *{
    font-size: 0.9rem;
}

.text-hidden-one{
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.el-col-flex{
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

[v-cloak]{
    display: none !important;
}

.head-cursor{
    cursor: pointer;
}
.cc-theme-edgeless.cc-window{
    border-radius: 5px;
}

.fa-arrow-circle-down:hover{
    color: var(--main_color);
}

.hover-span{
    position:relative;
    display:inline-block;
}
.hover-span:hover{
    cursor:pointer;
}
.hover-span:hover:before{
    width: 100%;
    content: attr(data-tooltip);
    background: #303133;
    color: #fff;
    padding: 0.6em 0.8em;
    position: absolute;
    left: 0;
    top: 130%;
    border-radius: 0.2rem;
}

.fund-end a{
    color: #fff;
}

.page-title .toPesonal {
    display: inline-block;
    font-size: 0.8rem;
    float: right;
    color: #666;
    cursor: pointer;
}

.type-aside .el-menu::after, .type-aside .el-menu::before {
    content: unset;
}

[v-cloak]{
    display:none !important;
}

.code-text{
	position: absolute;
    top: 8.7rem;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.code::before {
  content: "";
  display: block;
  position: absolute;
  left: 4.3rem;
  top: 10.7rem;
  border-width: 10px;
  border-style: solid dashed dashed dashed;
  border-color: white transparent transparent transparent;
}


.left-menu:hover .active span{
	color: var(--font_color)!important;
/*     font-weight:400; */
/*     background-color: var(--main_color); */
}

.user-center {
    z-index: 250;
    position: absolute;
    top: 65%;
    right: 7%;
    width: 7rem;
    padding-top: 15px;
}

.user-center-title{
	height: 4rem;
    background: var(--minor_color);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
}

.user-center-title img{
	height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    margin-top: 0.75rem;
    margin-left: 1rem;
}

.user-name{
	margin-top: 0.75rem;
    margin-left: 1rem;
    width: 8.5rem;
}

.user-center-contents{
	padding-top:1rem;
	padding-bottom: 1rem;
}

.user-center-content {
    height: 2rem;
    padding-left: 2.5rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
}

.user-center-content .icon{
    margin: 0 1rem 0 0;
    float: left;
    font-size:0.9rem;
}

.user-center .act{
	background: var(--minor_color);
	color:var(--main_color);
}

.user-center-foot {
    padding: 0 1rem;
    height: 5rem;
    /*line-height: 2.5rem;*/
    font-size: 0.8rem;
    text-align: center;
    border-radius: 15px;
    background: white;
    box-shadow: 0 0 12px 8px rgb(0 0 0 / 10%);
}
.user-center-foot{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.user-center-foot div:hover{
    cursor: pointer;
    color: var(--main_color);
}

.over-hiden{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.user-center-content img{
	width: 0.9rem;
    /* height: fit-content; */
    /* line-height: 2rem; */
    margin: auto 0;
    margin-right: 1rem;
}

.video-icon{
	position: absolute;
    bottom: 50%;
    right: 50%;
    width: 2.4rem;
    transform: translate(50%, 50%);
}

.el-breadcrumb__separator[class*=icon] {
    margin: 0 8px;
    font-weight: 400;
}

/* ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â±ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¿ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€¦Ã‚Â¾ */
.back-breadcrumb {
    /* position:absolute; */
    left:0;
    top:0;
    font-size: 1rem;
    min-width: 25%;
}
.el-breadcrumb {
    font-size: 0.8rem;
    height: 3rem;
    line-height: 3rem;
}
.back-breadcrumb span, .back-breadcrumb a {
	color: var(--font_color) !important;
}

.back-breadcrumb .el-icon-arrow-right:before {
	color: var(--font_color);
}

/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª */
.type-aside li {
    display: flex;
    align-items: center;
    font-size: 0.8rem !important;
    color: var(--font_color);
}

/* ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂµÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂªÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â */
/* .act .userIcon1{ */
/*     content: url("/statics/images/UserIcon/UserIconAct1-9087b5bde80bd757c33ece82648b36f4.png"); */
/* } */
/* .act .userIcon2{ */
/*     content: url("/statics/images/UserIcon/UserIconAct2-953616678e544ede00e056ce1644fe9b.png"); */
/* } */
/* .act .userIcon3{ */
/*     content: url("/statics/images/UserIcon/UserIconAct3-88a80050729fa3b67780168dc5bd980d.png"); */
/* } */
/* .act .userIcon4{ */
/*     content: url("/statics/images/UserIcon/UserIconAct4-047248f40a05444eee5d6bb06fcf69a1.png"); */
/* } */
/* .act .userIcon5{ */
/*     content: url("/statics/images/UserIcon/UserIconAct5-315d3ede185f6f48066e9a79b7a65cb6.png"); */
/* } */

.layerdemo1 {
    overflow: hidden;
}

.layerdemo{
	overflow: hidden;
}

.menu_border-right:not(:last-child){
	border-right: 1px solid var(--minor_color);
/*     padding-right: 4.513%; */
/*     margin-right: 4.513%; */
    height: 1rem;
    margin: 1rem 0 1rem 1.5rem;
}

.menu_border-right:last-child{
    height: 1rem;
    margin: 1rem 0 1rem 1.5rem;
    padding-right:0;
}

.menu_border-right{
	width:max-content;
	padding-right:1.5rem;
}

.outside-content{
	border-radius:0.4rem;
	/* box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 8%); */
	background: white;
}

.insize-top-img{
	width: 100%;
	height:100%;
    border-radius: 0.4rem 0.4rem 0 0;
}

.inside-content{
	padding: 1.2rem;
}

.el-breadcrumb__inner a:hover, .el-breadcrumb__inner.is-link:hover{
	color:var(--deep_main_color)!important;
}

#code-pic {
    padding: 50px;
}

.pc-code-text {
    padding-left: 45px;
    margin-top: -30px;
    font-size: 0.7rem;
}

.big-font{
	font-size:1rem;
}

.normol-font{
	font-size:0.8rem;
}

.userIcon1{
	margin: auto 0;
    margin-right: 1rem;
    width: 0.9rem;
}

.centerdemo {
    width: 1000px;
    max-height: 900px;
    border-radius: 15px!important;
    overflow: hidden;
}
.centerdemo {
    max-width: 1000px !important;
}
.centerdemo .layui-layer-content {
    max-height: 800px !important;
}
.centerdemo .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);
}
.centerdemo .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;
}

.foot-fix-menu{
	position: fixed;
    right: 40px;
    bottom: 155px;
    display: flex;
    height: 150px;
    flex-direction: column;
    justify-content: space-between;
    z-index: 5;
    color: #FFFFFF;
}

.foot-fix-icon {
    background-color: var(--main_color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.12);
    box-shadow: 0 0 6px rgba(0,0,0,.12);
    cursor: pointer;
    z-index: 5;
    position:relative;
}

.foot-fix-icon:hover .foot-fix-msg{
	width: 16.5rem;
	display: block;
	padding: 1.25rem;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 6px rgba(0,0,0,.12);
}

.foot-fix-msg {
    display: none;
    position: absolute;
    top: -1.25rem;
    right: 3.9rem;
    width: 16.5rem;
    background: #fff;
    z-index: 99999;
    color: var(--main_color);
    font-size: 0.8rem;
}

.foot-fix-msg::before {
    content: "";
    display: block;
    position: absolute;
    right: -1rem;
    top: 1.9rem;
    border-width: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent white;
}

.type-more-icon{
    height: 1rem;
    font-size: 1rem;
    margin: auto;
    line-height: 1rem;
    cursor: pointer;
}

.type-more-el-collapse{
	z-index: 2070;
    position: absolute;
    right: -2.5rem;
    top: 0;
}

.type-more-el-collapse .el-collapse-item__header.is-active{
	height: 3rem!important;
    line-height: 3rem;
}

.type-more-el-collapse .el-collapse-item__header{
	height: 3rem!important;
    line-height: 3rem;
    background-color: #f7f7f7;
}

.type-more-el-collapse .el-collapse-item__wrap{
	width: 28rem;
}

.type-more-el-collapse .el-collapse-item__content{
	display: flex;
    flex-wrap: wrap;
    padding: 0 1rem 1rem 1rem;
}

.type-more-slide {
    width: 33.3%;
    margin-top: 1rem;
}

.el-collapse-item__content .el-menu-item.is-active{
	width: 80%;
    margin: auto!important;
    background: var(--minor_color)!important;;
    text-align: center;
    /* height: 80%; */
    padding: 0!important;
    top: 0;
    border-radius: 0.5rem;
    transform: translateX(12.5%);
    border-bottom: unset;
}

.el-collapse-item__content .el-menu-item{
	width: 80%;
    margin: auto;
    background: #f7f7f7!important;
    text-align: center;
    /* height: 80%; */
    padding: 0!important;
    top: 0;
    border-radius: 0.5rem;
    transform: translateX(12.5%);
}

.el-collapse-item__content .el-menu-item span{
	width: 100%;
}

.html-content td{
    border: 1px solid #c5c5c5;
    padding: 5px 7px !important;
    white-space: break-spaces;
}

.point {
    cursor: pointer;
}

.wrap-textarea {
    white-space: pre-line;
}

.title-icon {
    margin-top: 0.5rem;
    height: 0.5rem;
    width: 35%;
    border-radius: 20px;
    background-color: var(--main_color);
}

.middle-space {
    letter-spacing: 4px;
}

.full-loading {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
.full-loading-word {
    text-align: center;
    top: 45%;
    position: relative;
}

.el-tooltip__popper{
    max-width: 400px;
}