/*====common====*/
:root {
  --theme-width: 1260px;
  --theme-color-red: #e30000;
  --theme-color-black: #151515;
  --theme-color-dark: #4d4d4d;
  --theme-color-gray: #8c8c8c;
  --theme-placeholder: #b8b8b8;
  --theme-color-orange: #ff6437;
}
body {
  margin: 0;
  padding: 0;
  font-family: Source Han Sans SC, sans-serif;
  background-color: white;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: var(--theme-placeholder);
  font-size: 18px;
}
button {
  cursor: pointer;
}
button:hover{
  opacity: 0.8;
}
a {
  color: var(--theme-color-gray);
  font-size: 16px;
}

/*====header====*/
.cnpc_header {
  width: var(--theme-width);
  margin: 23px auto;
}
.cnpc_header .logo {
  width: 170px;
  height: 54px;
  border: none;
}
.cnpc_header .cnpc_userInfo {
  float: right;
  line-height: 54px;
}
.cnpc_header .cnpc_userInfo span {
  margin-right: 10px;
}
.cnpc_header .cnpc_userInfo a {
  font-size: 14px;
  margin: 0 3px;
  cursor: pointer;
}
.cnpc_header .cnpc_userInfo a.button {
  border-radius: 6px;
  background-color: var(--theme-color-red);
  color: white;
  padding: 5px 10px;
}

/*====banner====*/
.cnpc_banner {
  z-index: 2;
  width: 100%;
  height: 850px;
  position: absolute;
  top: 100px;
}

