/**
 * @Date: 2021-04-29 16:58:16
 * @Description: 针对个人中心iframe嵌入的页面样式
 */
 * {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

i {
    display: inline-block;
    vertical-align: middle;
}

button,
input,
select {
    outline: none;
    border: none;
}
button{
    cursor: pointer;
}
li {
    list-style: none;
}

table {
	    border-spacing: 0px;
	
/*     border-collapse: collapse;
 */}

.color-red {
    color: #E71515;
}
.mg-auto{
    margin: auto;
}
.h_100 {
    height: 100%;
}
i.icon_jhcx{
    width: 14px;
    height: 13px;
    background: url(../images/icon-jhcx.png) no-repeat;
    
}