﻿/*??????????????????????????????*/
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,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  font-family: "microsoft yahei";
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
p {
  line-height: 30px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* custom */
a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  display: block;
}
/* ?????? placeholder?????????*/
input,
textarea,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    font-family: microsoft yahei ui, microsoft yahei, helvetica neue, hiragino sans gb, arial, simsun, sans-serif;
}
li {
  list-style: none;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/*?????????*/
/*??????active????????????*/
/*??????????????????*/
img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
/*??????p????????????*/
p {
  word-break: break-all;
  text-align: justify;
  color: #333333;
}
/*????????????????????????*/
.clearfix::after,
.clearfix::before {
  clear: both;
  content: '';
  line-height: 0;
  display: block;
  visibility: hidden;
}
.df {
  display: flex;
  align-items: center;
}
.df-bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.df-ct {
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-hover {
  background-color: rgba(210, 210, 210, 0.7);
}
.word-online {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.word-2-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
input,
textarea {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 16px;
  }
}
.urderline {
  text-decoration: underline;
}
.bg-line {
  background-color: #eee;
  height: 20px;
  line-height: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bg-line {
    height: 10px;
    line-height: 10px;
  }
}
.bod-none {
  border: none;
}
.fw {
  font-weight: bold;
}
.huise {
  color: #777777;
}
.pd-10 {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pd-10 {
    padding: 5px;
  }
}
.pt-10 {
  padding-top: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pt-10 {
    padding-top: 5px;
  }
}
.pl-10 {
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pl-10 {
    padding-left: 5px;
  }
}
.pr-10 {
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pr-10 {
    padding-right: 5px;
  }
}
.pb-10 {
  padding-bottom: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pb-10 {
    padding-bottom: 5px;
  }
}
.pd-20 {
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pd-20 {
    padding: 10px;
  }
}
.pt-20 {
  padding-top: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pt-20 {
    padding-top: 10px;
  }
}
.pl-20 {
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pl-20 {
    padding-left: 10px;
  }
}
.pr-20 {
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pr-20 {
    padding-right: 10px;
  }
}
.pb-20 {
  padding-bottom: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pb-20 {
    padding-bottom: 10px;
  }
}
.mg-10 {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .mg-10 {
    margin: 5px;
  }
}
.mt-10 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .mt-10 {
    margin-top: 5px;
  }
}
.ml-10 {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .ml-10 {
    margin-left: 5px;
  }
}
.mr-10 {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .mr-10 {
    margin-right: 5px;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mb-10 {
    margin-bottom: 5px;
  }
}
.mg-20 {
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .mg-20 {
    margin: 10px;
  }
}
.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mt-20 {
    margin-top: 10px;
  }
}
.ml-20 {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .ml-20 {
    margin-left: 10px;
  }
}
.mr-20 {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .mr-20 {
    margin-right: 10px;
  }
}
.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}
.pd-30 {
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pd-30 {
    padding: 15px;
  }
}
.pt-30 {
  padding-top: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pt-30 {
    padding-top: 15px;
  }
}
.pl-30 {
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pl-30 {
    padding-left: 15px;
  }
}
.pr-30 {
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pr-30 {
    padding-right: 15px;
  }
}
.pb-30 {
  padding-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pb-30 {
    padding-bottom: 15px;
  }
}
.pd-40 {
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pd-40 {
    padding: 20px;
  }
}
.pt-40 {
  padding-top: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pt-40 {
    padding-top: 20px;
  }
}
.pl-40 {
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pl-40 {
    padding-left: 20px;
  }
}
.pr-40 {
  padding-right: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pr-40 {
    padding-right: 20px;
  }
}
.pb-40 {
  padding-bottom: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}
