<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";

/* customize
----------------------------------------------------*/
html {
	scroll-behavior: smooth;
}

:root {
	--blue-color: #0456B9;
	--blue-sub-color: #E1F6FF;
	--green-color: #29A533;
	--green-sub-color: #D9F8D2;
	--answer-color: #A11A1A;
}

#contents {
	padding: 10px;
}

#faqpage .content_area {
	width: 100%;
}

/* tab
----------------------------------------------------*/
#faqpage .tab-container {
	display: flex;
	gap: 30px;
}

#faqpage .tab {
	position: relative;
	font-weight: 400;
	text-align: center;
	width: calc(100% / 2);
	padding: 15px 10px;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	border-radius: 10px 10px 0 0;
}

#faqpage .tab1 {
	background-color: var(--blue-color);
}

#faqpage .tab2 {
	background-color: var(--green-color);
}

#faqpage .tab span {
	font-size: 24px;
	font-weight: 700;
}

#faqpage .tab.active::before {
	content: "";
    width: calc((100% + 30px));
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: var(--blue-color);
}

#faqpage .tab.active::after {
	content: "";
    width: calc(100%);
    height: 10px;
    position: absolute;
    left: calc(100% + 30px);
    bottom: 0;
    z-index: 1;
    box-shadow: 2px -5px 6px #0000004D;
    background-color: var(--blue-color);
}

#faqpage .tab2.active::before {
	left: unset;
    right: 0;
	background-color: var(--green-color);
}
#faqpage .tab2.active::after {
    background-color: var(--green-color);
    box-shadow: -2px -5px 6px #0000004D;
    left: unset;
    right: calc(100% + 30px);
}

#faqpage .content {
	display: none;
}

#faqpage .content-container {
	padding: 60px 20px;
}

#faqpage .content.show {
	display: block;
}

#faqpage .link {
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 45px;
	margin-bottom: 53px;
}

#faqpage .link a {
	position: relative;
	display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: unset;
    font-size: 18px;
    color: #0D5DB1;
    font-weight: 700;
}

#faqpage .link a:hover {
	opacity: 0.6;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#faqpage .link a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -35px;
    width: 25px;
    height: 2px;
    background-color: #0D5DB1;
    transform: rotate(295deg);
}

#faqpage .link a:first-child::before {
	content: none;
}

#faqpage .link a img {
	width: 22px;
}

#faqpage .content h4 {
	background-color: #E1F6FF;
    font-size: 20px;
    color: #0D5DB1;
    text-align: center;
    padding: 6px 0;
    font-weight: 700;
    border-radius: 6px;
}

#faqpage .content h4:not(:nth-child(1)) {
	margin-top: 70px;
}

/* faq
----------------------------------------------------*/
#faqpage .details {
	border-bottom: 1px solid #CCCCCC;
}

#faqpage .details:last-of-type {
	border-bottom: 1px solid #CCCCCC;
}

#faqpage .details-summary,
#faqpage .details-content {
    position: relative;
    display: block;
    padding: 20px 54px 20px 50px;
    font-size: 16px;
	font-weight: 700;
}

#faqpage .details-content {
	padding-top: 0;
}

#faqpage .details-summary:hover {
	cursor: pointer;
}

#faqpage .details-summary img,
#faqpage .details-content img {
	position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
	width: 30px;
    height: auto;
}

#faqpage .details-content img {
	top: 15px;
}

#faqpage .details-summary .btn {
	position: absolute;
	top: 37%;
	right: 10px;
	width: 16px;
	height: 16px;
	transform-origin: center center;
	transition-duration: 0.2s;
}

#faqpage .details-summary .btn::before,
#faqpage .details-summary .btn::after {
	content: "";
	background-color: #062D70;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform-origin: center center;
}

#faqpage .details .details-summary .btn::before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

#faqpage .details-summary.is-active .btn {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#faqpage .details-summary.is-active .btn:before {
	content: none;
}

#faqpage .details-summary::-webkit-details-marker {
	display: none;
}

#faqpage .details-content p {
	margin: 0 0 20px;
	font-size: 16px;
	text-align: left;
	font-weight: 300;
}

#faqpage .details-content p:last-of-type {
	margin: 0 0 0;
}

/* content2_月極め
----------------------------------------------------*/
#faqpage .content2 .link a {
	color: #29A533;
}

#faqpage .content2 .link a::before {
    background-color: #29A533;
}

#faqpage .content2 h4 {
	background-color: #D9F8D2;
    color: #29A533;
}

#faqpage .content2 .details-summary .btn::before,
#faqpage .content2 .details-summary .btn::after {
    background-color: #29A533;
}
