
/*个人中心css*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #f2f2f2;
	font-family: "microsoft yahei", arial;
	font-size: 14px;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	display: block;
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flex.jlr {
	justify-content: space-between;
}

.flex.j-center {
	justify-content: center;
}

.flex.a-center {
	align-items: center;
}

.flex.col {
	flex-direction: column;
}

.flex.wrap {
	flex-wrap: wrap;
}

.flex.j-end {
	justify-content: flex-end;
}

.flex.a-end {
	align-items: flex-end;
}

.ov {
	overflow: hidden;
}

.main {
	padding: 12px 0px;
}

.container {
	width: 1204px;
	margin: auto;
}

.headerLine {   /*顶部底图*/
	width: 100%;
	height: 100%;
	min-width: 1204px;
	background: url(../img/headBg1.png) no-repeat #fff;
	background-size: 1920px 100%;
	background-position: center center;
}

.header_top {       
	width: 1204px;
	height: 30px;
	font-size: 16px;
	padding-right: 20px;
	line-height: 30px;
	text-align: right;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.header_top a {
	color: #333;
	padding: 0px 10px;
}

.header_top a:hover {
	color: #FFA449;
}

.header {
	height: 180px;
	position: relative;
	padding-top: 30px;
	border-bottom: 15px solid #0088cc;
}

.header .logo {
	width: 250px;
	height: 60px;
	margin-left: 20px;
}

.backhome {
	padding-left: 60px;
	text-align: center;
	font-size: 14px;
	line-height: 200%;
}

.backhome h2 {
	color: #0088cc;
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 5px;
}

.backhome span {
	font-size: 16px;
	font-weight: bold;
	color: #0088CC;
	font-family: 宋体;
	cursor: pointer;
	display: block;
	border: 1px solid #0088CC;
	border-radius: 20px;
	padding: 6px 20px;
	margin-top: 10px;
	line-height: 100%;
}

.backhome span:hover {
	color: #0088CC;
	background: #FFFFFF;
	border: 1px solid #ffa449;
}

.userInfo {                    /*左侧个人信息*/
	width: 598px;
	background: #fff;
	border: 1px solid #bcbbbb;
	border-radius: 10px;
	height: 315px;
	padding: 30px 40px;
}

.userTouxiang {      /*头像图片*/
	width: 85px;
	height: 85px;
}

.userInfo .info {
	flex: 1;
	line-height: 2;
	padding-left: 42px;
	font-size: 16px;
	color: #363637;
	margin-top: -5px;
}

.userInfo .info a {
	color: blue;
}

.userInfo .info a:hover {
    color: orange;
}

.userItems {
	padding-top: 20px;
}

.userItems .item {
	width: 50%;
	padding: 5px 0px;
	font-size: 16px;
	color: #363637;
	line-height: 1.6;
}

.recharge {              /*右部-充值*/
	width: 592px;
}

.recharge .title {
	width: 100%;
	height: 55px;
	background: #fff;
	border-radius: 5px;
	padding-left: 16px;
}

.recharge .title h4 {
	font-size: 18px;
	color: #363637;
	padding-left: 10px;
}

.recharge .cont {      /*充值底图*/
	width: 592px;
	padding: 20px 30px;
	height: 247px;
/*	background: url(../img/typeBg.png) no-repeat;  */
    background: #c0c0c0;
	border-radius: 10px;
	margin-top: 13px;
}

.recharge .cont a {
	flex: 1;
	font-size: 18px;
	color: #363637;
	padding-top: 15px;
	line-height: 1.8;
	display: block;
}

.recharge .cont .item {
	flex: 1;
	font-size: 16px;
	color: #363637;
	padding-top: 15px;
	line-height: 1.8;
}

.recharge .cont .image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 4px solid #fff;
}

.recharge .cont .item:hover .image {
	border: 4px solid #ffa449;
}

.recharge .cont p {
	padding-top: 15px;
	display: block;
}

.typeList {         /*左侧菜单*/
	width: 200px;
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 30px;
	border-radius: 5px;
	background: url(../img/typeTop.png) no-repeat #fff;
	padding-top: 25px;
}

.typeList h3 {
	color: #363637;
	font-size: 18px;
	padding-left: 30px;
	line-height: 45px;
	margin-top: 20px;
}

.typeList a {
	color: #363637;
	font-size: 16px;
	display: block;
	padding-left: 30px;
	line-height: 35px;
}

.typeList a.on,
.typeList a:hover {
	color: #1047fa;
	background: #fddcb9;
}

