/* * {
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 0;
	text-decoration: none;
	list-style: none;
	font-style: normal;
	word-break: break-all;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div,
span,
a,
li,
ul,
td,
th,
input,
select,
option,
i {
	max-height: 999999px;
}

html {
	background-color: #fafaf9;
}

body {}
 */
img {
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

input,
option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	white-space: nowrap
}

input {
	vertical-align: middle;
	outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

table tr td,
table tr th {
	text-align: center;
	vertical-align: middle;
}

.por {
	position: relative;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box_shadow0 {
	box-shadow: 0 0 0.5rem 0 rgba(150, 150, 150, 0.4);
}

.b_mar_0 {
	margin-bottom: 1.25rem;
}

.b_mar_1 {
	margin-bottom: .46rem;
}

.staticImg_panel {
	padding: .83rem 1.25rem 1.25rem 1.25rem;
	background-color: #fff;
}

.staticImg_panel>img {
	width: 100%;
}

.m_padding_1 {
	padding: 0 1rem;
	height: 100%;
}

.m_padding_2 {
	padding: 0 1.25rem;
}

.def_panel {
	padding: 0 2.5rem;
}

.mainContainer {
	position: relative;
	background-color: #eef0f3;
	text-align: center;
}

.mescroll_fn {
	position: relative;
}

.index {
	background: url(../../../../images/product/tlx/bg/header_bg.jpg) no-repeat center top;
	background-size: 100% 15.5rem;
}

.subContainer {
	display: inline-block;
	width: 50rem;
	box-shadow: 0 0 .25rem 0 rgba(0, 0, 0, 0.10);
	margin-bottom: 2rem;
}

.imgSliderContainer {
	position: relative;
	overflow: hidden;
}

.imgSliderContainer>.slider_panel {
	position: relative;
}

.imgSliderContainer>.slider_panel>.slider {
	position: absolute;
	white-space: nowrap;
	font-size: 0;
	overflow: hidden;
}

.imgSliderContainer>.slider_panel>.slider>.item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 0 .465rem;
	overflow: hidden;
}

.imgSliderContainer.full>.slider_panel>.slider>.item {
	width: 100%;
	padding: 0 0;
}

.imgSliderContainer>.points {
	text-align: center;
	padding: 1.75rem 0;
}

.imgSliderContainer>.points>i {
	display: inline-block;
	vertical-align: bottom;
	width: .465rem;
	height: .29rem;
	background-color: #E3E3E3;
	border-radius: .16rem;
	margin: 0 .165rem;
	-webkit-transition: width .3s linear 0s;
	transition: width .3s linear 0s;
}

.imgSliderContainer>.points>i.active {
	width: 3.75rem;
}

.icon {
	display: inline-block;
	vertical-align: middle;
}

.icon.icon_00 {
	background: url(../../../../images/product/tlx/icon/icon_t.png) no-repeat center center;
	background-size: .7rem auto;
	width: .73rem;
	height: 1.2rem;
	margin-right: .5rem;
}

.icon.icon_01 {
	background: url(../../../../images/product/tlx/icon/icon_t.png) no-repeat center center;
	background-size: .7rem auto;
	width: .73rem;
	height: 1.2rem;
	margin-left: .5rem;
}

.icon.icon_slider_left {
	position: absolute;
	top: .3rem;
	left: .33rem;
	z-index: 2;
	background: url(../../../../images/product/tlx/icon/icon_slider_left.png) no-repeat center left;
	background-size: .35rem auto;
	width: 2rem;
	height: 1.125rem;
	cursor: pointer;
}

.icon.icon_slider_right {
	position: absolute;
	top: 0;
	right: .33rem;
	z-index: 2;
	background: url(../../../../images/product/tlx/icon/icon_slider_right.png) no-repeat center right;
	background-size: .35rem auto;
	width: 2rem;
	height: 1.125rem;
	cursor: pointer;
}

.icon.icon_slider_mask {
	position: absolute;
	top: .3rem;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	width: 2.5rem;
}

.icon.icon_wh {
	width: .7rem;
	height: .7rem;
	background: url(../../../../images/product/tlx/icon/icon_wh.png) no-repeat center center;
	background-size: .6rem auto;
	margin-left: 0.3rem;
	cursor: pointer;
}

.tab_type_0 {
	font-size: 0;
	padding: .75rem 0;
	background-color: #fff;
	text-align: center;
}

.tab_type_0>div {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.tab_type_0.child_type_1 {
	text-align: center;
	white-space: normal;
}

.tab_type_0.child_type_1>div {
	width: 8rem;
	margin-top: .465rem;
	text-align: center;
}

.tab_type_0.child_type_1>div:nth-of-type(-n+4) {
	margin-top: 0;
}

.tab_type_0.child_type_1>div>div {
	position: relative;
	display: inline-block;
	width: 80%;
	font-size: .665rem;
	line-height: 1.875rem;
	color: #999;
	border: 1px solid #B6BDC8;
	border-radius: .16rem;
}

.tab_type_0.child_type_1>div>div>i {
	position: absolute;
	bottom: -.6rem;
	left: 50%;
	width: 1.3rem;
	height: .9rem;
	background: url(../../../../images/product/tlx/icon/icon_tab_d.png) no-repeat center center;
	background-size: 1rem auto;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	display: none;
}

.tab_type_0.child_type_1>div.active>div {
	border: 1px solid transparent;
	color: #333;
	background: #e0e3e9;
	background: -moz-linear-gradient(left, #e0e3e9 0%, #b4bbc6 100%);
	background: -webkit-linear-gradient(left, #e0e3e9 0%, #b4bbc6 100%);
	background: linear-gradient(to right, #e0e3e9 0%, #b4bbc6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e3e9', endColorstr='#b4bbc6', GradientType=1);
}

.tab_type_0.child_type_1>div.active>div>i {
	display: inherit;
}

.tab_type_0.child_len_4>div>div {
	font-size: 1.16rem;
	line-height: 1.6rem;
	color: #555;
}

.tab_type_0.child_len_4>div.active>div {
	color: #EF8933;
}

.tab_type_0.child_len_4>div {
	width: 25%;
}

.tab_conts {
	position: relative;
}

.tab_conts>.tab_cont {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}

.tab_conts>.tab_cont.active {
	display: block;
}

.toast {
	position: fixed;
	top: 50%;
	left: 50%;
	opacity: 0;
	padding: 1rem;
	border-radius: .25rem;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
	z-index: 9999999;
}

.toast.in {
	opacity: 1;
}

.toast>img {
	margin-bottom: .5rem;
	width: 1.5rem;
}

.toast>.msg {
	font-size: .585rem;
	line-height: .835rem;
	color: #fff;
	text-align: center;
}

.toast.toast-success {
	width: 4rem;
}

.toast.toast-info {
	width: 14rem;
}

.toast.toast-info>img {
	display: none;
}

.alert {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	right: 1.25rem;
	opacity: 0;
	padding: .54rem;
	border-radius: .25rem;
	border: 1px solid #000;
	/*-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);*/
	-webkit-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s;
	z-index: 5000;
}

.alert.in {
	opacity: 1;
}

.alert>i {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -0.4rem;
	width: .7rem;
	height: .7rem;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-color: inherit;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	background-color: inherit;
	box-shadow: 0 0 .17rem 0;
	z-index: 1;
}

.alert>span {
	display: inline-block;
	position: absolute;
	top: .1rem;
	bottom: .1rem;
	left: 0;
	width: .54rem;
	background-color: #fff;
	z-index: 2;
}

.alert>.close {
	position: absolute;
	right: .3rem;
	top: .3rem;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1rem;
}

.alert>.t {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2rem;
	color: inherit;
	margin-bottom: .5rem;
}

.alert>.msg {
	font-size: .585rem;
	line-height: 1rem;
	color: inherit;
	white-space: normal;
	text-align: left;
}

.alert.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

.alert.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

.alert.alert-warning {
	background-color: #F9F2CC;
	border-color: #faebcc;
	color: #c09853;
}

.alert.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #b94a48;
}

.alert.alert-default {
	background-color: #fff;
	border-color: #EFEFEF;
	color: #909090;
	box-shadow: 0 0 .17rem 0;
}

.modal-backdrop {
	position: fixed;
	z-index: 1100;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	display: none;
	background: rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#28000000, endColorstr=#28000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#28000000, endColorstr=#28000000)";
	-webkit-transition: opacity .3s ease-in 0s;
	transition: opacity .3s ease-in 0s;
}

.modal-backdrop.in {
	opacity: 1;
}

.modal-backdrop>.alertModel {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1101;
	background-color: #fff;
	opacity: 0;
	-webkit-transform: translate3d( -50%, -50%, 0);
	transform: translate3d( -50%, -50%, 0);
	-webkit-transition: -webkit-transform .3s ease-in 0s;
	transition: transform .3s ease-in 0s;
}

.modal-backdrop.in>.alertModel {
	opacity: 1;
}

.modal-backdrop>.alertModel>.alertModel_header {
	position: relative;
	background-color: #fafafa;
	text-align: left;
}

.modal-backdrop>.alertModel>.alertModel_header>i.close {
	position: absolute;
	top: 0;
	right: -1.8rem;
	display: inline-block;
	width: 1.08rem;
	height: 1.08rem;
	background: url(../../../../images/product/tlx/icon/icon_close.png) no-repeat center center;
	background-size: 1.08rem auto;
}

.modal-backdrop>.alertModel>.alertModel_body {
	width: 100%;
	overflow: auto;
}

.default_title {
	background-color: #fafafa;
	padding: 0 1.25rem;
	font-size: .75rem;
	line-height: 1.665rem;
	color: #5E5E5E;
	text-align: left;
}

.btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	border-radius: .33rem;
	text-align: center;
}

.btn_pos_bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
}

.btn_orange {
	color: #fff;
	background-color: #EF8933 !important;
}

.btn_orange_tm {
	color: #EF8933;
	background-color: transparent !important;
	border: 1px solid #EF8933;
}

.btn_cancel {
	color: #666;
	background-color: transparent !important;
	border: 1px solid #666;
}

.btn_default {
	display: block;
	font-size: 1.25rem;
	line-height: 3.75rem;
	color: #fff;
}

.btn_seeMore {
	font-size: .585rem;
	line-height: .835rem;
	color: #1E4A93;
	padding-bottom: 1.25rem;
}

.mTab {
	font-size: 0;
	text-align: center;
	padding: .41rem 0;
	border-bottom: 1px solid #E8E8E8;
}

.mTab>i {
	display: inline-block;
	vertical-align: middle;
	width: 4rem;
	text-align: center;
	font-size: 1rem;
	line-height: 1.875rem;
	color: #4A4A4A;
}

.mTab>i.active {
	color: #EF8933;
}

.mTab2 {
	font-size: 0;
	text-align: center;
	background-color: #fff;
}

.mTab2>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	width: 14%;
	text-align: center;
	font-size: 0.665rem;
	line-height: 2.375rem;
	color: #4A4A4A;
	border-bottom: 1px solid #E6E6E6;
	cursor: pointer;
}

.mTab2>div.b {
	display: none;
	padding-right: 1.25rem;
}

.mTab2>div.b>a {
	font-size: .665rem;
	line-height: 1.66rem;
	width: 100%;
}

.fixed>.mTab2>div.b {
	display: inline-block;
}

.fixed>.mTab2>div {
	width: 12.285%;
}

.mTab2>div.active {
	color: #EF8933;
	border-bottom: 1px solid #EF8933;
}

.mTab3 {
	font-size: 0;
	text-align: center;
	background-color: #fff;
}

.mTab3>div {
	font-size: .665rem;
	line-height: 1.085rem;
	color: #787878;
	border: 1px solid #B6BDC8;
	border-radius: .16rem;
	margin-bottom: .835rem;
}

.mTab3>div:last-of-type {
	margin-bottom: 0;
}

.mTab3>div.active {
	border: 1px solid transparent;
	color: #333;
	background: #e0e3e9;
	background: -moz-linear-gradient(left, #e0e3e9 0%, #b4bbc6 100%);
	background: -webkit-linear-gradient(left, #e0e3e9 0%, #b4bbc6 100%);
	background: linear-gradient(to right, #e0e3e9 0%, #b4bbc6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e3e9', endColorstr='#b4bbc6', GradientType=1);
}

.mTab4 {
	font-size: 0;
	text-align: center;
}

.mTab4>div {
	display: inline-block;
	vertical-align: bottom;
	font-size: .835rem;
	line-height: 3rem;
	height: 3rem;
	color: #4A4A4A;
	width: 50%;
	border-top-left-radius: .16rem;
	border-top-right-radius: .16rem;
	background-color: #e0e2e5;
}

.mTab4>div.active {
	font-size: .835rem;
	line-height: 4.35rem;
	height: 3.65rem;
	background-color: #fff;
	box-shadow: 0 0 0.5rem 0 rgba(150, 150, 150, 0.4);
}

.notic {
	position: relative;
	height: 2.085rem;
	margin-bottom: .41rem;
	background: #ffda76;
	background: -moz-linear-gradient(left, #ffda76 0%, #ef8933 100%);
	background: -webkit-linear-gradient(left, #ffda76 0%, #ef8933 100%);
	background: linear-gradient(to right, #ffda76 0%, #ef8933 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda76', endColorstr='#ef8933', GradientType=1);
	overflow: hidden;
}

.notic>.msg {
	font-size: 0.835rem;
	line-height: 2.085rem;
	color: #fff;
	text-align: center;
}

.notic>i {
	display: inline-block;
	position: absolute;
	bottom: 50%;
	left: 1.25rem;
	width: 1.2rem;
	height: 1.5rem;
	background: url(../../../../images/product/tlx/icon/icon_notic.png) no-repeat center center;
	background-size: 1.125rem auto;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}

.notic>.notic_slider {
	position: absolute;
	top: 0;
	margin-left: 3.21rem;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.notic>.notic_slider>div {
	font-size: 0.835rem;
	line-height: 2.085rem;
	color: #fff;
}



/* .header_index {
	position: relative;
	z-index: 2;
}

.header_bar {
	font-size: .58rem;
	height: 1.458rem;
	line-height: 1.458rem;
	background: #f3f3f3;
}

.header_bar_l {
	float: left;
	line-height: 1.458rem;
	color: #666;
}

.header_bar_r {
	float: right;
	color: #666;
	line-height: 1.458rem;
}

.header_bar_l a {
	color: #3d87ed;
	padding: 0 .21rem;
}

.header_bar_l span {
	padding-right: .625rem;
}

.header_bar_r a {
	color: #666;
	padding: 0 .21rem;
}

.header_bar_r a.ic_phone {
	background: url(https://sales.allianz.com.cn/ewebsite/publics/skin/allianzlife/images/phone.png) left center no-repeat;
	background-size: .625rem auto;
	padding: .21rem .42rem .21rem .84rem;
	position: relative;
}

.header_bar_r a.ic_phone div {
	display: none;
	position: absolute;
	z-index: 99;
	width: 4.16rem;
	height: 4.16rem;
	padding: .42rem;
	background: #fff;
	border: 1px #d8d8d8 solid;
	top: 1.25rem;
}

.header_bar_r a.ic_phone:hover div {
	display: block;
}

.header_bar_r a.ic_phone div img {
	width: 100%;
}

.header_bar_r a.ic_map {
	background: url(https://sales.allianz.com.cn/ewebsite/publics/skin/allianzlife/images/menu.png) right center no-repeat;
	background-size: .75rem auto;
	padding: .21rem 1.04rem .21rem .42rem;
}

.header_mid {
	background: #fff;
	height: 3rem;
	padding: .58rem;
	position: relative;
}

.header_shadow {
	width: 100%;
	height: .5rem;
	background: url(https://sales.allianz.com.cn/ewebsite/publics/skin/allianzlife/images/hbg.png) repeat-x;
	position: absolute;
	bottom: -.5rem;
	left: 0px;
	z-index: 10;
}

.header_mid_logo {
	float: left;
}

.header_mid_logo img {
	height: 3rem;
	margin-top: 0;
}

.header_mid_nav {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.7rem;
	width: 22.91rem;
	height: 1.4rem;
	text-align: right;
}

.header_mid_nav ul {
	display: block;
}

.header_mid_nav ul li {
	display: inline-block;
	vertical-align: middle;
	width: 4.16rem;
	font-size: .66rem;
	text-align: center;
	font-size: .58rem;
}

.header_mid_nav ul li a {
	display: block;
	line-height: 1.4rem;
	font-size: .58rem;
	color: #666;
}

.header_mid_nav ul li a.cur {
	color: #1a5dba;
	border-bottom: 3px #1a5dba solid;
}

.header_mid_nav ul li.myaccount {
	font-size: .58rem;
	width: 5rem;
	height: 1.33rem;
	line-height: 1.33rem;
	border: 1px #d2d2d2 solid;
	border-radius: .125rem;
	position: relative;
}

.header_mid_nav ul li.myaccount li {
	font-size: .58rem;
}

.myaccount a.myicon {
	background: url(https://sales.allianz.com.cn/ewebsite/publics/skin/allianzlife/images/ic_userblue.png) left center no-repeat;
	display: inline-block;
	line-height: 1.33rem;
	padding-left: .92rem;
	background-size: .833rem auto;
}

.myaccount a.myicon span {
	background: url(https://sales.allianz.com.cn/ewebsite/publics/skin/allianzlife/images/ic_down.png) right center no-repeat;
	display: inline-block;
	line-height: 1.33rem;
	padding-right: .67rem;
	background-size: .5rem auto;
}

.mymenu {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px #d2d2d2 solid;
	top: 1.33rem;
	z-index: 99;
	padding: .21rem 0;
}

.w1200 {
	width: 50rem;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
 */

/*鍏叡澶磂nd*/

.tipTool_panel {
	position: relative;
}

.sy_head_img {
	margin-top: 1.54rem;
}

.sy_head_img>img {
	width: 100%;
}

.cont_panel {
	position: relative;
	background-color: #fff;
}

.cont_panel.no_marg {
	margin-bottom: 0;
}

.cont_panel.box_shadow {
	box-shadow: 0 0.8rem 0.8rem -0.4rem rgba(150, 150, 150, 0.5);
}

.cont_panel.fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
}

.cont_panel>.t {
	position: relative;
	font-size: 0;
	padding: 1.65rem 0;
}

.cont_panel>.t.type2 {
	padding: .665rem 0 .665rem 1.25rem;
	text-align: left;
	background-color: #FAFAFA;
}

.cont_panel.no_b_line>.t {
	border-bottom: none;
}

.cont_panel>.t>.labels {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	margin-left: 1rem;
}

.cont_panel>.t>.labels>i {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.833rem;
	line-height: 1.16rem;
	color: #EF8933;
	padding: 0.125rem .4rem;
	border: 1px solid #EF8933;
	border-radius: .16rem;
	margin-right: .83rem;
}

.cont_panel>.t>.labels>i:last-child {
	margin-right: 0;
}

.cont_panel>.t>span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1.375rem;
	color: #4A4A4A;
}

.cont_panel>.t.type2>span {
	font-size: .75rem;
	line-height: 1.125rem;
	color: #5E5E5E;
}

.cont_panel>.t>.edit_group {
	position: absolute;
	bottom: 50%;
	right: 1.25rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1.375rem;
	color: #6588F7;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}
#tab1>i{
	font-style: normal;
	cursor: pointer;
}

.card_panel {
	font-size: 0;
	padding: 0 2.5rem;
}

.card_panel>div {
	display: inline-block;
	vertical-align: middle;
	width: 24.625%;
	height:324.55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: .5%;
}

.card_panel>div:last-of-type {
	margin-right: 0;
}

.product_card_0,
.product_card_diy {
	border-radius: .33rem;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	overflow: hidden;
}

.product_card_0>.header {
	font-size: 0;
	padding: .41rem;
	background: rgb(239, 243, 249);
	background: -moz-linear-gradient(left, rgba(239, 243, 249, 1) 0%, rgba(216, 219, 226, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(239, 243, 249, 1) 0%, rgba(216, 219, 226, 1) 100%);
	background: linear-gradient(to right, rgba(239, 243, 249, 1) 0%, rgba(216, 219, 226, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f9', endColorstr='#d8dbe2', GradientType=1);
}

.product_card_diy>.header {
	line-height: 4.355rem;
}

.product_card_diy>.header>span {}

.product_card_diy>.header>span:nth-of-type(1)>i {
	display: inline-block;
	vertical-align: middle;
	font-size: .75rem;
	line-height: 1.04rem;
	color: #555;
}

.product_card_diy>.header>span:nth-of-type(1):before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	background: url(../../../../images/product/tlx/icon/icon_diy_head_r.png) no-repeat center center;
	background-size: 2.38rem auto;
	width: 2.3rem;
	height: 0.8rem;
	margin-right: .33rem;
}

.product_card_diy>.header>span:nth-of-type(1):after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	background: url(../../../../images/product/tlx/icon/icon_diy_head_l.png) no-repeat center center;
	background-size: 2.38rem auto;
	width: 2.3rem;
	height: 0.8rem;
	margin-left: .33rem;
}

.product_card_0>.header>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}

.product_card_0>.header>div:nth-of-type(1) {
	text-align: left;
	padding-right: .3rem;
	width: 57%;
	height: 94px;
}

.product_card_0>.header>div:nth-of-type(1)>div:nth-of-type(1) {
	font-size: .65rem;
	line-height: 1.04rem;
	color: #333;
	font-weight: bold;
	text-align: left;
	width:150px;
}

.product_card_0>.header>div:nth-of-type(1)>div:nth-of-type(1)>i {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.5rem;
	line-height: .875rem;
	color: #666;
	padding: 0 .2rem;
	margin-left: .2rem;
	border: 1px solid #999;
	border-radius: .16rem;
	font-style: normal;
}

.product_card_0>.header>div:nth-of-type(1)>div:nth-of-type(2) {
	font-size: .58rem;
	line-height: .835rem;
	color: #333;
	text-align: left;
	margin-top: .41rem;
	white-space: normal;
	height: 37px;
}

.product_card_0>.header>div:nth-of-type(2) {
	text-align: right;
	padding-left: .3rem;
	width: 43%;
}

.product_card_0>.header>div:nth-of-type(2)>div:nth-of-type(1) {
	font-size: .58rem;
	line-height: .835rem;
	color: #666;
	text-align: center;
	padding: .25rem 0;
	background-color: #CDD2DA;
	border-top-left-radius: .33rem;
	border-top-right-radius: .33rem;
}

.product_card_0>.header>div:nth-of-type(2)>div:nth-of-type(2) {
	font-size: .75rem;
	line-height: 1.04rem;
	color: #EF8933;
	text-align: center;
	padding: .58rem 0;
	background-color: #fff;
	border-bottom-left-radius: .33rem;
	border-bottom-right-radius: .33rem;
}

.product_card_0>.header>div:nth-of-type(2)>div:nth-of-type(2).green {
	color: #46DFAC;
}

.product_card_0>.chart,
.product_card_diy>.body {
	height: 5rem;
	background-color: #fff;
	padding: .41rem .41rem 0 .41rem;
}

.product_card_diy>.body {
	padding: .41rem .41rem 0 .41rem;
}
.body input{
	border:0;
}
.product_card_diy>.body>div {
	display: table-cell;
	vertical-align: middle;
	font-size: .665rem;
	line-height: .915rem;
	color: #333;
	width: 24rem;
	height: 5rem;
	text-align: center;
	background: #ffdec2;
	f background: -moz-linear-gradient(left, #ffdec2 0%, #ffdec2 100%);
	background: -webkit-linear-gradient(left, #ffdec2 0%, #ffdec2 100%);
	background: linear-gradient(to right, #ffdec2 0%, #ffdec2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdec2', endColorstr='#ffdec2', GradientType=1);
}

.product_card_diy>.body>span:nth-of-type(2) {
	color: #024d91;
}

.product_card_0>.btn_panel,
.product_card_diy>.btn_panel {
	padding: .835rem 1.75rem;
}

.product_card_0>.btn_panel>a,
.product_card_diy>.btn_panel>a {
	width: 100%;
	font-size: .665rem;
	line-height: 1.665rem;
}

.item_list_acc {
	margin-top: 1.25rem;
	font-size: 0;
}

.item_list_acc>.item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	font-size: 0;
	border: 1px solid #E8E8E8;
	border-radius: .16rem;
	padding: .835rem 0;
	margin-bottom: .335rem;
	overflow: hidden;
}

.item_list_acc>.item:last-of-type {
	margin-bottom: 0;
}

.item_list_acc.type_all>.item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	font-size: 0;
	border: 1px solid #E8E8E8;
	border-radius: .16rem;
	padding: .835rem 0;
	margin-top: .335rem;
	margin-right: 1%;
	margin-bottom: 0;
	overflow: hidden;
}

.item_list_acc.type_all>.item:nth-of-type(2n) {
	margin-right: 0;
}

.item_list_acc.type_all>.item:nth-of-type(-n+2) {
	margin-top: 0;
}

.item_list_acc>.item>i {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.375rem;
	height: 1rem;
	background: url(../../../../images/product/tlx/icon/icon_jx.png) no-repeat center center;
	background-size: 2.375rem auto;
}

.item_list_acc>.item>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.item_list_acc>.item>div.desc {
	display: inline-block;
	vertical-align: middle;
	font-size: .585rem;
	line-height: .835rem;
	color: #999;
	padding-right: 4rem;
	text-align: left;
}

.item_list_acc>.item>div:nth-of-type(1) {
	width: 10%;
}

.item_list_acc>.item>div:nth-of-type(2) {
	width: 10%;
}

.item_list_acc>.item>div:nth-of-type(3) {
	width: 10%;
}

.item_list_acc.type_all>.item>div:nth-of-type(1) {
	width: 22%;
}

.item_list_acc.type_all>.item>div:nth-of-type(2) {
	width: 22%;
}

.item_list_acc.type_all>.item>div:nth-of-type(3) {
	width: 56%;
	text-align: left;
	padding-left: 6%;
}

.item_list_acc>.item>div:nth-of-type(4) {
	width: 30%;
	text-align: left;
	padding-left: 6%;
}

.item_list_acc>.item>div:nth-of-type(5) {
	width: 40%;
}

.item_list_acc>.item>div>div {
	font-size: .75rem;
	line-height: 1.04rem;
	color: #333;
}

.item_list_acc>.item>div>.labels {
	font-size: 0;
}

.item_list_acc>.item>div>.labels>i {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.5rem;
	line-height: .875rem;
	color: #666;
	padding: 0 .2rem;
	margin-left: .2rem;
	border: 1px solid #999;
	border-radius: .16rem;
	margin-right: .41rem;
}

.item_list_acc>.item>div>.labels>i:nth-last-child {
	margin-right: 0;
}

.item_list_acc>.item>div>div.bigFont {
	font-size: .835rem;
	line-height: 1.665rem;
}

.item_list_acc>.item>div>div.smallFont {
	font-size: .5rem;
	line-height: .71rem;
}

.item_list_acc>.item>div>div.orange {
	color: #EF8933;
}

.item_list_acc>.item>div>div.green {
	color: #46DFAC;
}

.item_list_acc>.item>div>div.grey {
	color: #999;
}

.item_list_acc>.item>div>div:nth-of-type(1) {
	margin-bottom: .46rem;
}

.zb_panel {
	position: relative;
	font-size: 0;
	margin-bottom: .46rem;
	text-align: left;
}

.zb_panel>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;
	overflow: hidden;
}

.zb_panel>div.right {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
}

.zb_panel>div.right>.desc {
	font-size: .585rem;
	line-height: .835rem;
	color: #999;
	padding: .835rem 1.25rem;
}

.zb_panel>div.right>.pay_panel {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.zb_panel>div.right>.pay_panel>.btn_panel>.price {
	padding-left: 1.25rem;
	font-size: .585rem;
	line-height: 1.5rem;
	color: #333;
	position: absolute;
}

.zb_panel>div.right>.pay_panel>.btn_panel>.price>font {
	color: #EF8933;
}

.zb_panel>div.right>.pay_panel>.btn_panel {
	padding: 0.5rem;
	text-align: center;
}

.zb_panel>div.right>.pay_panel>.btn_panel>a {
	width: 7.5rem;
	font-size: .665rem;
	line-height: 1.665rem;
}

.simulation_profit {
	background-color: #fff;
	padding: .665rem 1.25rem 1.25rem 1.25rem;
	margin-bottom: .46rem;
}

.simulation_profit>.profit {
	font-size: 0;
	text-align: center;
}

.simulation_profit>.profit>div {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.simulation_profit>.profit>div:nth-of-type(1) {
	width: 25%;
}

.simulation_profit>.profit>div:nth-of-type(2) {
	width: 28%;
}

.simulation_profit>.profit>div:nth-of-type(3) {
	width: 27%;
}

.simulation_profit>.profit>div:nth-of-type(4) {
	width: 20%;
}

.simulation_profit>.profit>div>div {
	color: #999;
}

.simulation_profit>.profit>div>div:nth-of-type(1) {
	margin-bottom: .33rem;
	font-size: .835rem;
	line-height: 1.165rem;
}

.simulation_profit>.profit>div>div:nth-of-type(2) {
	font-size: .665rem;
	line-height: .91rem;
}

.simulation_profit>.profit>div>div.orange {
	color: #EF8933;
}

.simulation_profit>.profit>div>div.black {
	color: #333;
}

.simulation_profit>.profit>div>div.green {
	color: #46DFAC;
}

.chart_panel {}

.chart_panel>.timeLine {
	font-size: 0;
}

.chart_panel>.timeLine>i {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	text-align: center;
	font-size: .585rem;
	line-height: 2.375rem;
	color: #666;
	background-color: #FBFBFD;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}

.chart_panel>.timeLine>i.active {
	color: #EF8933;
}

.chart_panel>.chart {
	padding: 0 1.25rem;
}

.chart_panel>.chart>.header {
	font-size: .585rem;
	line-height: 2.505rem;
	color: #666;
	text-align: left;
}

.chart_panel>.chart>.header>font {
	color: #EF8933;
}

.chart_panel>.chart>.body {
	height: 18.5rem;
}

.chart_panel>.chart>.footer {
	font-size: 0;
	text-align: center;
}

.chart_panel>.chart>.footer>div {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	font-size: 1rem;
	line-height: 4.25rem;
	color: #666;
}

.chart_panel>.chart>.footer>div:nth-of-type(1) {
	text-align: left;
}

.chart_panel>.chart>.footer>div:nth-of-type(2) {
	text-align: center;
}

.chart_panel>.chart>.footer>div:nth-of-type(3) {
	text-align: right;
}

.label_list_panel {
	padding: 0 1.25rem;
	margin-bottom: .835rem;
}

.label_list_panel>span {
	position: relative;
	display: block;
	font-size: .585rem;
	line-height: .835rem;
	color: #333;
	margin-bottom: .835rem;
}

.label_list_panel>span>div {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}



.label_list_panel>span>div>a {
	display: inline-block;
	vertical-align: middle;
	font-size: .585rem;
	line-height: .835rem;
	color: #6588F7;
	margin-right: 1.25rem;
}

.label_list_panel>span>div>a:last-of-type {
	margin-right: 0;
}

.label_list_panel>span>div>a.black {
	color: #333;
}

.label_list_panel>span>div>a.grey {
	color: #999;
}

.label_list_panel>div {
	margin-bottom: .41rem;
}

.label_list_panel>div:last-of-type {
	margin-bottom: 0;
}

.label_list {
	font-size: 0;
}

.label_list>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	width: 23.8%;
	border: 1px solid #DDDDDD;
	margin-right: 1.6%;
	font-size: .585rem;
	line-height: 1.46rem;
	color: #333;
	text-align: center;
	border-radius: .16rem;
	cursor: pointer;
}

.label_list>div:nth-of-type(4n) {
	margin-right: 0;
}

.label_list>div.active {
	color: #EF8933;
	border: 1px solid #EF8933;
}

.label_list2 {
	font-size: 0;
	padding: .75rem 1.25rem;
}

.label_list2>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #DDDDDD;
	width: 3.3rem;
	margin-right: .41rem;
	font-size: .585rem;
	line-height: 1.46rem;
	color: #333;
	text-align: center;
	border-radius: .16rem;
	cursor: pointer;
}

.label_list>div:last-of-type {
	margin-right: 0;
}

.label_list2>div.active {
	color: #EF8933;
	border: 1px solid #EF8933;
}

.explain_panel {}

.explain_panel .title {
	background-color: #fafafa;
	padding: 0 1.25rem;
	font-size: .75rem;
	line-height: 1.665rem;
	color: #5E5E5E;
	text-align: left;
}

.product_info {
	padding-bottom: 1.25rem;
	margin-bottom: .46rem;
	background-color: #fff;
}

.slider_product {
	font-size: 0;
	padding-left: 2.45rem;
	margin-top: .835rem;
}

.slider_product>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.slider_product>div.left {
	width: 10%;
}

.slider_product>div.left>div {
	font-size: .665rem;
	line-height: .75rem;
	color: #282828;
	text-align: left;
	border-right: 1px solid #E6E6E6;
	padding: .85rem 0;
}

.slider_product>div.left>div:first-of-type {
	line-height: 1.6rem;
	border-bottom: 1px solid #E6E6E6;
	margin-left: .3rem;
	padding: 0 1.25rem;
}

.slider_product>div.left>div:nth-of-type(6),
.slider_product>div.left>div:nth-of-type(7) {
	height: 7rem;
}

.slider_product>div.right {
	position: relative;
	width: 90%;
	overflow: hidden;
}

.slider_product>div.right>.slider_elm {
	position: absolute;
	white-space: nowrap;
	top: 0;
	left: 0;
}

.slider_product>div.right>.slider_elm>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 7.2rem;
}

/* ����line��height */
.slider_product>div.right>.slider_elm>div>div {
	font-size: .665rem;
	line-height: .98rem;
	color: #282828;
	text-align: left;
	border-right: 1px solid #E6E6E6;
	padding: .85rem 1.25rem;
	white-space: normal;
}

.slider_product>div.right>.slider_elm>div>div:first-of-type {
	line-height: 1.6rem;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 1.25rem;
}

.slider_product>div.right>.slider_elm>div>div:nth-of-type(6),
.slider_product>div.right>.slider_elm>div>div:nth-of-type(7) {
	height: 7rem;
}

.slider_product>div.right>.slider_elm>div>div.orange {
	color: #EF8933;
}

.slider_product>div.right>.slider_elm>div>div.green {
	color: #46DFAC;
}

.slider_product>div.right>.slider_elm>div>div.grey {
	color: #787878;
}

.tz_team_panel {
	font-size: 0;
	padding: .83rem 1.25rem 1.25rem 1.25rem;
	background-color: #fff;
	text-align: left;
	overflow: hidden; /*2018-08-03-add*/
}

.tz_team_panel>div {
	-webkit-box-sizing: border-box; /*2018-08-03-add*/
	-moz-box-sizing: border-box; /*2018-08-03-add*/
	box-sizing: border-box; /*2018-08-03-add*/
	display: inline-block;
	vertical-align: top;
}

.tz_team_panel>div.left {
	position: relative;
	width: 13%;
}

.tz_team_panel>div.right {
	width: 84%;
	margin-left: 3%;
}

.tz_team_desc {
/* 	position: relative;
	padding: .835rem;
	border: 1px solid #B6BDC8;
	border-radius: .16rem; */
	-webkit-box-sizing: border-box; /*2018-08-03-add*/
	-moz-box-sizing: border-box; /*2018-08-03-add*/
	box-sizing: border-box; /*2018-08-03-add*/
	display: inline-block;
	position: relative;
	padding: .835rem;
	border: 1px solid #B6BDC8;
	border-radius: .16rem;
	height: 365px; /*2018-08-03-add*/
}

.tz_team_desc>i {
	display: inline-block;
	position: absolute;
	left: -.75rem;
	width: .75rem;
	height: .7rem;
	background: url(../../../../images/product/tlx/icon/icon_zx_l.png) no-repeat right top;
	background-size: .708rem auto;
}

.tz_team_desc>div {
	font-size: 0;
	margin-bottom: .75rem;
	text-align: left;
}

.tz_team_desc>div:last-of-type {
	margin-bottom: 0;
}

.tz_team_desc>div>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	font-size: .665rem;
	line-height: 1.04rem;
	color: #666;
}

.tz_team_desc>div>div:nth-of-type(1) {
	width: 10%;
	text-align: right;
}

.tz_team_desc>div>div:nth-of-type(2) {
	width: 90%;
}

.tz_team_desc>div>div.icon_jq {
	background: url(../../../../images/product/tlx/icon/icon_tztd_jq.png) no-repeat center left;
	background-size: .75rem auto;
	padding-left: .77rem;
}

.tz_team_desc>div>div>font {
	color: #333;
	margin-right: 1.5rem;
}

.tbxz {
	padding: 1.25rem;
	background-color: #fff;
}

.tbxz>div {
	font-size: 0;
	margin-bottom: .75rem;
	text-align: left;
}

.tbxz>div:last-of-type {
	margin-bottom: 0;
}

.tbxz>div.orange {
	font-size: .665rem;
	line-height: 1.4rem;
	color: #EF8933;
}

.tbxz>div.blue {
	font-size: .665rem;
	line-height: 1.4rem;
	color: #1E4A93;
}

.tbxz>div.blue>a {
	color: #1E4A93;
}

.tbxz>div.more {
	text-align: center;
	font-size: .665rem;
	line-height: 2rem;
	color: #666;
	background: url(../../../../images/product/tlx/icon/icon_jt_d.png) no-repeat center bottom;
	background-size: .38rem auto;
	cursor: pointer;
}

.tbxz>div>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	font-size: .665rem;
	line-height: 1.4rem;
	color: #151515;
}

.tbxz>div>div:nth-of-type(1) {
	width: 8%;
	color: #666;
}

.tbxz>div>div:nth-of-type(2) {
	width: 92%;
}

.faq_panel {
	background-color: #fff;
}

.faq_panel>.question {}

.faq_panel>.question>.t {
	text-align: left;
	margin: 0 1rem;
	background: url(../../../../images/product/tlx/icon/icon_jt_down.png) no-repeat center right;
	background-size: .6rem auto;
}

.faq_panel>.question>.t>span {
	font-size: .665rem;
	line-height: 2rem;
	color: #666;
	padding-left: 1.25rem;
	background: url(../../../../images/product/tlx/icon/icon_dot.png) no-repeat center left;
	background-size: .28rem auto;
}

.faq_panel>.question>.line {
	margin-left: 1rem;
	border-bottom: 1px solid #EFEFEF;
}

.faq_panel>.question.active>.t {
	background: url(../../../../images/product/tlx/icon/icon_jt_up.png) no-repeat center right;
	background-size: .6rem auto
}

.faq_panel>.question>.answer {
	font-size: .585rem;
	line-height: .75rem;
	color: #666;
	padding: .8rem 1.25rem .8rem 3rem;
	white-space: normal;
	background-color: #fafafa;
	display: none;
	text-align: left;
}

.pay_config {
	background-color: #fff;
	padding: 0 1.25rem;
}

.pay_config .is_open_timing {
	position: relative;
	padding: .85rem .85rem .85rem 0;
	text-align: left;
}

.pay_config .is_open_timing>span {
	display: inline-block;
	vertical-align: middle;
	font-size: .665rem;
	line-height: 1rem;
	color: #737373;
}

.pay_config .is_open_timing>.switch {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	height: .75rem;
	background-color: #d1cec9;
	border-radius: 100rem;
	padding: .1rem;
	margin-left: .5rem;
}

.pay_config .is_open_timing>.switch>i {
	position: absolute;
	display: inline-block;
	right: 1.3rem;
	width: .75rem;
	height: .75rem;
	background-color: #fff;
	border-radius: 100rem;
	-webkit-transition: right .3s ease-in 0s;
	transition: right .3s ease-in 0s;
}

.pay_config .is_open_timing>.switch.active {
	background-color: #EF8933;
}

.pay_config .is_open_timing>.switch.active>i {
	right: .2rem;
}

.pay_config .timing_money,
.pay_config .timing_term,
.pay_config .timing_time {
	font-size: 0;
	padding: .85rem .85rem .85rem 0;
	text-align: left;
}

.pay_config .timing_money>div,
.pay_config .timing_term>div {
	display: inline-block;
	vertical-align: top;
}

.pay_config .timing_money>div,
.pay_config .timing_term>div,
.pay_config .timing_time>div {
	display: inline-block;
	vertical-align: middle;
}

.pay_config .timing_money>span,
.pay_config .timing_term>span,
.pay_config .timing_time>span {
	display: inline-block;
	vertical-align: middle;
	font-size: .665rem;
	line-height: 1rem;
	color: #737373;
}

.pay_config .timing_money>div,
.pay_config .timing_term>div {
	margin-left: 2.5rem;
}

.pay_config .timing_time>div {
	margin-left: 0;
	padding-left: 1.5rem;
}

.pay_config .timing_money>i,
.pay_config .timing_term>i,
.pay_config .timing_time>i {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.65rem;
	line-height: 1.33rem;
	color: #555;
	text-align: left;
}

.pay_config .timing_money>div>input {
	display: inline-block;
	vertical-align: middle;
	font-size: .665rem;
	height: 1rem;
	color: #737373;
	width: 9rem;
	border-bottom: 1px solid #D1D4D8;
	border-top:0;
	border-left:0;
	border-right:0;
	text-align: left;
	padding-bottom: .33rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.pay_config .timing_term {}

.pay_config .timing_term>div>div {
	font-size: .5rem;
	line-height: .71rem;
	color: #999;
}

.pay_config .timing_time {
	border-bottom: none;
}

.iosSelect,
.iosSelect {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pay_config .timing_time>.iosSelect>span,
.pay_config .timing_term>.iosSelect>span {
	display: inline-block;
	width: 10rem;
	border-bottom: 1px solid #D1D4D8;
	font-size: .665rem;
	line-height: 1rem;
	color: #737373;
	/* background: url(../../../../images/product/tlx/icon/icon_sel_d.png) no-repeat center right;
	background-size: .6rem auto; */
	padding-bottom: .33rem;
	padding-left: 1rem;
	/* padding-right: 1rem; */
	margin-bottom: .41rem;
}

.pay_config .timing_term>.iosSelect>span>select {
	background: url(../../../../images/product/tlx/icon/icon_sel_d.png) no-repeat center right;
    background-size: .8rem auto;
	width:100%;
	height:1rem;
	border: none;
    outline: none;
    -webkit-appearance: none;
}
.pay_config .timing_term>.iosSelect>span>select>option {
	-webkit-appearance: none;
}
.pay_config .timing_term>.iosSelect>span>select>option:hover{
	color: #fff;
	background-color: #1E90FF;
	
}

.select_product_list {
	font-size: 0;
}

.select_product_list>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #DDDDDD;
	margin-right: .41rem;
	font-size: .585rem;
	line-height: 1.46rem;
	color: #333;
	text-align: center;
	border-radius: .16rem;
	padding: 0 .5rem;
	cursor: pointer;
}

.select_product_list>div:last-of-type {
	margin-right: 0;
}

.select_product_list>div.active {
	color: #EF8933;
	border: 1px solid #EF8933;
}

.alt_pay_panel {
	background-color: #fff;
	text-align: left;
}

.alt_pay_panel>input {
	display: inline-block;
	width: 14rem;
	font-size: .75rem;
	height: 2.25rem;
	color: #999;
	border: 1px solid #EFEFEF;
	padding: 0 .33rem;
	margin-left: 1.25rem;
	margin-bottom: .25rem;
	margin-top: .83rem;
	border-radius: .0416rem;
}

.alt_pay_panel>span {
	display: block;
	font-size: .5rem;
	line-height: .715rem;
	color: #D0021B;
	margin-left: 1.25rem;
	margin-bottom: .83rem;
}

.alt_pay_panel>.total_money {
	padding: 1rem 1.25rem;
}

.alt_pay_panel>.total_money>div:nth-of-type(1) {
	font-size: .585rem;
	line-height: 1.2rem;
	color: #333;
}

.alt_pay_panel>.total_money>div:nth-of-type(1)>font {
	font-size: .835rem;
	color: #EF8933;
}

.alt_pay_panel>.total_money>div:nth-of-type(2) {
	font-size: .585rem;
	line-height: 1.2rem;
	color: #737373;
}

.alt_pay_panel>.total_money>div.b {
	text-align: center;
}

.alt_pay_panel>.total_money>div.b>a {
	font-size: .665rem;
	line-height: 1.66rem;
	width: 7.5rem;
}

.tzzh_list {
	padding-bottom: 1.25rem;
}

.tzzh_list>.header {
	font-size: 0;
	background-color: #FBFBFD;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 1.25rem;
}

.tzzh_list>.header.bcfff {
	background-color: #fff;
}

.tzzh_list>.body {}

.tzzh_list>.body>div {
	padding: 0 1.25rem;
	font-size: 0;
	border-bottom: 1px solid #EFEFEF;
}

.tzzh_list>.header>div,
.tzzh_list>.body>div>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: .585rem;
	line-height: 2.45rem;
}

.tzzh_list>.header>div {
	color: #666;
}

.tzzh_list>.body>div>div {
	color: #333;
}

.tzzh_list>.header>div:nth-of-type(1),
.tzzh_list>.body>div>div:nth-of-type(1) {
	width: 42%;
}

.tzzh_list>.header>div:nth-of-type(2),
.tzzh_list>.body>div>div:nth-of-type(2) {
	width: 32%;
}

.tzzh_list>.header>div:nth-of-type(3),
.tzzh_list>.body>div>div:nth-of-type(3) {
	width: 26%;
}

.tzzh_list.child_len_4>.header>div:nth-of-type(1),
.tzzh_list.child_len_4>.body>div>div:nth-of-type(1) {
	width: 30%;
}

.tzzh_list.child_len_4>.header>div:nth-of-type(2),
.tzzh_list.child_len_4>.body>div>div:nth-of-type(2) {
	width: 23.5%;
}

.tzzh_list.child_len_4>.header>div:nth-of-type(3),
.tzzh_list.child_len_4>.body>div>div:nth-of-type(3) {
	width: 23.5%;
}

.tzzh_list.child_len_4>.header>div:nth-of-type(4),
.tzzh_list.child_len_4>.body>div>div:nth-of-type(4) {
	width: 23%;
}

.syys_desc {
	text-align: left;
	background-color: #fff;
	padding: 1.25rem;
}

.syys_desc>ul {
	white-space: normal;
}

.syys_desc>ul li {
	list-style: disc inside;
	font-size: .665rem;
	line-height: 1.25rem;
	color: #999;
}

.group_edit_list {
	border: 1px solid #E6E6E6;
}

.group_edit_list>.header {
	font-size: 0;
	background-color: #FBFBFD;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 1.25rem;
}

.group_edit_list>.body {}

.group_edit_list>.body>div {
	padding: 0 1.25rem;
	font-size: 0;
	border-bottom: 1px solid #EFEFEF;
}

.group_edit_list>.body>div:last-of-type {
	border-bottom: none;
}

.group_edit_list>.header>div,
.group_edit_list>.body>div>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: .585rem;
	line-height: 1.665rem;
}

.group_edit_list>.header>div {
	color: #909090;
}

.group_edit_list>.body>div>div {
	color: #333;
}

.group_edit_list>.body>div>div.orange {
	color: #EF8933;
}

.group_edit_list>.body>div>div>div {
	display: inline-block;
	border: 1px solid #E6E6E6;
}

.group_edit_list>.body>div>div>div>input {
	display: inline-block;
	vertical-align: middle;
	width: 1.4rem;
	text-align: right;
	font-size: .585rem;
	height: .835rem;
	color: #333;
	border-radius: .04rem;
	padding-right: .1rem;
}

.group_edit_list>.body>div>div>div>span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .5rem 0 0;
	text-align: center;
	font-size: .585rem;
	line-height: .835rem;
	color: #333;
	border-radius: .04rem;
}

.group_edit_list>.header>div:nth-of-type(1),
.group_edit_list>.body>div>div:nth-of-type(1) {
	width: 75%;
}

.group_edit_list>.header>div:nth-of-type(2),
.group_edit_list>.body>div>div:nth-of-type(2) {
	width: 25%;
}

.group_edit_list>.header>div:nth-of-type(3),
.group_edit_list>.body>div>div:nth-of-type(3) {
	width: 25%;
}
.init_hide{
	display: none !important;
}
.init_show{
	display:inline-block;
}

.group_edit_list>.body>div>div:nth-of-type(2):after {
	content: '%';
	font-size: .585rem;
	line-height: .835rem;
	color: #EF8933;
}

.btn_default_panel {
	padding: 1.25rem;
	text-align: center;
}

.btn_default_panel>a {
	width: 7.5rem;
	font-size: .665rem;
	line-height: 1.665rem;
}

.select_acc_list {}

.select_acc_list>.header {
	font-size: 0;
	background-color: #FBFBFD;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	padding-left: 1.25rem;
}

.select_acc_list>.body {}

.select_acc_list>.body>div {
	font-size: 0;
	border-bottom: 1px solid #EFEFEF;
	padding-left: 1.25rem;
}

.select_acc_list>.header>div,
.select_acc_list>.body>div>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: .585rem;
	line-height: 1.665rem;
}

.select_acc_list>.header>div {
	color: #909090;
}

.select_acc_list>.body>div>div {
	color: #333;
}

.select_acc_list>.body>div>div.orange {
	color: #EF8933;
}

.select_acc_list>.body>div>div.green {
	color: #46DFAC;
}

.select_acc_list>.body>div>div>div {
	display: none;
	border: 1px solid #E6E6E6;
}

.select_acc_list>.body>div>div>div>input {
	vertical-align: middle;
	width: 1.4rem;
	text-align: right;
	font-size: .585rem;
	height: .835rem;
	color: #333;
	border-radius: .04rem;
	padding-right: .1rem;
}

.select_acc_list>.body>div>div>div>span {
	vertical-align: middle;
	padding: 0 .5rem 0 0;
	text-align: center;
	font-size: .585rem;
	line-height: .835rem;
	color: #333;
	border-radius: .04rem;
}

.select_acc_list>.body>div.active>div>div {
	display: inline-block;
}

.select_acc_list>.body>div>div>font {
	display: inline-block;
}

.select_acc_list>.body>div.active>div>font {
	display: none;
}

.select_acc_list>.header>div:nth-of-type(1),
.select_acc_list>.body>div>div:nth-of-type(1) {
	width: 5%;
}

.select_acc_list>.header>div:nth-of-type(1) {
	background: url(../../../../images/product/tlx/icon/icon_sel_2.png) no-repeat left center;
	background-size: .83rem auto;
}

.select_acc_list>.body>div>div:nth-of-type(1) {
	background: url(../../../../images/product/tlx/icon/icon_sel_0.png) no-repeat left center;
	background-size: .83rem auto;
}

.select_acc_list>.body>div.active>div:nth-of-type(1) {
	background: url(../../../../images/product/tlx/icon/icon_sel_1.png) no-repeat left center;
	background-size: .83rem auto;
}

.select_acc_list>.header>div:nth-of-type(2),
.select_acc_list>.body>div>div:nth-of-type(2) {
	width: 15%;
}

.select_acc_list>.header>div:nth-of-type(3),
.select_acc_list>.body>div>div:nth-of-type(3) {
	width: 20%;
}

.select_acc_list>.header>div:nth-of-type(4),
.select_acc_list>.body>div>div:nth-of-type(4) {
	width: 20%;
}

.select_acc_list>.header>div:nth-of-type(5),
.select_acc_list>.body>div>div:nth-of-type(5) {
	width: 20%;
}

.select_acc_list>.header>div:nth-of-type(6),
.select_acc_list>.body>div>div:nth-of-type(6) {
	width: 20%;
}

.timing {
	margin-top: .41rem;
	padding: 0 1.25rem 1.25rem 1.25rem;
	background: #FFFFFF;
}

.timing>.btn_panel {
	text-align: center;
	padding: 1.25rem;
}

.timing>.btn_panel>a {
	width: 7rem;
	font-size: .835rem;
	line-height: 2rem;
	margin-right: 1.25rem;
}

.timing>.btn_panel>a:last-of-type {
	margin-right: 0;
}

.location {
	padding: .91rem 1.25rem;
	font-size: .835rem;
	text-align: left;
	line-height: 1.16rem;
	color: #666;
}

.location>a {
	font-size: .835rem;
	line-height: 1.16rem;
	color: #666;
}

.timing_info {
	padding: 1.25rem;
	box-shadow: 0 .25rem .375rem 0 rgba(0, 0, 0, 0.05);
	border-radius: .16rem;
	overflow: hidden;
}

.double_panel {
	position: relative;
	background-color: #fff;
	font-size: 0;
	margin-bottom: 1.25rem;
}

.double_panel>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-right: 2%;
}

