﻿@charset "utf-8";
/* CSS Document */
body {min-width:320px;max-width:700px;margin:0 auto !important;background:#fff;overflow-x:hidden;font-family:"Microsoft YaHei",Helvetica;color:#333;}
body,section,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,th,td,input,textarea,select,img { margin:0; padding:0; border:0; }
ul,ol,li { margin:0px; padding:0px; list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:lighter; }
table { border-collapse:collapse; border-spacing:0; }
em,i { display:inline-block; font-weight:normal; font-style:normal; }
textarea,select,input { font-family:"Microsoft Yahei"; font-size:.32rem; color:#333; }
b { font-weight:bold; }
img { margin:0; padding:0; border:0; }
a { color:#333; text-decoration:none; }
a:hover { /*color:#333;*/ text-decoration:none; }
input[type="text"],input[type="password"],input[type="button"],input[type="submit"],button,textarea { -webkit-appearance:none; }
.cfx:after,nav.mini:after,.h:after,.hn:after,.PH:after { content:' '; clear:both; display:block; height:0; visibility:hidden; line-height:0; }
* { box-sizing:border-box; }
.fl { float:left; }
.fr { float:right; }
/**** 浮窗按钮 ****/
.floatbtn { width:100%; float:left; background:rgba(0,0,0,.5); padding:.1rem; max-width:700px; position:fixed; bottom:0; }
.floatbtn div { margin:0 auto; }
/**** 浮窗按钮 ****/


/**** 首页 ****/
.inputbox { width:100%; float:left;padding: 0 .2rem;}
.inputbox .ycNum{
	font-size: 0.34rem;
	text-align: center;
	margin-top: 0.28rem;
	float: left;
	width: 100%;
}
.inputbox_txt { width:100%; float:left; border-bottom:dotted 2px #4d3328; padding:0 0 .3rem 0; line-height:.5rem; font-size:.34rem; text-align:center; font-weight:bold; }
.inputbox_txt span { color:#ff9600; }

/** 资料输入版块 **/

.inputtitle { width:100%; float:left; line-height:.6rem; font-size:.34rem; text-align:center; font-weight:bold; }
.forminput { width:100%; float:left; /*background:#fffefc; border:solid 1px #573c39; border-radius:5px;*/ }
/*.forminput div:last-child { border:none; }*/
.forminput_hang { width:100%; float:left; padding:.2rem; border-bottom:solid 1px #eaeaea; }
.forminput_hang_bt { float:left; line-height:.6rem; font-size:.32rem; }
.forminput_hang_name { overflow:hidden; }
.finput { width:100%; float:left; border:none; background:none; outline:none; height:.6rem; }
.forminput_hang_radio { overflow:hidden; }
.forminput_hang_radio a { color:#333; }
.forminput_hang_radio em { float:left; }
.forminput_hang_radio span { float:left; line-height:.6rem; margin:0 .2rem 0 0; }
.forminput_hang_radio i { font-size:.36rem; color:#c00; padding:.1rem 0 0 0; }
.forminput_hang_birth { overflow:hidden; /*background:url(../images/index/bg_right.png) no-repeat right center; background-size:24px 25px;*/ line-height:.6rem; font-size:.32rem; display:block; }
.forminput_hang_birth span { display:block; }
.forminput_hang_hour { overflow:hidden; /*background:url(../images/index/bg_right.png) no-repeat right center; background-size:24px 25px;*/ }
.fselect { width:100%; float:left; border:none; background:none; appearance:none; -moz-appearance:none; -webkit-appearance:none; height:.6rem; }
/** 资料输入版块 **/

/*按钮通用样式*/
.button { width:100%;  margin:.3rem 0 0 0; }
.button a {
	border-radius: .1rem;
	width: 6.5rem;
	display: block;
	margin: 0 auto;
	height: 1rem;
	font-weight: bold;
	line-height: 1rem;
	font-size: .4rem;
	text-align: center;
	color: #ffffff;
	background-color: #ff0090;
	background: -moz-linear-gradient(
			top,
			#ff0090 0%,
			#e2005a);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#ff0090),
			to(#e2005a));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #e2005a;
	-moz-box-shadow:
			inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
			inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
			inset 0px 0px 2px rgba(255,255,255,1);
}

.db_btn{
	text-align: center;
}
.db_btn .button{
	width: 46%;
	display: inline-block;
	margin: 0.3rem 1%;
}
.db_btn .button.two a{
	color: #ffffff;
	background: #fd9c1a;
	border: solid 1px #e05011;
}
.db_btn .button a{
	width: 100%;
}
.db_btn .button a img{
	width: .27rem;
}
.button2 { width:100%; float:left; margin:.5rem 0 0 0; }
.button2 a { width:100%; float:left; height:1.1rem; background:url(../images/button.png) no-repeat; background-size:100% 100%; line-height:1rem; font-size:.4rem; color:#b35b26; text-align:center; }
/*按钮通用样式*/

/**** 弹窗 ****/
.love_fd { width:90%; float:left; }
.love_ico { width:54px; height:54px; float:right; position:fixed; right:9px; bottom:150px; z-index:999;	cursor:pointer;	}
.love_ico img { width:100%; float:left; }
.fd_ml { width:92%; float:left; border:solid 2px #b77366; background:#fff; border-radius:5px; padding:0 0 .15rem 0; position:fixed; left:4%; top:50px; z-index:9999; }
.fd_ml_close { width:100%; float:left; height:.5rem; background:#b77366; }
.fd_ml_close a { width:.5rem; height:.5rem; float:right; text-align:center; }
.fd_ml_close a img { width:.3rem; float:right; margin:.1rem .1rem 0 0; }
.fd_ml_bt { width:100%; float:left; line-height:.55rem; font-size:.32rem; font-weight:bold; color:#c72c2c; text-align:center; margin:.1rem 0; }
.fd_ml_ul {width:100%;float:left;overflow-y:scroll;height: 6rem;padding:0 .15rem;}
.fd_ml li { width:100%; float:left; margin:.1rem 0px;	}
.fd_ml_ul li a { width:100%; float:left; background:#ffd879; border:solid 1px #d3a83f; border-radius:5px; line-height:.55rem; font-size:.3rem; color:#644016; text-align:center; }
/**** 弹窗 ****/


.inwrap {
	width:100%;
	font-size: .32rem;
	line-height: 1.5;
	background: #ffe3e2;
}
.inwrap .picBox_center{
	width: 100%;
	text-align: center;
}
.inwrap>img{
	width: 100%;
	display: block;
}
.inwrap .fontB{
	font-weight: bold;
}
.inwrap .fontRed{
	color: #e60d10;
}
.inwrap .fontGray{
	color: #a299bd;
}
.inwrap .fontYellow{
	color: #ffea00;
}
.inwrap .fontBlue{
	color: #3a63ed;
}
.inwrap .fontBrown{
	color: #c37540;
}

.inwrap  .txt32{
	font-size: .32rem;
}
.inwrap  .txt34{
	font-size: .34rem;
}
.inwrap  .txtB{
	font-weight: bold;
}
.inwrap  .txt_j{
	text-align: justify;
	margin: .3rem 0;
}
.inwrap  .txt_j2{
	text-align: justify;
	margin-bottom: .4rem;
}
.inwrap  .txt_c{
	text-align: center;
	margin: .2rem 0;
}
.inwrap  .txt_c2{
	text-align: center;
	margin: .1rem 0;
}
.blank{
	height: .1rem;
}
.blank2{
	height: .2rem;}
.blank3{
	height: .3rem;}
.blank4{
	height: .4rem;}
.blank5{
	height: .5rem;}
.blank6{
	height: .6rem;}
/*共用字型*/
#it209 .T01{
	font-size: .32rem;
	line-height: .51rem;
	color:#333;
	text-align: justify;
}
#it209 .T02{
	font-size: .32rem;
	line-height: .51rem;
	color:#000;
}

#it209 .PURPLE{
	color:#6800c6;}



/*共用*/
#it209 .BLANK{ width:100%; height:20px;}
#it209 .BLANK02{ width:100%; height:10px;}
#it209 .HIDE{display: none;}
#it209 .BOX_INSET{width: 90%; margin: 0 auto; margin-top:15px;margin-bottom: 15px; }
#it209 .INSET_TOP{padding-top: 50px;}



/*=========================列印頁面尾區================*/
/*平板小於內容js縮放*/
@media screen and (max-width: 1050px){
	.PC #it209{
		width: 1050px !important;
		transform-origin: 0 0;
	}
}


/*首页*/
.inwrap .main{
	overflow: hidden;
	width: 7.05rem;
	margin: 0 auto;
}

.inwrap .whiteBlock{
	background: #ffffff;
	padding: .18rem;
}
.inwrap .grayBlock{
	background: #f3f3f3;
	padding: .18rem;
}


/*===========================手機版============================*/
body.MOBILE{background-color:#fefefe;-webkit-box-sizing:border-box;
}
.MOBILE .PC_LOGIN, .MOBILE .FOOT_PC{ display:none;}

/*MOBILE表頭尾*/
.MOBILE #float_icon, .MOBILE #header, .MOBILE .CHANG, .MOBILE .FOOT_MOBILE{ display:block;}
/*MOBILE表頭尾*/

/*消失區*/
.MOBILE #it209 #INPUT_BOX{ display:none;}
/*消失區尾*/

/*框架區*/
.MOBILE #it209{
	width:100%;
	height:100%;
	/* margin-top:45px; */
}
.MOBILE #it209 .FRAME{width:100%; height:auto; overflow:hidden;}
/*框架區尾*/

/*表頭區*/
.MOBILE #it209 .e_TOP{
	width:100%;
	height:0;
	padding-bottom:54%;
	padding-top:1.5%;
	background:url(../images/top_bg.png) no-repeat top center;
	background-size:cover;
	margin:0 auto;
}
.MOBILE #it209 h1{
	width:100%;
	height:0;
	padding-bottom:28%;
	background:url(../images/top_title.png) no-repeat center;
	background-repeat:no-repeat;
	background-size:cover;
	text-indent:-9999px;
	margin-top: 3%;
}
/*表頭區尾*/


/*內容區*/
.MOBILE #it209 .CONTENT{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background-color:#fefefe;}
/*內容框架*/
.MOBILE #it209 .CONTENT img, .MOBILE #it209 .CONTENT_FOOT img{display:none;}

/*共用按鈕*/
.MOBILE #it209 .e_BT{
	width:100%;
	height: 1rem;
	margin:.2rem auto;
	float:left;
}

.MOBILE #it209 .e_BT ul.ONE{
	width:100%;
	height:50px;}

.MOBILE #it209 .e_BT ul.ONE li{
	width:100%;
	margin:0 auto;
	height: 1rem;
}

.MOBILE #it209 .e_BT ul.ONE li a{
	width:100%;
	margin:0 auto;
	height: 1rem;
	color:#fff;
	font-size: .48rem;
	font-weight:bold;
	text-align:center;
	line-height: .94rem;
}

.MOBILE #it209 .e_BT ul.TOW{
	width:100%;
	height:50px;}

.MOBILE #it209 .e_BT ul.TOW li{
	float:left;
	width:50%;}
.MOBILE #it209 .e_BT li a{
	display:block;
	width:95%;
	margin:0 auto;
	height:1rem;
	color: #fff;
	text-decoration:none;
}

.MOBILE #it209 .e_BT li a.ALINE{
	font-size: 1.1em;
	font-weight:bold;
	text-align:center;
	line-height:.94rem;
}

.MOBILE #it209 .e_BT li a.BLINE{
	font-size: 1.1em;
	height:50px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	line-height:1.2em;
	-webkit-box-sizing:border-box;
}
.MOBILE #it209 .e_BT li a.BLINE span.BR{
	display:block;
}

