
html{ height:100%;}
li{ list-style:none}
body{
	height: 100%;
	background-image: url(../images/hezuo-bg.jpg);
	background-repeat: repeat;
}
#hd {
    position: relative;
	z-index: 22;
    background: #f9f9f9;
    background-image: -webkit-linear-gradient(#fff,#f5f5f5);
    background-image: linear-gradient(#fff,#f5f5f5);
    border-bottom: 0px;
}
.pg_list.pg_list_14.list_liebiao #hd:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    border-top: 1px solid #e5e5e5;
    border-top: 1px solid rgba(0,0,0,.1);
    height: 3px;
    background: url(../images/pt-after.png) repeat-x ;
}
#nv_portal #hd:after {
    background-color: transparent;
}
#m-header .m-header .m-header-ul {
     background-color: transparent;
}
#nv_portal.pg_list.pg_list_14.list_liebiao .navbar-menu .vwmy a {
    color: #606060;
}
#wp {
    margin-top: 50px;
}
#hezuo :after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#hezuo {
	margin:0px auto 80px auto;
	max-width:890px;
    z-index: 2;
    top: 50%;
    background: url(../images/hezuo-img.png) no-repeat top center;
    padding-top: 280px;
}
#hezuo .hezuo-list{
	margin-top:35px;
    background-color: #fff;
}
#hezuo .hezuo-list ul{
    margin:0px;
    padding: 0;
}
#hezuo .tit {
    font-size: 36px;
    text-align: center;
    line-height: 66px;
}
#hezuo .desc {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    line-height: 28px;
    color: #b1b1b1;
}
#hezuo .hezuo-list li {
    height: 290px;
    box-sizing: border-box;
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}

#hezuo .hezuo-list li:before {
    content: '';
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-left: 1px solid #f2f2f2;
    border-left: 1px solid rgba(0,0,0,.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
#hezuo .hezuo-list li . {
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transition: opacity .2s .1s ease-out;
    transition: opacity .2s .1s ease-out;
}
#hezuo .hezuo-list li.hezuo-one .app-image {
    background-position: -192px 0;
}
#hezuo .hezuo-list li .app-image {
    width: 90px;
    height: 90px;
    margin: 55px auto 0;
    background-repeat: no-repeat;
    background-size: auto 90px;
    background-image: url(../images/hezuo-list.png);
    background-repeat: no-repeat;
}
#hezuo .hezuo-list li .info {
    margin-top: 160px;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
#hezuo .hezuo-list li .info h2 {
    font-size: 16px;
    line-height: 1.2;
    color: #424242;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#hezuo .hezuo-list li .info p {
    margin-top: 18px;
}
#hezuo .hezuo-list li .info p span {
    margin-top: 6px;
    font-size: 1rem;
    line-height: 1.2;
    color: #B2B2B2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
#hezuo .hezuo-list li .operation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s cubic-bezier(.4,0,1,1);
    transition: opacity .1s cubic-bezier(.4,0,1,1);
    background: #fff;
    z-index: 2;
}
#hezuo .hezuo-list li .operation .qrcode {
    width: 120px;
    height: 120px;
    padding: 4px;
    margin: 41px auto 0;
    box-sizing: border-box;
    border: 1px solid #f7f7f7;
}
#hezuo .hezuo-list li .operation>a {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
    margin-top: 16px;
}
.page-shop a {
    color: #5079d9;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
       text-decoration: none;
}
.store-content em, .store-content i {
    font-style: normal;
}
.smartisan-icon {
    display: inline-block;
    font-family: SmartisanIconFont;
    vertical-align: middle;
}
.smartisan-icon.gt:before {
    content: ">";
	margin-left:6px;
}
#hezuo .hezuo-list li:hover .{opacity:0;-webkit-transition:opacity .1s cubic-bezier(.4,0,1,1);transition:opacity .1s cubic-bezier(.4,0,1,1)}
#hezuo .hezuo-list li:hover .operation{opacity:1;visibility:visible;-webkit-transition:opacity .2s .15s ease-out;transition:opacity .2s .15s ease-out;box-shadow:0 0 38px rgba(0,0,0,.08) inset}
.no-opacity #hezuo .hezuo-list li:hover .operation{display:none}

#hezuo .hezuo-list li.hezuo-two .app-image {
    background-position: -96px 0;
}

#hezuo .hezuo-list li.hezuo-three .app-image {
    background-position: -378px 0;
}
#hezuo .hezuo-list li .app-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.operation a {
    color: #5079d9;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: none;
}
#hezuo .hezuo-list li .operation>p {
    margin-top: 35px;
    line-height: 1.2;
}

#hz-footer .copyright{
    margin-right: 0px;
	float: none;
	margin: 0px auto;
	text-align:center;
    padding-top: 18px;
}
#hz-footer {
    background: none;
    border-top: 1px solid #d5d5d5;
    box-shadow: inset rgba(255,255,255,.8) 0 1px 0;
	margin-top: 25px;
}
@media (max-height: 800px){
#hz-footer .copyright {
    padding-top: 10px;
	padding-bottom:10px;
}
}
@media only screen and (max-width: 592px){
	.hezuo-list{ 
	max-width:290px;
    width:100%;
	margin: auto auto;}
	#hezuo .hezuo-list li {
    width:100%;
    text-align: center;
	margin:0 auto;
	border-bottom: 1px solid #f2f2f2;
    border-bottom: 1px solid rgba(0,0,0,.1);
	
}	
	}