@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
small,
sup,
sub,
button,
input,
textarea,
select {
    font-size: 12px;
    font-family: Arial, Helvetica, verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var {
    font-size: normal;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -3px;
}

sub {
    bottom: -3px;
}

button {
    padding: 5px 10px;
    overflow: visible;
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    outline: none;
}

a,
button,
input,
optgroup,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
    /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}

a,
img {
    -webkit-touch-callout: none;
    /*禁止长按链接与图片弹出菜单*/
}

i,
p,
a {
    word-break: break-all;
    vertical-align: middle;
}

strong,
em,
b,
i {
    font-style: normal;
    font-weight: normal;
}

input,
select,
textarea {
    outline: none;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: -webkit-linear-gradient(transparent, transparent);
    background-image: linear-gradient(transparent, transparent);
}

html {
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    background: #fff;
}

body {
    margin: 0 auto;
    color: #575757;
    max-width: 768px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.clearfix:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

 .pic-cont {
    text-align: center;
    padding-top: 85px;
    background: #f7f7f7;
}

.pic-cont p {
    color: #8f8f8f;
    font-size: 15px;
    margin-top: 6%;
}

.pic-cont img {
    width: 80%;
}

/*.refresh_button {
    margin-top: -1px;
    box-sizing: border-box;
    padding: 55px 0;
    margin: 0 8%;
    width: 84%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    box-sizing: border-box;
}

.refresh_button a {
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    width: 48%;
    margin: 0 auto;
    display: inline-block;
    background: #00C79C;
    text-align: center;
    box-sizing: border-box;
}

.refresh_button a:first-child {
    color: #00c79c;
    background: #fff;
    margin-right: 2%;
    border: 1px solid #00c79c;
} */
 
.g-network{
    text-align: center;
    font-size: 0.15rem;
    color:#BBBBBB;
    position: relative;
   height: 100%;
    
   
}

.g-network div{
    text-align: center;
    margin-top:0.22rem;
    
}
.g-network div.refresh_buttons{
    align-items: center;
    display: flex;
    justify-content: center;
}
@media screen and (max-width:1000px) {
	.g-network>div.pop img{
	    width: 1.5rem;
	    height: 1.5rem;
	    margin: 0 auto;
	 }
	.g-network div span ,.g-network div a{
	    display: inline-block;
	    width: 0.8rem;
	    height: 0.3rem;
	    border:1px solid rgba(66,133,244,0.5);
	    color: #4285f4;
	    font-size:0.15rem;
	    align-items: center;
	    display: flex;
	    justify-content: center;
	    margin: 0 auto;
	}
	.g-network p{
		max-height: 1.5rem;
		overflow: hidden;
		line-height: 0.3rem;
	}
}
@media (min-width: 1000px) {
	.g-network>div.pop img{
        width:400px !important;
        height: 400px !important;
    }
	.g-network>div.pop p{
		font-size: 30px;
	}
	.g-network div span ,.g-network div a{
		width: 130px;
	    height: 71px;
	    font-size: 30px;
	    display: inline-block;
	    border:1px solid rgba(66,133,244,0.5);
	    color: #4285f4;
	    align-items: center;
	    display: flex;
	    justify-content: center;
	    margin: 0 auto;
        cursor: pointer;
	}
	.g-network p{
		max-height: 150px;
		overflow: hidden;
		line-height:30px;
	}
}
.g-network div a{
    border:1px solid #bbb;
    color: #bbb;
}
.g-network>div.pop{
     position: relative;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-100%);
     margin-top: 0rem;  
 }
 @media (min-width: 780px) {
    .g-network>div.pop{
        top:0;
        margin-top: 0rem;
        transform: translate(-50%,0%);
    }

}

 
