@media screen and (min-width: 1766px){
	.content-modular-footer{
	    /*width: 1715px;*/
	    width: 1650px;
	}
}
@media screen and (max-width: 1765px) and (min-width: 1551px) {
	.content-modular-footer{
	    /*width: 1500px;*/
	    width: 1435px;
	}
}
@media screen and (max-width: 1550px) and (min-width: 1336px){
	.content-modular-footer{
	    /*width: 1285px;*/
	    width: 1220px;
	}
}
@media screen and (max-width: 1336px){
	.content-modular-footer{
	    /*width: 1105px;*/
	    width: 1040px;
	}
}
.content-modular-footer{
    margin: 0 auto;
    font-size: 0;
    white-space: nowrap;
    margin-bottom: 50px;
}
.content-modular-footer .friendship-links{
	width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5%;
}
.content-modular-footer .modular-header{
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    height: 42px;
}
.content-modular-footer .other_title {
    display: inline-block;
    position: relative;
    color: #333333;
    font-size: 28px;
}
.content-modular-footer .friend_title{
    display: inline-block;
    position: relative;
    color: #333333;
    font-size: 28px;
    float: left;
}
.content-modular-footer .modlink{
	position: relative;
    padding-left: 20px;
    padding-right: 35px;
    margin-top: 15px;
    overflow: hidden;
    font-size: 0;
}
.content-modular-footer .modlink_ul{
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-modular-footer .modlink .modlink_ul li{
    display: inline-block;
    padding-right: 10px;
    font-size: 0;
}
.content-modular-footer .modlink_ul li a{
	font-size: 15px;
	color: #333;
}
.content-modular-footer .modlink_ul li .slash {
    padding-right: 10px;
    color: #1173d6;
    font-size: 14px;
}
.content-modular-footer .friendship-wrap{
	background: #f8f8f8;
	padding:30px 10px 10px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    height: 187px;
}
.content-modular-footer .government,.medicine{
    white-space: normal;
}
.content-modular-footer .government >a,.medicine>a{
    color: #666;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 3px;
    display: inline-block;
}
.content-modular-footer .medicine{
	display: none;
}
.content-modular-footer .QRcode{
	width: 50%;
    display: inline-block;
    vertical-align: top;
}
.QRcode-wrap{
	background: #f8f8f8;
	padding:10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 187px;
}
.QRcode-item{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}
.QRcode-item>p{
	font-size: 14px;
	color: #333;
}
.QRcode-item>img{
	display: block;
	margin:5px auto 0;
	width: 126px;
	height: 126px;
}
.footer{
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    color: #6d6f71;
    color: #ccc;
    line-height: 22px;
    font-size: 12px;
    margin-bottom: 35px;
}
.footer a span{
    color: #ccc;
}
.footer .footerlinks {
    padding-bottom: 15px;
    line-height: 25px;
}
.footerlinks >a {
    color: #333;
}
.beiancon a{
    color: #ccc;
    margin-right: 10px;
}
.fixedright{
	width: 38px;
	box-shadow: 0px 0px 6px #e8e8e8;
	-webkit-box-shadow: 0px 0px 6px #e8e8e8;
	-moz-box-shadow: 0px 0px 6px #e8e8e8;
	-ms-box-shadow: 0px 0px 6px #e8e8e8;
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 10;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #fff;
}
.markitem{
	height: 48px;
	line-height: 48px;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}
.marktip{
	width: 100px;
	height: 39px;
	line-height: 42px;
	font-size: 12px;
	color: #666;
	background: url(../images/top.png);
	position: absolute;
	right: 45px;
	top: 8px;
	display: none;
    -webkit-animation-name: layui-upbit;
    -ms-animation-name: layui-upbit;
    animation-name: layui-upbit;
    -webkit-animation-duration: .3s;
    -ms-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}
.marktip span{
	margin-left: -10px;
}
.markitem:hover{
	background: #1173d6;
}
.marktop{
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
}
.marktop:hover .marktip{
	display: block;
}
.markserve{
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-ms-border-radius: 4px 4px 0px 0px;
	cursor: pointer;
}
.servePop{
	position: absolute;
	right: 37px;
	top: -33px;
	cursor: default;
	padding-right: 18px;
	display: none;
    -webkit-animation-name: layui-upbit;
    -ms-animation-name: layui-upbit;
    animation-name: layui-upbit;
    -webkit-animation-duration: .3s;
    -ms-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes layui-upbit {
    from {
        -webkit-transform: translate3d(-30px,0,0);
        opacity: .3
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-moz-keyframes layui-upbit {
    from {
        -webkit-transform: translate3d(-30px,0,0);
        opacity: .3
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes layui-upbit {
    from {
        -webkit-transform: translate3d(-30px,0,0);
        opacity: .3
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.containser{
	width: 82px;
	padding-top: 3px;
	padding-bottom: 13px;
	box-sizing: border-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px 0px 6px #e8e8e8;
	-webkit-box-shadow: 0px 0px 6px #e8e8e8;
	-moz-box-shadow: 0px 0px 6px #e8e8e8;
	-ms-box-shadow: 0px 0px 6px #e8e8e8;
	background: #fff;
	position: relative;
}
.markserve:hover .servePop{
	display: block;
}
.serveArrow{
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top:-13px;
    content: '';
    width: 9px;
    height:16px;
	background: url(../images/rarrow.png);
	background-size: 100% 100%;
}
.servelink{
	font-size: 12px;
	color: #333;
	text-align: center;
	display: block;
	height: 25px;
	line-height: 25px;
	margin-top: 13px;
	cursor: pointer;
}
.servelink:hover{
	color: #1173d6;
}
.close_like{
	float: right;
	margin-top: 2px;
}