@charset "utf-8";

#g-gotop {
    position: fixed;
    right: 0px;
    z-index: 999;
    width: 50px;
}
#g-gotop a {
    display: block;
    width: 3.3em;
    height: 3.3em;
    color: white;
    background-color: #337ab7;
}

.g-qrcode {
    position:fixed;
    right: 0;
    width: 50px;
}

.g-qrcode div {
    width:375px;
    height:170px;
    background-color: #eee;
    display:none;
}

/* .g-qrode .g-sw-app{
	width:527px;
	height:170px;
    background-color: #eee;
    display:none;
} */


/* 新加 */

/*  .g-qrcode .g-weixin {
    display:block;
}
.g-qrcode .g-weixin div{
    display:block;
} 
 */

.g-qrcode .g-app,.g-qrcode .g-weixiao {
    width: 515px;
    height: 190px;
    background-color: #eee;	
}
.g-qrcode .g-qrcode-img1 {
    width: 115px;
    height: 130px;
    position: relative;
    top: -110px;
    left: 172px;  
    text-align: center; 
}
.g-qrcode .g-qrcode-img2 {
    width: 115px;
    height: 130px;
    position: relative;
    top: -240px;
    left: 324px;  
    text-align: center; 
}
.g-qrcode .g-qrcode-txt1 {
    width: 210px;
    height: 130px;
    position: relative;
    top: -350px;
    left: 476px;
}
.g-qrcode .g-qrcode-txt2 {
    width: 210px;
    height: 130px;
    position: relative;
    top: -240px;
    left: 304px;
}



.g-weixin {
    position: relative;
    top: -3.3em;
    left: -26.5em;
}

.g-weibo {
    position: relative;
    top: -3.3em;
    left: -26.5em;
}

.g-app {
    position: relative;
    top: -3.3em;
    left: -46.125em;
}
.g-weixiao{
    position: relative;
    top: -3.5em;
    left: -35.375em;
}
.g-qrcode:HOVER div {
    display:block;
}

.g-qrcode  .g-qrcode-img {
    width: 130px;
    height:130px;
    position: relative;
    top: 20px;
    left: 20px;
    text-align: center;
}
.g-qrcode .g-qrcode-txt {
    width: 210px;
    height:130px;
    position: relative;
    top: -110px;
    left: 162px;
}
.g-qrcode .g-qrcode-th {
    padding-top: 5px;
    float:left;
    margin-left:20px;
}
.g-qrcode .g-qrcode-td {
    margin-left:20px;
    padding-top:15px;
    float:left;
}


.g-side-app{
    color: white;
    background-color: #337ab7;
    padding: 5px 7px 2px 8px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    height: 3.3em;
    width: 3.3em;
}