.MOBILE #it209 a.COLOR{
	background-color:#ff8dc0;
	background: -moz-linear-gradient(
			top,
			#ff8dc0 0%,
			#ff4f9e);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#ff8dc0),
			to(#ff4f9e));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #da0061;
	-moz-box-shadow:
			inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
			inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
			inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-sizing:border-box;
}


/*=========================輸入頁面頭區================*/
/*BOX01頭*/
.MOBILE #it209 .CON_BOX{
	width:95%;
	height:auto;
	overflow:hidden;
	margin: 0 auto .4rem auto;
}

.MOBILE #it209 .CON_BOX_BAR{/*NEW*/
	width:100%;
	height: 1.2rem;
	margin:0 auto;
	background-color: #b658e2;
	box-shadow: 0px 0px .3rem .2rem rgba(126,0,186,0.5) inset;
	-webkit-box-sizing:border-box;
}

.MOBILE #it209 .CON_BOX_BAR p{/*NEW*/
	font-size: .36rem;
	line-height: 1.2rem;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.MOBILE #it209 .CON_BOX_BAR .P_ICON{/*NEW*/
	content: '';
	display: inline-block;
	width: .12rem;
	height: .12rem;
	background-color: #fff;
	transform: rotate(45deg);
	margin-right: 0.2rem;
	margin-bottom: 0.08rem;
}
.MOBILE #it209 .CON_BOX_BAR .P_ICON02{/*NEW*/
	margin-left: 10px;
}
.MOBILE #it209 .CON_BOX_BG{/*NEW*/
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border: 1px solid #f0cfff;
	box-shadow: 0px 0px 15px 10px rgba(240,208,255,0.5) inset;
	padding-bottom: .4rem;
	-webkit-box-sizing:border-box;
}
/*CON_BOX_BAR樣式二*/
.MOBILE #it209 .CON_BOX_BAR02{/*NEW*/
	width:100%;
	height: 1rem;
	margin:0 auto;
	background-color: #f6e3ff;
	-webkit-box-sizing:border-box;
}