.typeList .bot {
	width: 100%;
	height: 34px;
	background: url(../img/typeBop.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: -34px;
}

.kaoshi {                  /*右中间区域*/
	flex: 1;
	padding-left: 15px;
}

.kaoshi .kaoshiTableList {     /*右中上白底框*/
	width: 100%;
	height: 560px;
	background: #fff;
	border-radius: 5px;
	padding: 0px 22px 10px 22px；
}
.kaoshi .kaoshiTableList-lg {     /*右中上白底框*/
	height:auto;
}
.kaoshi .ibox {               /*右中上区域*/
    width: 100%;
	height:505px;
	padding:0 15px 15px 15px;
	overflow-y:auto;
}

.kaoshi .ibox-lg {               /*右中（大）区域*/
    width: 100%;
	height:885px;
	padding:0 15px 15px 15px;
	overflow-y: auto;
}

.kaoshi .kaoshiTableList .title {
	width: 100%;
	height: 55px;
	background: #fff;
	padding-left: 16px;
}

.kaoshi .kaoshiTableList .title h4 {          /*右中上标题*/
	font-size: 18px;
	color: #363637;
	padding-left: 15px;
}

.kaoshiTableList table {                      /*我的做题记录列表*/ 
	width: 100%;
	border-top: 1px solid #fcc29f;
	border-left: 1px solid #fcc29f;
	border-collapse: collapse;
}

.kaoshiTableList table tr td,
.kaoshiTableList table tr th {
	font-size: 14px;
	text-align: center;
	color: #777;
	padding: 6px;
	border-right: 1px solid #fcc29f;
	border-bottom: 1px solid #fcc29f; 
}

.kaoshiTableList table tr td a{
	color: blue;
}

.kaoshiTableList table tr td a:hover {
    color: orange;
}

.kaoshiTableList table thead tr th {
	font-weight: 500;
	font-size: 14px;
	background: #fcfaf2;
	border-right: 1px solid #fcc29f;
	border-bottom: 1px solid #fcc29f; 
	color: #777;
}

.mokao {                   /*模考快捷入口*/
	width: 100%;
	height: 365px;
	background: #fff;
	border-radius: 5px;
	margin-top: 15px;
	padding: 0px 22px;
}

.mokao .title {
	width: 100%;
	height: 55px;
	background: #fff;
	padding-left: 16px;
}

.mokao .title img {
	width: 50px;
	height: 45px;
}

.mokao .title h4 {
	font-size: 18px;
	color: #363637;
	padding-left: 15px;
}

.leftTable {               /*快捷模考入口表格*/
	width: 690px;
}

.leftTable table {
	width: 100%;
	border-top: 1px solid #c3daef;
	border-left: 1px solid #c3daef;
	border-collapse: collapse;
}

.leftTable table tr td,
.kaoshiTableList table tr th {
	font-size: 14px;
	text-align: center;
	color: #777;
	padding: 6px;
	border-right: 1px solid #c3daef;
	border-bottom: 1px solid #c3daef;
}

.leftTable table tr td a {
	color: blue;
}

.leftTable table tr td a:hover {
    color: orange;
}

.leftTable table thead tr th {
	font-weight: 500;
	background: #f5fbfd;
	color: #777;
	font-size: 16px;
	padding: 6px;
	border-right: 1px solid #c3daef;
	border-bottom: 1px solid #c3daef;
}

.gonggaoTip {
	width: 235px;
}

.gonggaoTipBox {
	height: 290px;
	border: 1px solid #959595;
	border-radius: 5px;
	padding: 20px 20px;
	color: #363637;
	font-size: 14px;
	line-height: 2;
}

.wrapper {
    margin: 0 auto;
    width: 1080px;
}
.footer {
	padding: 35px 0 30px;
	background: #333;
	color: #868686
}

.footer .f-nav ul {
	text-align: center
}

.footer .f-nav ul li {
	display: inline-block;
	padding: 0 15px;
	line-height: 1;
	border-right: 1px solid #868686
}
.footer .f-nav ul li:last-child{
	border-right:none;
}
.footer .f-nav ul li a {
	display: block;
	color: #868686;
}

.footer .f-copy {
	text-align: center
}

.footer .f-copy p {
	margin: 5px 0
}

.footer .f-safety {
	margin-top: 15px
}

.footer .f-safety ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer .f-safety ul li {
	margin: 0 16px 0 0;
	padding: 5px 8px;
	border: 1px solid #4e4e4e
}

.footer .f-safety ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #868686;
	overflow: hidden
}

.footer .f-safety ul li a .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45px;
	height: 45px
}

.footer .f-safety ul li a .txt {
	text-align: left;
	font-size: 12px
}


