.banner {
	margin-top: 64px;
	text-align: center;
}

.banner .templateimg img {
	width: 100%;
	height: 110px;
}

/* 右侧模板列表 */
.templatelist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Product-Title p {
	display: inline-block;
	padding: 10px 20px;
	background-color: rgba(0, 0, 0, 0.2);
	/* 背景透明度 */
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.Product-Title p:hover {
	background-color: rgba(0, 0, 0, 0.4);
	/* 悬停时略微加深透明度 */
}

.templatelist-item {
	margin-bottom: 40px;
	width: 45%;
	border: 1px solid rgba(229, 229, 229, 1);
	float: left;
	margin: 10px;
	height: 460px;

}

.templatelist-item-img {
	overflow: hidden;
	height: 250px;
	position: relative;
}

.templatelist-item-img img {
	box-shadow: rgba(50, 50, 50, 0.26) 0px 0px 2px 0px;
	transform: translateY(0px);
	transition: all 2s linear 0s;
	position: relative;
	width: 100%;
	max-width: 100%;
}

.temp-item-title {
	background-color: #ffffff;
	padding: 15px;
	border-top: 1px solid rgba(244, 244, 244, 1);
}

.temp-author {
	display: inline-block;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 16px;
	font-family: 微软雅黑;
}

.temp-msg {
	color: #999;
	padding-bottom: 5px;
	font-size: 12px;
	overflow: hidden;
	height: 42px;
	font-family: 微软雅黑;
}

.temp-info {
	background-color: #ffffff;
	border-top: 1px solid rgba(244, 244, 244, 1);
	padding: 10px 15px 15px 15px;
	height: 50px;
	display: flex;
	justify-content: space-between
}

.temp-info-money {
	color: #888;
	font-size: 12px;
	font-family: 微软雅黑;
	position: relative;
	top: 4px;
}

.temp-info>.info {
	display: flex;
}

.temp-info>.info .info-use {
	margin-right: 10px;
	background-color: #333;
	border: 1px solid #333;
	padding: 2px 18px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	font-family: 微软雅黑;
}

.temp-info>.info .info-preview {
	border: 1px solid #e5e5e5;
	padding: 2px 18px;
	color: #494949;
	font-size: 12px;
	cursor: pointer;
	font-family: 微软雅黑;
}

.templatelist-item:hover {
	box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
}

.templatelist-item .templatelist-item-img:hover img {
	box-shadow: rgba(50, 50, 50, 0.26) 0px 0px 2px 0px;
	transform: translateY(-1789px);
	transition: all 5.5s linear 0s;
}

.info-use:hover {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.info-preview:hover {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #aaa !important;
}



.slideshow-container {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.slideshow-image {
	display: none;
	width: 100%;
	height: 300px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.modal img {
	max-width: 80%;
	max-height: 80%;
	margin-top: 10%;
}

.templatelist {
	display: none;
}

.templatelist.active {
	display: inline-block;
	width: 100%;
}

.footer {
	margin-top: 280px;
	background: #353535;
	padding-top: 44px;
	padding-bottom: 68px;
}

profile-section {
	padding: 20px;
	border-bottom: 1px solid #ddd;
}

.profile-section h2 {
	color: #333;
	border-bottom: 2px solid #555;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 20px;
	margin-left: 20px;
}

.form-group label {
	display: block;
	margin-bottom: 5px;
	color: #555;
	font-weight: bold;
}

.form-group input {

	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.form-group button {
	padding: 10px;
	background-color: #333;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.form-group button:hover {
	background-color: #555;
}









#Myallet,
#MyService {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #f5f6f7;
	min-height: 95%;

}

.MyService-coin {

	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	min-height: 300px;
}

.wallet-coin {

	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wallet-balance-title {
	padding: 16px;
	background-color: #fff;
	height: 236px;
}

.wallet-balance-title p {
	color: #555666;
	font-size: 16px;
}

.wallet-balance-title .balance-total {
	height: 136px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
}

.wallet-balance-title .balance-total .balance-item {
	width: 312px;
	text-align: center;
	padding-top: 32px;
	position: relative;
}

.wallet-balance-title .balance-total .balance-item .item-num {
	color: #222226;
	font-size: 32px;
	line-height: 44px;
	font-weight: 700;
	margin-bottom: 8px;
}

.wallet-balance-title .balance-total .balance-item .item-title {
	line-height: 20px;
	height: 20px;
	color: #555666;
	font-size: 14px;
}

.wallet-balance-title .btn-box {
	width: 50%;
	margin: 0 auto;
	height: 30px;
	text-align: center;
}

.wallet-btn {
	min-width: 76px;
	height: 30px;
	font-size: 14px;
	line-height: 28px !important;
	padding: 0 8px;
	border: 1px solid #fc5531;
	border-radius: 15px;
	color: #fc5531 !important;
	display: inline-block;
	cursor: pointer;
	margin-right: 16px;
	text-align: center;
}

.MyService-coin .MyService-coin-list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 16px;
	background-color: #fff;
	padding: 16px 24px 24px;
}

.wallet-coin .wallect-coin-list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 16px;
	background-color: #fff;
	padding: 16px 24px 24px;
}

.wallet-coin .wallect-coin-list div.tab-switch,
.MyService-switch {
	border-bottom: 1px solid #e9e9e9;
	height: 38px;
	margin-bottom: 12px;
	margin-top: 12px;
}

.wallet-coin .wallect-coin-list div.tab-switch ul.tab-switch-ul,
.MyService-switch-ul {

	display: flex;
}

.wallet-coin .wallect-coin-list div.tab-switch ul.tab-switch-ul li,
.MyService-switch-ul li {
	margin-right: 25px;
	padding-bottom: 14px;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	border-bottom: 2px solid #fff;
	list-style-type: none;
	cursor: pointer;
	color: #555666;
}

.wallet-coin .wallect-coin-list div.tab-switch ul.tab-switch-ul li.switch-act,
.MyService-switch-ul li.switch-act {
	border-bottom: 2px solid #222226;
	color: #222226;
	font-weight: 500;
}


.details {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	padding: 20px;

}

.details h3 {
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
}

.table-container {
	width: 100%;
	overflow-x: auto;
}

.table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.th,
.td {
	border: 1px solid #ddd;
	padding: 12px;
	text-align: left;
}

.th {
	background-color: #f2f2f2;
	font-weight: bold;
}

.tr:nth-child(even) {
	background-color: #f9f9f9;
}

.tr:hover {
	background-color: #ddd;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.pagination button {
	background-color: #4aa1fb;
	color: white;
	border: none;
	padding: 10px 15px;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 4px;
}

.search-container {
	margin-top: 20px;
}

.search-container input {

	border: 1px solid #ddd;
	border-radius: 4px;
	margin-left: 23px;
}

.search-container button {
	background-color: #4aa1fb;
	color: white;
	border: none;
	padding: 10px 15px;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 4px;
}


.Product-Content {
	margin: 30px;
}

.Product-Title {
	height: 40px;
	font-size: 32px;
}

.Product-Title p {
	font-size: 16px;
	float: right;
	margin-top: -27px;
	cursor: pointer;
}

.Divider {
	height: 1px;
	background-color: #ddd;
	/* 分割线的颜色 */
	margin: 10px 0;
	/* 设置分割线上下的间距 */
}

/* 分页容器样式 */
#Pagination,
#TempsPagination {
	margin-top: 20px;
	text-align: center;

}

/* 页码信息样式 */
#Pagination div,
#TempsPagination div {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;

}

/* 上一页和下一页按钮样式 */
#Pagination button,
#TempsPagination button {
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
	background-color: #4aa1fb;
	color: white;
	border: none;
	border-radius: 3px;
}

