.minwidth {
  width: 1190px;
}
.home_bg {
  background-image: url('../images/home_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.privacy_bg {
  background-image: url('../images/privacy_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.agreement_bg {
  background-image: url('../images/agreement_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutus_bg {
  background-image: url('../images/aboutus_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.contactus_bg {
  background-image: url('../images/contactus_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.page-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-bg .barBox {
  width: 96px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 48px;
  padding: 38px 12px;
  position: relative;
  left: 100px;
  top: 119px;
  z-index: 1;
}
.page-bg .barBox .icon {
  text-align: center;
  overflow: hidden;
}
.page-bg .barBox .icon img {
  width: 72px;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
}
.page-bg .barBox .icon h1 {
  font-size: 14px;
  color: #808080;
  padding: 8px 0 0 0;
}
.page-bg .barBox .links {
  text-align: center;
}
.page-bg .barBox .links a.on::after {
  display: block;
  content: '';
  right: -6px;
  top: 50%;
  width: 5px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  background: #FA4E7F;
  border-radius: 3px;
}
.page-bg .barBox .links a {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 20px 0;
  color: #404040;
  font-weight: bold;
}
.contactus-title::before {
  display: block;
  content: 'CONTACT US';
  width: 100%;
  color: rgba(64, 64, 64, 0.1);
  font-size: 96px;
  line-height: 96px;
  font-family: 'myFont';
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  position: absolute;
}
.contactus-title::after {
  display: block;
  content: '';
  width: 32px;
  height: 4px;
  border-radius: 3px;
  background: #fa4e7f;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  position: absolute;
}
.contactus-title {
  font-size: 32px;
  color: #000;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.aboutus-title::before {
  display: block;
  content: 'ABOUT US';
  width: 100%;
  color: rgba(64, 64, 64, 0.1);
  font-size: 96px;
  line-height: 96px;
  font-family: 'myFont';
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  position: absolute;
}
.aboutus-title::after {
  display: block;
  content: '';
  width: 32px;
  height: 4px;
  border-radius: 3px;
  background: #fa4e7f;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  position: absolute;
}
.aboutus-title {
  font-size: 32px;
  color: #000;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.agreement-title::before {
  display: block;
  content: 'AGREEMENT';
  width: 100%;
  color: rgba(64, 64, 64, 0.1);
  font-size: 96px;
  line-height: 96px;
  font-family: 'myFont';
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  position: absolute;
}
.agreement-title::after {
  display: block;
  content: '';
  width: 32px;
  height: 4px;
  border-radius: 3px;
  background: #fa4e7f;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  position: absolute;
}
.agreement-title {
  font-size: 32px;
  color: #000;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.privacy-title::before {
  display: block;
  content: 'PRIVACY';
  width: 100%;
  color: rgba(64, 64, 64, 0.1);
  font-size: 96px;
  line-height: 96px;
  font-family: 'myFont';
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  position: absolute;
}
.privacy-title::after {
  display: block;
  content: '';
  width: 32px;
  height: 4px;
  border-radius: 3px;
  background: #fa4e7f;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  position: absolute;
}
.privacy-title {
  font-size: 32px;
  color: #000;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.home-title::before {
  display: block;
  content: 'HOME';
  width: 100%;
  color: rgba(64, 64, 64, 0.1);
  font-size: 96px;
  line-height: 96px;
  font-family: 'myFont';
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  position: absolute;
}
.home-title::after {
  display: block;
  content: '';
  width: 32px;
  height: 4px;
  border-radius: 3px;
  background: #fa4e7f;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  position: absolute;
}
.home-title {
  font-size: 32px;
  color: #000;
  margin-top: 30px;
  position: absolute;
  left: 0;
}
.j_conf .page .boxs.aboutusBox {
  width: 100%;
  margin: 61px 0 0 0;
  overflow: hidden;
  display: block;
}
.j_conf .page .boxs.aboutusBox .text {
  width: 100%;
  font-size: 14px;
  height: auto;
  color: #404040;
}
.j_conf .page .boxs.aboutusBox .text .cons {
  padding-right: 30px;
}
.j_conf .page .boxs.aboutusBox .text strong,
.j_conf .page .boxs.aboutusBox .text p {
  padding: 0 0 10px 0;
}
.j_conf .page .boxs.aboutusBox .pic {
  max-width: 100%;
  margin-top: 40px;
  height: auto;
}
.j_conf {
  margin: 0 auto;
}
.j_conf .page {
  padding: 119px 0 0 0;
  position: relative;
}
.j_conf .page .desc {
  margin: 0 0 0 350px;
  font-size: 14px;
  color: #404040;
}
.j_conf .page .desc p {
  padding: 0 0 20px 0;
}
.j_conf .page .items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 0 0 0;
}
.j_conf .page .items li:nth-child(2n) {
  margin-top: 65px;
}
.j_conf .page .items li:last-child {
  margin-right: 0;
}
.j_conf .page .items li {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  margin-right: 28px;
}
.j_conf .page .items li img {
  border-radius: 8px;
  width: 100%;
}
.j_conf .page .boxs {
  width: 100%;
  margin: 61px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.j_conf .page .boxs .text {
  width: 700px;
  height: 383px;
  font-size: 14px;
  color: #404040;
}
.j_conf .page .boxs .text .cons {
  padding-right: 30px;
}
.j_conf .page .boxs .text strong,
.j_conf .page .boxs .text p {
  padding: 0 0 10px 0;
}
.j_conf .page .boxs .pic {
  height: 383px;
  margin: 0 40px 0 0;
}
.zUIpanelScrollBox,
.zUIpanelScrollBar {
  width: 6px;
  top: 4px;
  right: 12px;
  border-radius: 5px;
}
.zUIpanelScrollBox {
  background: transparent;
  opacity: 1;
  filter: alpha(opacity=10);
}
.zUIpanelScrollBar {
  background: #D8D8D8;
  opacity: 0.8;
  filter: alpha(opacity=90);
  cursor: pointer;
}
@media screen and (min-width: 1700px) and (max-width: 1980px) {
  .minwidth {
    width: 1190px;
  }
}
@media screen and (max-width: 1700px) {
  .minwidth {
    width: 990px;
  }
}
@media screen and (max-width: 1400px) {
  .minwidth {
    width: 700px;
  }
}