.balanceBox {
	background: #f0f6fd;
	height: 355px;
	padding: 30px 20px 20px 20px;
	border: 1px solid #7ecef4;
	width: 877px;
	margin: 25px auto 10px auto;
}

.balanceBox_item {
	width: 100%;
	color: #333;
	font-size: 16px;
	padding-bottom: 25px;
}

.balanceBox_item .label {
	width: 220px;
	text-align: right;
	padding-right: 20px;
}

.balanceBox_item .value {
	flex: 1;
	height: 49px;
}

.balanceBox_item .value input {
	width: 249px;
	font-size: 20px;
	height: 42px;
	border: 1px solid #959595;
	text-indent: 10px;
}

.balanceBox_item .value .require {
	color: red;
	margin: 0px 10px;
}

.balanceBox_item .value .tips {
	color: #333;
}

.balanceBoxLeft {
	flex: 1;
	border-right: 1px dashed #0088cc;
}

.balanceBoxRight {
	flex: 1;
	padding-left: 30px;
}

.balanceBoxRight h4 {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}

.balanceBoxRight p {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}

.balanceBoxSubmit {                   /*大按钮样式*/
	width: 150px;
	margin: 10px auto 10px 220px;
	cursor: pointer;
	height: 45px;
	color: #0088cc;
	font-size: 18px;
	border: 1px solid #0172aa;
	background: #fff;
	border-radius: 25px;
	line-height: 45px;
	text-align: center;
}

.balanceBoxSubmit:hover {
	background: #0088cc;
	color: #fff;
}

.balanceBoxSubmit2 {                   /*小按钮样式*/
	width: 100px;
	margin: 10px auto 10px 280px;
	cursor: pointer;
	height: 40px;
	color: #0088cc;
	font-size: 16px;
	border: 1px solid #0172aa;
	background: #fff;
	border-radius: 20px;
	line-height: 35px;
	text-align: center;
}

.balanceBoxSubmit2:hover {
	background: #0088cc;
	color: #fff;
}

.pc {
	display: block;
}

.phone {
	display: none;
}

.orderHistoryTitle {
	width: 100%;
	padding-left: 24px;
	line-height: 46px;
	height: 48px;
	border-top: 1px solid #fcc29f;
	border-left: 1px solid #fcc29f;
	border-right: 1px solid #fcc29f;
	background: #fbf7ee;
	font-size: 16px;
	color: #6c6a6b;
}

.rechargeTable {
	border-left: 1px solid #fcc29f;
}

.rechargeTable thead tr th {
	border-bottom: 1px solid #fcc29f;
	border-right: 1px solid #fcc29f;
	background: none !important;
}

.rechargeTable tbody tr td {
	border-bottom: 1px solid #fcc29f;
	border-right: 1px solid #fcc29f;
	color: #999 !important;
}

.rechargeSelect {
	background: #fbf7ee;
	margin: 12px 0px;
	padding: 15px 40px;
	border: 1px solid #a0b3d9;
	border-radius: 8px;
	font-size: 16px;
	color: #333;
}

.rechargeSelect .itemBtn {
	width: 198px;
	cursor: pointer;
	height: 38px;
	text-align: center;
	line-height: 36px;
	border-radius: 19px;
	background: #fff;
	border: 1px solid #1d2088;
	color: blue;
	font-size: 16px;
}

.rechargeSelect .itemBtn.on,
.rechargeSelect .itemBtn:hover {
	background: #45b4ff;
	color: #fff;
}