/* 上一页和下一页按钮激活状态样式 */
#Pagination button:hover,
#TempsPagination button:hover {
	background-color: #4aa1fb;
}

/* 当前页码样式 */
#Pagination .current-page,
#TempsPagination .current-page {
	font-weight: bold;
	color: #4aa1fb;
}

.Product-PayTime {
	margin-top: 11px;
	font-size: 14px;
	/* 设置字体大小 */
	color: #333;
	/* 设置字体颜色 */
	/* 可以根据需要添加其他样式 */
}

.Product-RemainDays {
	font-size: 16px;
	/* 设置字体大小 */
	color: #e74c3c;
	/* 设置字体颜色为红色 */
	/* 可以根据需要添加其他样式 */
}

.sub-tab {
	display: inline-block;
	padding: 10px;
	margin: 5px;
	cursor: pointer;
	background-color: #3498db;
	/* 设置背景颜色 */
	color: #fff;
	/* 设置文字颜色 */
	border: 1px solid #2980b9;
	/* 设置边框颜色 */
	border-radius: 5px;
	/* 设置边框圆角 */
	transition: background-color 0.3s;
	/* 添加鼠标悬停效果过渡 */

}

.sub-tab:hover {
	background-color: #2980b9;
	/* 设置鼠标悬停时的背景颜色 */
}

