/*
* @Author: itw_chenqing
* @Date:   2017-10-25 09:41:55
 * @Last Modified by: itw_yanyang
 * @Last Modified time: 2019-05-09 17:44:45
*/
input{
	
}
#wait_box {
  display: block;
}
.wait_box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../../img/mask.png);
  filter: alpha(opacity=30);
  z-index: 999;
}
.wait_box > img {
  position: absolute;
    left: 45%;
    top: 40%;
}
.userInfo_box {
  width: 1180px;
  margin: 0 auto;
	font-size: 16px;
	overflow: hidden;
	background: #ffffff;
	/* height: 920px\9;	 */
}
.userInfo_box .order_num img {
	width: 56px;
}
.userInfo_box img {
	vertical-align: middle;
}
.userInfo_box .crum_list {
	    font-size: 16px;
    color: #4f4f4f;
    font-weight: bold;
    /* margin-top: 35px; */
    padding-top: 25px;
    padding-bottom: 20px;
}
.userInfo_box .crum_list a {
  color: #666;
}
.userInfo_box .crum_list .active {
  color: #26aa9d;
}
.userInfo_box .orderNav {
	width: 180px;
	float: left;
	margin-bottom: 50px;
	box-shadow: 0 0 5px 1px #eee;
	-moz-box-shadow: 0 0 5px 1px #eee;
	-webkit-box-shadow: 0 0 5px 1px #eee;
}
.userInfo_box .orderNav h2 {
	background: #26aa9d;
  color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
  font-weight: 400;
}
.userInfo_box .orderNav h2 img {
	width: 180px;
}
.userInfo_box .orderNav ul {
  border: 1px solid #efefef;
}
.userInfo_box .orderNav li {
	cursor: pointer;
	text-align: center;
}
.userInfo_box .orderNav li a {
  color: #999;
	display: block;
	height: 60px;
	line-height: 60px;
}
.userInfo_box .orderNav li span {
	display: inline-block;
	width: 64px;
	text-align: left;
  color: #666;
}
.userInfo_box .orderNav img {
	margin-right: 10px;
}
.userInfo_box #content {
	width: 940px;
	float: right;
}
.userInfo_box .orderNav li.active {
	background: #eaf6f6;
  color: #249d8e;
}
.userInfo_box .orderNav li.active a {
  border-left: 4px solid #22a998;
}

/* 我的订单 */
.myorder {
  height: 100%;
}
.myorder .title_h4 {
	height: 16px;
	margin: 40px 0;
	line-height: 16px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
  border-left: 4px solid #00c1ae;
}
.myorder .title_ul {
	margin: 0px 0 15px 0;
	background-color: #f7f7f7;
}
.myorder .title_ul li {
	float: left;
	width: 44px;
	font-size: 14px;
	color: #666666;
	line-height: 44px;
  text-align: center;
  background-color: #f8f8f8;
}
.myorder .title_ul .name_box {
  width: 387px;
}
.myorder .title_ul .prem {
  width: 128px;
}
.myorder .title_ul .order_status {
  width: 268px;
}
.myorder .title_ul .operation {
  width: 128px;
}
.myorder .title_ul .see_box {
  width: 128px;
}
.myorder .order_show li {
  margin-bottom: 20px;
}
.myorder table {
	width: 100%;
  height: 100%;
	text-align: center;
}
.myorder .order_show li .order_num {
	background: #f8f8f8;
	line-height: 40px;
	height: 40px;
	color: #222;
	padding: 0 20px 0 20px;
	font-weight: 400;
	font-size: 14px;
}
.myorder .order_show li .order_num span {
  color: #ff5500;
	margin-left: 20px;
	margin-right: 60px;
	cursor: pointer;
}
.myorder .order_show li .order_num .order_date {
	font-size: 14px;
	color: #999999;
}
.myorder .order_show li .order_num b {
	font-weight: 400;
	float: right;
  color: #333;
}
.myorder .order_show li .order_num b.error_msg {
  color: #ff5500;
	cursor: pointer;
}
.myorder .order_show li .order_num .error img {
	margin-right: 5px;
    position: absolute;
    top: 50%;
    right: -10px;
  margin-top: -5px;
}
.myorder .order_show li .bottom td {
  border: 1px solid #f0f0f0;
	font-size: 14px;
  color: #666;
}
.myorder .order_show li .bottom::after {
  content: "";
	visibility: hidden;
	display: block;
	clear: both;
}
.myorder .order_show li .name_box {
	width: 394px;
	line-height: 24px;
  padding-left: 30px;
  padding-right: 17px;
}
.myorder .order_show li .addrisk-label {
	background: url(../../img/addrisk/pc-addrisk.png) no-repeat left 0;
}
.myorder .order_show li .order_status {
	width: 128px;
}
.myorder .order_show li .operation {
	width: 128px;
	position: relative;
}
.myorder .order_show li .prem {
	width: 128px;
	text-align: center;
}
.myorder .orderpathway {
	position: absolute;
    left: -22px;
    top: 91px;
    width: 178px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #00c1ae;
    z-index: 999;
    padding: 18px;
    text-align: left;
}
.myorder .orderpathway li p {
	font-size: 12px;
  text-decoration: none !important;
  line-height: 20px !important;
	/* display:inline-block; */
}
.myorder .orderpathway li {
	margin-bottom: 0px;
	position: relative;
  padding-left: 10px;
  padding-bottom: 8px;
}
.myorder .orderpathway li:hover {
	color: #00c1ae;
}
.myorder .orderpathway li:hover p {
	color: #00c1ae;
}
.myorder .orderpathway li:hover b {
	background: #00c1ae;
}
.myorder .orderpathway li h4 {
	font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
  display: inline-block;
	margin: 6px 0 0px 0;
}
.myorder .orderpathway li b {
	display: inline-block;
    width: 5px;
    height: 5px;
	background: #666;
	border-radius: 2.5px;
	position: absolute;
	left: 0px;
  top: 14px;
}
.myorder .orderpathway li span {
	position: absolute;
  top: 19px;
  left: 2px;
	background: #f0f0f0;
	width: 1px;
  height: 100%;
}
.myorder .orderpathway li:last-child span {
	height: 0;
}