.double_panel>div:last-of-type {
	margin-right: 0;
}

.double_panel>.line {
	position: absolute;
	top: 1.8rem;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 0;
	border-left: 1px solid #E6E6E6;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.item_list {
	font-size: 0;
	padding: 0 1.25rem;
}

.item_list>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: .665rem;
	line-height: 2rem;
	padding-left: 1.25rem;
}

.item_list>div:nth-of-type(1) {
	width: 24%;
	color: #737373;
}

.item_list>div:nth-of-type(2) {
	width: 76%;
	color: #282828;
}

.item_list>div>div {
	font-size: .5rem;
	line-height: .75rem;
	color: #999;
	padding-left: 1.25rem;
	margin-top: .41rem;
}

.item_list>div>span {
	display: block;
	font-size: .665rem;
	line-height: 2rem;
	color: #282828;
	padding-left: 1.25rem;
}

.item_list>div>span.icon_sel_d {
	background: url(../../../../images/product/tlx/icon/icon_sel_d.png) no-repeat 92% center;
	background-size: .6rem auto;
}

.item_list .border {
	border-bottom: 1px solid #D1D4D8;
}

.item_list>div.nop {
	padding-left: 0;
}
.item_list>div>input {display: inline-block;width: 100%;font-size: .665rem;
	height: 1rem;
	color: #282828;
}