.MOBILE #it209 .CON_BOX_BAR02 p{/*NEW*/
	font-size:.39rem;
	line-height: 1rem;
	color:#7e00b9;
	font-weight:bold;
	text-align:center;
}

.MOBILE #it209 .CON_BOX_BG02{/*NEW*/
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border: 1px solid #f0cfff;
	-webkit-box-sizing:border-box;
}

.MOBILE #it209 .CON_BOX img{display:block; width:100%;margin:0 auto;}
.MOBILE #it209 .LISTIMG{/*九星宿緣配圖*/
	width:80%;
	margin:0 auto;
}
.MOBILE #it209 .LISTIMG02{/*九星宿緣配圖*/
	display: none;
}
.MOBILE #it209 .INSET_TOP{/*上內縮*/
	padding-top: 0;
}

.MOBILE #it209 .LISTBOX{
	width:auto;
	height:auto;
	overflow:hidden;
}
.MOBILE #it209 .LISTBOX li{
	width:auto;
	height:auto;
	overflow:hidden;
	margin-bottom: 0.1rem;
}
.MOBILE #it209 .LISTBOX li>ul li{
	width:auto;
	height:auto;
	overflow:hidden;
	line-height: .51rem;
	font-size: .32rem;
	color:#333;
}
.MOBILE #it209 .LISTBOX .LIST_ICON{
	float: left;
	width: .36rem;
	height: .36rem;
	margin-right: .1rem;
	background-image:url(../images/input_icon.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: .08rem;
}

