*{
    padding: 0;
    margin:0;
    list-style: none;
}
body{
    font-family:'微软雅黑';
    font-size: 12px;
    font-weight: 300;
}
body,html{
    width: 100%;
    height:100%;
    background: #ededed;
}
a{
    text-decoration: none;
    color:#999;
    font-size: 12px;
    font-family: "微软雅黑";
}
input{
    border: 0;
    outline: none;
}

@font-face {font-family: "iconfont";
    src: url('../font/iconfont.eot?t=1467940385'); /* IE9*/
    src: url('../font/iconfont.eot?t=1467940385#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff?t=1467940385') format('woff'), /* chrome, firefox */
    url('../font/iconfont.ttf?t=1467940385') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg?t=1467940385#iconfont') format('svg'); /* iOS 4.1- */
}
/*共有样式*/
/*响应式开始*/
@media screen and (min-width: 320px) {
    html {
        font-size: 88.88889px;
    }
}
@media screen and (min-width: 360px) {
    html {
        font-size: 100px;
    }
}
@media screen and (min-width: 375px) {
    html {
        font-size: 104.16667px; } }

@media screen and (min-width: 384px) {
    html {
        font-size: 106.66667px; } }
@media screen and (min-width: 411px) {
    html {
        font-size: 114.16666px; }
}
@media screen and (min-width: 412px) {
    html {
        font-size: 114.44444px;

    } }
@media screen and (min-width: 414px) {
    html {
        font-size: 115px;
    }
}
@media screen and (min-width: 435px) {
    html {
        font-size: 120.83333px;
    }
}

.comm-fixed{
    width: 100%;
     position: fixed;
    z-index: 100;
 }

.comm-padding-top{
    padding-top: 1.19rem;
}
.header_left .second-menu{
	position: absolute;
	top: 1.97rem;
	left: 4.28rem;
}