.header{
    height: 80px;
    background: rgba(151, 0, 65, 1);
    width: 100%;
    position: relative;
}
.head_left{
    margin-left: 15px;
    position: relative;
}
.head_left img{
    width: 230px;
    margin-top: 13px;
}
.head_left span{
    color: #fff;
    position: absolute;
    top: 13px;
    display: inline-block;
    margin-left: -30px;
    border-left: 1px solid #fff;
    padding-left: 18px;
    height: 48px;
    line-height: 50px;
    font-size: 20px;
}
.head_tab{
    position: absolute;
    left: 30%;
    top: 0;
}
.head_tab li{
    float: left;
    width: 100px;
    height: 80px;
    line-height: 85px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.head_tab li.active{
    background: #E1537F;
}
.head_right{
    position: absolute;
    right:20px;
    height: 60px;
    line-height: 80px;
    color: #FFFFFF;
    font-weight:bold;
    font-size: 14px;
    top: 0;
}
.head_right a{
    color: #FFFFFF;
    margin: 0 15px;
}
.main_content .content_item{
    display: none;
    width: 400px;
    margin: 50px auto;
}
.main_content .content_item.active{
    display: block;
}
.card_item{
    width: 400px;
    height: 300px;
    border: 1px solid #d7d7d7;
}
.card_item .title{
    background: #d7d7d7;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
}
.card_item div{
    text-align: center;
    margin-top: 20px;
}

.custom-form-input{
	text-align: -webkit-left;
}

.custom-form-text input{
    margin-bottom: 0px!important;
    height: 33px!important;
}
.custom-form-text p{
    margin-bottom: 0px!important;
    height: 33px!important;
}
.custom-form-text label{
    margin-bottom: 0px!important;
    height: 33px!important;
}

.custom-form-label{
	margin-left: 5px!important;
    margin-right: 50px!important;
}
.custom-submit{
	margin: 20px auto;
}
.disabled {
  	cursor: not-allowed;
  	background-color: rgba(228, 228, 228, 1);
  	pointer-events: none;
}
.my-tab-main{
	width: 980px;
	margin: 10px auto;
}
.my-tab-main table {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width: 100%;
    font-size: .938em;
    border-collapse: collapse;
}
.my-tab-main table th{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
.my-tab-main table td{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
.my-bh-emapAvartar-btn{
	position: absolute;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background-color: rgba(62,80,180,.5);
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	-webkit-transition: bottom .25s;
	transition: bottom .25s;
}