.myorder .order_show li .prem .money {
  color: #666666;
	font-size: 16px;
}
.myorder .order_show li .see_box {
	height: 126px;
}
.myorder .order_show li .operation div p {
	line-height: 36px;
	cursor: pointer;
	text-decoration: underline;
}

.myorder .order_show li .operation div .no_operation {
	line-height: 70px;
  color: #666666;
	cursor: pointer;
}
.myorder .order_show li .operation div .adjust,
.myorder .order_show li .operation div .gotoconfirm,
.myorder .order_show li .operation div .confirmagain {
	line-height: 70px;
  color: #00c1ae;
	cursor: pointer;
}
.myorder .order_show li .operation div .no_operation:hover {
	line-height: 70px;
  color: #666666;
	cursor: pointer;
}
.myorder .order_show li .operation div .adjust:hover,
.myorder .order_show li .operation div .gotoconfirm:hover,
.myorder .order_show li .operation div .confirmagain:hover {
	line-height: 70px;
  color: #00ad9c;
	cursor: pointer;
	text-decoration: underline;
}
.myorder .order_show li .see_box div {
	width: 86px;
  line-height: 26px;
	text-align: center;
	cursor: pointer;
  margin: 0 auto;
}
.myorder .order_show li .see_box .see {
  margin: 6px auto;
  background-color: #26aa9d;
}

.myorder .order_show li .see_box .see_alone {
  background-color: #26aa9d;
}
.myorder .order_show li .see_box .see_alone p {
  color: #ffffff;
}
.myorder .order_show li .see_box .see_alonep {
	margin-bottom: 10px;
	margin-top: 20px;
}
.myorder .order_show li .see_box p {
  color: #666666;
}

