* {
    box-sizing: border-box;

}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
li {
    margin: 0;
    padding: 0;
    list-style: none;

    color: #737373;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: white;
}

img,
input {
    vertical-align: middle;
    border: none;
    outline-style: none;
    padding: 0;
}


.w {
    width: 1200px;
    margin: 0 auto;
}


.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


.fl {
    float: left;
}

.fr {
    float: right;
}
/*.avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    margin-top: 13px;
    margin-right: 10px;
    background: #c2c2c2 url(../img/user.png) no-repeat center;
}*/
#xl_chrome_ext_download {
    display: none!important;
}
.xl-chrome-ext-bar {
    display: none!important;
}
#user-logo-image{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    background: #c2c2c2 url(../img/user.png) no-repeat center;
}
#logo-span{
    width: 148px;
    padding: 16px 53px;
    border-radius: 10px;
    color: #fff;
    background-color: #fff0;
}
/*#common-search {*/
/*    width: 500px;*/
/*    height: 4.5vh;*/
/*    padding: 0 20px;*/
/*    border-radius: 45px;*/
/*    !*background: #f4f4f4 url(../img/sousuo-2.png) no-repeat;*!*/
/*    background-position: 460px;*/
/*}*/
#common-search {
    margin-top: 5px;
    background-color: red;
    width: 460px;
    height: 38px;
    border-radius: 45px;
    margin-left: 20%;
    padding: 0px 0px 2px 20px;
    background-color: #f4f4f4;
    position: relative  ;
}
#common-search .searchSpan input{
    width: 400px;
    height: 38px;
    background-color: #f4f4f4;
    font-size: 16px;
    position: absolute;
    top:0;
}

#common-search .searchSpan span img {
    position: absolute;
    right: 8px;
    top:5px;
}


[v-cloak] { /*解决vue页面{{}}闪烁的问题*/
    display: none !important;
}