/*====login====*/
.cnpc_user {
  width: var(--theme-width);
  margin: 88px auto 0 auto;
  height: 640px;
}
.cnpc_login {
  float: right;
  padding: 54px 48px 48px 56px;
  border-radius: 20px;
  width: 464px;
  height: 529px;
  background-color: white;
}
.cnpc_login h2 {
  font-weight: 800;
  font-size: 28px;
  color: var(--theme-color-red);
  padding-bottom: 20px;
}
.cnpc_login h3 {
  font-weight: 800;
  font-size: 24px;
  color: var(--theme-color-dark);
  padding-bottom: 20px;
}
.cnpc_login .layui-form-item {
  margin-bottom: 1px !important;
}
.cnpc_login label {
  height: 20px;
  text-align: left;
  font-size: 16px;
  padding: 5px 0 12px 0;
  display: block;
}
.cnpc_login .cnpc_input {
  padding-left: 30px !important;
  font-size: 16px;
  width: 464px !important;
  height: 60px !important;
  border-radius: 10px !important;
  border: 1px solid #979db6;
}
.cnpc_login .layui-input-affix .layui-icon {
  line-height: 60px;
}
.cnpc_login .idCode .layui-input-affix .layui-icon {
  margin-left: -290px;
}
.cnpc_login .cnpc_tips {
  display: block;
  height: 18px;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color-red);
}
.cnpc_login button {
  height: 60px;
  font-size: 18px;
  border-radius: 10px 10px 10px 10px;
  font-weight: bold;
}
.cnpc_login button.right {
  color: var(--theme-color-red);
  width: 180px;
  height: 30px;
  font-size: 14px;
  background-color: white;
  border: 1px solid #d02c1e;
  float: right;
}
.cnpc_login button.submit {
  margin-top: 16px;
  color: white;
  width: 100%;
  box-shadow: 0 0 50px 1px rgba(182, 3, 3, 0.16);
  background: linear-gradient(180deg, #f70800 0%, #ff5003 100%);
  border: none;
}
.cnpc_login button.confirm {
  width: 292px;
  color: white;
  box-shadow: 0 0 50px 1px rgba(182, 3, 3, 0.16);
  background: linear-gradient(180deg, #f70800 0%, #ff5003 100%);
  border: none;
}
.cnpc_login button.cancel {
  margin-left: 16px;
  color: var(--theme-color-red);
  width: 151px;
  background-color: white;
  border: 1px solid #d02c1e;
}
.layui-layer-login {
  background: none;
  box-shadow: none;
}
.resend {
  height: 520px !important;
  padding: 40px 48px 0 48px !important;
  margin-bottom: -20px !important;
}
.cnpc_login .idCode {
  position: absolute;
  right: 20px;
  top: 46px;
}
.cnpc_login .validateCode .layui-input-affix .layui-icon {
  margin-left: -270px !important;
}
.cnpc_member {
  margin-top: 88px;
  float: right;
  background-color: white;
  border-radius: 20px;
  width: 464px;
  padding: 36px 48px 45px 48px;
  min-height: 353px;
  height: auto;
}
.cnpc_member h2 {
  font-weight: 800;
  font-size: 24px;
  color: var(--theme-color-dark);
  padding-bottom: 20px;
}
.cnpc_member button {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin-top: 20px;
  border: none;
}
.cnpc_member button i.layui-icon-ok {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}
.cnpc_member button.cnpc {
  background: linear-gradient(180deg, #f70800 0%, #ff5003 100%);
  box-shadow: 0 0 50px 1px rgba(182, 3, 3, 0.16);
}
.cnpc_member button.sunshine {
  color: var(--theme-color-red);
  border-radius: 10px 10px 10px 10px;
  background-color: white;
  opacity: 1;
  border: 1px solid #eb4b3c;
}
.cnpc_member button.confirmSystem {
  margin-top: 40px;
  height: 60px;
  color: white;
  background: linear-gradient(180deg, #f70800 0%, #ff5003 100%);
  box-shadow: 0 0 50px 1px rgba(182, 3, 3, 0.16);
}

/*====tab====*/
.cnpc_tab {
  margin-top: -68px !important;
}
.cnpc_tab .layui-tab-title {
  z-index: 3;
  width: var(--theme-width);
  margin: 0 auto;
  border-radius: 20px !important;
  height: 136px;
  background-color: white !important;
  border: none;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.1);
}
.cnpc_tab .layui-tab-title .layui-tab-bar {
  display: none;
}
.cnpc_tab .layui-tab-title li {
  width: 20%;
  font-size: 18px;
  padding: 0 !important;
  height: 136px;
  text-align: center;
}
.cnpc_tab .layui-tab-title li a {
  width: 126px;
  height: 36px !important;
  padding: 44px 0 !important;
  margin: 0 auto !important;
  font-size: 18px !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: table;
  vertical-align: middle;
}
/* .cnpc_tab .layui-tab-title li .layui-icon {
  float: left;
  font-size: 32px;
} */
.cnpc_tab .layui-tab-title li i {
  float: left;
  width: 36px;
  height: 36px;
  text-align: center;
}
.cnpc_tab .layui-tab-title li a i.tab_home {
  background: url(../images/tab_home.png) no-repeat center center;
}
.cnpc_tab .layui-tab-title li.layui-this a i.tab_home {
  background: url(../images/tab_home_r.png) no-repeat center center;
}
.cnpc_tab .layui-tab-title li a i.tab_product {
  background: url(../images/tab_product.png) no-repeat center center;
}
.cnpc_tab .layui-tab-title li.layui-this a i.tab_product {
  background: url(../images/tab_product_r.png) no-repeat center center;
}
.cnpc_tab .layui-tab-title li a i.tab_health {
  background: url(../images/tab_health.png) no-repeat center center;
}
.cnpc_tab .layui-tab-title li.layui-this a i.tab_health {
  background: url(../images/tab_health_r.png) no-repeat center center;
}
.cnpc_tab .layui-tab-title li a i.tab_oil {
  background: url(../images/tab_oil.png) no-repeat center center;
}
.cnpc_tab .layui-tab-title li.layui-this a i.tab_oil {
  background: url(../images/tab_oil_r.png) no-repeat center center;
}
.cnpc_tab .layui-tab-title li a i.tab_more {
  background: url(../images/tab_more.png) no-repeat center center;
}
.cnpc_tab .layui-tab-title li.layui-this a i.tab_more {
  background: url(../images/tab_more_r.png) no-repeat center center;
}
.cnpc_tab .layui-tab-title li em {
  margin: 0 auto !important;
  width: 80px;
  height: 8px;
  display: block;
  border-radius: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cnpc_tab .layui-tab-title li.layui-this::after {
  border: none;
  height: 0;
}
.cnpc_tab .layui-tab-title li.layui-this a {
  color: var(--theme-color-red);
}
.cnpc_tab .layui-tab-title li.layui-this em {
  background-color: var(--theme-color-red);
}
.cnpc_tab .layui-tab-content {
  padding: 68px 0 40px 0 !important;
  margin-top: -68px !important;
  background-color: #f7f7f7;
}

/*====公司介绍====*/
.cnpc_about {
  width: var(--theme-width);
  margin: 0 auto;
  padding: 96px 0 80px 0;
}
.cnpc_about hr {
  width: 93px;
  height: 3px;
  background-color: var(--theme-color-orange);
}
.cnpc_about h1 {
  font-size: 48px;
  font-weight: 800;
  font-family: Source Han Sans SC, sans-serif;
  color: var(--theme-color-orange);
}
.cnpc_about h2 {
  font-size: 32px;
  font-weight: 400;
  color: var(--theme-color-dark);
}
.cnpc_about h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--theme-color-dark);
}
.cnpc_about h3 em {
  margin: 6px 10px 0 0;
  float: left;
  width: 6px;
  height: 24px;
  background: linear-gradient(180deg, #f70800 0%, #ff5003 100%);
  border-radius: 3px;
}
.cnpc_about .about_intro {
  display: inline-block;
  padding-bottom: 20px;
}
.cnpc_about .about_intro img {
  float: right;
  width: 416px;
  height: 478px;
  margin: 0 0 10px 50px;
}
.cnpc_about .about_info {
  /*float: left;*/
  /*width: calc(100% - 466px);*/
}
.cnpc_about p {
  margin-top: 16px;
  font-size: 16px;
  text-indent: 2em;
  color: var(--theme-color-gray);
  line-height: 1.6em;
}

/*====产品介绍====*/
.cnpc_product {
  width: var(--theme-width);
  margin: 0 auto;
  padding: 56px 0;
}
.cnpc_product .cnpc_product_list {
  display: grid;
  width: 1206px;
  margin: 0 auto;
  height: 600px;
  overflow: hidden;
}
.cnpc_product .cnpc_product_list li {
  width: 296px;
  height: 440px;
  float: left;
  display: block;
  margin: 30px 17px;
  padding: 50px 36px;
  border-radius: 20px;
  background-color: white;
  cursor: pointer;
}
.cnpc_product .cnpc_product_list li:hover {
  opacity: 1;
  box-shadow: 0 0 30px rgba(182, 3, 3, 0.16);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
/* .cnpc_product .cnpc_product_list li:last-child {
  margin-right: 0;
} */
.cnpc_product .cnpc_product_list li h2 {
  font-size: 24px;
  font-weight: bold;
  height: 70px;
  margin-left: -36px;
}
.cnpc_product .cnpc_product_list li h2 em {
  margin: 0 26px 0 0;
  float: left;
  width: 10px;
  height: 40px;
  background: linear-gradient(180deg, #f70800 0%, #ff5003 100%);
  border-radius: 5px;
}
.cnpc_product .cnpc_product_list li p {
  color: var(--theme-color-gray);
  margin-top: 30px;
}
.cnpc_product .cnpc_product_list li img {
  margin-top: 40px;
}
.cnpc_product .cnpc_product_list li a.button {
  display: block;
  text-align: center;
  line-height: 60px;
  margin-top: 40px;
  width: 154px;
  height: 60px;
  background: linear-gradient(180deg, #f70800 0%, #ff5003 100%);
  box-shadow: 0 0 50px 1px rgba(182, 3, 3, 0.16);
  border-radius: 10px 10px 10px 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border: none;
}
.cnpc_product .cnpc_product_list li a.button:hover {
  opacity: 0.8;
}
.cnpc_product .cnpc_product_pages {
  display: block;
  text-align: right;
  margin: 56px 42px auto 42px;
}
.cnpc_product .cnpc_product_pages button {
  cursor: pointer;
  text-align: center;
  color: var(--theme-color-red);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: white;
  border: none;
}
.cnpc_product .cnpc_product_pages button.pages_prev {
  margin-right: 40px;
}
.cnpc_product .cnpc_product_pages button i {
  padding: 4px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid var(--theme-color-red);
  border-radius: 50%;
}
.cnpc_product .cnpc_product_pages button:hover {
  background-color: var(--theme-color-red);
  color: white;
}
.cnpc_product .cnpc_product_pages button:hover i {
  border: 2px solid white;
}
.cnpc_product .cnpc_product_pages button.layui-btn-disabled i {
  border: 2px solid var(--theme-color-gray);
  color: var(--theme-color-gray);
}

/*====健康服务====*/
.cnpc_health {
  display: grid;
  width: var(--theme-width);
  margin: 53px auto 0 auto;
  /* padding-bottom: 50px; */
}
.cnpc_health h2 {
  padding: 0 0 30px 0;
  display: block;
  font-size: 24px;
  color: var(--theme-color-dark);
}
.cnpc_health h2 em {
  margin: 6px 10px 0 0;
  float: left;
  width: 6px;
  height: 24px;
  background: linear-gradient(180deg, #f70800 0%, #ff5003 100%);
  border-radius: 3px;
}
.cnpc_health .serial {
  text-align: center;
}
.cnpc_health .serial button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ff372e;
  color: white;
  border: 7px solid #f7f7f7;
}
.cnpc_health .cpnc_health_list {
  padding: 20px 25px;
  background-color: white;
  border-radius: 20px;
  margin-bottom: 29px;
}
.cnpc_health .cpnc_health_list p {
  color: var(--theme-color-gray);
  margin-top: 20px;
}
.cnpc_health .medical {
  margin-top: -20px;
  height: 400px;
  padding-top: 52px !important;
}
.cnpc_health .medical img {
  margin: 0 auto;
}
.cnpc_health .medical_one {
  background-image: url(../images/medical_one.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.cnpc_health .medical_two {
  background-image: url(../images/medical_two.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.cnpc_health .medical_three {
  background-image: url(../images/medical_three.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.cnpc_health .medical_four {
  background-image: url(../images/medical_four.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.cnpc_health .care {
  height: 220px;
  padding-right: 220px;
  margin-bottom: 0;
}
.cnpc_health .care_one {
  background-image: url(../images/care_one.png);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 60px;
}
.cnpc_health .care_two {
  background-image: url(../images/care_two.png);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50px;
}
.cnpc_health .care_three {
  background-image: url(../images/care_three.png);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 60px;
}
.cnpc_health .care_four {
  background-image: url(../images/care_four.png);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 66px;
}
.cnpc_health .care_five {
  background-image: url(../images/care_five.png);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 60px;
}
.cnpc_health .care_six {
  background-image: url(../images/care_six.png);
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 60px;
}
.cnpc_health .slogan {
  margin: 30px 0 60px 0;
  color: var(--theme-color-dark);
}
.cnpc_health ul.test {
  min-height: 148px;
  height: auto;
}
.cnpc_health ul.test li {
  float: left;
  min-width: 150px;
  margin: 0 60px;
}
.cnpc_health li.test_item {
  margin: 25px 0 0 0 !important;
  width: calc((100% - 370px) / 2) !important;
}
.cnpc_health ul.health {
  height: 400px;
}
.cnpc_health ul.health li {
  float: left;
  width: 517px;
  margin: 0 40px;
}
.cnpc_health li.health_item {
  margin: 12px 0 0 0 !important;
  width: calc((100% - 597px) / 2) !important;
}
.cnpc_health li.health_item div {
  padding-top: 45px !important;
  padding-bottom: 28px !important;
}
.cnpc_health ul.service {
  height: 454px;
}
.cnpc_health ul.service li {
  float: left;
  width: 766px;
  margin-left: 52px;
}
.cnpc_health li.service_item {
  margin: 62px 0 0 0 !important;
  width: calc(100% - 818px) !important;
}
.cnpc_health li.service_item div {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/*====加油卡====*/
.cnpc_oil {
  margin-top: -68px;
}
.cnpc_oil img {
  width: 100%;
}
.cnpc_oil_content {
  height: 65px;
  width: var(--theme-width);
  margin: -130px auto 0 auto;
  padding-bottom: 25px;
}
.cnpc_oil_content a img {
  margin-left: 60px;
}
/*====发现更多====*/
.cnpc_more {
  width: var(--theme-width);
  margin: 53px auto 0 auto;
  background-color: white;
  border-radius: 20px;
}
.cnpc_more_body {
  padding: 40px;
  color: var(--theme-color-gray);
}
.cnpc_more h2 {
  padding: 10px 0;
  display: block;
  font-size: 24px;
  color: var(--theme-color-dark);
}
.cnpc_more h2 em {
  margin: 6px 10px 0 0;
  float: left;
  width: 6px;
  height: 24px;
  background: linear-gradient(180deg, #f70800 0%, #ff5003 100%);
  border-radius: 3px;
}
.cnpc_more h3 {
  display: block;
  font-size: 18px;
  color: var(--theme-color-dark);
}
.cnpc_more_content {
  font-size: 16px;
  display: grid;
  margin: 25px 0;
  background: #f4f5f7;
  padding: 30px 30px 40px 30px;
  border-radius: 20px;
  line-height: 1.6em;
}
.cnpc_more_content li {
  margin: 12px 32px 0 0;
  float: left;
}
.cnpc_more_content li.cnpc_more_text {
  width: calc(100% - 790px);
}
.cnpc_more_content li.cnpc_more_qrCode {
  width: calc(100% - 870px);
}
.cnpc_more_content li.cnpc_more_qrCodeInfo {
  width: 835px;
}
.cnpc_more_content li:last-child {
  margin-right: 0;
}
.cnpc_more_content li p {
  /* margin:10px 0; */
  padding-bottom: 15px;
}

/*====footer===*/
.cnpc_footer {
  width: var(--theme-width);
  margin: 84px auto;
  height: 72px;
  font-size: 14px;
  color: var(--theme-color-gray);
  text-align: center;
  line-height: 1.6em;
}
.cnpc_footer a {
  font-size: 14px;
}
.cnpc_footer a::after {
  content: " | ";
}
.cnpc_footer a:last-child:after {
  content: none;
}
.cnpc_fixbar {
  z-index: 999;
  border-radius: 6px;
  background-color: white;
  width: 82px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 15px;
  color: var(--theme-color-gray);
  font-size: 12px;
  cursor: pointer;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.1);
}
.cnpc_fixbar p {
  width: 82px;
  display: block;
  margin-top: 2px;
}
.cnpc_fixbar i {
  font-size: 18px;
}
.cnpc_fixbar img {
  width: 81px;
  height: 81px;
  vertical-align: baseline;
}
.fixbar_qrCode {
  margin-top: -118px;
}
.fixbar_qrCode .layui-layer-content {
  padding: 0;
}
.fixbar_qrCode i.layui-layer-TipsL {
  top: 140px !important;
}
.distance {
  line-height: 0
}