#AllProducts .sub-tab {
	/* 可以根据需要添加其他样式 */
}

#TranslationTab {
	background-color: #2ecc71;
	/* 设置翻译选项卡的特定背景颜色 */
}

#ExpressTab1,
#ExpressTab2 {
	background-color: #e74c3c;
	/* 设置快递选项卡的特定背景颜色 */
}

#AllProducts .sub-tab:hover {
	background-color: #3498db;
	/* 设置 AllProducts 选项卡中鼠标悬停时的背景颜色 */
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

#downloadModal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 350px;
	height: 130px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	z-index: 2;
}

.close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	color: #333;
}

.modal-content {
	text-align: center;
}

.form-check {
	margin-bottom: 15px;
	float: left;
	width: 150px;
	margin-top: 20px;
}

.form-check label {
	margin-right: 10px;
}

button {
	cursor: pointer;
	padding: 10px 20px;
	background-color: #4caf50;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	transition: background-color 0.3s;
	margin-top: 15px;
}

button:hover {
	background-color: #45a049;
}

.balance-info {
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 14px;
}

.pagination {
	margin: 20px auto;
	text-align: center;
	width: 60%;
	height: auto;
}

.pagination a {

	padding: 5px 10px;
	margin-right: 5px;
	text-decoration: none;
	background-color: #f2f2f2;
	color: #333;
	border-radius: 4px;
	display: none;
}

.pagination a.active {
	background-color: #333;
	color: #fff;
	display: inline-block;
}

.pagination .prev,
.pagination .next {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 4px;
	margin-right: 5px;
	text-decoration: none;
	color: #333;
}

.pagination .prev:hover,
.pagination .next:hover {
	background-color: #e0e0e0;
}

.pagination .disabled {
	pointer-events: none;
	opacity: 0.6;
}

.pagination .page-container {
	display: inline-block;
}

.UpLabel {
	width: 100px;
	text-align: center;
	line-height: 47px;
	color: #8590a6;
}

.phoneInputGroup {
	width: 290px !important;
}

.fromSubmit {
	width: 20% !important;
}

#UpdatePwd form {
	width: 50%;
	max-width: 600px;
	margin: 20px auto 20px;
	/* 让表单水平居中 */
	padding: 20px;
	/* 可根据需要调整内边距 */
	border-radius: 10px;
	/* 圆角 */
	background-color: #fff;
	/* 背景颜色 */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	/* 添加阴影效果 */
}


.temps {
	display: flex;
	flex-direction: column;
}

.Temp-Content {
	border: 2px solid #3498db;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	transition: transform 0.3s ease-in-out;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.Temp-Content:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.Temp-Title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Temp-Title h4 {
	margin: 0;
	font-size: 20px;
	color: #2c3e50;
}

.Temp-Title p {
	margin: 0;
	font-size: 14px;
	color: #3498db;
	cursor: pointer;
	transition: color 0.3s ease-in-out;
}

.Temp-Title p:hover {
	color: #2980b9;
}

.Temp-Summary {
	margin-top: 10px;
	font-size: 16px;
	color: #555;
}

.Temp-TransactionTime {
	font-size: 12px;
	color: #888;
}

.Divider {
	height: 1px;
	background-color: #ccc;
	margin: 20px 0;
}

