#tragui {
	background: #ffffff;
	padding: 0; position:relative;
}
/* 头部 */
.tragui-head {
    width: 100%;
    height: 3.6rem;
	background:url(../images/dingzhi_index.jpg) no-repeat;
 
}
.head_afte{
    top: 2.8rem;
    height: 100px;
    background-image: linear-gradient(-180deg,rgba(102,102,102,0) 0,rgba(102,102,102,.1) 1%,#fff 80%);position: absolute;
    right: 0;
    content: " ";
    left: 0; z-index:1;
}
.trahd {
	background: #ffffff;
	border-radius: 0.1rem;
	position: absolute;
    top: 3.5rem;
    box-shadow: 0 0 0.2rem #cccccc; z-index:2; margin: 0 0.2rem 1.5rem 0.2rem;
}
.trahd-top {
    padding: 0.8rem 0;
}
.trahd-top span, .trahd-top a {
	display: block;
	text-align: center;
}
.trahd-top span:first-child {
    font-size: 0.24rem;
    color: #999999;
    letter-spacing: 0.01rem;
}
.trahd-top span:nth-child(2) {
    font-size: 0.6rem;
    margin: 0.2rem 0;
}
.trahd-top a {
    margin: 0 auto;
    width: 2.4rem;
    background: #ff8800;
    line-height: 0.6rem;
    font-size: 0.24rem;
    color: #ffffff;
    letter-spacing: 0.02rem;
    border-radius: 0.4rem;
}
.trahd-foot {
    padding-bottom: 0.3rem;
}
.trahd-foot ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.trahd-foot ul li a {
	display: block;
	line-height: 0.5rem;
}
.trahd-foot ul li a span {
	display: block;
	text-align: center;
}
.trahd-foot ul li a span:first-child {
    font-size: 0.24rem;
    color: #999999;
    letter-spacing: 0.01rem;
}
.trahd-foot ul li a span:last-child {
    font-size: 0.32rem;
    color: #333333;
}
/* 内容 */
.contain {
	padding: 1rem 0.2rem; position:relative
}
.linkman{ line-height:50px; border-bottom:1px solid #efefef; font-weight:bold;font-size:16px;}
.contmuk-list{
	overflow: hidden;
    padding:0.1rem 0.3rem 1.2rem;
    border-bottom: 1px solid #f4f4f4;
}
.lastlist {
	border-bottom: none;
}
.contlist-left {
	float: left;
	width:100%;
	font-size: 16px;
    color: #666;
}
.contlist-right {
	float: left;
	width: 100%;
}
.contmuk-list::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.dangecolor {
	color: #ff7700;
	font-size: 12px;
	display: none;
}
/* 左边 */

.linkman span{
	font-size: 12px;
	color: #999999;
}
.linkman span i {
	color: #ff7700;
    font-size: 12px;
}
/* 右边 */
.inputmuk {
	font-size: 16px;
    padding: 5px 0;
}
.inputmuk label {
	display: inline-block;
	vertical-align: top;
	text-align: right;
    color: #333;
    width: 30%;
    margin-right: 5px;
    line-height: 30px;
}
.inputmuk input {
	border: 1px solid #ddd;
    height: 28px;
    line-height: 28px;
    outline: medium none;
    padding: 0 3px;
    color: #666;
}
.inputmuk-inline {
	display: inline-block;
}
.mininput {
	width:65%;
}
input:focus { 
	border-color: #FB8D00;
}
.maxinput {
	width: 272px;
}
/* two */
.inputmuk textarea{
    font-size: 14px;
    height: 100px;
    padding: 3px;
    width: 100%;
    border: 1px solid #ddd;
    outline: none;
    color: #666666;
}
.inputmuk textarea:focus { 
	border-color: #FB8D00;
}
/* three */
.mininput-min {
	width: 60px;
	vertical-align: top;
}
.inputmuk img{
	width: auto;
	height: 40px;
}
.getcode{
	padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    border-radius: 3px;
    background: #fb8d00;
    cursor: pointer;
}
.getcode:hover {
	background: #f99413;
}
.hintext {
    color: #999;
    font-size: 12px;
    padding-left: 10px;
    line-height: 30px;
}
.hintext em {
    color: #ff7302;
    padding: 0 3px;
    font-style: normal;
}
/* button */
.contmuk-button {
	width: 100%;
	text-align: center;
	margin-top: 25px; float:left;
}
.contmuk-button input{
	background: #ff9600;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 140px;
    border: none;
    cursor: pointer;
}
.contmuk-button input:hover {
	background: #f99413;
}