/*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* 指定引号使用宋体 */
@font-face {
  font-family: quote;
  src: local('SimSun');
  unicode-range: U+201c, U+201d;
}

body {
    font-family: quote, PingFang SC,Microsoft YaHei,arial,"sans-serif";
    font-size: 12px;
    position: relative;
    overflow-x: hidden;
    background-color: #fff;
}


/*
	顶部右上角加上“鹏元国际”跳转按钮
*/
header {
    padding: 0 5% 0;
}

header .py-logo {
    margin-top: 25px;
}

header .py-navbar .py-menu {
    padding: .17rem 0 0;
    /*padding: .2rem 0 0;*/
}

header .py-redirect-wrapper {
    padding: 0 2rem;
    padding-bottom: 2px;
    width: 100%;
    text-align: right;
}

header .py-redirect {
    display: inline-block;
    border: none;
    border: 1px solid #999;
    border-top: 0;
    top: -2px;
    padding: 6px 10px 4px ;
    width: 86px;
    text-align: left;
    position: relative;
    right: -2rem;
    border-radius: 2px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAWtJREFUaAXtl2EOgyAMRmXuRNN4pO1M7khGdiPjZBmJJohU+hVI5I+Jg/Ie7QBVRWxN02jiEGj3GzS6QPDiBe4xi6S1bmLGh4ztuq6dpum19H24+kcJuAJyvbPgC7wT3M6TnUAoeHYCVPBsBM6CJxeIBU8usPw5ewsR8yz+HLgEbPrbtjWHjXhjy8A8z88UEmwCZulTSJBP4qP7z1+iGseRZZc5qknWDNjJJDMBEZAsp00JcX9tSZQTLANS5QQXQJeTiIDNBuIpIqCUeqO2VbgAEt5kVHGl1bWD+eBd/c+wwDLggz8DujcGIiAFb6Q2B9me5fr9OvWue5EkvOFizYA0PKtACnhWAdQ+byB9jbWEfBOhfrsEUCsbGvfKQOhKofqR70LrgwwFRYl7lRBltRB9ySXEBcFQip+6rnvyZY5LICLOD3wYhtHEKElgA24XoAQBJ3gJAl7wnAWCwHMUIIHnJHAKPAeBKHAr8AXaAK5M4Sm+7AAAAABJRU5ErkJggg==) no-repeat 100%;
    background-position: 59px 8px;
    background-size: .16rem;
}

/*
	移动端，去除搜索框
*/
@media screen and (max-width: 749px){
    header .py-navbar .py-nav-search-wrapper {
        display: none;
    }

/*
	移动端，适配顶部右上角加上“鹏元国际”的附带 CSS
*/
    header .py-redirect {
        right: 0rem;
    }

    header .py-redirect-wrapper {
        padding: 0 .15rem;
        padding-bottom: 0px;
    }

/*
	去除桌面端顶部右上角加上“鹏元国际”的附带 CSS
*/
    header {
        padding: 17px 16px;
    }

    header .py-logo {
        margin-top: 0px;
    }
}