.myorder .order_show li .see_box .see p {
  color: #ffffff;
}
.myorder .order_show li .see_box .policysee {
  	background-color: none;
	margin-bottom: 10px;
	display: block;
    margin-top: 32px;
}
.myorder .order_show li .see_box .policysee:hover {
  background-color: none;
	margin-bottom: 10px;
}
.myorder .order_show li .name_box img {
	margin-right: 20px;
	width: 66px;
  height: 66px;
}
.myorder .order_show li .name_box h2 {
	font-weight: 400;
	font-size: 16px;
  color: #333333;
	display: inline-block;
	width: 250px;
	text-align: left;
	line-height: 24px;
}
.myorder .order_show li .name_box h2 span {
  color: #26aa9d;
}
.myorder .order_show li .name_box p {
	font-size: 14px;
  color: #555;
}
/* .reconfirm{
	width: 65px!important;
} */
.myorder .status {
	background-color: #f8f8f8;
	margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
  zoom: 1;
}
.myorder .operation p,
.myorder .operation .ordertitle {
  color: #666;
	line-height: 1.5rem;
	cursor: pointer;
}
.myorder .status:after {
  content: "";
	height: 0;
	display: block;
	clear: both;
}
.myorder .status li {
	cursor: pointer;
	float: left;
	line-height: 60px;
  color: #666666;
	text-align: center;
	width: 165px;
	position: relative;
    top: 2px;
}
.myorder .status li span {
	color: #f64a00;
	margin-left: 8px;
}
.myorder .status li.active {
	border-bottom: 2px solid #00c1ae;
    color: #00c1ae;
	font-weight: bold;
}
.myorder .status li.active span {
	color: #00c1ae;
}
.myorder .empty {
	width: 450px;
  margin: 170px auto 0 auto;
}
.myorder .empty img {
  float: left;
	margin-right: 40px;
}
.myinsurance .empty img {
  float: left;
	margin-right: 20px;
}
.myorder .empty p {
	line-height: 40px;
  padding-top: 10px;
}
.myorder .empty a {
  color: #26aa9d;
}
.myorder .order_show  li .order_num span.error,
.myorder .order_show li .order_num span.mserror {
	float: right;
	width: 360px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.myorder .order_show li .order_num span.error {
	color: red;
  background: url(../../img/waring_icon.png) no-repeat left center;
}
.myorder .order_show li .order_num span.mserror {
    color: #26aa9d;
  background: url(../../img/congratulation.png) no-repeat left center;
}
.error_msg img {
	position: relative;
  top: 50%;
	margin-top: -5px;
	margin-right: 5px;
}

.myorder .order_show li .order_num b.error_msg:hover .error {
		display: block;
}
.myorder .order_show li .order_num b.error_msg {
  color: #ff5500;
	cursor: pointer;
}
/* 我的保单 */

.myorder .order_show li .see_box div.email {
	float: right;
	width: 115px;
	margin-top:32px;
}
/* 下载用户指南 */
.myorder .order_show li .see_box .user-guide {
	width: 100px;
}
.myorder .insurance_show li .see_box {
	width: 470px;
	/* background: url("../../img/split.png") no-repeat left center; */
}
.myorder .insurance_show li .bottom .see_box div {
	float: right;
}
.myorder .insurance_show .insurance li .bottom .see_box div .see p {
	color: #26aa9d;
}
.myorder .insurance_show li .name_box {
	width: 389px;
}
.email h4 {
	    color: #ff5500;
    margin-left: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
/* agnentno */
.agent-info {
	width: 940px;
    border: 1px solid #efefef;
    border-top: 0px;
}
.agent-info > ul {
	height: 60px;
	line-height: 60px;
  background: #f7f7f7;
}
.agent-info > ul li.cut {
	height: 60px;
    background: white;
    line-height: 60px;
    cursor: pointer;
    float: left;
    list-style: none;
    min-width: 140px;
    text-align: center;
  border-top: 5px solid #f7f7f7 !important;
}

.cut a {
	font-size: 16px;
    color: #5bb7a8;
    font-weight: bold;
}
.content_main {
    width: 730px;
    min-height: 520px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
}
.title_h3,
.titleh3 {
    font-size: 20px;
    color: #666666;
    background: url(../../../images/insure/health/line.png) no-repeat left center;
    line-height: 28px;
    height: 28px;
    font-weight: bold;
    padding-left: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.modify_pwd {
    min-height: 290px;
    width: 595px;
	background: #fafafa;
}
.modify_pwd ul {
	height: auto;
    padding: 15px 20px;
    font-size: 16px;
  color: #333;
    background: none;
    margin: 15px 0 0 0;
}
.modify_pwd ul.bor-top {
  border-top: 1px dashed #ccc;
	margin: 15px 20px 10px 20px;
    padding: 15px 0 0 0;
}
.modify_pwd li {
	line-height: 50px;
}
.modify_pwd li input {
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
}
.modify_pwd span {
  display: inline-block;
  width: 130px;
}
.modify_pwd span.wid200 {
  width: 200px;
}
.modify_pwd span.tit {
  text-align: right;
}
.line {
	width: 100;
	height: 5px;
	background: #ff8b18;
}
.btn {
  display: inline-block;
  width: 100px;
  height: 30px;
  border: none;
  outline: none;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  background: #5bb7a8;
}
.disabled-btn {
	width: 100px;
	height: 30px;
  border: none;
  outline: none;
	text-align: center;
  color: #fff;
  cursor: pointer;
	background: #ccc;
}
.btn-box {
  text-align: center;
}
.btn-box .btn {
  width: 190px;
  height: 40px;
}
.btn-box .btn:first-of-type {
  margin-right: 42px;
}
#select_client {
  background: url(../../img/mask-black.png) !important;
}
.select_defult_next {
  background: url(../../img/btn_color.png) no-repeat center !important;
}
.get_select h3 span {
  background: url(../../img/btn_color.png) no-repeat center !important;
}
.wait_box {
  background: url(../../img/mask.png) !important;
}
.borders {
  border: 1px solide #000;
}
.sale-info img {
  margin-right: 10px;
  cursor: pointer;
}
.mar-left {
  margin-left: 250px;
	line-height: 40px;
}
.mar-left .btn {
  margin: 30px 0 0 30px;
}
.addrisk {
	float: right;
    text-align: center;
    line-height: 20px;
    margin: -22px 0 0 0;
    vertical-align: middle;
  color: #ff5400;
    font-size: 14px;
}
.myorder .order_show li .name_box .addrisk img {
	width: auto;
    height: auto;
    float: none;
    margin: 0 auto;
}
/* 基本信息 */
.new-info {
  width: 934px;
  padding: 30px 45px;
}
.new-info h5 {
  padding: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
  color: #444;
}
.new-info h5 .add-btn {
	float: right;
    width: 62px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: right;
}
.new-info h5 .add-btn.back {
  padding: 0;
  background: none;
}
.add-btn {
	padding-left: 30px;
  color: #ff5500;
	background: url(../../img/personal/add.png) no-repeat left center;
  cursor: pointer;
}
.menu-line {
	float: left;
	/* display: inline-block; */
  width: 4px;
	height: 16px;
  margin: 3px 10px 0 0;
	background: #1cb6c0;
}
.main {
  width: 844px;
  padding: 0 40px;
  border: 1px dashed #ccc;
  margin: 0 auto;
	background-color: #f9fafc;
}
.fixed-info {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.fixed-info img {
	float: left;
  margin: 40px 0 0 0;
}
.edit-name-info li span {
	float: left;
	width: 380px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}
.edit-name-info li{
	height: 46px;
  line-height: 46px;
  clear: both;
}
.fixed-content {
	float: left;
  margin: 34px 0 30px 40px;
}
.fixed-content li {
	/* height: 40px; */
	line-height: 40px;
}
.fixed-content li span {
	float: left;
  display: block;
	width: 250px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}
.fixed-content li span.wid370 {
  width: 370px;
}
.abled-fixed-info {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
/* .abled-fixed-info ul {
	margin-top: 30px;
} */
.editor-btn {
	overflow: hidden;
}
.editor-btn button {
  font-size: 16px;
  float: right;
  width: 60px;
  height: 22px;
  border: none;
  margin: 30px 0 0px 0;
  color: #ff4b00;
	text-align: right;
  background: url(../../img/editor.jpg) no-repeat left center;
  cursor: pointer;
}
.abled-fixed-info li {
	height: 46px;
	line-height: 46px;
  clear: both;
}
.abled-fixed-info li span {
	float: left;
	width: 380px;
	white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.abled-fixed-info li span a {
	color: #ff4b00;
    font-size: 13px;
    margin-left: 10px;
}
.name_edit{
	margin-top: 40px;
	/* margin-left: 100px; */
}
/* .text_right{
	text-align: right;
} */
.editor-info li span{
	width:100px;
	/* height:46px; */
	line-height: 46px;
	text-align: right;
}
.editor-info li span.oState{
	width: 200px;
    text-align: left;
}
.editor-info li select,.editor-info li input{
	width:350px;
	height: 30px;
	padding-left:6px;
	border:1px solid #ccc;
	line-height: 30px;
}
.editor-info li input.no-editor {
  background-color: #f5f5f5;
}

.editor-info li.wid100 select {
	width: 100px;
  margin-right: 20px;
}
.editor-info li.wid230 input {
  width: 230px;
  margin-right: 20px;
}
.editor-info li.wid230 img,
.editor-info li.wid230 button {
  width: 100px;
  height: 30px;
  font-size: 14px;
}
.editor-info li span a{
	margin-left:10px;
	font-size: 13.33px;
	color: #ff4b00;
}
.editor-info li p.tax_warning{
	position: relative;
	top:-5px;
	margin-left: 100px;
	line-height: 18px;
	font-size: 13px;
	color:#666;
}

.name_edit li span{
	width:100px;
	/* height:46px; */
	line-height: 46px;
	text-align: right;
}
.name_edit li span.oState{
	width: 200px;
    text-align: left;
}
.name_edit li select,.name_edit li input{
	width:350px;
	height: 30px;
	padding-left:6px;
	border:1px solid #ccc;
	line-height: 30px;
}
.name_edit li input.no-editor {
  background-color: #f5f5f5;
}

.name_edit li.wid100 select {
	width: 100px;
  margin-right: 20px;
}
.name_edit li.wid230 input {
  width: 230px;
  margin-right: 20px;
}
.name_edit li.wid230 img,
.name_edit li.wid230 button {
  width: 100px;
  height: 30px;
  font-size: 14px;
}
.name_edit li span a{
	margin-left:10px;
	font-size: 13.33px;
	color: #ff4b00;
}
.name_edit li p.tax_warning{
	position: relative;
	top:-5px;
	margin-left: 100px;
	line-height: 18px;
	font-size: 13px;
	color:#666;
}

.family-list{
	width: 100%;
  border: 1px solid #f0f0f0;
	text-align: center;
}
.family-list tr {
  border-bottom: 1px solid #f0f0f0;
}
.family-list td {
  width: 16%;
}
.family-list td img {
  margin-right: 10px;
}
.name_cancel{
	color: #BBB;
}
.family-list thead tr {
	height: 80px;
  background-color: #f9fafc;
}
.family-list tbody tr {
	height: 100px;
  color: #666;
}
.min-del {
	display: inline-block;
  width: 82px;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 10px;
	background: url(../../img/personal/min-del.png) no-repeat left center;
  cursor: pointer;
}
.min-edi {
	display: inline-block;
  width: 82px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 30px;
	background: url(../../img/personal/min-editor.png) no-repeat left center;
  cursor: pointer;
}
.goAddIdPhoto {
	display: inline-block;
  width: 82px;
	text-align: left;
	padding-left: 30px;
	background: url(../../img/personal/goaddidphoto.png) no-repeat left center;
  cursor: pointer;
}
.null-info {
  padding: 200px 0 0 240px;
}
.null-info * {
	float: left;
}
.null-info p {
  padding: 10px 0 030px;
	line-height: 30px;
  color: #666;
}
.null-info p a {
  color: #1ea07e;
}
.add-info {
  margin: 30px 0;
}
.add-info.pad-t30 {
	border-top: 1px dashed #ccc;
    padding-top: 30px;
}
.add-info li span {
	display: inline-block;
	width: 250px;
}
.add-info li span.txt-left {
	text-align: left;
}
.add-info li div,
.editor-info li div {
  display: inline-block;
}.add-info li div,
.name_edit li div {
  display: inline-block;
}
.calendar {
	background: url(../../img/personal/canlendar.jpg) no-repeat 316px center;
  background-color: #fff;
}
.radio.active {
    width: 18px;
    height: 18px;
    margin-left: 30px;
    background: url(//static.pension.taikang.com/tkpmall/imgs/icon/radio_check.png);
}
.radio.noactive {
    width: 18px;
    height: 18px;
    margin-left: 30px;
    background: url(//static.pension.taikang.com/tkpmall/imgs/icon/radio_nocheck.jpg);
}
.name_edit li.wid163 select,
.name_edit li.wid163 input {
  /* width: 163px; */
  margin-right: 20px;
}
.editor-info li.wid163 select,
.editor-info li.wid163 input {
  /* width: 163px; */
  margin-right: 20px;
}
/* left-menu */

.left-menu {
  width: 190px;
  height: 100%;
  float: left;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  overflow: hidden;
  background-color: #f9fafc;
}
.group-info {
  height: 188px;
  padding: 132px 20px 0 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../../img/personal/portrait.jpg) no-repeat center top;
}
.menu-list a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666;
}
.menu-list img {
	display: inline-block;
  margin: 0 14px 0 20px;
}
.menu-list > li {
  color: #444;
}
.menu-list span {
  display: inline-block;
    width: 123px;
}
.second-list li.selected {
  color: #4c99eb;
  background-color: #fff;
}
.menu-list li.selected2 {
  color: #4c99eb;
  background-color: #fff;
}
.second-list li.selected2 {
  color: #4c99eb;
  background: #fff left center;
}
.second-list li a {
	padding-left: 67px;
  color: #999;
}
.menu-list span.left-line {
	float: left;
	/* display: inline-block; */
  width: 4px;
	height: 30px;
  margin: 12px 10px 0 0;
	background: #1cb6c0;
}
.up {
    background: url(../../img/group/up.png) no-repeat 98px center;
}
.down {
    background: url(../../img/group/down.png) no-repeat 98px center;
}
/* 团体信息 */
.err-mes {
	color: #fd5401;
}
/* .goconfirm{
	width: 50px!important;
} */
.login-time {
	text-align: right;
  padding: 0 0 18px 0;
  height: 39px;
}
.new-menu {
  width: 930px;
  padding: 56px 0px;
	margin-left: -20px;
  color: #666666;
  font-weight: 400;
}

.menu-info {
	overflow: hidden;
	width: 454px;
  height: 220px;
    padding: 23px 30px;
  border: 1px solid #eeeeee;
	background: #f9fafc;
  display: inline-block;
	margin-bottom: 17px;
	vertical-align: middle;
}
.menu-content img {
	float: left;
	margin: 0 40px 0 0;
	width: 88px;
	height: 88px;
}
.menu-content > .fixed-content1 li {
	height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin-bottom: 22px;
}
.fixed-content1 span {
  margin-left: 4px;
}
.fixed-content2 {
	text-align: center;
	margin-top: 11px;
}
.fixed-content2 li {
	line-height: 30px;
    height: 30px;
    margin-bottom: 12px;
}
.fixed-content2 li span {
  margin-right: 10px;
}
.menu-content .fixed-content2 span {
	font-size: 30px;
  color: #ff5400;
}
.menu .fixed-content1 {
	float: left;
	width: 262px;
	margin: 2px 0 0 0;
}
.menu .fixed-info {
  border: none;
}
.menu-title h2 {
  float: left;
}
.menu-title a {
  float: right;
  color: #04c0af;
	font-size: 14px;
    height: 14px;
    line-height: 16px;
    position: relative;
    margin-top: 2px;
}
.menu-title {
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
	padding-bottom: 12px;
}
.menu-title h5 {
	padding: 0;
	font-size: 16px;
    font-weight: 400;
	color: #333333;
	display: inline-block;
  font-family: MicrosoftYaHei;
}
.menu-content {
	overflow: hidden;
  height: 124px;
  margin-top: 30px;
}
.sub-content {
	width: 50%;
	float: left;
  margin-top: 18px;
}
.sub-content ul {
  text-align: center;
}
.menu-info .sub-content-left {
  border-right: 1px solid #eeeeee;
}
.sub-content ul {
  margin-top: 29px;
}
.sub-content li {
  margin-bottom: 15px;
}
.sub-content li span {
	margin-bottom: 15px;
    font-size: 30px;
    height: 30px;
	line-height: 30px;
  color: #ff5400;
}
.menu-info-left {
  margin-right: 14px;
}
.security-menu {
  height: 216px;
	border: 1px solid #eeeeee;
	background: #f9fafc;
  padding: 22px 30px;
}
.security-menu .menu-title {
	height: 33px;
}
.security-content {
  padding: 0 55px;
  height: 160px;
}
.security-content img {
	width: 33px;
	height: 33px;
}
.security-content li {
	display: inline-block;
	text-align: center;
  width: 48px;
  margin: 44px 67px;
}
.security-content li img {
  margin-bottom: 17px;
}
.security-content a {
    color: #666;
}
.agenterror {
	color: red;
	font-size: 12px;
  padding-left: 256px;
}
.facediscern {
	margin-top: 40px;
}
.facediscern,
.addIdPhoto {
	height: 22px;
}
.addIdPhoto {
	margin-top: 30px;
	margin-bottom: 40px;
}
.facediscern_true {
	background: url(../../img/personal/addIdPhoto_true.png) no-repeat left center;
}
.facediscern_false {
	background: url(../../img/personal/addIdPhoto_false.png) no-repeat left center;
}
.addIdPhoto_true {
	background: url(../../img/personal/addIdPhoto_true.png) no-repeat left center;
}
.addIdPhoto_false {
	background: url(../../img/personal/addIdPhoto_false.png) no-repeat left center;
}
.facediscern_title,
.facediscern_list,
.addIdPhoto_title,
.addIdPhoto_list {
	display: inline-block;
	line-height: 22px;
}
.facediscern_title,
.addIdPhoto_title {
	font-size: 16px;
	margin-right: 30px;
	padding-left: 28px;
	color: #333;
}
.facediscern_flag,
.addIdPhoto_flag {
	font-size: 16px;
	color: #999;
}
.facediscern button,
.addIdPhoto button {
    float: right;
    width: 60px;
    height: 22px;
	border: none;
	font-size: 16px;
    color: #ff4b00;
    text-align: right;
    background: url(../../img/editor.jpg) no-repeat left center;
    cursor: pointer;
}
.menu-content {
	position: relative;
}
.edit_icon{
	width: 20px;
	height: 20px;
	background: url(../../img/editor.jpg) no-repeat left center;
	margin-left: 10px;
	cursor: pointer;
	vertical-align: middle;
  margin-bottom: 4px;
}
.usergrade {
	position: absolute;
	width: 68px;
	height: 57px;
	right: 16px;
	top: 0;
	cursor: pointer;
  background: url(../../img/expertclient/demond_bigyellow.png) no-repeat top
    center;
  background-size: 80%;
}
.usergrade.grade1 {
  background: url(../../img/expertclient/demond_bigyellow.png) no-repeat top
    center;
  background-size: 80%;
}
.usergrade.grade2 {
  background: url(../../img/expertclient/demond_bigblue.png) no-repeat top
    center;
  background-size: 80%;
}
.usergrade.grade3 {
  background: url(../../img/expertclient/demond_bigpurple.png) no-repeat top
    center;
  background-size: 80%;
}
.usergrade.grade4 {
  background: url(../../img/expertclient/demond_bigblack.png) no-repeat top
    center;
  background-size: 80%;
}
.usergradename {
	position: absolute;
	width: 80px;
	height: 20px;
	line-height: 20px;
	left: 4px;
	bottom: 30px;
  border-radius: 5px;
  background: #fe8c4c;
	font-size: 0.28rem;
	text-align: center;
  color: #fff;
}
.usergrade span {
	position: absolute;
	width: 68px;
	color: #999;
	text-align: center;
	font-size: 10px;
	bottom: -6px;
	left: 0;
}
.state-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1003;
	background: rgba(0, 0, 0, .3);
}
.eidt_name_qrcode{
	margin-top: 10px;
	margin-bottom: 10px;
}
.edit_close{
	overflow: hidden;
}
.edit_close_icon{
	width: 15px;
	height: 15px;
	background: url(//static.pension.taikang.com/portal/mobile/imgs/login/gray-close.png) no-repeat center;
	background-size: 100%;
	float: right;
}
.edit-info>div{
	text-align: center;
}
.edit_name_tip{
	font-size: 12px;
	color: #333;
	font-weight: 300;
}
.edit-info{
	position: absolute;
	overflow: auto;
	left: 50%;
	top: 50%;
	margin-left: -111px;
	margin-top:-126px;
	z-index: 100;
	/* width: 542px;
	height: 446px; */
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #666;
}
.info-state {
	position: absolute;
	overflow: auto;
	left: 50%;
	top: 50%;
	margin-left: -271px;
	margin-top:-223px;
	z-index: 100;
	width: 542px;
	height: 446px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #666;

}

.info-declare {
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: auto;
	margin-left: -395px;
	margin-top: -317px;
	z-index: 100;
	width: 790px;
	height: 634px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 40px;
	border: 1px solid #666;
}

.state-window select,
.state-window option,
.state-window input {
	height: 23px;
	line-height: 23px;
	font-size: 13px;
	color: #666;
	
}

.state-window label {
	color: #666
}

.info-state textarea {
	margin: 10px 0;
	width: 497px;
	height: 145px;
	resize: none;
	font-size:14px;
}

.btn {
	display: inline-block;
	width: 100px;
	height: 30px;
	border: none;
	outline: none;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
	background: #5bb7a8;
}

.info h5 {
	padding: 10px 0;
	color: #333;
	font-size: 15px;
}

.info p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 4px;
	color: #333
}

.info p.warning {
	padding: 0 10px;
}

.info .btnBox {
	text-align: center
}

.info .btnBox .btn1 {
	margin-right: 130px
}

.info .confirm span {
	float: left;
}
.info .confirm span img{
	height: 14px;
	width: 14px;
	vertical-align: baseline;
	margin-right: 4px;
}

.info-declare h3,.info-state h3 {
	padding: 10px;
	text-align: center;
	color: #333;
	font-size: 20px;
}

.info-declare ul {
	overflow: hidden;
}

.info-declare li {
	font-size: 13px;
	float: left;
	line-height: 30px;
}
.state-window p.declareError{
	text-align: center;
	color: red;
	font-size:12px;
}

.basic-info li label {
	/* width: 105px;
	text-align: right; */
	display: inline-block;
}

.basic-info li span,.tax-info span {
	font-size: 15px;
	margin-left: 5px;
}
.info-declare span.star{
	margin-left: 8px;
	color: red;
}

.basic-info li input {
	width: 116px;
	appearance: none;
	-webkit-appearance: none;
	outline:none;
	border: 1px solid #ccc;
}

.basic-info .calendar {
	background: url(../../img/personal/canlendar.jpg) no-repeat 108px center;
	background-size: 14px;
	border: 1px solid #bcbcbc;
	padding-left: 3px;
}

.tax-info {
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	margin-bottom: 14px;
}

.address-info label {
	padding: 10px;
}

.address-info select,
.address-info input {
	width: 88px;
	margin-left: -9px;
}
.address-info input{
	appearance: none;
	-webkit-appearance: none;
	outline:none;
	border: 1px solid #ccc;
}
.address-info input.address-detail {
	width:200px;
	
}

.address-info li {
	margin-top: 10px;
}

.tax-info label {
	display: inline-block;
	width: 160px;
	text-align: right;
	font-size: 13px;
}
.tax-info  div{
	display: inline-block;
	font-size:13px;
	color: #666;
}
.tax-info .radio.active{
	background: url(../../img/resonactive_icon.png) no-repeat;
	vertical-align: middle;
	display: inline-block;
}
.tax-info .radio.noactive{
	background: url(../../img/reason_icon.png) no-repeat;
	vertical-align: middle;
	display: inline-block;
}
select{
	background: none;
	border: 1px solid #999; 
	outline: none;
}

.tax-info select,
.tax-info input {
	width: 177px;
}

.tax-info a {
	position: absolute;
	top: -29px;
	line-height: 26px;
	border-radius: 12px;
	width: 90px;
	right: 15px;
	text-align: center;
	color: #14b5b0;
	display: inline-block;
	font-size: 13px;
	box-shadow: 0 0 5px 1px #eee;
	-moz-box-shadow: 0 0 5px 1px #eee;
	-webkit-box-shadow: 0 0 5px 1px #eee;
}

.tax-info a img {
	width: 15px;
	margin-right: 5px;
}
.taxgroup span{
	color:#666;
	font-size: 14px;
}
.tax-info label span{
	color:red;
}

.minussign {
	position: absolute;
    top: 6px;
	right: -24px;
	background: url(../../img/delete.png) no-repeat;
	background-size: 18px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
.state-window span.close-btn{
	position: absolute;
    top: 8px;
    right: 10px;
	font-size: 13px;
	color:#333;
    cursor: pointer;
}
.menu-title img{
	width: 20px;
    margin-top: 0;
    float: none;
    margin-left: 10px;
}
.menu-info .income {
	float: left;
    width: 50%;
    text-align: center;
}
.menu-info .income span {
	font-size: 24px;
  margin-right: 5px;
  color: #ff5400;
}

.menu-title img {
	width: 20px;
    margin-top: 0;
    float: none;
    margin-left: 10px;
}
.usergrade {
	position: absolute;
	width: 68px;
	height: 57px;
	right: 16px;
	top: 0;
	cursor: pointer;
  background: url(../../img/expertclient/demond_bigyellow.png) no-repeat top
    center;
  background-size: 80%;
}
.usergrade.grade1 {
  background: url(../../img/expertclient/demond_bigyellow.png) no-repeat top
    center;
  background-size: 80%;
}
.usergrade.grade2 {
  background: url(../../img/expertclient/demond_bigblue.png) no-repeat top
    center;
  background-size: 80%;
}
.usergrade.grade3 {
  background: url(../../img/expertclient/demond_bigpurple.png) no-repeat top
    center;
  background-size: 80%;
}
.usergrade.grade4 {
  background: url(../../img/expertclient/demond_bigblack.png) no-repeat top
    center;
  background-size: 80%;
}
.usergradename {
	position: absolute;
	width: 80px;
	height: 20px;
	line-height: 20px;
	left: 4px;
	bottom: 30px;
  border-radius: 5px;
  background: #fe8c4c;
	font-size: 0.28rem;
    text-align: center;
  color: #fff;
}
.usergrade span {
	position: absolute;
	width: 68px;
	color: #999;
	text-align: center;
	font-size: 10px;
	bottom: -6px;
	left: 0;
}
.fundorder .title_ul .prem,
.fundorder .order_show li .prem,
.fundorder .title_ul .order_status,
.fundorder .order_show li .order_status {
	width: 180px;
}
.fundorder .order_show li .see_box {
	width: 152px;
}
.menu-title img {
	width: 20px;
    margin-top: 0;
    float: none;
    margin-left: 10px;
}
.menu-info .income {
	float: left;
    width: 50%;
    text-align: center;
}
.menu-info .income span {
	font-size: 24px;
  margin-right: 5px;
  color: #ff5400;
}


/* 修改手机号二维码 */
.qrcodebox{
	width: 300px;
	margin: 0 auto;
}
.visibility {
	visibility:hidden;
}
