@import url(//web.archive.org/web/20240615221320cs_/https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//web.archive.org/web/20240615221320cs_/https://fonts.googleapis.com/earlyaccess/notosanssc.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    /*font-family: "DINLight", Arial, Helvetica, sans-serif;*/
    font-family: "Noto Sans TC", "Noto Sans SC", "NotoSansCJKtc-Regular", Arial, sans-serif;
}

@font-face {
    font-family: NotoSansCJKtc-Thin;
    src: url('/web/20240615221320im_/https://gongpinggroup.com/frontend/font/NotoSansCJKtc-Thin.otf');
}

@font-face {
    font-family: NotoSansCJKtc-Bold;
    src: url('/web/20240615221320im_/https://gongpinggroup.com/frontend/font/NotoSansCJKtc-Bold.otf');
}

@font-face {
    font-family: NotoSansCJKtc-Medium;
    src: url('/web/20240615221320im_/https://gongpinggroup.com/frontend/font/NotoSansCJKtc-Medium.otf');
}

@font-face {
    font-family: NotoSansCJKtc-Regular;
    src: url('/web/20240615221320im_/https://gongpinggroup.com/frontend/font/NotoSansCJKtc-Regular.otf');
}

a {
    transition: all 0.2s ease 0s;
}

a:hover {
    opacity: 0.8;
}

/*  ========================= Responsive ========================= */

.responsive-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    z-index: 4000;
    background: #fff;
}

.responsive-nav .logo {
    min-height: 50px;
    margin-left: 5px;
    position: relative;
    z-index: 1000;
}

.responsive-nav .logo img {
    max-width: 100%;
    z-index: 2000;
    position: relative;
    max-height: 40px;
    margin-top: 8px;
}

.menu-responsive-btn {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(/web/20240615221320im_/https://gongpinggroup.com/frontend/images/menu_icon.png) no-repeat center;
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    text-indent: -9999px;
    border-radius: 5px;
    z-index: 2000;
    /*-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.24);*/
}

.drawer-opened #overlay {
    visibility: visible;
    opacity: 1;
}

#overlay.showed {
    visibility: visible;
    opacity: 1;
}

#overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4900;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.drawer-opened .responsive-nav-menu ul.responsive-nav-ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.responsive-nav-menu {
    display: none;
    position: relative;
    width: 100%;
    height: 0;
    z-index: 6000;
}

.responsive-nav-menu ul li.parent a {
    color: #231815;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 15px;
}

.responsive-nav-menu ul li.parent {
    padding-left: 10px;
    border-top: 1px solid #eee;
}

.responsive-nav-menu ul li.lv2 {
    padding: 1px 0 1px 50px;
}

.responsive-inner-ul-nav {
    display: none;
}

.responsive-nav-menu ul li.lang.active {
    background: #eee;
}

.responsive-nav-menu ul li.login a {
    color: #038d77;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 15px;
    text-align: center;
    background-size: 5%;
}

.responsive-nav-menu ul li.lang {
    width: 25%;
    display: inline-block;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 4% 0 2.5%;
    border-radius: 5px;
    text-align: center;
}

.responsive-nav-menu ul li.lang a {
    color: #231815;
    font-size: 17px;
    text-decoration: none;
}

.responsive-nav-menu ul li.lv1 {
    border-bottom: 1px solid #000;
}

.responsive-nav-menu ul li.lv1 a {
    color: #97191d;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 10px 25px 7px 25px;
}

.responsive-nav-menu ul li .icon-container {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}

.responsive-nav-menu ul li .menu-name {
    line-height: 25px;
    display: inline-block;
}

.responsive-nav-menu ul li .icon-container img {
    width: 100%;
    vertical-align: middle;
}

.responsive-nav-menu ul li.lv2 a {
    color: #666;
    font-size: 17px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 2px;
}

.responsive-nav-menu ul.responsive-nav-ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    overflow: auto;
    background: #fff;
    z-index: 5600;
    color: #231815;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: 0 0 8px 0 rgba(80, 80, 80, 0.5);
    -moz-box-shadow: 0 0 8px 0 rgba(80, 80, 80, 0.5);
    box-shadow: 0 0 8px 0 rgba(80, 80, 80, 0.5);
}

/*  ========================= Responsive ========================= */

