/*雅虎初始化css*/
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }*/
/*body { background:#fff; color:#555; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; }*/
/*td,th,caption { font-size:14px; }*/
/*h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }*/
/*address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}*/
/*a { color:#555; text-decoration:none; }*/
/*a:hover { text-decoration:underline; }*/
/*img { border:none; }*/
/*ol,ul,li { list-style:none; }*/
/*input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }*/
/*table { border-collapse:collapse; }*/
/*html {overflow-y: scroll;}*/
/*.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}*/
/*.clearfix { *zoom:1; }*/

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}

body {
  overflow-x: scroll;
  background-color: #F7F7F7;
}

.wrapper {
  width: 100vw;
  height: 100px;
}

.noticeBar {
  display: flex;
  align-items: center;
  width: 97vw;
  height: 46px;
  margin: 18px auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(39, 39, 39, 0.05);
}

.noticeIcon {
  width: 20px;
  height: 18px;
  margin-left: 14px;
  background: url(../img/noticeIcon.png) no-repeat;
  background-size: 100% 100%;
}

.noticeContainer {
  width: 97vw;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(39, 39, 39, 0.05);
}

.noticeHeader {
  display: flex;
  align-items: center;
  height: 54px;
  margin: 0 14px;
}

.noticeHeader .tab div {
  margin-right: 10px;
}

.priceContainer .priceTable {
  width: 95%;
  overflow-x: hidden;
  position: relative;
}

.priceContainer .priceTable {
  white-space: nowrap;
  text-align: center;
}

.priceContainer .priceTable table,
.priceContainer .fixed-table table {
  border-collapse: collapse;
}

.priceContainer .priceTable tr,
.priceContainer .fixed-table tr {
  height: 35px;
}

.priceContainer .priceTable thead tr th,
.priceContainer .fixed-table thead tr th {
  padding: 0 20px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #666666;
}

.priceContainer .priceTable tbody tr:nth-child(2n+1) td,
.priceContainer .fixed-table tbody tr:nth-child(2n+1) td {
  background: #F7F7F7 !important;
}

.priceContainer .priceTable tbody tr td,
.priceContainer .fixed-table tbody tr td {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
}

.priceContainer .priceTable thead tr th:first-child,
.priceContainer .fixed-table tbody tr td:first-child {
  padding: 0 10px;
  left: -1px;
  background: white;
  border-right: 1px solid #EBEBEB;
  color: #666666;
}

.fixed-table {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 123;
}

.normal-table {
  width: 100%;
  overflow-x: auto;
}

