@media screen and (max-width:990px) {
    .imgs img {
            width: 100%;
    }
}

@media screen and (max-width:600px) {
    .txts .i {
        height: 50px !important;
    }
}
@media screen and (max-width:400px) {
    .txts .i {
        height: 0 !important;
    }
}
.txts {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    transition: all 0.3s;
}
.txts_li{
    padding: 0 !important;
}
.txts_li:hover .txts {
    background: rgba(0,102,204,0.7);
    border-radius: 15px;
    color: #fff;
}


.txts_li:hover .txts .h3{ color:#fff;}
.txts_li:hover .txts .p{ color:#fff;}
.txts_li:hover .txts .em{ color:#fff;}
.txts_li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.txts .i {
    display: block;
    height: 80px;
    background: no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-image: none;
        background-size: auto;
    background-position: center center;
    background-size: auto 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    transition: all 0.3s;
}

.txts .h3 {
    font-weight: normal;
    color: #000;
    transition: all 0.3s;
    height: 36px;
    line-height: 36px;
    margin-bottom: 5%;
}
.txts .em {
    font-style: normal;
    color: #333;
    font-size: 14px;
    padding-right: 44px;
    padding-left: 5px;
    text-transform: uppercase;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    transition: all 0.5s;
}
.txts_li .imgs {
    overflow: hidden;
    border-radius: 15px;
}
.imgs img {
    display: block;
    /* width: 100%; */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.header-wrapper{
	position:relative;
}
.header-wrapper .qrcode-wrapper{
	position:absolute;
	right:18px;
	top:0px;
	color:#FFFFFF;
}
.header-wrapper .qrcode-wrapper .android{
	font-size:20px;
	margin-right:8px;
	cursor:pointer;
	color:#97C13E;
}
.header-wrapper .qrcode-wrapper .apple{
	font-size:20px;
	cursor:pointer;
	color:#272636;
}
.navbar-scrolled .qrcode-wrapper{
	color:#000000;
}
.android-box{
	display: none;
	position: absolute;
	top:25px;
	right:-25px;
	width:120px;
	height:150px;
	background:#FFFFFF;
	box-shadow: 0px 0px 6px #eee;
}
.apple-box{
	display: none;
	position: absolute;
	top:25px;
	right:-50px;
	width:120px;
	height:150px;
	background:#FFFFFF;
	box-shadow: 0px 0px 6px #eee;
}
.android-title,.apple-title{
	color:#040505;
	font-size: 14px;
	margin:10px 5px;
	border-bottom: 1px solid #ccc;
}
.qrcode{
	padding:0 10px;
}