/*通用样式*/
*{
    /*font-size: 3.4375vw;*/
    /*color: #666666;*/
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Microsoft Yahei',sans-serif;
}
html {
    width: 100%;
    font-family: 'Heiti SC', 'Microsoft YaHei';
    /*font-size: 100px;   !*方便用rem*!*/
    outline: 0;
    -webkit-text-size-adjust:none; /*字体小于12px时候，依然用12px*/
}
body {
    width:100%;
    margin: 0;
    -webkit-user-select: none;
    position: relative;
    background-color:#f4f4f4;
}

input{
    border:none;
    /*有一些手机需要用下面的来去除扁平化*/
    -webkit-appearance: none;
    display: none;
    border-radius: 0;
}
*,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
}
a{
    /*去掉下划线*/
    text-decoration: none;
}
s,
i,
em {
    font-style: normal;
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: middle;
}
ol,ul{
    list-style: none;
}
.clearfix::before,
.clearfix::after{
    content:"";
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear:both;
}
input:focus{
    outline: none;
}
select:focus{
    outline: none;
}
textarea:focus{
    outline: none;
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border: none;
    background-color: transparent;
    border-radius: 0;
}
button{
    border: none;
    outline: none;
    background-color: transparent;
}
.w{
    width: 90.625vw;
    margin: 0 auto;
}

i{
    font-style: normal;
}
ul{
    list-style: none;
}
.user_header {
    height: 35vw;
    background: url("../images/user_header.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}
.user_header .w {
    background-color: #fff;
    border-radius: 0.625vw;
    height: 27.5vw;
    padding-left: 23.4375vw;
    position: relative;
    padding-top: 9.125vw;
}
.user_header .w img {
    position: absolute;
    top: 50%;
    left: 4.6875vw;
    transform: translateY(-50%);
    width: 14.0625vw;
    height: 14.0625vw;
    border-radius: 50%;
}
.user_header .w h2 {
    color: #333333;
    font-size: 4.375vw;
    margin-bottom: 1.25vw;
}
.user_ul li {
    border-bottom: 0.15625vw solid #ececec;
}
.user_ul li .w {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 13.75vw;
    padding-right: 5.625vw;
    position: relative;
}
.user_ul li .w::after {
    content: "";
    width: 2.03125vw;
    height: 3.59375vw;
    background: url("../images/arrow.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.user_ul li .w span {
    font-size: 4.0625vw;
    color: #333333;
}
.user_ul li .w i {
    font-size: 3.5vw;
    color: #999999;
}
.user_nav {
    display: flex;
    height: 18.75vw;
}
.user_nav li {
    height: 100%;
    width: 25%;
}
.user_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 3.90625vw;
}
.user_nav li a img {
    width: 7.03125vw;
    height: 6.5625vw;
    margin-bottom: 1.25vw;
}
.user_nav li a p {
    font-size: 3.125vw;
}