@media screen and (max-width:768px) {
	.header1 {
		font-size: 0.34rem;
		width: 100%;
		text-align: center;
		background: #fff;
		height: 0.9rem;
		line-height: 0.9rem;
		position: fixed;
		left: 0;
		top: 0;
	}

	.pc {
		display: none;
	}

	.phone {
		display: block;
		padding-top: 0.9rem;
		padding-bottom: 1.4rem;
	}

	.memberNologin {
		box-sizing: border-box;
		padding: .40rem .45rem;
		padding-bottom: .20rem;
		border-bottom: .15rem solid #edeff0;
		background: #fff;
	}

	.userImage {
		width: 1.05rem;
		height: 1.05rem
	}

	.userTip {
		font-size: .33rem;
		color: #0188cc;
		padding-left: .35rem;
	}

	.loginMethods {
		width: 6.60rem;
		background: #0188cc;
		margin: auto;
		margin-top: .40rem;
		border-radius: .20rem;
		box-sizing: border-box;
		padding: .35rem .10rem .20rem .10rem;
		color: #fff;
	}

	.loginMethods .item {
		flex: 1;
	}

	.loginMeTypeIcon {
		width: .75rem;
		height: .75rem;
	}

	.loginMeTypeName {
		padding-top: .15rem;
	}

	.loginMeTypeName text {
		display: block;
		text-align: center;
		font-size: .24rem;
	}

	.memberInfoList {
		width: 7.00rem;
		overflow: hidden;
		margin: auto;
		margin-left: -0.15rem;
		padding-top: 0.32rem;
	}

	.memberInfoList .item {
		flex: 1;
	}

	.memberInfoList .item text {
		font-size: 0.22rem;
		color: #666;
		padding-top: 0.15rem;
	}

	.memberInfoList2 {
		width: 100%;
		overflow: hidden;
		padding: .32rem .25rem .20rem .25rem;
		background: #fff;
	}

	.memberInfoList2 .item {
		flex: 1;
	}

	.memberInfoList2 .item text {
		font-size: .22rem;
		color: #666;
		padding-top: .15rem;
	}

	.infoImage {
		width: .60rem;
		height: .60rem;
	}

	.datihistory {                                     
		border-bottom: 0.15rem solid #edeff0;
		background: #fff;
	}

	.datihistory .title {
		width: 100%;
		font-size: 0.26rem;
		font-weight: 600;
		color: #373636;
		border-bottom: 1px solid #edeff0;
		padding-top: 0.25rem;
		padding-bottom: 0.15rem;
	}

	.datihistory .title .Icon {
		width: 0.10rem;
		height: 0.23rem;
		background: #0188cc;
		display: block;
		margin-left: 0.53rem;
		margin-right: 0.10rem;
	}

	.tableTitle1 {
		padding: 0.25rem 0px;
		font-size: 0.24rem;
		font-weight: 400;
		color: #373636;
		border-bottom: 1px solid #edeff0;
	}

	.tableTR {
		padding: 0.25rem 0px;
		font-size: .22rem;
		color: #373636;
		border-bottom: 1px solid #edeff0;
	}

	.userInfos {
		padding-left: 0.35rem;
		font-size: 0.24rem;
	}

	.welcome {
		padding: 0.05rem 0px;
	}

	.tableTR .hove {
		color: #0188cc;
	}

	.footers {
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
		background: #fff;
		height: 1rem;
	}

	.footers .item {
		flex: 1;
		height: 100%;
		font-size: 0.24rem;
	}

	.footers .item b {
		display: block;
		width: 0.55rem;
		height: 0.55rem;
	}

	.footers .item b.icon1 {
		background: url(../img/shouye.png) no-repeat;
		background-size: 100% 100%;
	}

	.footers .item b.icon2 {
		background: url(../img/datiqia.png) no-repeat;
		background-size: 100% 100%;
	}

	.footers .item b.icon3 {
		background: url(../img/wo.png) no-repeat;
		background-size: 100% 100%;
	}

	.footers .item.on b.icon1 {
		background: url(../img/shouye-active.png) no-repeat;
		background-size: 100% 100%;
	}

	.footers .item.on b.icon2 {
		background: url(../img/datiqia-active.png) no-repeat;
		background-size: 100% 100%;
	}

	.footers .item.on b.icon3 {
		background: url(../img/wd-on.png) no-repeat;
		background-size: 100% 100%;
	}
	.footers .item.on{
		color: #0188CC;
	}
}

.fx1 {
	flex: 1;
}

.fx2 {
	flex: 2;
}

.fx3 {
	flex: 3;
}


.fix-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border-top: 1px solid #d1d0d0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.fix-footer a {
	font-size: 16px;
	width: 20%;
	line-height: 26px;
}

.fix-footer a i {
	display: block;
	width: 28px;
	height: 26px;
	text-align: center;

	background-size: 100%;
	margin: 0 auto;
}

.fix-footer a i.home {
	background: url(../img/home.png) no-repeat center;
	background-size: contain;
}

.fix-footer a i.mk {
	background: url(../img/ks.png) no-repeat center;
	background-size: contain;
}

.fix-footer a i.wd {
	background: url(../img/wd.png) no-repeat center;
	background-size: contain;
	width: 22px;
}

.fix-footer a.on i.home {
	background: url(../img/home-on.png) no-repeat center;
	background-size: contain;
}

.fix-footer a.on i.mk {
	background: url(../img/ks.png) no-repeat center;
	background-size: contain;
}

.fix-footer a.on i.wd {
	background: url(../img/wd.png) no-repeat center;
	background-size: contain;
}

.fix-footer a span {
	display: block;
	text-align: center;
}

.fix-footer a.on {
	color: #0d95d7;
}