.error-message {
	color: red;
}


/* Modal */
.verificationmodal {
	display: none;

	position: fixed;
	top: 50%;
	left: 50%;
	width: 367px;
	height: 170px;
	transform: translate(-50%, -50%);
	background-color: rgb(255, 255, 255);

	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
	border-radius: 8px;
	z-index: 2;
}

/* Modal Content */
.verificationmodal .modal-content {
	background-color: #fefefe;
	margin: 6% auto;
	padding: 20px;

	width: 80%;
	max-width: 400px;
	border-radius: 8px;
}

/* Close Button */
.verificationmodal .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.verificationmodal .close:hover,
.verificationmodal .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* Input and Countdown */
.verificationmodal input {
	width: 60%;
	padding: 10px;
	margin: 10px 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	float: left;
}

.verificationmodal #countdownTimer {
	font-size: 16px;
	color: #333;
	width: 31%;
	padding: 10px;
	margin: 10px 0px;
	float: left;
}

/* Resend Button */
.verificationmodal #resendButton {
	background-color: #4CAF50;
	color: white;
	padding: 10px 15px;
	font-size: 11px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	width: 37%;
}

.verificationmodal #resendButton:hover {
	background-color: #45a049;
}

/* Confirm Button */
#ConfirmVerificationCodeButton {
	width: 25%;
	margin-top: 10px;

	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	position: relative;

	margin-left: 36%;
}

#ConfirmVerificationCodeButton:hover {
	background-color: #45a049;
}

#NoTemplateMessage,
#NoServiceMessage {
	display: none;
	padding: 20px;
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
	border-radius: 4px;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}

.banner {
	margin-top: 64px;
	text-align: center;
	width: 100%;
	height: 100px;
}

.banner img {
	width: 100%;
}

.main {
	margin-top: 60px !important;
}

.avatar-wrapper {
	position: relative;
	display: inline-block;
	margin-left: 30px;
}

#avatar {
display: none;

}

#avatar-preview {
	width: 100px;
	height: 100px;
	margin-top: 20px;
	border: 1px solid;
	border-radius: 50%;
	    float: left;
}

.changeAvatar {
    padding: 10px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
    transition: background-color 0.3s;
    margin-top: 77px;
    margin-left: 58px;
    margin-bottom: 29px;
}

/* 模态框样式 */
.previewHeadModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  overflow: auto;

  background-color: rgba(140, 140, 140, 0.9);
}

.modal-Header {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  max-height: 80%;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


#qrCodeModal {
	display: none;
	position: fixed;
	top: 30%;
	left: 50%;
	width: 330px;
	height: 400px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	text-align: center;
}

.Code_Type {
	display: flex;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.Code_WeChat,
.Code_AliPay {
	cursor: pointer;
	padding: 10px;
	flex-grow: 1;
	text-align: center;
	font-size: 16px;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-right: 10px;
	transition: background-color 0.3s;

}

.Code_WeChat.selected,
.Code_AliPay.selected {
	background-color: #00aaff;
	color: #fff;
}

#Content_WeChat,
#Content_AliPay {
	display: none;
}

#Content_WeChat.show,
#Content_AliPay.show {
	display: block;
	width: 235px;
	height: 235px;
	margin: 0 auto;
	position: relative;
	top: 50px;
}

.closeQrCodeModal {
    cursor: pointer;
    padding: 10px;
    background-color: rgba(0, 123, 255, 0.6);
    border: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s;
    margin: 0px auto;
    color: #fff;
    font-weight: 700;
    position: relative;
    top: 36px;
}

.closeQrCodeModal:hover {
	background-color: rgba(0, 123, 255, 0.9);
	/* 背景透明度 */
}

button:hover {
	background-color: #00aaff;
}

iframe {
	width: 200px;
	height: 200px;
}

canvas {
	width: 200px;
	height: 200px;
}

.main {
	height: 600px;
}


#qrcode_wx img {
	width: 85%;
	margin: 0 auto;
}

#amountDisplay {
    font-size: 27px;
    font-weight: bold;
    width: 100%;
    height: 36px;
    margin-bottom: 20px;
    position: relative;
}