.bank_panel {
	box-shadow: 0 .25rem .375rem 0 rgba(0, 0, 0, 0.05);
	border-radius: .16rem;
	margin-top: .41rem;
	overflow: hidden;
}

.bank_list {
	padding: 0 1.25rem;
	text-align: left;
}

.bank_list>div {
	padding: .875rem 0;
	border-bottom: 1px solid #EFEFEF;
}

.bank_list>div:last-of-type {
	border-bottom: none;
}

.bank_list>div>.icon_bank_jtyh {
	width: 6rem;
	height: 2rem;
	background: url(../../../../images/product/tlx/icon/icon_bank_jtyh.png) no-repeat left center;
	background-size: 6rem auto;
}

.bank_list>div>span {
	display: inline-block;
	vertical-align: middle;
	font-size: .665rem;
	line-height: 1.2rem;
	color: #282828;
	margin-left: 1.25rem;
	padding-right: 4rem;
	background: url(../../../../images/product/tlx/icon/icon_bank_ok.png) no-repeat right center;
	background-size: 1.125rem auto;
}

.timing_total_money {
	box-shadow: 0 .25rem .375rem 0 rgba(0, 0, 0, 0.05);
	border-radius: .16rem;
	margin-top: .41rem;
	padding: 1.25rem;
	text-align: left;
	overflow: hidden;
}

