@charset "utf-8"; 
footer {
    width: 100%;
}
#footer-frame {
	background-repeat: no-repeat;
	background-size: contain;
}
.fonter-frame-inner {
	width: 1200px;
	margin: 0 auto;
}
.footer-content {
   padding: 30px 0 40px;
}
#event-logo {
    max-width: 24%;
   	text-align: left;
    margin-right: 7%;
}
#event-logo>img {
	max-width:100%;
	max-height: 130px;
}
#footer-item {
    width: 36%;
}
.info-key {
	margin-right: 2%;
    max-width: 25%;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 25px;
}
.info-value {
    max-width: 70%;
    font-size: 14px;
    line-height: 25px;
}
#event-code {
    width: 30%;
    margin-left: 2%;
}
#qrcode-info {
    position: relative;
    margin: 20px 10px;
    width: 140px;
    height: 160px;
    background-color: rgba(136,136,136,0.2);
}

.qrcode-img:first-child {
    margin-left: 5%;
}

.qrcode-img img {
	width: 120px;
    height: 120px;
}
.qrcode-name {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    top: 130px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.copyright {
    position: relative;
    width: 50%;
    height: 50px;
}
.copyright a {
    font-size: 14px;
    color: #666;
}
#geexek-link {
    background-color: #f6f6f6;
}
#copyright-info {
	max-width: 85%;
    position: absolute;
   	word-wrap: break-word;
    word-break: break-all;
}
.geexek-logn {
	width: 50%;
	height: 50px;
	line-height: 50px;
}
.geexek-logn a { 
	color: #666;
}

@media screen and (max-width: 1200px){ 
	.fonter-frame-inner {
		width: 960px;
	}
}

@media screen and (max-width: 960px){
	#footer-frame {
		background-size: cover;
	}
	.fonter-frame-inner {
		width: 100%;
		margin: 0;
	}
	#event-logo {
		max-width: 100%;
        width: 100%;
        text-align: center;
        float: none;
        margin: 10px 0;
    }
    #event-code {
        width: 100%;
        float: none;
        margin: 0;
        position: relative;
        height: 70px;
    }
    #event-code>div {
    	width: 200px;
    	position: absolute;
	    margin-left: -100px;
	    left: 50%;
    }
    #qrcode-info {
    	float: none;
    	margin: 10px auto;
    }
    .qrcode-name {
    	font-size: 14px;
    }
    .qrcode-img {
     	margin: 0 ;
    }
    .qrcode-img img{
    	max-width: 70px;
     	max-height: 70px;
    }
    .info-key {
     	margin: 0 0 0 8%;
    	max-width: 30%;
    }
    .info-value{
      	margin: 0 0 0 3%;
      	max-width: 60%;
    }
    #footer-item {
        width: 100%;
        margin: 0 0 10px;
        float: none;
        font-size: 13px;
    }
	#geexek-link img {
	    width: 170px;
	    margin-left: -85px;
	    margin-top: -18px;
	}
	.copyright{
    	padding: 5px 0 5px;
    	width: 100%;
    	height: auto;
	}
	.footer-content {
    	padding:  10px 0;
	}
	#geexek-link {
	    height: auto;
	    line-height: 14px;
	    font-size: 14px;
	}
	.copyright a {
	    font-size: 12px;
	}
	#copyright-info {
	    position: static;
	    width: 100%;
	    margin: 0px auto 0;
	    text-align: center;
	}
	#event-logo>img{
		 max-width: 50%;
    	max-height: 100px;
	}
	.geexek-logn {
	   	display: none;
	}
	.neu-geexek {
		display: block;
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.neu-geexek a {
		color: #666;
	}
}
@media screen and (max-width: 360px){
	.comMsg {
        font-size: 16px;
    }
    .qrcode-img {
   		margin: 0 10px;
    }
	.info-key ,.info-value {
        font-size: 12px;
    }
}