/*
@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1880px) {
    .container {
        max-width: 1800px;
    }
}

@media (min-width: 1600px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1440px;
    }
}

@media (min-width: 1880px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1800px;
    }
}
*/
@font-face {
    font-family: "SourceHanSansCN-ExtraLight";
    src: url("/resources/views/pages/headline/pc/cn/fonts/SourceHanSansCN-ExtraLight.woff2") format("woff2"), url("/resources/views/pages/headline/pc/cn/fonts/SourceHanSansCN-ExtraLight.woff") format("woff"), url("/resources/views/pages/headline/pc/cn/fonts/SourceHanSansCN-ExtraLight.ttf") format("truetype"), url("/resources/views/pages/headline/pc/cn/fonts/SourceHanSansCN-ExtraLight.eot") format("embedded-opentype"), url("/resources/views/pages/headline/pc/cn/fonts/SourceHanSansCN-ExtraLight.svg") format("svg"), url("/resources/views/pages/headline/pc/cn/fonts/SourceHanSansCN-ExtraLight.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: "AVGARDM";
    src: url("/resources/views/pages/headline/pc/cn/fonts/AVGARDM.woff2") format("woff2"), url("/resources/views/pages/headline/pc/cn/fonts/AVGARDM.woff") format("woff"), url("/resources/views/pages/headline/pc/cn/fonts/AVGARDM.ttf") format("truetype"), url("/resources/views/pages/headline/pc/cn/fonts/AVGARDM.eot") format("embedded-opentype"), url("/resources/views/pages/headline/pc/cn/fonts/AVGARDM.svg") format("svg"), url("/resources/views/pages/headline/pc/cn/fonts/AVGARDM.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}*/

html {
    height: 100%;
}

body {
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    font-family:  'SourceHanSansCN-ExtraLight', -apple-system, BlinkMacSystemFont,  'SourceHanSansCN-ExtraLight', 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.header {
    width: 100%;
    position: fixed;
    z-index: 900;
    top: 0;
    padding: 0.8rem 0 1rem 0;
    /*
    box-shadow: 2px 2px 2px 2px rgba(218, 218, 218, 0.5);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(218, 218, 218, 0.5);
    -ms-box-shadow: 2px 2px 2px 2px rgba(218, 218, 218, 0.5);
    -moz-box-shadow: 2px 2px 2px 2px rgba(218, 218, 218, 0.5) ;*/
    background-image: url('/resources/views/pages/headline/pc/cn/images/top_bg.png');
    background-position: bottom ;
    background-repeat: repeat-x;
}

.header1 {
    width: 100%;
    position: fixed;
    z-index: 900;
    top: 0;
    padding: 1rem 0 1rem 0;
}

.footer {
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 100%;
}

.topNav {
    font-size:1.2rem;
    height: 4rem;
    cursor: pointer;
    line-height: 4rem;
    color: #323232;
    text-decoration: none;
    border-bottom: 0px;
    text-align: center;
    width:5rem;
}

.topNavAction {
    font-size:1.2rem;
    height: 4rem;
    cursor: pointer;
    line-height: 4rem;
    font-weight: bold;
    color: #a0733d;
    text-decoration: none;
    border-bottom: 0px;
    text-align: center;
    width:5rem;
}

.topNavAction:hover {
    line-height: 4rem;
    text-decoration: none;
}

.topNav:link {
    color: #323232;
    text-decoration: none;
    border-bottom: 0px;
}

.topNav:hover {
    color: #a0733d;
    font-weight: bold;
    text-decoration: none;
}
.mainBody {
    background-color: #fafafa;
    box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.6);
                -webkit-box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.6);
                -ms-box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.6);
                -moz-box-shadow:0px 0px 10px rgba(200, 200, 200, 0.6);
    /*margin: 0 22% 0 22%;*/
    padding: 4rem 4rem 4rem 4rem;
}

input::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #c6c6c6;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #c6c6c6;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #c6c6c6;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #c6c6c6;
}