.timing_total_money>span {
	display: inline-block;
	vertical-align: middle;
	font-size: .75rem;
	line-height: 1.5rem;
	color: #5E5E5E;
	margin-right: 1.25rem;
}

.timing_total_money>span:last-of-type {
	margin-right: 0;
}

.timing_total_money>span:nth-of-type(2) {
	font-size: 1rem;
	color: #EF8933;
}

.timing_total_money>span:nth-of-type(3) {
	color: #D1D4D8;
}

.sendYZM {
	padding: 1.25rem;
}

.sendYZM>.msg {
	font-size: .835rem;
	line-height: 1.16rem;
	color: #333;
	text-align: left;
	margin-bottom: 1.25rem;
}

.sendYZM>.ipt {
	position: relative;
}

.sendYZM>.ipt>input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: 0 .3rem;
	font-size: .75rem;
	height: 2rem;
	color: #999;
	border: 1px solid #999;
	border-radius: .16rem;
}

.sendYZM>.ipt>i {
	position: absolute;
	right: .3rem;
	top: 50%;
	display: inline-block;
	padding: 0 .3rem;
	font-size: .75rem;
	line-height: 1.04rem;
	color: #6588F7;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.sendYZM>.ipt>i.disable {
	color: #999;
}

.secConfirm {
	padding: 1.25rem;
}