.mg-30 {
  margin: 30px;
}
@media screen and (max-width: 768px) {
  .mg-30 {
    margin: 15px;
  }
}
.mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mt-30 {
    margin-top: 15px;
  }
}
.ml-30 {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .ml-30 {
    margin-left: 15px;
  }
}
.mr-30 {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .mr-30 {
    margin-right: 15px;
  }
}
.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}
.mg-40 {
  margin: 40px;
}
@media screen and (max-width: 768px) {
  .mg-40 {
    margin: 20px;
  }
}
.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mt-40 {
    margin-top: 20px;
  }
}
.ml-40 {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .ml-40 {
    margin-left: 20px;
  }
}
.mr-40 {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .mr-40 {
    margin-right: 20px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}
.common-bg {
  background: #f4383d;
}
.common-color {
  color: #f4383d;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #333;
}
.bg-black {
  background-color: #333;
}
.color-gray {
  color: #969696;
}
.bg-gray {
  background-color: #969696;
}
.color-yellow {
  color: #fe9e2d;
}
.bg-yellow {
  background-color: #fe9e2d;
}
.fs-20 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs-20 {
    font-size: 16px;
  }
}
.d-l {
  display: inline-block !important;
}
.fs-18 {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs-18 {
    font-size: 16px;
  }
}
.fs-16 {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs-16 {
    font-size: 14px;
  }
}
.fs-14 {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs-14 {
    font-size: 12px;
  }
}
.txt-center {
  text-align: center;
}
.fs-24 {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs-24 {
    font-size: 18px;
  }
}
.fs-26 {
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fs-26 {
    font-size: 20px;
  }
}
.fs-28 {
  font-size: 28px;
  line-height: 1.5;
}
.fs-30 {
  font-size: 30px;
  line-height: 1.5;
}
.fs-32 {
  font-size: 32px;
  line-height: 1.5;
}
.fs-34 {
  font-size: 34px;
  line-height: 1.5;
}
.fs-36 {
  font-size: 36px;
  line-height: 1.5;
}
.fs-38 {
  font-size: 38px;
  line-height: 1.5;
}
.fs-40 {
  font-size: 40px;
  line-height: 1.5;
}
.fs-42 {
  font-size: 42px;
  line-height: 1.5;
}
.fs-44 {
  font-size: 44px;
  line-height: 1.5;
}
.db {
  display: block;
}
.wx-contain {
  width: 1200px;
  margin: 0 auto;
}
.yy-contain {
  width: 1200px;
  margin: 0 auto;
}
.wx-brand-nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  padding: 40px 0;
}
.wx-brand-nav a {
  color: #999;
  font-size: 14px;
}
.yy-contact .contact-title {
  font-size: 28px;
  margin: 20px 0 40px;
}
.yy-contact .contact-desc {
  font-size: 18px;
  margin: 20px 0;
  line-height: 1.5;
}
.yy-contact .contact-desc.mb-40 {
  margin-bottom: 40px;
}
.yy-contact .contact-desc span {
  font-size: 18px;
}
.yy-contact .user {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .yy-contact .user {
    margin: 20px 0 5px;
  }
}
.yy-contact .user input {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  box-sizing: border-box;
  outline: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .yy-contact .user input {
    margin: 5px 0;
  }
}
.yy-contact .user input:nth-child(2) {
  margin-right: 0;
}
.yy-contact .company-name {
  width: 100%;
}
.yy-contact .company-name textarea {
  outline: 0;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding-left: 20px;
  font-size: 18px;
  line-height: 40px;
  height: 200px;
  box-sizing: border-box;
  resize: none;
}
@media screen and (max-width: 768px) {
  .yy-contact .company-name textarea {
    margin: 5px 0;
  }
}
.yy-contact .company-name textarea:nth-child(2) {
  margin-right: 0;
}
.yy-contact .submit {
  width: 200px;
  margin: 40px auto 80px;
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #213390;
  color: #fff;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-size: 16px;
}
.yy-aboutus .aboutus-title {
  font-size: 28px;
  text-align: center;
  line-height: 2;
}
.yy-aboutus .aboutus-desc {
  font-size: 18px;
  color: #999999;
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
.yy-aboutus .aboutus-nav {
  display: flex;
  margin: 40px 0;
}
.yy-aboutus .aboutus-nav .aboutus-left {
  width: 680px;
  margin-right: 40px;
  line-height: 1.5;
  font-size: 16px;
  color: #75726e;
}
.yy-aboutus .aboutus-nav .aboutus-left p{
    margin-bottom: 15px;
    text-indent: 30px;
}
.yy-aboutus .aboutus-nav .aboutus-left.culture-left {
  width: 100%;
  text-align: center;
}
.yy-header {
  width: 100%;
}
.yy-header-top {
  background-color: #f9f9f9;
  height: 36px;
  line-height: 36px;
  display: flex;
  justify-content: flex-end;
}
.yy-header-top-right {
  display: flex;
  align-items: center;
  width: 300px;
  margin-left: auto;
}
.yy-header-top-right li {
  padding: 0 10px;
  position: relative;
  color: #7e8c8d;
  font-size: 12px;
}
.yy-header-top-right li a{
    font-size: 12px;
}
.yy-header-top-right li::after {
  content: "";
  position: absolute;
  right: 0;
  background-color: #ddd;
  height: 15px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.yy-header-top-right li:last-child::after {
  content: normal;
}
.yy-header-top-right li > img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.yy-header-search {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.yy-header-search-contain {
  display: flex;
  align-items: center;
  width: 800px;
  padding-top: 35px;
  padding-bottom: 10px;
  margin-left: auto;
  position: relative;
}
.yy-header-search .bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.yy-header-search .bottom-text a {
  margin-right: 20px;
  font-size: 14px;
  color: #666;
}
.yy-header-search .bottom-text a.active {
  color: #ff5800;
}
.yy-header-search .yy-header-input {
  padding-bottom: 10px;
}
.yy-header-search .yy-header-input .put {
  width: 670px;
  border: 2px solid #213390;
  height: 38px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.yy-header-search .yy-header-input .put input {
  width: 570px;
  outline: 0;
  padding-left: 10px;
  font-size: 16px;
}
.yy-header-search .yy-header-input .put .search {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  background-color: #213390;
  border: 0;
  outline: 0;
  height: 38px;
  width: 100px;
  cursor: pointer;
}
.yy-header-search .login-btns {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 35px;
}
.yy-header-search .login-btns .btn {
  width: 85px;
  background-color: #448fff;
  color: #fff;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 5px;
  margin: 5px 0;
}
.yy-header-search .login-btns .btn.register {
  background-color: #ff5800;
}
.yy-header-nav {
  display: flex;
  align-items: center;
  padding: 20px 0 10px;
  margin-left: 200px;
}
.yy-header-nav li {
  margin: 0 40px;
}
.yy-header-nav li a {
    color: #333;
    font-size: 18px;
}
.yy-header-nav li:hover a{
    color: #213390;
    transition: all .3s;
}
.yy-index .index-pro {
  margin: 40px auto;
}
.yy-index .index-pro .index-pro-title {
  font-size: 24px;
  font-weight: bold;
  color: #213390;
  margin: 30px 0 0;
}
.yy-index .index-pro .index-pro-title span {
  font-weight: bold;
  color: #999999;
  font-size: 18px;
  margin-left: 40px;
}
.yy-index .bg-banner {
  /* background-color: #0392ff; */
}
.yy-index .bg-banner .yy-contain {
  position: relative;
}
.yy-index .bg-banner .cate-contain .all-cate {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #213390;
  height: 40px;
  line-height: 40px;
  width: 210px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.yy-index .bg-banner .cate-contain .all-cate span {
  padding-left: 38px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAYAAAC9vt6cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM3RkMxQzEzQ0E2NTExRUFBOTdGRjYzRDMwODJGOTJDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM3RkMxQzE0Q0E2NTExRUFBOTdGRjYzRDMwODJGOTJDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzdGQzFDMTFDQTY1MTFFQUE5N0ZGNjNEMzA4MkY5MkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzdGQzFDMTJDQTY1MTFFQUE5N0ZGNjNEMzA4MkY5MkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6fPA6kAAAAKUlEQVR42mL8DwQMEMAIpWF8ogATA4WABclmBjSX0M8Fo2Ew0GEAEGAAlOgJGrHtLvMAAAAASUVORK5CYII=') no-repeat;
  background-position: 10px center;
  background-size: 15px 10px;
}
.yy-index .bg-banner .cate-contain .cate-nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 210px;
  z-index: 10;
  height: 100%;
  justify-content: center;
  display: none;
}
.yy-index .bg-banner .cate-contain .cate-nav.active {
  display: flex;
}
.yy-index .bg-banner .cate-contain .cate-nav .cate-item {
  width: 100%;
  flex: 1;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #353635;
  background-color: #2b2b2b;
}
.yy-index .bg-banner .cate-contain .cate-nav .cate-item:hover {
  background-color: #1b1b1b;
}
.yy-index .bg-banner .cate-contain .cate-nav .cate-item a {
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
}
.yy-index .bg-banner .cate-contain .cate-nav .cate-item .small-cate {
  display: flex;
  align-items: center;
}
.yy-index .bg-banner .cate-contain .cate-nav .cate-item .small-cate a {
  line-height: 1.5;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
}
.yy-index .hot-pro {
  margin: 20px auto;
}
.yy-index .hot-pro .hot-title {
  font-size: 24px;
  color: #666666;
  font-weight: bold;
}
.yy-index .hot-pro .hot-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.yy-index .hot-pro .hot-nav .hot-item {
  width: 225px;
  border: 1px solid #ddd;
  text-align: center;
}
.yy-index .hot-pro .hot-nav .hot-item p {
  color: #656460;
  padding: 10px 0;
  text-align: center;
}
.yy-index .hot-pro .hot-nav .hot-item .hot-bottom {
  background-color: #fafafa;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #ff3423;
}
.yy-index .yy-pro {
  margin: 20px auto;
}
.yy-index .yy-pro .pro-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 5px;
  align-items: center;
}
.yy-index .yy-pro .pro-title a {
  color: #333;
}
.yy-index .yy-pro .pro-title p span {
  font-size: 24px;
  font-weight: bold;
}
.yy-index .yy-pro-info {
  display: flex;
  justify-content: space-between;
}
.yy-index .yy-pro-info .left-img {
  flex: 0 0 225px;
}
.yy-index .right-img {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.yy-index .right-img.index-img {
  margin: 20px auto;
}
.yy-index .right-img .first-img {
  width: 480px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.yy-index .right-img .other-img {
  width: 24%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yy-index .right-img .other-img:nth-child(1),
.yy-index .right-img .other-img:nth-child(2),
.yy-index .right-img .other-img:nth-child(3),
.yy-index .right-img .other-img:nth-child(4) {
  border-top: 1px solid #ddd;
}
.yy-index .right-img .other-img:first-child {
  border-left: 1px solid #ddd;
}
.yy-index .right-img .other-img:nth-child(4n) {
  border-right: 1px solid #ddd;
}
.yy-index .right-img .other-img:last-child {
  border-right: 1px solid #ddd;
}
.yy-index .right-img .other-img.pro-other {
  border: 0;
  margin: 30px 0;
}
.yy-index .right-img .other-img.pro-other .pro-imgs{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.yy-index .right-img .other-img p {
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yy-index .right-img .other-img .vip_price {
  line-height: 2;
  font-size: 16px;
  color: #ff4416;
}
.yy-index .yy-about {
  margin: 40px auto;
}
.yy-index .yy-about .about-title {
  font-size: 24px;
  color: #656460;
}
.yy-index .yy-about .yy-about-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.yy-index .yy-about .yy-about-nav .yy-about-item {
  width: 590px;
  height: 233px;
  background: url('../image/yy-about-img.png') no-repeat;
  background-size: cover;
  background-position: top center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.yy-index .yy-about .yy-about-nav .yy-about-item.item2 {
  background: url('../image/yy-about-img2.png') no-repeat;
}
.yy-index .yy-about .yy-about-nav .yy-about-item .about-item-title {
  font-size: 24px;
  margin: 20px 0;
}
.yy-index .yy-about .yy-about-nav .yy-about-item .about-desc-box {
  width: 505px;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #fff;
  margin: 0 auto;
}
.yy-index .yy-about .yy-about-nav .yy-about-item .about-desc-box .about-desc {
  text-align: center;
  background-color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.yy-index .yy-bottom {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.yy-index .yy-bottom .bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yy-index .yy-bottom .bottom-nav .bottom-item {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.yy-index .yy-bottom .bottom-nav .bottom-item .bottom-text {
  margin-left: 20px;
}
.yy-index .yy-bottom .bottom-nav .bottom-item .bottom-text p {
  font-size: 14px;
  color: #989898;
  line-height: 2;
}
.yy-index .yy-bottom .bottom-nav .bottom-item .bottom-text .bottom-title {
  font-size: 18px;
  color: #333;
}
.yy-index .yy-fix {
  position: fixed;
  left: 150px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.yy-index .yy-fix a {
  border: 1px solid #ddd;
  background-color: #fff;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.yy-index .yy-fix a.active {
  background-color: #213390;
  color: #fff;
}
.yy-index .yy-fix.right-pro-left {
  position: static;
  top: 0;
  transform: translateY(0);
  margin-right: 40px;
}
.yy-index .yy-fix.right-pro-left a {
  border: 0;
  border-bottom: 1px dotted #ddd;
  background-color: #f7f7f7;
  text-align: left;
  align-items: flex-start;
  width: 180px;
  padding: 5px 20px;
  box-sizing: border-box;
}
.yy-index .yy-fix.right-pro-left a:last-child {
  border-bottom: 0;
}
.yy-index .yy-fix.right-pro-left a.active {
  background-color: #213390;
  color: #fff;
  border: 0;
}
.yy-footer {
  background-color: #2d2d2d;
  color: #fff;
  padding: 25px 0 10px;
}
.yy-footer .footer-box {
  display: flex;
  justify-content: space-between;
}
.yy-footer .footer-box .footer-left .content {
  display: flex;
  align-items: center;
}
.yy-footer .footer-box .footer-left .content-info {
  padding: 0 20px;
  border-right: 1px solid #fff;
  margin: 0px 0 10px;
}
.yy-footer .footer-box .footer-left .content-info:first-child {
  padding-left: 0;
}
.yy-footer .footer-box .footer-left .content-info:last-child {
  border-right: 0px solid #fff;
}
.yy-footer .footer-box .footer-left .address {
  display: flex;
  align-items: center;
  line-height: 2;
  margin: 10px 0;
  color: #999999;
  font-size: 14px;
}
.yy-footer .footer-box .footer-left .record {
  line-height: 2;
  color: #999;
  font-size: 14px;
}
.yy-footer .footer-box .footer-left .record a {
    display: inline-block;
    line-height: 2;
    color: #999;
}
.yy-footer .footer-box .footer-right {
  display: flex;
  align-items: center;
  color: #fff;
}
.yy-footer .footer-box .footer-right .tel {
  margin-right: 40px;
}
.yy-footer .footer-box .footer-right .tel img {
  margin: 0;
  margin-left: auto;
}
.yy-footer .footer-box .footer-right .tel p {
  color: #fff;
  font-size: 32px;
  line-height: 2;
  font-weight: bold;
}
.yy-footer .footer-box .footer-right .code img{
    width: 160px;
}
.yy-footer .footer-box .footer-right .code p {
  line-height: 2;
  text-align: center;
  color: #999999;
  font-size: 14px;
}
.aboutus {
  width: 400px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.aboutus-txt {
  width: 150px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  height: 53px;
  line-height: 53px;
  background-color: #b4181b;
  position: relative;
  z-index: 99;
}
.aboutus-txt::before {
  content: "";
  position: absolute;
  top: -12px;
  right: -64px;
  border-width: 12px 12px 12px 12px;
  border-style: solid;
  border-color: transparent transparent #730104;
}
.aboutus-txt::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -53px;
  border-width: 53px 53px 0px 0px;
  border-style: solid;
  border-color: #b4181b transparent transparent #b4181b;
}
.aboutus-intr {
  width: 200px;
  height: 30px;
  line-height: 30px;
  background-color: #333333;
  padding-left: 50px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.aboutus-intr::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -30px;
  border-width: 30px 30px 0px 0px;
  border-style: solid;
  border-color: #333333 transparent transparent #333333;
}
.yy-register .register-top {
  height: 178px;
  box-shadow: 1px 1px 3px 5px #f6f6f6;
}
.yy-register .register-top .yy-contain {
  height: 178px;
  padding-bottom: 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.yy-register .register-top .yy-contain a {
  color: #213390;
  margin-left: 10px;
  display: inline-block;
}
.yy-register .register-title {
  text-align: center;
  font-size: 24px;
  margin: 40px 0;
}
.submit {
  width: 470px;
  margin: 100px auto;
}
.submit input {
  width: 100%;
  text-align: center;
  height: 43px;
  line-height: 43px;
  background-color: #213390;
  color: #fff;
}
.submit.login-submit {
  width: 100%;
}
.yy-regput {
  width: 470px;
  position: relative;
  margin: 20px auto;
  display: flex;
  align-items: center;
}
.yy-regput input {
  width: 100%;
  outline: 0;
  padding: 10px 0;
  padding-left: 150px;
  font-size: 16px;
  border: 1px solid #ddd;
}
.yy-regput span {
  height: 25px;
  line-height: 25px;
  top: 50%;
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
  color: #666666;
  padding-left: 25px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIyQTE0Q0EyQ0JFMzExRUFCMDI1RTQwMTI3Nzg5MzAwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIyQTE0Q0EzQ0JFMzExRUFCMDI1RTQwMTI3Nzg5MzAwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjJBMTRDQTBDQkUzMTFFQUIwMjVFNDAxMjc3ODkzMDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjJBMTRDQTFDQkUzMTFFQUIwMjVFNDAxMjc3ODkzMDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Wp4MyAAABu0lEQVR42uxVS4rCQBB9ie1CBBnjEFBEcSW6desF3HoBr+CFXHgAb6ELT6CjuBBcCAkj+I9EM10NkXZIq4GJzMKC/KrT9epVVVdpnud9ATAQrXwzfjP59RExENP5zUX04jLViuM4GI/HcF0XmqYpLfDQgzGGarWKeDyuphSkXK/X6Ha7mM/nSCQSwphKyIndbodSqYRWq4VUKvU80HA4FGDtdlt4+zAunHWn08FgMECj0XgeaLPZIJvNIp/PP50E0zSxWq2U63qgUtdDZ/tyudzdp+NF8gZ6A/0joFgsFs7Qg7PHVP3rcDiIky73OfldbrTUpo7H410wpmKzWCzQ7/dFH7vZwI3+1lHjtSwLxWIxHND5fEahUEC9Xr+yoCex2G63SCaTV0akJyaTyQSn0ylcjshjmi3pdBqGYYgrk8mI8ND4IJH19B/9Tw6GYkSbR6MRZrOZMOCzoa5eq9Vg27Zg5hcBObZcLlEul9Vzixux+PNTVu73e/R6PUyn05upSUbpm0IkFwZN40qlgmazKfIVIHYgkB978pLCIVeYz04eD1Q8uVzuXnWrgf5Y7Jd1BioGCrYTMY73I8AAOxfDhhlFOD4AAAAASUVORK5CYII=") no-repeat;
  background-size: 20px 20px;
  background-position: 0 center;
}
.yy-regput.pwd span {
  top: 50%;
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
  color: #666666;
  padding-left: 25px;
  letter-spacing: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJFQkU2ODdFQ0JFNDExRUE4OTJCQTQwRjBFN0M1NjY5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJFQkU2ODdGQ0JFNDExRUE4OTJCQTQwRjBFN0M1NjY5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkVCRTY4N0NDQkU0MTFFQTg5MkJBNDBGMEU3QzU2NjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkVCRTY4N0RDQkU0MTFFQTg5MkJBNDBGMEU3QzU2NjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4YMV3iAAACi0lEQVR42tRWz0sqURT+NBMRUkwN3biSh0KCe3WToNA/4FaQMArBvX+BbV0U7ZN4C3dB68CFaytRFCLFh5VoqImgzrvnwvj6MU4OvebxDujozDn3u+ec73x3NIIg/ATggjp2r2GAbfbDqRLgLy37GkA9G2ihsqkOqFvVsdvt4urqCre3t/y/3+9HKBSCyWRSBEikqbLrDzmnUqmE09NTOJ1O/mExuLu7w8vLCw4ODrC9vb0qXo2Cq4KMlctlIR6PCxcXF8JsNlvcn0wmwvn5uZBIJIRGoyGsaFXZHjIA5PN5RKNR7O7uQqv9467X6xGLxeDz+VAoFDCfz79OmqenJ/T7fQSDwaU+kUgENzc3eHx8/DrgcDiE2WyGzWZb6kPPxuMx7+uXWPr8/AzWG16q6+trXkIp6/V60Ol0PEvy2dzcVM7Ser2Ok5MTXs719XUwgvB+8gCNhl/FjAiMgMjHYrFgb28PHo9nKUslAY+OjvgijIEcQFx8bW1tAUg2nU4XmyCfs7MzPq+ZTGYpoGRJR6MR3G43NjY23txvtVq4vLzk2ezs7MDr9b557nK50Gw2OfjrjX1KGqK/uHvR2u02crkcJxKV8fj4GGxG3/hQDMUuA1OkpcVikZc0nU4jmUzyCpACfZt4E/uo1J1Oh0vaw8ODYh1VJN6BQAC1Wg3ZbJaXbGtrC+Fw+PsyNBgM2N/f56fEYDBAKpWC1Wr9OxlS82n+Pgwty4xOBlIWo9H4cTFGJppXOZZKAjocDs5AEmapTElbSRxeG4FQjN1ul2Wp5OCTENMIVCoVzsz3I0P2/nSgqpDCHB4e8jNTkdKIC5C0KTESeqlWfKo0Yj/kTon/5iXqnwAaVcQz/hZgAPUwcNTFse0DAAAAAElFTkSuQmCC") no-repeat;
  background-size: 20px 20px;
  background-position: 0 center;
}
.yy-regput.mail {
  width: 300px;
  margin: 0;
  margin-right: 20px;
}
.yy-regput.mail span {
  top: 50%;
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
  color: #666666;
  padding-left: 25px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgwNDcxQzA5Q0JFNDExRUFBOTIxQTBEODcwQkNGNjQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgwNDcxQzBBQ0JFNDExRUFBOTIxQTBEODcwQkNGNjQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODA0NzFDMDdDQkU0MTFFQUE5MjFBMEQ4NzBCQ0Y2NDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODA0NzFDMDhDQkU0MTFFQUE5MjFBMEQ4NzBCQ0Y2NDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5hN8BoAAAB80lEQVR42uyWuaoiQRSG/25bBBcUt1RRXDAQxMRIwcDEFzDyBcx8DhNfQTAQIxPB0EDRUATFSEEEx0DHDXGfPgX3woy2ts5MMwP3h6Kgqrq/03X+U9Xc9Xr9BsAOhcSL7TsUFA+F9QX84xLuDU6nUxQKBcznc6hUKtkvO51OcDgcSKfT0Ov1d9dwYlkMxN77MbDb7ZDL5WAymeDz+SDOywbS2m63C7VajUwmw/qnX7hYLLBarZDNZqHT6V7esmAwiHw+j/V6DbPZ/DyHHMexSDebzVs5IhDP8/JNQ8DD4YB6vc62R672+z2azSYajQbLuxT0ZvRyubD8hUIhjMdjFItFTCaTh7B+v49SqYTj8YhIJMJydz6f5buU3Ga32+HxeNDr9VCr1eByuRAOh2EwGD7XkYtbrRbrY7EYcygFKQWTBJI+HgoEAnC73Wi326hWq/D7/XA6nSyQ4XDI5hKJBARB+Nyhl+vwV2k0GkSjUcxmM3Q6HQwGA1itViSTSRiNxt8vfCnRNsfjcSyXy7uW/ytHGznwXdi/c3hTLVJ7R8+euwukenp0Wsg5BKTAN6Yh12m1WlQqFXi93oc1dRO9GCS52Gaz/VSvD28L0mg0Qrlcxna7ffl6IienUilYLBb5wK9fjP8OKCgJJNhcbGalgD8EGAAt87sfqcHixAAAAABJRU5ErkJggg==") no-repeat;
  background-size: 20px 20px;
  background-position: 0 center;
}
.yy-regput.yy-login {
  width: 100%;
}
.yy-regput.yy-login input {
  width: 100%;
  outline: 0;
  padding: 10px 0;
  padding-left: 50px;
  font-size: 16px;
  border: 1px solid #ddd;
}
.yy-regput .login_input2 {
  text-align: center;
  width: 150px;
  height: 43px;
  line-height: 43px;
  outline: 0;
  border: 0;
  background-color: #b5b5b5;
  color: #fff;
}
.yy-login .login-top {
  padding: 25px 0;
  font-size: 24px;
  text-align: center;
}
.yy-login .login-bg {
  width: 100%;
  background: url('../image/login-bg.jpg') no-repeat;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.yy-login .login-bg .yy-contain {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.yy-login .login-bg .yy-contain .login-box {
  height: 470px;
  width: 390px;
  padding: 45px 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.yy-login .goreg {
  color: #213390;
}
.register-footer {
  padding: 25px 0;
  border-top: 1px solid #ddd;
  text-align: center;
  color: #999;
}
.register-footer .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-footer .content-info {
  padding: 0 20px;
  border-right: 1px solid #999;
  margin: 0px 0 20px;
}
.register-footer .content-info:first-child {
  padding-left: 0;
}
.register-footer .content-info:last-child {
  border-right: 0px solid #fff;
}
.pageActive {
  position: fixed;
  top: 0;
}
.my-slide-thumb-active {
  border: 1px solid #000;
}
.swiper-button-next {
  right: 0;
  background: #eeeeee;
  width: 18px;
  height: 100%;
  margin-top: 0;
  top: 0;
}
.swiper-button-next::before {
  position: absolute;
  top: 50%;
  font-size: 20px;
  color: #d2d2d2;
  transform: translateY(-50%);
}
.swiper-button-prev {
  left: 0;
  top: 0;
  margin-top: 0;
  width: 18px;
  height: 100%;
  background: #eeeeee;
}
.swiper-button-prev::before {
  position: absolute;
  top: 50%;
  font-size: 20px;
  color: #d2d2d2;
  transform: translateY(-50%);
}
.thumbs-item {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.thumbs-item .el-image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.pro-detail {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.pro-detail .current-pro-box {
  width: 100%;
  overflow: hidden;
}
.pro-detail .current-pro .el-tabs .el-tabs__content img {
  width: 100%;
}
.pro-detail .current-pro .pro-box {
  overflow: hidden;
}
.pro-detail .current-pro .pro-box .pro-left {
  float: left;
  width: 41.6%;
}
.pro-detail .current-pro .pro-box .img {
  margin: 0;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.pro-detail .current-pro .pro-box .img .el-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pro-detail .current-pro .pro-box .pro_info {
  width: 58.4%;
  padding-left: 40px;
  float: left;
  box-sizing: border-box;
}
.pro-detail .current-pro .pro-box .pro_type {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
}
.pro-detail .current-pro .pro-box .des {
  font-size: 18px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333333;
  margin: 36px 0;
  line-height: 1.6;
}
.pro-detail .current-pro .pro-box .price {
  margin: 30px 0;
  padding: 15px 20px;
  box-sizing: border-box;
  height: 68px;
  font-size: 18px;
  color: #333333;
  background-color: #f4f6f7;
  display: flex;
  align-items: center;
}
.pro-detail .current-pro .pro-box .price .seller_price {
  font-size: 40px;
  color: #ef2b62;
  display: inline-block;
  /*margin: 0 20px;*/
}
.pro-detail .current-pro .pro-box .price .old_price {
  font-size: 20px;
  color: #aaaaaa;
  text-decoration: line-through;
}
.pro-detail .current-pro .pro-box .sku {
  margin-bottom: 40px;
}
.pro-detail .current-pro .pro-box .sku .el-tag {
  color: #333333;
  background-color: #ffffff;
  border-color: #f4f6f7;
  cursor: pointer;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  font-size: 16px;
}
.pro-detail .current-pro .pro-box .sku .el-tag.active {
  background-color: #ef2b62;
  color: #ffffff;
}
.pro-detail .alikes {
  display: block;
  width: 100%;
  margin-top: 50px;
  box-sizing: border-box;
}
.pro-detail .alikes .proTitle {
  padding-bottom: 15px;
}
.pro-detail .alikes .proTitle .proTitle_text {
  margin-right: 20px;
  font-size: 22px;
  letter-spacing: 2px;
  color: #333333;
}
.pro-detail .alikes .proTitle .proTitle_text::before {
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
  content: "";
  width: 5px;
  height: 30px;
  background: #e5e5e5;
}
.pro-detail .alikes .proTitle .english_title {
  margin-left: 28px;
  vertical-align: middle;
  width: 200px;
}
.pro-detail .alikes .proTitle .left_text {
  float: right;
  line-height: 2;
  text-align: right;
  display: inline-block;
  font-size: 20px;
}
.pro-detail .alikes .line {
  display: block;
  width: 100%;
}
.pro-detail .alikes .alikes-title {
  margin: 20px 0;
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  position: relative;
}
.pro-detail .alikes .alikes-title::before {
  content: "";
  width: calc(50% - 42px);
  left: 0;
  position: absolute;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333333;
}
.pro-detail .alikes .alikes-title::after {
  content: "";
  width: calc(50% - 42px);
  right: 0;
  position: absolute;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333333;
}
.pro-detail .alikes .lists {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.pro-detail .alikes .lists li {
  margin-right: 40px;
  width: calc(25% - 40px);
  cursor: pointer;
  margin-bottom: 25px;
}
.pro-detail .alikes .lists .img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.pro-detail .alikes .lists .el-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.pro-detail .alikes .lists .name {
  margin: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
}
.pro-detail .alikes .lists .price {
  font-size: 22px;
  color: #ef2b62;
  margin: 0;
}
.pro-detail .el-input-number {
  width: 80px !important;
}
.pro-detail /deep/ .el-input-number.is-controls-right .el-input__inner {
  padding-left: 5px;
  padding-right: 45px;
}
.pro-detail .join-cart {
  background-color: #ef2b62;
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .pro-detail .join-cart {
    font-size: 16px;
  }
}
.yy-pop2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
}
.yy-pop2 .pop-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.yy-pop2 .shoukuan {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
}
.yy-pop2 .pop-btn2 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #007aff;
  width: 220px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
.yy-pop2 .pop-btn2.left-btn{
    left: 30px;
    transform: translateX(0%);
}

.yy-pop2 .pop-btn2.right-btn{
    left: auto;
    right: 30px;
    transform: translateX(0%);
}
.yy-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
}
.yy-pop .pop-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.yy-pop .pop-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #88b91e;
  width: 220px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
}
.yy-pop .pop-btn2 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #213390;
  width: 220px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
}
.yy-detail-info .title{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
}
.yy-detail-info .tag{
    margin: 15px 0;
    border-bottom: 1px solid #eff2f3;
}
.yy-detail-info .tag span{
    background: #eff2f3;
    color: #333;
    font-size: 14px;
    display: inline-block;
    padding: 8px 12px;
}
.yy-detail-info .detail img{
    display: block;
    margin: 15px auto;
    max-width: 100%;
}