

/*  手机等小屏幕手持设备*/
@media screen and (min-width: 320px) and (max-width: 767px) {
    .flex-container-foot{}
    .g_foot_box .m_foot_box .m_foot {width: 100%;margin: 0 auto;padding-top: 42px;padding-bottom: 32px;}
    .g_foot_box * {box-sizing: content-box;}
    .f_clear {display: block;}
    .g_foot_box .m_foot_info {float: left;margin-top: 30px;}
    .g_foot_box .m_foot_info li {float: left;margin-left: 3px;background: #a91728;font-size: 14px;}
    .g_foot_box .m_info1 {width: 300px;padding: 30px 0; height: 90px;}
    .g_foot_box .m_foot_info li a {color: #fff;}
    .g_foot_box .m_info1 a {float: left;margin: 12px 47px;}
    ul, ol {list-style: none;}
    .g_foot_box .m_foot_box {height: auto;background: url(/volunteer/image/foot.jpg) 100%;background-size: 100%;}
    .m_foot-dev{width: 100%; margin:0 auto;}
    .m_foot-code img{width: 88px;height: 88px;}
    .m_foot-dev a{font-size: 16px;color: #ffffff;}
    .m_foot-dev p{font-size: 16px;color: #ffffff;}
    .m_foot-dev-statement{line-height: 28px; margin-top: 0px;width: 86%; margin: 0 auto;}
    .m_foot-code{text-align: center;margin-top: 20px;overflow: hidden;width: 332px;}
    .float-left{float: right;margin-left: 12%;}
    .float-lefta{margin-right: 10%;}
    .m_foot-dev-statement span{width: 1px;height: 10px;background: #ffffff;display: inline-block; margin-left: 5px;margin-right: 5px;}
    .no-gutters{overflow: hidden;}

}
/*  //平板*/
@media screen  and (min-width: 768px) and (max-width: 1024px) {
    .no-gutters{overflow: hidden;}
    .flex-container-foot{display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;}
    .g_foot_box .m_foot_box .m_foot {width: 100%;margin: 0 auto;padding-top: 22px;padding-bottom: 32px;}
    .g_foot_box * {box-sizing: content-box;}
    .f_clear {display: block;}
    .g_foot_box .m_foot_info {float: left;margin-top: 30px;}
    .g_foot_box .m_foot_info li {float: left;margin-left: 3px;background: #a91728;font-size: 14px;}
    .g_foot_box .m_info1 {width: 300px;padding: 30px 0;height: 90px;}
    .g_foot_box .m_foot_info li a {color: #fff;}
    .g_foot_box .m_info1 a {float: left;margin: 12px 47px;}
    ul, ol {list-style: none;}
    .g_foot_box .m_foot_box {height: auto;background: url(/volunteer/image/foot.jpg) 100%;}
    .m_foot-dev{width: 100%;margin:0 auto;}
    .m_foot-code img{width: 88px;height: 88px;}
    .m_foot-dev a{font-size: 16px;color: #ffffff;}
    .m_foot-dev p{font-size: 16px;color: #ffffff;}
    .m_foot-dev-statement{padding-left: 10%;line-height: 28px;margin-top: 14px;width: 335px;}
    .m_foot-code{text-align: center;margin-top: 23%;overflow: hidden;width: 332px;}
    .float-left{float: right;margin-left: 12%;}
    .float-lefta{margin-right: 10%;}
    .m_foot-dev-statement span{ width: 1px;height: 10px;background: #ffffff;display: inline-block;margin-left: 5px; margin-right: 5px;}
}

@media screen  and (min-width: 1024px) {
    .no-gutters{overflow: hidden;}
    .flex-container-foot{display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;background: rgba(146, 1, 18, 0.30980392156862746);}
    .g_foot_box .m_foot_box .m_foot {width: 100%;margin: 0 auto;padding-top: 42px;padding-bottom: 42px;}
    .g_foot_box * {box-sizing: content-box;}
    .f_clear {display: block;}
    .g_foot_box .m_foot_info {float: left;margin-top: 30px;}
    .g_foot_box .m_foot_info li {float: left;margin-left: 3px;background: #a91728;font-size: 14px;}
    .g_foot_box .m_info1 {width: 300px;padding: 30px 0;height: 90px;}
    .g_foot_box .m_foot_info li a {color: #fff;}
    .g_foot_box .m_info1 a {float: left; margin: 12px 47px;}
    ul, ol {list-style: none;}
    .g_foot_box .m_foot_box { height: auto;background: url(/volunteer/image/foot.jpg) 100%;    background-repeat: no-repeat;  background-position: 100%;  background-size: cover;}
    .m_foot-dev{height: auto;width: 100%;margin:0 auto;max-width: 1124px}
    .m_foot-code img{width: 88px;height: 88px;}
    .m_foot-dev a{font-size: 16px;color: #ffffff;display: inline-block;}
    .m_foot-dev p{font-size: 16px;color: #ffffff;}
    .m_foot-dev-statement{padding-left: 16%;line-height: 28px; margin-top: 48px;width: 645px;margin-bottom: 48px;}
    .m_foot-code{text-align: center;margin-top: 9%;overflow: hidden;width: 543px;margin-bottom: 20px;}
    .float-left{float: right;margin-left: 12%;}
    .float-lefta{margin-right: 19%;}
    .m_foot-dev-statement span{width: 1px;height: 10px;background: #ffffff;display: inline-block; margin-left: 5px; margin-right: 5px;}
}
a:link, a:visited, a:active {text-decoration: none;}
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none;
a{-webkit-tap-highlight-color:rgba(0,0,0,0);}