.secConfirm>.msg {
	font-size: .835rem;
	line-height: 1.16rem;
	color: #333;
	text-align: center;
	margin-bottom: 1.25rem;
}

.secConfirm>.btn_panel,
.sendYZM>.btn_panel {
	text-align: center;
	padding: 1.25rem;
}

.secConfirm>.btn_panel>a,
.sendYZM>.btn_panel>a {
	width: 7rem;
	font-size: .665rem;
	line-height: 1.665rem;
	margin-right: 1.25rem;
}

.secConfirm>.btn_panel>a:last-of-type,
.sendYZM>.btn_panel>a:last-of-type {
	margin-right: 0;
}

.add_acc {
	display: block;
	text-align: center;
}

.add_acc>font {
	display: inline-block;
	vertical-align: middle;
	font-size: .665rem;
	line-height: 2rem;
	color: #A6A6A6;
}

.add_acc:before {
	font-family: serif;
	display: inline-block;
	vertical-align: middle;
	content: '+';
	font-size: 1.5rem;
	line-height: 2rem;
	color: #A6A6A6;
	font-weight: 100;
	margin-right: .41rem;
}

.timing_edit_pre>div {
	display: inline-block;
	border: 1px solid #E6E6E6;
}

.timing_edit_pre>div>input {
	display: inline-block;
	vertical-align: middle;
	width: 1.4rem;
	text-align: right;
	font-size: .585rem;
	height: .835rem;
	color: #333;
	border-radius: .04rem;
	padding-right: .1rem;
}

