<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 />
@charset "UTF-8";

ol {
  margin-left: 1.6em;
}

dt {
  float: left;
}

.lineSpaceBox {
	font-size: 2.8rem;
	margin-bottom: 2.5rem;
}

.contH2Area {
  margin-bottom: 3rem;
}

.contH2Area:last-child {
  margin-bottom: 10rem;
}

.textBox {
	font-size: 2.8rem;
}

.decoration {
  font-weight: bold;
}

@media print, screen and (min-width: 641px) {
  .h1Area {
    margin-bottom: 3.2rem;
  }
	.h2Area {
		margin-bottom: 2.7rem
	}
  .textBox {
  	font-size: 1.6rem;
  }
  .lineSpaceBox {
  	font-size: 1.6rem;
		margin-bottom: 2.5rem;
  }

  dt {
    width: 8.7rem;
    text-align: right;
  }
  .contH2Area:last-child {
    margin-bottom: 70px;
  }
}
/* arrowL
---------------------------------------------------------- */

.arrowL {
	position: relative;
	text-decoration: underline;
	vertical-align: middle;
	color: #2153a5;
	padding-left: 2rem;
	display: inline-block;
	text-align: left;
}

.arrowL::before {
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	border: 0;
	border-top: solid 0.3rem #2153a5;
	border-right: solid 0.3rem #2153a5;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1rem;
}

@media print, screen and (min-width: 641px) {
	.arrowL {
		padding-left: 1.3rem;
		font-size: 1.3rem;
	}

	.arrowL::before {
		width: 5px;
		height: 5px;
		border-top: solid 1px #2153a5;
		border-right: solid 1px #2153a5;
		left: 0px;
		margin-top: -4px;
	}
}
.textBox img {
    vertical-align: middle;
}

.btnListSp {
   
}
