/*固定的样式*/
body{
    min-height: 100%;
    min-width: 1200px;
    background-color:#ffffff;
}
*{
    padding:0;
    margin: 0;
    border:0;
}
body, button, code, input, select, textarea{
    font-family:"Microsoft Yahei","微软雅黑",verdana;
    outline: 0;
}
.yg-row {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 12px;
}
.yg-row:before{
    content: "";
    display: table;
}
.yg-row:after{
    content: "";
    clear: both;
}
.heard-back{
    /* height: 100%; */
    padding-top: 35px;
}
.add-top{
    background-color: #fff;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #dcdcdc;
    margin-bottom: 50px;
    display: flex;
}
.add-center{
	width:1200px;
	margin:0 auto;
}
.add-center:after{
	content:'';
	display:block;
	clear:both;
}
.add-top-info{
    width: 210px;
    text-align: center;
    position: relative;
    border-right: 1px solid #d5d5d5;
}
.add-top-img{
    width: 61px;
    height: 61px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border:1px solid #aaa;
}
.add-top-img img{
	width:100%;
}
.add-camera{
    position: absolute;
    top:40px;
    right: 65px;
}
.add-top-name{
    color: #6f6f6f;
    font-size: 14px;
    margin-top:0;
}
.add-top-name p:first-child{
	margin-top:12px;
}
.add-top-name p:last-child{
	margin-top:10px;
}
.person-clup{
    color:#333;
    cursor: pointer;
}
.person-center{
    color:#ad875a;
    cursor: pointer;
}
.add-top-vip{
    border: 1px solid #b4b4b4;
    height: 21px;
    display: inline-block;
    position: relative;
    width: 68px;
    text-align: left;
    margin-top: 15px;
} 
.add-top-vipImg{
    width: 21px;
    height: 21px;
}
.add-top-vip-name{
    display: inline-block;
    color: #6f6f6f;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 1px;
}
.add-top-icon{
    text-align: center;
    width: 985px;
    margin-top: 25px;
}
.add-top-icon-item{
    display: inline-block;
    margin-left: 38px;
    margin-right: 38px;
}
.add-top-icon-text{
    color: #6f6f6f;
    font-size: 16px;
}
a{
    text-decoration: none;
}
.add-active p{
    color: #ae865b;
}
.add-top-icon-item p:hover{
    color: #ae865b;
}
.add-center-left{
	float:left;
}
.add-center-right{
    width: 175px;
    height: 590px;
    border: 1px solid #e5e5e5;
    float: right;
    text-align: center;
}
.add-center-right-coupon{
    margin-top: 25px;
    position: relative;
}
.add-center-right-num{
    position: absolute;
    top: 18px;
    right: 48px;
    color: #fff;
    background-color: #d02020;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}
.add-center-coupom-name{
    color: #323232;
    font-size: 16px;
    margin-top: 5px;
}
/*以上固定样式*/
.help-box{
    float: left;
    width: 1000px;
    border: 1px solid #e5e5e5;
}
.help-tit{
    background-color: #f5f5f5;
    font-size: 18px;
    line-height: 52px;
    padding-left: 30px;
}
.help-content{
    padding: 30px;
    font-size: 14px;
    line-height: 25px;
}
.help-content-tit{
    color: #333;
}
.help-content-text{
    line-height: 20px;
    color: #999;
    margin-left: 22px;
}
.mt{
    margin-top: 20px;
}
.color{
    color: #999;
}