.clear {
    zoom: 1;
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.main-area {
    width: 1200px;
    margin: auto;
    color: #333;
    font-size: 12px;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8000;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.5s;
}

.header.scrolled {
    background-color: #fff;
}

.top-head {
    transition: all 0.5s;
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/header-bg.png") no-repeat left top;
}

.header.scrolled .top-head {
    box-shadow: 0 0 10px 2px #999;
}

.hd-contact-phone-item {
    margin-left: 30px;
}

.top-head .left-logo {
    float: left;
    padding-top: 5px;
}

.header-contact-area {
    padding: 2px 0;
    color: #c47d7f;
    font-size: 12px;
}

.header-contact-area span img {
    vertical-align: sub;
}

.header.scrolled .nav ul.nav-ul li.lv1-nav:not(.login-btn) {
    /*padding-bottom: 0;*/
}

.top-head .left-logo img {
    vertical-align: middle;
    max-height: 100%;
}

.top-head .right-part {
    float: right;
}

.top-head .right-part a {
    color: #8e8d8d;
    text-decoration: none;
    font-size: 13px;
}

.hm-element-container {
    float: right;
    margin-bottom: 10px;
    transition: 0.3s all;
}

.scrolled .hm-element-container {
    margin-bottom: 0;
}

.top-head .right-part .head-element {
    float: left;
    margin: 0 8px;
    line-height: 31px;
}

.top-head .right-part .head-no-margin {
    margin: 0;
}

.top-head .right-part .qq-talk-btn {
    background: #4082b9;
    padding: 3px 15px;
    position: relative;
}

.top-head .right-part .qq-talk-btn img {
    vertical-align: middle;
}

.top-head .right-part a .qq-talk-btn {
    color: #fff;
}

.top-head .right-part .qq-talk-btn:after {
    content: '';
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #4082b9 transparent;
}

.nav-login-btn{
	color:#FFFFFF !important;
	padding:6px 30px 9px 30px;
	border-radius:5px;
	background: #97191D;
}

.top-head .right-part .head-login-btn {
    padding: 0 15px;
    margin: 0 15px;
}

.top-head .right-part .head-login-btn img {
    vertical-align: text-top;
}

.top-head .right-part a .head-login-btn {
    color: #97191d;
    font-size: 17px;
    border-left: 2px solid #dddddd;
}

.top-head .right-part a .head-login-btn:hover {
    opacity: 0.9;
}

.top-head .right-part .head-element.active a {
    color: #bd2025;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    display: block;
}

.top-head .right-part .head-element.head-ft {
    margin: 0 25px;
}

.top-head .right-part .head-element.head-ft a {
    position: relative;
}

.top-head .right-part .head-element.head-ft a img {
    height: 17px;
    margin-right: 7px;
    margin-bottom: -3px;
}

.top-head .right-part .head-element.head-left-margin {
    margin-left: 25px;
}

/*
.top-head .right-part .head-element.head-ft a:after {
    content: "";
    position: absolute;
    top: 20%;
    right: -19px;
    height: 15px;
    width: 2px;
    border-radius: 3px;
    background: #edbd40;
}
*/

.top-head .right-part .head-search {
    position: relative;
    width: 130px;
    height: 30px;
}

.top-head .right-part .head-search input {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 30px;
    padding-left: 10px;
    padding-right: 20px;
    z-index: 100;
    border: none;
    font-size: 12px;
}

.top-head .right-part .head-search input:focus {
    outline: none;
}

.top-head .right-part .head-search img {
    position: absolute;
    right: 18px;
    top: 8px;
    z-index: 200;
    cursor: pointer;
}

.nav .main-area {
    text-align: left;
}

.nav ul.nav-ul {
    line-height: 45px;
    display: inline-block;
}

.nav ul.nav-ul li.lv1-nav {
    float: left;
    margin: 8px 30px 0 0;
    padding-bottom: 10px;
    transition: all 0.5s;
}

.nav ul.nav-ul li.lv1-nav.last-item {
    margin: 8px 0 0 0;
}

.nav ul.nav-ul li.lv1-nav a {
    font-size: 17px;
}

.en .nav ul.nav-ul li.lv1-nav {
    margin: 8px 20px 2px 0;
}

.en .nav ul.nav-ul li.lv1-nav a {
    font-size: 15px;
}

.nav ul.nav-ul li.lv1-nav a {
    text-decoration: none;
    color: #000;
}

.nav ul.nav-ul li.lv1-nav.active {
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/hm-menu-active.png") center 80% no-repeat;
}

.nav ul.nav-ul li.lv1-nav:nth-child(10) {
    margin: 8px 0 2px 0;
}

.nav ul.nav-ul .menu-parent {
    position: relative;
}

.nav ul.nav-ul .login-btn {
    height: 35px;
    width: 120px;
    border-radius: 5px;
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/hm-login-bg.jpg") repeat-x;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

.nav ul.nav-ul .login-btn img {
    margin-top: -5px;
    vertical-align: text-top;
    margin-left: 5px;
}

.nav ul.nav-ul .login-btn a {
    color: #fff;
    text-align: center;
}

.nav ul.nav-ul .inner-menu {
    height: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transition: visibility 0s, opacity 0.1s linear;
    z-index: 8000;
    border: 2px solid #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 0 2px 1px #ccc;
}

.nav ul.nav-ul .menu-parent:hover .inner-menu {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.nav ul.nav-ul .inner-menu .text {
    display: inline-block;
    max-width: 135px;
}

.nav ul.nav-ul .inner-menu.last-item {
    left: -100px;
}

.nav ul.nav-ul .inner-menu li {
    background: rgba(255, 255, 255, 1);
    width: 200px;
    transition: all 0.2s;
    height: auto;
    line-height: 100%;
}

.nav ul.nav-ul .inner-menu li a {
    padding: 8px 20px 8px 15px;
    text-decoration: none;
    color: #777777;
    width: calc(100% - 40px);
    display: inline-block;
    font-size: 15px;
    line-height: 120%;
}

.nav ul.nav-ul .inner-menu li a img {
    vertical-align: top;
    margin-right: 5px;
}

.nav ul.nav-ul .inner-menu li:hover {
    background: #fff;
}

.nav ul.nav-ul .inner-menu li:hover a {
    color: #bd2025;
}

/* =========================   header   =========================*/

/* =========================   Home Introduction  =========================*/

.home-info-container {
    position: relative;
    padding: 80px 0;
    height: 540px;
    width: 100%;
}

.home-info-container .dark-mask {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
}

.home-info-container .left {
    float: left;
    width: 50%;
}

.home-info-container .left .title {
    color: #fff;
    font-size: 47px;
}

.home-info-container .left .sub-title {
    color: #fff;
    font-size: 31px;
}

.home-info-container .left .white-line {
    height: 3px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 8px -3px #333;
    margin: 10px 0;
}

.home-info-container .right .title {
    color: #fff;
    font-size: 31px;
    line-height: 70px;
    padding-left: 10%;
}

.home-info-container .right .editor-area {
    padding-left: 10%;
}

.home-info-container .right .red-line {
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/hm-red-line.png");
    width: 300px;
    height: 4px;
    margin: 10px 0;
}

.home-info-container .right {
    position: relative;
    float: right;
    width: 50%;
    z-index: 3000;
}

.home-info-container .right .btn-a {
    margin-left: 10%;
}

.home-info-container .right .editor-area {
    color: #fff;
    font-size: 15px;
}

/* =========================   Home Introduction  =========================*/

/* =========================   SOFTWARE  =========================*/

.software-service-container {
    padding: 200px 0 0 0;
    height: 500px;
    position: relative;
}

.software-service-container .main-area {
    padding-left: 5%;
}

.software-service-container .title {
    color: #fff;
    font-size: 40px;
    letter-spacing: 5px;
    max-width: 70%;
}

.software-service-container .sub-title {
    color: #fff;
    font-size: 30px;
    max-width: 70%;
}

.software-service-container .description {
    color: #fff;
    font-size: 13px;
    max-width: 50%;
}

.software-service-container .more-btn {
    color: #fff;
    margin-top: 30px;
}

.software-button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: rgba(151, 25, 29, 0.4);
    border-bottom: 8px solid #97191d;
}

.software-button-container .position-container {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.software-button-container .position-container a:hover {
    opacity: 0.8;
}

.software-button-container .position-container a {
    transition: all 0.3s;
}

.software-button-container .software-item {
    background: #fff;
    border-radius: 5px;
    width: 180px;
    height: 180px;
    float: right;
    margin: 10px 10px;
    position: relative;
    background-color: rgba(151, 25, 29, 0.9);
}

.software-button-container .software-item:hover {
    background-color: rgba(151, 25, 29, 1);
}

.software-button-container .software-item span {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.software-button-container .software-item.item-1 {
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/software-icon1.png");
    background-repeat: no-repeat;
    background-position: center 15px;
}

.software-button-container .software-item.item-2 {
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/software-icon2.png");
    background-repeat: no-repeat;
    background-position: center 15px;
}

.software-button-container .software-item.item-3 {
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/software-icon3.png");
    background-repeat: no-repeat;
    background-position: center 15px;
}

.software-button-container .software-item.item-4 {
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/software-icon4.png");
    background-repeat: no-repeat;
    background-position: center 15px;
    margin-right: 10%;
}

/* =========================   slideshow-area  =========================*/

.slide-container {
    width: 100%;
    position: relative;
}

.slideshow-area {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.slideshow-area .swiper-slide {
    background-position: center center;
    margin-top: 130px;
}

.slideshow-main-area {
    width: 100%;
    height: 570px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.slideshow-main-area .slideshow-textarea {
    position: absolute;
    left: 0;
    top: 28%;
    width: 100%;
    /*opacity: 0;*/
}

.slideshow-main-area .slideshow-textarea .slideshow-title {
    color: #fff;
    font-size: 51px;
    text-align: center;
    text-shadow: 2px 2px 10px #333;
}

.slideshow-main-area .slideshow-textarea .slideshow-text {
    color: #fff;
    font-size: 28px;
    text-align: center;
    text-shadow: 2px 2px 10px #333;
}

.slideshow-main-area .slideshow-textarea .slideshow-text a {
    color: #fff;
}

.slideshow-main-area .slideshow-textarea .slideshow-more-btn {
    color: #fff;
    font-size: 28px;
    text-align: center;
    text-shadow: 2px 2px 10px #333;
}

.slideshow-main-area .slideshow-textarea .slideshow-more-btn a {
    color: #fff;
}

.slideshow-main-area .slideshow-more {
    margin-top: 30px;
    width: auto;
    min-width: 100px;
}

.home-gallery-btn-next {
    width: 60px;
    height: 80px;
    top: 48%;
    right: calc((100% - 1700px) / 2);
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/right-arrow.png") no-repeat;
}

.home-gallery-btn-prev {
    width: 60px;
    height: 80px;
    left: calc((100% - 1700px) / 2);
    top: 48%;
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/left-arrow.png") no-repeat;
}

.swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    opacity: .3;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 15px -2px #333;
}

.swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;
    opacity: .9;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 15px -2px #333;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-pagination {
    bottom: 25px
}

/* =========================   slideshow-area  =========================*/

.home-about-container {
    height: 570px;
    width: 100%;
    text-align: center;
    padding-top: 130px;
    background-size: cover;
}

.home-about-container .title-1 {
    font-size: 47px;
    color: #111111;
}

.home-about-container .title-2 {
    font-size: 31px;
    color: #111111;
}

.home-about-container .title-3 {
    font-size: 21px;
    color: #111111;
}

.home-about-container .more-btn {
    margin-top: 40px;
}

/* =========================   online trading =========================*/

.tech {
    height: 545px;
    background: no-repeat;
    text-align: center;
}

.tech .main-area {
    padding: 80px 0 0 0;
}

.tech .main-area .title {
    text-align: center;
    color: #c7a900;
    font-size: 40px;
}

.tech .main-area .sub-title {
    margin-bottom: 40px;
    text-align: center;
    color: #000;
    font-size: 15px;
}

.tech .main-area .tech-inner-container {
    width: 100%;

}

.tech .main-area .tech-inner-container .element-part img {
    height: 150px;
}

.tech .main-area .tech-inner-container .element-part {
    width: 21%;
    height: 340px;
    margin: 0 2%;
    float: left;
    text-align: center;
    color: #fff;
}

.tech .main-area .tech-inner-container .name {
    font-size: 15px;
    color: #000;
    margin-top: 20px;
}

.tech .main-area .tech-inner-container .detail {
    margin-top: 10px;
    font-size: 19px;
}

/* =========================   slideshow-area  =========================*/

.security-and-futures {
    height: 400px;
    text-align: center;
}

.security-and-futures .left {
    float: left;
    width: 50%;
    height: 340px;
    padding-top: 60px;
    position: relative;
}

.security-and-futures .right {
    float: left;
    width: 50%;
    height: 340px;
    padding-top: 60px;
    position: relative;
}

.security-and-futures .title {
    color: #fff;
    font-size: 39px;
}

.security-and-futures .description {
    color: #fff;
    font-size: 15px;
    padding: 0 10%;
    margin: 20px 0;
}

.security-and-futures .more-container {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

/* =========================   slideshow-area  =========================*/

.deposit-about-container {
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/deposite-bg.jpg") no-repeat;
    height: 485px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 230px;
}

.deposit-about-container .title-1 {
    font-size: 51px;
    text-shadow: 1px 2px 10px #666;
}

.deposit-about-container .title-2 {
    margin-top: 5px;
    font-size: 28px;
    text-shadow: 1px 2px 10px #666;
}

.deposit-about-container .more-btn {
    margin-top: 80px;
}

/* =========================   home customer service =========================*/

.home-customer-service-container {
    height: 485px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 230px;
}

.home-customer-service-container .title-1 {
    font-size: 51px;
    text-shadow: 1px 2px 10px #666;
}

.home-customer-service-container .title-2 {
    margin-top: 5px;
    font-size: 28px;
    text-shadow: 1px 2px 10px #666;
}

.home-customer-service-container .more-btn {
    margin: 50px 15px 0 15px;
}

/* =========================   home news =========================*/

.reliable-area {
    height: 180px;
    padding-top: 40px;
    background-size: cover;
}

.reliable-area .reliable-content .left-img {
    float: left;
    padding-top: 15px;
}

.reliable-area .reliable-content .text {
    float: left;
    margin-left: 20px;
}

.reliable-area .reliable-content .text .title {
    font-size: 47px;
    color: #fff;
}

.reliable-area .reliable-content .text .sub-title {
    font-size: 31px;
    color: #fff;
}

/* =========================   footer =========================*/

.footer {
    position: relative;
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/footer-bg.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    padding: 80px 0 60px 0;
}

.go-to-top-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/web/20240615221320im_/https://gongpinggroup.com/frontend/images/go-to-top-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 42px;
    padding-left: 80px;
    line-height: 42px;
    font-size: 17px;
    color: #97191d;
    cursor: pointer;
}

.footer-menu-parent {
    float: left;
    width: 100%;
    font-size: 17px;
}

.footer-menu-parent .parent-text {
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 10px;
}

.footer-menu-parent.ft-login {
    margin-top: 20px;
}

.footer-menu-parent.ft-login img {
    vertical-align: middle;
    margin-top: -5px;
}

.footer-inner-menu {
    padding-top: 5px;
}

.footer-menu-parent a {
    color: #fff;
    text-decoration: none;
}

.footer-menu-parent .footer-inner-menu ul {
    list-style-image: url('/web/20240615221320im_/https://gongpinggroup.com/frontend/images/style-list-arrow.svg');
}

.footer-menu-parent .footer-inner-menu li {
    max-width: 80%;
    line-height: 100%;
    margin: 5px 0;
}

.footer-menu-parent .footer-inner-menu a {
    font-size: 12px;
}

.footer .left {
    float: left;
    width: 50%;
    border-right: 3px solid #a23236;
}

.footer .right {
    float: left;
    width: calc(50% - 103px);
    padding-left: 100px;
}

.footer .right ul li {
    color: #c47d7f;
    margin: 2px 0;
    font-size: 15px;
}

.footer .right ul li img {
    margin-right: 5px;
    vertical-align: middle;
}

.footer .menu-container {
    float: left;
    width: 50%;
}

.footer .statement-container {
    float: left;
    width: 50%;
}

.bottom-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.bottom-line img {
    width: 100%;
    vertical-align: bottom;
}

/* =========================   News   =========================*/

.news-list-container {
    padding: 20px 0;
}

.news-list-container .news-item {
    padding: 20px 0;
    border-bottom: 1px solid #969696;
}

.news-list-container .news-item .news-time, .content-area .news-item .news-time {
    font-size: 15px;
    color: #000;
}

.news-list-container .news-item .news-time .news-type.style-1, .content-area .news-item .news-time .news-type.style-1 {
    color: #fff;
    background: #96c1e9;
    padding: 3px 4px;
    margin-left: 10px;
    border-radius: 1px;
}

.news-list-container .news-item .news-time .news-type.style-2, .content-area .news-item .news-time .news-type.style-2 {
    color: #fff;
    background: #c7a900;
    padding: 3px 4px;
    margin-left: 10px;
    border-radius: 1px;
}

.news-list-container .news-item .title, .content-area .news-item .title {
    margin: 10px 0;
    font-size: 20px;
}

.news-list-container .news-item .title, .content-area .news-item .title a {
    color: #005ea3;
    text-decoration: none;
}

.news-list-container .news-item .description {
    color: #000;
    line-height: 160%;
    font-size: 15px;
}

.news-list-container .news-item .description a {
    color: #005ea6;
}

/* =========================      =========================*/

.red-color-text {
    color: #97191d;
}

.yellow-color-text {
    color: #b57c16;
}

.top-container {
    margin-top: 120px;
    min-height: 230px;
    width: 100%;
    position: relative;
    padding-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.top-container .top-title {
    text-align: center;
    color: #fff;
    font-size: 51px;
    text-shadow: 1px 1px 5px #333;
}

.top-container .top-sub-title {
    text-align: center;
    color: #fff;
    font-size: 28px;
    text-shadow: 1px 1px 5px #333;
}

.content-container {
    min-height: 700px;
    width: 100%;
}

.content-container.download-page {
    min-height: 1300px;
}

.sub-menu-container {
    margin-top: 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.sub-menu-container .nav-item {
    float: left;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 15px;
    background: #fff;
    color: #005ea3;
    text-decoration: none;
    font-size: 15px;
    position: relative;
}

.sub-menu-container .nav-item.active, .sub-menu-container .nav-item:hover {
    color: #fff;
    background: #005ea3;
}

.sub-menu-container .nav-item.active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-top: solid 10px #005ea3;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}

.content-container .inner-content-container {
    width: 100%;
    min-height: 500px;
    padding-top: 35px;
}

.content-container .inner-content-container .nav-area {
    float: left;
    width: 20%;
    max-width: 180px;
    position: relative;
    height: 500px;
}

.content-container .inner-content-container .content-area {
    float: right;
    width: 80%;
}

.content-container .inner-content-container .nav-area .nav-title {
    width: 100%;
    background-image: url(/web/20240615221320im_/https://gongpinggroup.com/frontend/images/nav-bg-right.png), url(/web/20240615221320im_/https://gongpinggroup.com/frontend/images/nav-bg-left.png);
    background-position: calc(100% - 10px) 10px, 10px calc(100% - 10px);
    background-repeat: no-repeat, no-repeat;
    background-color: #97191d;
    box-shadow: 0 0 20px -3px #333;
    text-align: center;
    color: #fff;
    line-height: 120%;
    padding: 40px 0;
    font-size: 25px;
}

.content-container .inner-content-container .nav-area .nav-list {
    max-width: 180px;
}

.content-container .inner-content-container .nav-area .nav-container {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
}

.content-container .inner-content-container .nav-area .nav-list a {
    text-decoration: none;
    color: #575757;
}

.content-container .inner-content-container .nav-area .nav-list li {
    width: calc(100% - 5px);
    background-color: #f4f4f4;
    padding: 12px 10px 12px 35px;
    line-height: 120%;
    color: #575757;
    max-width: 135px;
    font-size: 14px;
    border-bottom: 2px solid #eaeaea;
}

.content-container .inner-content-container .nav-area .nav-list .nav-item-lv2 {
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/nav-lv2-icon-normal.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    color: #999999;
    border-bottom: none;
    transition: all 0.2s;
}

.content-container .inner-content-container .nav-area .nav-list .nav-item-lv2:hover {
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/nav-lv2-icon.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #c6c6c6;
    color: #000000;
    cursor: pointer;
}

.content-container .inner-content-container .nav-area .nav-list .nav-item-lv2.active {
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/nav-lv2-icon.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #c6c6c6;
    color: #000000;
}

.content-container .inner-content-container .nav-area .nav-list .nav-item-lv3 {
    width: calc(65% - 4px);
    margin-left: 12%;
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/nav-lv3-icon-normal.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    color: #999999;
    background-color: #f4f4f4;
}

.content-container .inner-content-container .nav-area .nav-list .nav-item-lv3:hover {
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/nav-lv3-icon.png");
    background-color: #97191d;
    color: #fff;
    cursor: pointer;
}

.content-container .inner-content-container .nav-area .nav-list .nav-item-lv3.active {
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/nav-lv3-icon.png");
    background-color: #97191d;
    color: #fff;
    border-bottom: none;
}

.content-container .inner-content-container .content-area .website-path {
    color: #000000;
    font-size: 16px;
    margin-bottom: 40px;
    position: relative;
}

.content-container .inner-content-container .content-area .website-path .path-head {
    position: relative;
    float: left;
    padding: 0 45px 0 15px;
    height: 37px;
    line-height: 37px;
    background-color: #97191d;
    background-image: url(/web/20240615221320im_/https://gongpinggroup.com/frontend/images/web-path-tail.png);
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff;
    z-index: -5000;
}

.content-container .inner-content-container .content-area .website-path .path-line {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 300;
    max-width: 100%;
}

.content-container .inner-content-container .content-area .website-path .path-head img {
    position: absolute;
    left: -20px;
    top: 0;
    z-index: -100;
}

.content-container .inner-content-container .content-area .website-path .detail-path {
    float: right;
}

.content-container .inner-content-container .content-area .website-path a {
    text-decoration: none;
    color: #000000;
}

.content-container .inner-content-container .content-area .website-path a.active-path {
    color: #d28e1d;
}

.web-pagination {
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

.web-pagination ul {
    display: inline-block;
}

.web-pagination ul li {
    float: left;
    font-size: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin: 0 7px;
}

.web-pagination ul li.active {
    color: #97191d;
}

.web-pagination ul li:first-child, .web-pagination ul li:last-child span, .web-pagination ul li:last-child a {
    width: 100px;
    display: inline-block;
    color: #000000;
}

.web-pagination ul li a {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #000000;
    font-size: 15px;
    text-decoration: none;
}

.web-pagination ul li:last-child a, .web-pagination ul li:first-child a {
    border: none;
    width: 100px;
}

/* =========================   download =========================*/

.file-container {
    margin: 20px 0;
}

.file-list {
    margin: 20px 0;
}

.file-list .file-cate-title {
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/file-title-bg.jpg");
    background-position: left;
    background-repeat: no-repeat;
    height: 48px;
    line-height: 48px;
    color: #fff;
    padding-left: 20px;
    font-size: 18px;
}

.file-list .file-ul {
    width: 100%;
}

.file-list .file-ul .file-item {
    line-height: 35px;
    height: 35px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
}

.file-list .file-ul .file-item a {
    text-decoration: none;
    color: #000;
}

.file-list .file-ul .file-item:nth-child(odd) {
    background: #eaf5ff;
}

.file-list .file-ul .file-item:nth-child(even) {
    background: #f4faff;
}

.file-list .file-ul .file-item img {
    float: right;
    margin-right: 25px;
}

/* =========================   contact us =========================*/

.contact-item {
    font-size: 17px;
    color: #333;
    margin: 10px 0;
}

.contact-item .label {
    float: left;
    width: 240px;
}

.contact-item .label.inner-item {
    padding-left: 50px;
    width: 190px;
}

.contact-item .label img {
    vertical-align: sub;
    margin-right: 2px;
}

.contact-item .detail {
    float: right;
    width: calc(100% - 240px);
}

.map-container {
    margin: 30px 0;
    text-align: center;
}

.contact-form {
    float: left;
    width: 47%;
    padding: 30px 0 30px 40px;
    box-shadow: 1px 1px 20px #e6e6e6;
}

.contact-form .contact-title {
    color: #005ea6;
    letter-spacing: 3px;
    font-size: 30px;
}

.contact-content {
    float: right;
    width: 45%;
}

.contact-form .input-row {
    margin: 20px 0 30px 0;
}

.contact-form .input-row .label {
    display: inline-block;
    width: 120px;
    font-size: 15px;
    color: #333;
}

.contact-form .input-row .label-last {
    width: 155px;
}

.contact-form .input-row input {
    margin-left: 20px;
    width: 350px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #999999;
    border-radius: 3px;
}

.contact-form .input-row textarea {
    margin-left: 20px;
    width: 350px;
    border: 1px solid #999999;
    border-radius: 3px;
    vertical-align: text-top;
}

.input-area .submit-btn {
    width: 340px;
    height: 40px;
    line-height: 40px;
    background: #005ea6;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

/* =========================   copyright =========================*/

.copyright {
    text-align: center;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    background: #bd2025;
}

.copyright .main-area {
    color: #fff;
}

/* =========================   global  style =========================*/

.more-btn {
    opacity: 1;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    min-width: 130px;
    text-align: center;
    font-size: 17px;
    -webkit-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.75);
}

.more-btn a, .btn-a {
    text-shadow: none;
    color: #fff;
    text-decoration: none;
}

.more-btn.button-style-1 {
    background-image: url(/web/20240615221320im_/https://gongpinggroup.com/frontend/images/btn-style-1-bg.png);
    background-repeat: repeat-x;
    background-size: contain;
}

.more-btn.button-style-2 {
    background-image: url(/web/20240615221320im_/https://gongpinggroup.com/frontend/images/btn-style-2-bg.png);
    background-repeat: repeat-x;
    background-size: contain;
}

.more-btn.style-2 {
    border: 2px solid #000;
}

.more-btn.style-2 a, .more-btn.style-2 {
    color: #000;
}

.yellow-text {
    color: #c7a900;
}

.editor-area {
    font-weight: 400;
    font-size: 15px;
}

.editor-area p {
    margin: 20px 0;
    line-height: 150%;
    font-weight: 500;
}

.editor-area .file-item p {
    margin: 0 0;
}

.editor-area hr {
    border: 0px;
    border-top: 2px solid #ccc;
    margin: 30px 0;
}

.editor-area a {
    text-decoration: none;
}

.editor-area .page-title {
    position: relative;
    padding: 15px 0 15px 30px;
    background: #005ea3;
    color: #fff;
    font-size: 27px;
    margin-bottom: 15px;
}

.editor-area .page-title .triangle-icon {
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #c7a900;
}

.editor-area table tr td {
    border: 2px solid #fff;
    padding: 5px;
    background: #d0ddee;
    text-align: center;
}

.editor-area table tbody tr td:nth-child(1) {
    background: #e9eef6;
    color: #5b5a5b;
    text-align: left;
}

.editor-area table thead tr td {
    background: #5b5a5b;
    color: #fff;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

i.arrow {
    margin: 0 7px 2px 7px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #8e8d8d;
}

.width-70 {
    width: 70%;
}

.width-25 {
    width: 25%;
}

.page-title-bar {
    position: relative;
    padding: 15px 0 15px 30px;
    background: #005ea3;
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px;
}

.page-title-bar .triangle-icon {
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #c7a900;
}

.popup-title {
    padding: 10px 20px;
    color: #fff;
    background: #005ea3;
}

.popup-container {
    padding: 0 20px;
    height: 400px;
    overflow-y: scroll;
}

.popup-container .title {
    font-size: 24px;
    margin: 10px 0;
    color: #142a50;
}

.popup-container .date {
    font-size: 16px;
    margin: 10px 0;
    color: #005ea6;
}

.popup-container hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #005ea6;
    margin: 1em 0;
    padding: 0;
}

.popup-container .more-container {
    text-align: right;
    margin: 20px 0;
}

.qq-talk-iframe {
    opacity: 0;
}

.road-show {
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/marquee-bg.jpg");
    height: 58px;
    background-repeat: repeat-x;
}

.show-item {
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/marquee-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 58px;
    padding-left: 47px;
    margin-left: 40px;
    display: inline-block;
}

.show-item .description p {
    color: #fff;
}

.show-item .description p a {
    color: #fff;
    text-decoration-color: #fff;
}

.contact-container {

}

.editor-area .contact-container p {
    margin: 10px 0;
}

.contact-container .top .left {
    width: 50%;
    float: left;
}

.contact-container .top .left .info-row .img-icon {
    float: left;
    width: 25px;
    margin-top: 10px;
    margin-right: 5px;
}

.contact-container .top .left .info-row .contact-info {
    float: left;
    width: calc(100% - 30px);
}

.contact-container .top .right {
    width: 50%;
    float: left;
}

.contact-map-container {
    text-align: center;
}

.contact-map-container span {
    display: inline-block;
    margin: 30px;
}

.contact-map-container a {
    color: #97191d;
    display: inline-block;
}

.page-tri-title {
    color: #bd2025;
    font-size: 15px;
    padding-left: 15px;
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/menu-arrow-icon.png");
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: bold;
}

.page-arrow-title {
    color: #bd2025;
    font-size: 15px;
    padding-left: 15px;
    background-image: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/nav-lv2-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
}

hr.red-line {
    border: 0px;
    border-top: 2px solid #bd2025;
    margin: 30px 0;
}

.file-container {

}

.file-item {
    border: 1px solid #a3a3a3;
    margin-bottom: 30px;
}

.file-item .left {
    width: 170px;
    float: left;
    padding: 5px 0 0 0;
}

.file-item .left .item-img, .file-container .file-item .left .icon-container {
    text-align: center;
}

.file-item .right {
    width: calc(100% - 170px);
    float: left;
}

.file-item .right .item-title {
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    padding-left: 15px;
}

.file-item .right .item-lang {
    border-left: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
    float: left;
    width: calc(25% - 30px);
    padding: 15px;
    line-height: 200%;
    font-size: 13px;
    font-weight: bold;
}

.file-item .right .item-content {
    float: right;
    width: calc(75% - 32px);
    padding: 15px 15px 5px 15px;
    font-size: 13px;
    font-weight: bold;
}

.file-item .right .item-content a {
    text-decoration: none;
}

.file-item .right .item-intro {
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    padding: 10px 15px;
    background: #e9eef6;
    font-size: 13px;
    font-weight: bold;
    min-height: 40px;
}

.file-item .download-btn-container {
    text-align: center;
}

.file-item .download-btn-container .download-btn {
    display: inline-block;
    height: 45px;
    padding: 0 10px;
    line-height: 44px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    border-radius: 5px;
    margin: 3px 0 8px 0;
}

.file-item.style-1 .download-btn-container .download-btn {
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/btn-style1-bg.jpg") repeat-x;

}

.file-item.style-2 .download-btn-container .download-btn {
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/btn-style2-bg.jpg") repeat-x;

}

.file-item.style-3 .download-btn-container .download-btn {
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/btn-style3-bg.jpg") repeat-x;

}

.form-download-btn {
    display: inline-block;
    height: 45px;
    padding: 0 10px;
    line-height: 44px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    border-radius: 5px;
    margin: 8px 10px 0 0;
    font-weight: normal;
}

.form-download-btn.style-1 {
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/btn-style1-bg.jpg") repeat-x;

}

.form-download-btn.style-2 {
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/form-btn-style-2.jpg") repeat-x;

}

.form-download-btn.style-3 {
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/btn-style3-bg.jpg") repeat-x;

}

.form-download-btn.style-4 {
    background: url("/web/20240615221320im_/https://gongpinggroup.com/frontend/images/btn-style4-bg.png") repeat-x;
}

.item-download {
    border-left: 1px solid #a3a3a3;
    padding: 15px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.form-download-btn img {
    vertical-align: middle;
    margin-top: -3px;
}

.file-item .download-btn-container .download-btn img {
    vertical-align: middle;
}

.file-item.style-1 .right .item-title {
    background: #97191d;
}

.file-item.style-2 .right .item-title {
    background: #cfa700;
}

.file-item.style-3 .right .item-title {
    background: #00a99d;
}

.red-text {
    color: #bd2025;
}

.news-list table {
    width: 100%;
    margin-bottom: 40px;
}

.news-list table td {
    padding: 5px;
}

.news-list table thead {
    background: #97191d;
    color: #fff;
}

.news-list table thead td {
    line-height: 38px;
}

.news-list table tbody tr {
    font-size: 13px;
    color: #000;;
}

.news-list table tbody tr:nth-child(odd) {
    background: #fbf9f9;
}

.news-list table tbody tr:nth-child(even) {
    background: #f6eeee;
}

.news-list table tbody tr td {
    padding: 10px 5px;
    font-weight: 500;
}

.news-list table tbody tr a {
    color: #97191d;
    text-decoration: none;
}

.news-list table tbody tr a img.new-more-btn {
    vertical-align: bottom;
    margin-bottom: -3px;
    margin-left: 5px;
}

.news-detail-container {
    background: #f4f4f4;
    padding: 25px;
}

.news-detail-container .news-title {
    text-align: center;
    color: #97191d;
    font-size: 21px;
}

.news-detail-container .news-details {
    text-align: center;
    color: #999999;
    font-size: 15px;
}

.news-detail-container .news-details span {
    margin: 0 15px;
}

.news-detail-container hr {
    width: 80%;
    margin: 10px auto;
    border-top: 2px solid #97191d;
}

.back-to-last {
    margin-top: 25px;
    text-align: center;
}

.back-to-last a {
    font-size: 15px;
    color: #97191d;
}

.related-text-container {
    font-size: 19px;
    background: #f5eddc;
    padding: 5px 15px;
    color: #000;
    margin-bottom: 15px;
}

.file-container .file-item .right .item-content {
    min-height: 50px;
}

select.nav-selector {
    display: none;
}

@media screen and (max-width: 1300px) {

}

.register-page .top-head {
    background: none;
}

.register-page .top-container {
    margin-top: 100px;
    padding-top: 0;
    min-height: 200px;
}

.register-page .main-area {
    width: 1100px;
}

.reg-body-container {
    width: 1200px;
    margin: auto;
    margin-bottom: 50px;
    box-shadow: 2px 2px 10px 2px #999;
}

.register-page .content-container {
    border-bottom: solid #f0f0f0 5px;
    border-left: solid #f0f0f0 5px;
    border-right: solid #f0f0f0 5px;
    width: calc(100% - 10px);
}

.content-container .inner-content-container .nav-area .nav-list .nav-item-lv2.large-item, .content-container .inner-content-container .nav-area .nav-list .nav-item-lv2.large-item:hover {
    background-image: url(/web/20240615221320im_/https://gongpinggroup.com/frontend/images/reg-lg-btn-bg.png), url(/web/20240615221320im_/https://gongpinggroup.com/frontend/images/nav-lv2-icon.png);
    background-repeat: repeat-x, no-repeat;
    background-position: center, 15px center;
    background-color: inherit;
    border-radius: 5px;
    margin: 5px 0;
    vertical-align: middle;
    padding: 0px 25px 0px 20px;
    color: #000000;
    line-height: 50px;
    height: 50px;
    width: 160px;
}

.content-container .inner-content-container .nav-area .nav-list .nav-item-lv2.large-item.active {
    background-image: url(/web/20240615221320im_/https://gongpinggroup.com/frontend/images/reg-lg-btn-bg-active.png), url(/web/20240615221320im_/https://gongpinggroup.com/frontend/images/nav-lv2-icon.png);
    color: #fff;
}

.content-container .inner-content-container .nav-area .nav-list .nav-item-lv2.large-item:hover {
    opacity: 0.8;
}

.content-container .inner-content-container .nav-area .nav-list .nav-item-lv2.large-item span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.content-container .inner-content-container .nav-area .nav-list .nav-item-lv2.large-item img {
    vertical-align: middle;
    margin-right: 10px;
}

.error-msg {
    color: #97191d;
    margin-bottom: 15px;
    font-size: 15px;
}
/*
     FILE ARCHIVED ON 22:13:20 Jun 15, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:58:46 Oct 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.566
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.011
  esindex: 0.014
  cdx.remote: 44.166
  LoadShardBlock: 595.966 (3)
  PetaboxLoader3.datanode: 605.058 (5)
  load_resource: 549.781
  PetaboxLoader3.resolve: 228.091
  loaddict: 161.882
*/