/*=========================輸入頁面尾區================*/


/*=========================結果頁面頭區================*/
/*引言*/
.MOBILE #it209 .INTRO{
	width:97%;
	height:auto;
	overflow:hidden;
	font-size: .32rem;
	line-height: .6rem;
	color:#333;
	margin:5px auto;
}
/*個人資料*/
.MOBILE #it209 .INFOR{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:10px auto;}
.MOBILE #it209 .INFOR p{
	font-size: .35rem;
	line-height:1.6em;
	font-weight:normal;
}
.MOBILE #it209 .INFOR img{
	display:inline-block;
	width: .48rem;
	height: .48rem;
	margin: 0 .1rem;
}
.MOBILE #it209 .INFOR ul{}
.MOBILE #it209 .INFOR li{float:none; text-align:center;}
.MOBILE #it209 .INFOR li .T01{float:none; text-align:center;}

.MOBILE #it209 .REW_TOP{/*屬性標*/
	background-image: url(../images/re01_1.png);
	background-size:cover;
	background-repeat:no-repeat;
	width:93%;
	height:0;
	padding-bottom:8%;
	text-align:center;
	margin:0 auto;
	font-size: 0.4rem;
	letter-spacing:3px;
	font-weight:bold;
	color:#fff;
}

/*八卦陣*/
.MOBILE #it209 .BZ{
	width:98%;
	height:0;
	padding-bottom:98%;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../images/wheel_img/re03_bg.jpg);
	position:relative;
}
.MOBILE #it209 .NUB_BG{
	width:10%;
	position:absolute;}
