/*
**
** 清除默认样式，模块样式
**
*/

@font-face {
    font-family: 'RobotoCondensed';
    src: url('http://welcome.item-china.cn/fonts/RobotoCondensed-Regular.ttf') format('truetype');
}

/*@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('../font/RobotoCondensed-Light.ttf') format('truetype');
}*/

/*@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('http://welcome.item-china.cn/fonts/ItemGlobalLigCon_0.ttf') format('truetype');
}*/

/*@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../font/RobotoCondensed-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Italic';
    src: url('../font/RobotoCondensed-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'ItemGlobalRegCon_0';
    src: url('http://welcome.item-china.cn/fonts/ItemGlobalRegCon_0.ttf') format('truetype');
}*/


* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
    line-height: 1.5;
    color: #606061;
    font-family: RobotoCondensed,sans-serif;
}

html, body {
    width: 100%;
}

a {
    /*color:#000; */
    text-decoration: none;
}

b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

i, em {
    font-style: normal;
    vertical-align: top;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    clear: both;
    display: block;
    content: "";
}

.clearfix {
    zoom: 1;
}

input {
    padding: 0;
    border: none 0;
    outline: none;
    background: none;
    color: #606061;
}
select{
    color: #606061;
}
input::-webkit-input-placeholder {
    color: #606061;
}
input::-moz-input-placeholder {
    color: #606061;
}
input::-ms-input-placeholder {
    color: #606061;
}
    input[type="submit"] {
        cursor: pointer;
    }

.maxBox {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.modularBox {
    position: relative;
    padding-bottom: 40px;
}

.grayBg {
    background-color: #f7f7f7;
}

@media screen and (max-width:1400px) {
}

@media screen and (max-width:1160px) {
}

@media screen and (max-width:990px) {
}

@media screen and (max-width:770px) {
    /*模块*/
    .modularBox {
        padding-bottom: 30px;
    }
}

@media screen and (max-width:500px) {
}

@media screen and (max-width:414px) {
}

@media screen and (max-width:321px) {
}