.noticeHeader .tab,
.priceContainer .header {
  flex: 9;
  display: flex;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.activeTab {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #C7000B;
}

.noticeHeader .more {
  flex: 1;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.noticeContainer .notice {
  margin: 0 14px;
}

.noticeContainer .notice .item {
  padding-bottom: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.serviceContainer {
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.serviceContainer .service {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}

.serviceContainer .service .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #C7000B;
  border-radius: 20px;
}

.serviceContainer .service .title {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333333;
}

.priceContainer {
  position: relative;
  width: 97vw;
  height: 278px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(39, 39, 39, 0.05);
}

.priceContainer .header {
  display: flex;
  align-items: center;
  height: 54px;
  margin: 0 14px;
}

.priceContainer .header div {
  margin-right: 22px;
}

.priceContainer .bottom {
  position: absolute;
  left: 14px;
  bottom: 0;
  height: 54px;
  line-height: 54px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.transactionsVarietyContainer,
.settlementCenter,
.settlementArea {
  width: 97vw;
  margin: 12px auto;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(39, 39, 39, 0.05);
}

.settlementCenter {
  width: 97vw;
  height: 228px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(39, 39, 39, 0.05);
}

.settlementCenter .notice {
  margin: 0 14px;
}

.settlementCenter .notice .item {
  padding-bottom: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}


.transactionsVarietyContainer .header,
.settlementCenter .header,
.settlementArea .header {
  display: flex;
  align-items: center;
  height: 54px;
  margin: 0 14px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #C7000B;
}

.transactionsVarietyContainer .oilContainer,
.settlementArea .storeContainer {
  width: 319px;
  height: 84px;
  margin: 0 auto 16px;
  border: 1px solid #E1E1E1;
  filter: drop-shadow(0px 2px 5px rgba(143, 143, 143, 0.1));
}

.transactionsVarietyContainer .oilContainer .left,
.settlementArea .storeContainer .left {
  position: relative;
  float: left;
  width: 120px;
  height: 84px;
}

.transactionsVarietyContainer .oilContainer .left img,
.transactionsVarietyContainer .oilContainer .left div,
.settlementArea .storeContainer .left img,
.settlementArea .storeContainer .left div {
  position: absolute;
}

.transactionsVarietyContainer .oilContainer .left div,
.settlementArea .storeContainer .left div {
  bottom: 0;
  width: 120px;
  height: 34px;
  text-align: center;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  color: #FFFFFF;
  background: rgba(127, 127, 127, 0.4);
}

.transactionsVarietyContainer .oilContainer .right,
.settlementArea .storeContainer .right {
  float: left;
  margin: 12px;
}

.transactionsVarietyContainer .oilContainer .right div,
.settlementArea .storeContainer .right div {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.pageBottom {
  width: 100vw;
  overflow: hidden;
  margin-top: 24px;
  background: #2F2F2F;
}

.pageBottom .system .item {
  margin: 20px 25px;
}

.pageBottom .system .item .header {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #C7000B;
}

.pageBottom .system .item .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pageBottom .system .item .title a {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
}

.pageBottom .system .item .title div {
  margin-top: 12px;
}

.pageBottom .system .item .title div::after {
  content: "";
  border: 1px solid rgba(153, 153, 153, 0.5);
  transform: rotate(90deg);
  margin: 0 10px;
  font-size: 14px;
}


.pageBottom .system .item .title div:last-child::after {
  content: "";
  border: none;
  transform: rotate(90deg);
}

.contactContainer .contact .logo {
  display: flex;
  align-items: center;
}

.contactContainer {
  display: flex;
  justify-content: center;
}

.contactContainer .weChat {
  margin-right: 24px;
}

.contactContainer .weChat div {
  margin-top: 12px;
  text-align: center;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #FFFFFF;
}

.contactContainer .contact .logo {
  margin-bottom: 12px;
}

.contactContainer .contact .logo .logo1 {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  background: url(../img/logo1.png) no-repeat;
  background-size: 100% 100%;
}

.contactContainer .contact .logo .logo2 {
  width: 186px;
  height: 28px;
  background: url(../img/logo2.png) no-repeat;
  background-size: 100% 100%;
}

.contactContainer .contact .text {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
}

.icp {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icp div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.5);
}


.icp>div:first-child {
  margin-bottom: 20px;
}

.icp>div:first-child div:first-child {
  margin-bottom: 10px;
}

.icp>div:last-child div {
  margin-bottom: 5px;
}

/*头部导航及菜单*/
.header-position {
  width: 100%;
  height: 60px;
  background: #fff;
}

.header-nav {
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 10;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
}

.nav-icon {
  width: 20px;
  height: 20px;
  background: url(../img/nav@3x.png) center;
  background-size: 100% 100%;
  margin: 20px 0 0 20px;
  float: left;
}

.header-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  height: 31px;
  object-fit: contain;
}

.search-icon {
  width: 28px;
  height: 28px;
  background: url(../img/search@3x.png) center;
  background-size: 100% 100%;
  margin: 16px 20px 0 0;
  float: right;
  box-sizing: border-box;
}

.fixed-nav {
  width: 80%;
  height: 100vh;
  background: rgba(199, 0, 11, .85);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}

.fixed-nav .nav-list {
  color: #fff;
  display: block;
}

.fixed-nav .nav-list .sin-nav {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 14px;
  display: block;
}

.fixed-nav .top-title {
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 15px;
  position: relative;
}

.fixed-nav .top-title .close-icon {
  width: 16px;
  height: 16px;
  background: url(../img/close@3x.png) center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

.fixed-search {
  width: 100%;
  height: 80vh;
  background: rgba(199, 0, 11, .85);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  border-bottom-left-radius: 30%;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  display: none;
}

.fixed-search .close-icon {
  width: 16px;
  height: 16px;
  background: url(../img/close@3x.png) center;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  right: 30px;
}

.search-box {
  width: 100%;
  margin-top: 50%;
  transform: translateY(-50%);
}

.search-box .search-input {
  border-bottom: 2px solid #fff;
  display: block;
  width: 50%;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.search-box .search-btn {
  border: 2px solid #fff;
  color: #fff;
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  margin: 30px auto 0;
}

.search-box .search-btn:active {
  background: #fff;
  color: rgba(199, 0, 11, .85);
}

/* WebKit browsers */
.search-input::-webkit-input-placeholder {
  color: #fff;
}

/* Mozilla Firefox */
.search-input::-moz-placeholder {
  color: #fff;
}

/* internet Explorer */
.search-input::-ms-input-placeholder {
  color: #fff;
}

input,
textarea,
select {
  outline: none;
  display: inline-block;
  background: transparent;
  border: none;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  font-family: Arial, Helvetica, FreeSans, "华文细黑", "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", sans-serif, FreeSans, Arimo;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type=hidden],
input[hidden] {
  display: none !important;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*banner*/
.home-banner {
  height: 180px;
  position: relative;
}

.home-banner .swiper-container {
  width: 100%;
  height: 100%;
}

.home-banner .swiper-slide {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.home-banner .sin-banner {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner .sin-banner:after {
  content: "";
  padding-bottom: 55%;
  height: 0;
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
}

.home-banner .swiper-pagination {
  text-align: center;
  height: 20px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
}

.home-banner .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 2px;
  background: transparent;
}

.home-banner .swiper-pagination-bullet-active {
  background-color: rgba(199, 0, 11, .85);
}

/**notice**/
.notice-bar {
  display: flex;
  align-items: center;
  width: 97vw;
  height: 46px;
  margin: 18px auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(39, 39, 39, 0.05);
  overflow: hidden;
}

.notice-icon {
  width: 20px;
  height: 18px;
  margin-left: 14px;
  background: url(../img/noticeIcon.png) no-repeat;
  background-size: 100% 100%;
}

.notice-list {
  margin: 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.notice-list-wrapper {
  display: flex;
  height: 46px;
  flex-wrap: nowrap;
}

.notice-list .sin-notice {
  font-size: 13px;
  list-style: none;
  height: 46px;
  display: flex;
  align-items: center;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;

}