.MOBILE #it209 .NUB_BG img{
	width:100%;
	height:auto;}

.MOBILE #it209 .TEX_BG{
	width:14%;
	position:absolute;}
.MOBILE #it209 .TEX{
	width:100%;
	height:0;
	padding-bottom:100%;
	background-repeat:no-repeat;
	background-size:cover;
}

.MOBILE #it209 .LIGHT{
	width:60%;
	height:0;
	padding-bottom:60%;
	background-repeat:no-repeat;
	background-size:cover;
	font-size: 0.76rem;
	line-height: 3.7rem;
	color:#cc0000;
	text-align:center;
	font-weight:bold;
	position:absolute;
	left:21%;
	top:18%;
}

/*結果頁內容區*/
.MOBILE #it209 .RE_TOP{ /*大標頭*/
	clear:both;
	width:100%;
	height:0;
	padding-bottom:21.34%;
	margin:20px auto 0 auto;}
.MOBILE #it209 .RE_TOP img{
	width:100%;
	height:auto;}
.MOBILE #it209 .RE_BG{/*BOX背景*/
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background-color:#fff;
	border:solid 1px #b658e2;
	padding:0px 0 5px 0;
}

.MOBILE #it209 .RE_BG_COM{/*大段落*/
	width:95%;
	margin:10px auto;
	font-size: .32rem;
	line-height: .51rem;
	color:#333;
	text-align:left;
}
.MOBILE #it209 .RE_BG_COM p{
	margin-bottom:5px;}

.MOBILE #it209 .RE_BG_COM ul{/*兩欄位*/
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;}
.MOBILE #it209 .RE_BG_COM ul li.TXT{/*文字*/
	width:100%;
	height:auto;
	overflow:hidden;}
.MOBILE #it209 .RE_BG_COM ul li.PIC_L{/*線圖*/
	display:none;}
.MOBILE #it209 .RE_BG_COM ul li.PIC_R{
	display:none;}
.MOBILE #it209 .RE_BG_COM ul li img{/*圖*/
	display:none;}


.MOBILE #it209 .CHARTBG02_BG{/*月曆圖框*/
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top: .2rem;
}
.MOBILE #it209 .CHARTBG02{/*月曆圖*/
	width: 3.6rem;
	height: 3.44rem;
	background-repeat:no-repeat;
	background-image:url(../images/calendar.jpg);
	background-size: 3.6rem 3.44rem;
	position:relative;
	margin:0 auto;
	margin-bottom: .5rem;
}

.MOBILE #it209 .YEAR{/*年份*/
	text-align:center;
	color:#ffffad;
	font-size: 0.5rem;
	line-height: .86rem;
	font-weight:bold;
}

.MOBILE #it209 .CHARTBG02 .TIME{
	text-align:center;
	font-weight:bold;
	font-size:12vw;
	line-height:50px;
	color:#b40000;
	font-size: 1rem;
	line-height: 2.01rem;
}

.MOBILE #it209 .PRINT{ display:none;}
/*========================結果頁面尾區================*/

/*=========================試算頁面頭區================*/

.MOBILE #it209 .NEW_BT_F{/*浮水按鈕*/
	width:100%;
	max-width: 700px;
	height:1.2rem;
	position:fixed;
	bottom:0;
	z-index:1000;
	background-image:url(../images/bt_bg.png);
	background-repeat:repeat;
	padding-top: .1rem;
	background-size:.3rem .3rem;
}

