<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
:root {
	--accent-color: #FF7D39;
	--back-color: #FACAAC;
	--link-color: #55ABAD;

}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'); /* Chrome 26+, Opera 23+, Firefox 39+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'); /* Chrome 26+, Opera 23+, Firefox 39+ */
}

/* minimalist reset */
* {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

body {
	background-color: var(--back-color);
	font-family: 'Open Sans',sans-serif;
}

main {
	margin: 0 auto;
	padding: 30px 140px 0 140px;
	max-width: 600px;
	min-height: 100vh;
	color: #333;
	background-color: white;
}

h1 {
	font-size: 1.2em;
	font-weight: 700;
	display: inline;
	margin-right: 5px;
}

.accent {
	color: var(--accent-color);
}

.row {
	display: flex;
}

.column {
	padding: 10px;
}

.left {
	width: 25%;
}

.right {
	width: 75%;
}

h2 {
	margin-top: 50px;
	font-size: 1.5em;
}

h3 {
	font-weight: 400;
	margin-bottom: 30px;
}

footer {
	padding-top:50px;
	text-align: center;
	margin-top: 80px;
	padding-bottom: 200px;
}

footer a {
	padding: 8px 14px;
	color: white!important;
	font-weight: bold;
}

p {
	line-height: 1.5em;
	margin-top: 20px;
	display: block;
}

a {
	color: darkgray;
	text-decoration: none;
	color: var(--link-color);
}

a:hover {
	text-decoration: underline;
	color: var(--link-color);
}

#link-like {
	color: darkgray;
	text-decoration: none;
	color: var(--link-color);
	padding: 8px 14px;
	color: white!important;
	font-weight: bold;
}

ol {
    counter-reset: item; 
}
ol>li {
    counter-increment: item; 
    list-style: none inside; 
    margin: 20px 0;
    overflow: hidden;
    line-height: 1.5em;
}
ol>li:before {
    content: counter(item) ;
    margin-right: 10px;
    padding: 8px;
    border-radius: 50%;
    width: 25px;
    background: var(--accent-color);
    color: white;
    text-align: center; 
    float: left;
}

@media (max-width: 600px) {
  main {
  	max-width: 600px;
    padding: 20px;
  }
  h2 {
    font-size: 1.2em;
  }
  :root {
  	--back-color: white;
  }
}

#site-header {
	position: fixed;
	height: 52px;
	background: #fff;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: all .3s ease;
	box-shadow: 0 1px 25px rgba(0,0,0, .1);
}
#site-header.hide {
	top: -53px;
}

#site-header a {
	padding: 8px 14px;
	color: white!important;
	font-weight: bold;
}

#site-header p {
	padding: 8px 14px;
	color: white!important;
	font-weight: bold;
	display: inline;
}

/*.triggermenu:hover + .menu {*/
/*	display: block;*/
/*	color: red;*/
/*}*/

.dropbtn {
	border-radius: 2px;
	background-color: #081118;
	color: white;
	border: none;
	display:table-cell;
}

/*div.menu {*/
/*	display: none;*/
/*	position:absolute;*/
/*	background-color: #081118;*/
/*	min-width: 160px;*/
/*	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
/*	z-index: 1;*/
/*}*/

.dropdown-content {
	border-radius: 3px;
	display: none;
	position: absolute;
	background-image: linear-gradient(263deg, rgb(73, 71, 70), rgb(53, 60, 64));
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin-top: 5px;
	padding: 18px 28px 18px 36px;
	z-index: 1;
}

.dropdown-content-left {
	right: 1px;
	border-radius: 3px;
	display: none;
	position: absolute;
	background-image: linear-gradient(263deg, rgb(73, 71, 70), rgb(53, 60, 64));
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin-top: 5px;
	padding: 18px 28px 18px 36px;
	z-index: 1;
}

.dropdown-submenu {
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 10px;
	margin-bottom: 4px;
}


.dropdown-content a {
	font-size: 14px;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content-left a {
	font-size: 14px;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropbtn-white {
	border-radius: 2px;
	padding:15px;
	background-color: white;
	color: white;
	border: none;
	display:table-cell;
}

#main-img {
	height: 513px;
	width: 342px;
}

#main-img-n {
	height: 342px;
	width: 513px;
}

@media screen and (max-width: 767px) {
	#main-img{
		height: 342px;
		width: 228px;
	}
}

@media screen and (max-width: 767px) {
	#main-img-n{
		width: 342px;
		height: 228px;
	}
}


.hide {
	display: none;
}

.dropbtn-white:hover {background-color: rgb(96, 97, 98);}
.dropbtn-white:hover .dropdown-content {display: block;}

.dropdown-content a:hover {background-color: rgb(96, 97, 98);}
.dropbtn:hover .dropdown-content {display: block;}

.dropdown-content-left a:hover {background-color: rgb(96, 97, 98);}
.dropbtn:hover .dropdown-content-left {display: block;}

.dropbtn:hover {background-color: rgb(96, 97, 98);}

.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#081118!important}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-container,.w3-panel{padding:1.01em 16px; display: flex;}.w3-panel{margin-top:16px;margin-bottom:16px}
