.center{
    background-color: #f5f5f5;
}
.content{
    width: 800px;
	/* min-height: calc(62vh); */
    background-color: #ffffff;
	height:730px;
    margin: 120px auto 99px auto;
}
.titlename{
    width: 100%;
    font-size: 22px;
    text-align: center;
    padding-top: 58px;
    color: #333;
}
.check-from{
    width: 380px;
    margin: 30px auto 32px;
}
.check-from-item{
	border-bottom: 1px solid #ddd;
    width: 50%;
    float: left;
    font-size: 16px;
    color: #000;
    text-align: center;
    cursor: pointer;
}
.line-for{
    width: 0;
    background-color: #000;
    height: 3px;
    transition: width 0.3s;
    margin-top:20px
}
.check-from-item:hover .line-for,
.checkitem .line-for{
    width: 100%;
}
.ts{
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.ts span{
    color: #000;
}
.yzmbtn{
    position: absolute;
    top: 17px;
    right: 0;
    font-size: 16px;
    color: #333;
    padding: 0 18px;
    border-left: 1px solid #cccccc;
    cursor: pointer;
}
.yzmbtn:hover{
    text-decoration: underline;
}
span.tzo:hover{
    cursor: pointer;
    color: #666666;
    text-decoration: underline;
}