.MOBILE #it209 .NEW_BT_F a{/*浮水按鈕*/
	display:block;
	width:95%;
	margin:0 auto;
	height:1rem;
	font-size: .48rem;
	color: #fff;
	font-weight:bold;
	text-align:center;
	line-height: .94rem;
	text-decoration:none;
}


.MOBILE #it209 .SAMPLE{
	width:100%;
	height:150px;
	position:relative;
	background-position:-5px top;
	margin:3px auto;
	background-image:url(../images/fuzzy.png);
}

.MOBILE #it209 .SAMPLE2{/*LIST模糊試算用*/
	width:100%;
	margin:3px 0 0 20px;
	background-image:url(../images/fuzzy.png);}

.MOBILE #it209 .FREE_PH{ width:100%; height:auto; overflow:hidden; margin:10px auto; clear:both;}

.MOBILE #it209 .FREE_PH img{ clear:both;display:block;width:100%; height:auto; margin:0 auto;}

#it209 .MOBILE .BLANK{ width:100%; height:10px;}
/*=========================試算頁面尾區================*/
#lc_weibu{
	float: left;
	width: 100%;
	border:solid 1px #f0cfff
}
#lc_weibu img{
	margin: .2rem 0;
}
#lc_weibu .titleTop.zise{
	width: 100%;
	background: #f1b43b;
	padding: 0 .2rem;
	line-height: 1rem;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
}
#lc_weibu .border1Bg{
	background-color:#ffffff;
	padding: 0 .24rem;
}
#lc_weibu .border1Content {
	padding-bottom: .2rem;
}
#lc_weibu  .gykjzww li{
	margin: .32rem 0;
}
#lc_weibu  .gykjzww li span{
	background-color:#ffcfa5;
	padding: .08rem .16rem;
	margin-right: .08rem;
	color: #9d5d26;
}
#lc_weibu  .gykjzww .downborder1Content li span{
	color: #9d5d26;
	background-color:#ffcfa5;
}
#lc_weibu  .gykjzww .hang_title{
	background: #c88f56;
	background-image: -webkit-linear-gradient(0deg, #c88f56, #c88f56 60%,#ffffff 95%);
	background-image: -ms-linear-gradient(0deg, #c88f56, #c88f56 60%,#ffffff 95%);
	background-image: -moz-linear-gradient(0deg, #c88f56, #c88f56 60%,#ffffff 95%);
	width: 100%;
	padding: 0 .2rem;
	line-height: .8rem;
	font-size: .34rem;
	color: #fff;
	font-weight: bold;
}

.inbox { width:100%; float:left; }
.inbox_title { width:100%; line-height:.8rem; font-size:.32rem; text-align:center; }
.inbox_title.bg2 { background:#f6e3ff; color:#000; }
.inbox.bg2 { border:solid 1px #f0cfff;margin: 0 auto; overflow: hidden; }

.inpjtitle { width:100%; float:left; line-height:.8rem; font-size:.32rem; font-weight:bold; color:#d71e51; text-align:center; margin:.3rem 0 0 0; }

.btn_clone {
	height: .9rem;
	text-align: center;
	line-height: .9rem;
	background-color: #fca224;
	font-size: .36rem;
	font-weight: bold;
	color: #fff;
	width: 90%;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: .24rem;
}
.inpingjia {
	width: 100%;
	float: left;
	background: #fff;
	border: solid 1px #828282;
	border-radius: 5px;
	padding: .2rem;
	margin: .1rem 0 0 0;
}

.RE_BG_content{
	width: 90%;
	height: 1rem;
	font-size: .32rem;
	color: #333333;
	line-height: 1rem;
	margin: 0 auto;
	border-bottom: 1px solid #CCCCCC;
}

/*支付模块--支付遇到问题小图标*/
.payMent2020Link a img { width:0.25rem !important; vertical-align:middle; margin:-.05rem 0 0 0 !important; display:inline-block !important; }
.popBox .title a img { width: .25rem !important; }
/*支付模块--支付遇到问题小图标*/