.timing_edit_pre>div>span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 .8rem 0 0;
	text-align: center;
	font-size: .585rem;
	line-height: .835rem;
	color: #333;
	border-radius: .04rem;
}

.timing_edit_pre>div>span>i {
	position: absolute;
	right: .1rem;
	width: .41rem;
	height: 45%;
	cursor: pointer;
}

.timing_edit_pre>div>span>i.icon_input_u {
	top: 0;
	background: url(../../../../images/product/tlx/icon/icon_input_u.png) no-repeat bottom center;
	background-size: .41rem auto;
}

.timing_edit_pre>div>span>i.icon_input_d {
	bottom: 0;
	background: url(../../../../images/product/tlx/icon/icon_input_d.png) no-repeat top center;
	background-size: .41rem auto;
}

.table_type {
	padding: 1.25rem;
}

.table_type>table {
	width: 100%;
	background-color: #F7FAFF;
}

.table_type>table tr th,
.table_type>table tr td {
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	padding: .41rem .25rem;
	font-size: .5rem;
	line-height: .75rem;
	color: #333;
}

.table_type>table tr th {
	background-color: #E0E3E9;
	color: #666;
	padding: .83rem 0;
}

.jysm_table {
	padding: 1.25rem;
	background-color: #fff;
}

.jysm_table>table {
	width: 100%;
}

.jysm_table>table tr th,
.jysm_table>table tr td {
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	font-size: .75rem;
	line-height: .95rem;
	color: #393939;
	width: 33.33%;
	border-right: 1px solid #f3f3f3;
	
}
.jysm_table>table tr th{padding: 1rem 0;}
.jysm_table>table tr td{padding-top: 1rem;}
.jysm_table.t4>table tr th{width: 25%;}
.jysm_table.t4>table tr td{width: 25%;}

.jysm_table>table tr th:last-of-type,
.jysm_table>table tr td:last-of-type {
	border-right: none;
}

.jysm_table>table tr th {
	border-bottom: 1px solid #f3f3f3;
}

.jysm_table>table tr th,
.jysm_table>table tr td:nth-of-type(1) {
	color: #8e8e8e;
}