/* footer */
.yc-footer-section{
    padding-top: 32px;
    min-height: 303px;
    background: #272C31;
    color: rgba(255, 255, 255, 0.8);
}
.yc-footer-section>.public-width{
    padding-bottom: 36px;
}
.yc-footer-section .yc-footer-section-left{
    text-align:center;
    color: #fff;
    width: 200px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    margin-top:32px;
    margin-right: 63px;
}
.yc-footer-section .yc-footer-wx-code>div{
    padding:6px;
    margin-bottom: 12px;
    width: 81px;
    height: 81px;
    border-radius: 4px;
    background-color: #fff;
}
.yc-footer-section .yc-footer-wx-code>div>img{
    width: 100%;
    display: inherit;
}
.yc-footer-section .yc-footer-center{
    padding: 0 50px;
    width: 576px;
    border-right:1px solid rgba(255,255,255,0.2);
    border-left:1px solid rgba(255,255,255,0.2);
}
.yc-footer-section .yc-footer-right{
    margin-left: 77px;
    padding-right: 17px;
}
.yc-footer-section .yc-footer-section-title{
    font-size: 14px;
    margin-bottom: 23px;
    font-weight: bold;
}
.yc-footer-section .yc-footer-section-ul>li{
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 10px;
}
.yc-footer-section .yc-footer-sectio-copyright{
    height: 55px;
    line-height: 54px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);;
}
.yc-footer-section .yc-footer-sectio-copyright a,.yc-footer-section .yc-footer-sectio-copyright a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.yc-footer-simple{
    height: 54px;
    line-height: 54px;
    background-color: #272C31;
    color:#fff;
}
.yc-footer-simple a{
    color:#fff;
    margin-left: 12px;
}

.yc-footer-top-box{
    width:100%;height:145px;overflow:hidden;padding: 25px 0 10px 0;
}
.yc-footer-top-content{
    width:820px;position: relative; margin:0 auto;
}

.yc-footer-top-left{width:156px;height:39px;margin-top: 28px; overflow: hidden;float:left;}
.yc-footer-top-left a,.yc-footer-top-left img{width:156px;height:39px;float:left;}
.yc-footer-top-center{width:360px; float:left; padding-left:30px;font-size:12px;line-height:23px;
    border-right:1px solid rgba(255,255,255,0.2);
    border-left:1px solid rgba(255,255,255,0.2);
    height:95px; overflow: hidden;
    text-align: left;
    margin:0 30px;
}
.yc-footer-top-title{font-size:14px;line-height:16px;margin-bottom: 10px;}
.yc-footer-top-right{float: left;height:156px;}
.yc-footer-top-right-box{float: left;height:156px; width:81px; overflow:hidden;margin-right:35px;}
.yc-footer-top-right-box img{width:81px;height:81px;float: left;}
.yc-footer-top-right-box p{font-size: 14px; color: rgba(255, 255, 255, 0.8);line-height:30px; text-align:center;}

.dataLoading{
    width:100%;height:100vh;background: rgba(0, 0, 0, 0.54);position:fixed;left:0;top:0;z-index:30; display:none;
}
.dataLoading .loadingBox{width:100%;height:100%;overflow:hidden;position:relative;}
.dataLoading .loadingBox .loaderContent{width:125px;height:125px;position:absolute;
    top:50%;left:50%;transform:translate(-50%,-50%);}
.triple-spinner {
    display: block;position: relative;width: 125px;height: 125px;
    border-radius: 50%;border: 4px solid transparent;border-top: 4px solid #61C13A;
    -webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;
}

.triple-spinner::before,
.triple-spinner::after {
    content: "";position: absolute;border-radius: 50%;border: 4px solid transparent;
}

.triple-spinner::before {
    top: 5px;left: 5px;right: 5px;bottom: 5px;border-top-color: #61C13A;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3.5s linear infinite;
}

.triple-spinner::after {
    top: 15px;left: 15px;right: 15px;bottom: 15px;
    border-top-color: #61C13A;-webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.75s linear infinite;
}
@-webkit-keyframes spin {
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}