@charset 'utf-8';
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
p,
div {
  margin: 0;
  padding: 0;
  border: 0;
}
button,
a {
  outline: 0;
}
ul,
ol {
  list-style-type: none;
}
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select,
input,
img,
select {
  vertical-align: middle;
}
a,
body,
button,
canvas,
div,
footer,
form,
header,
html,
img,
input,
label,
li,
ol,
p,
pre,
section,
span,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
u,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Helvetica, Arial, 'Microsoft YaHei', sans-serif;
}
input {
  background: #fff;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input {
  -webkit-user-select: text !important;
}
body::-webkit-scrollbar {
  width: 0px;
  height: 10px;
}
.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: #fff !important;
  border: 1px solid #cecece;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  border: 1px solid #ffcd00;
}
.back_link {
  color: #fff;
}
.back_link:hover {
  color: rgba(255, 255, 255, 0.6);
}
.contace {
  background: #ffbc1c;
  color: #6d4f08;
  width: 180px;
  height: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 16px;
}
.contace:hover {
  background: #bd9945;
}
.gamut_vessel {
  height: 880px;
  position: relative;
}
.gamut_vessel > img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 880px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.gamut_vessel .gamut_content_vessel {
  position: relative;
  z-index: 2;
  height: 100%;
  overflow: hidden;
}
.gamut_vessel .gamut_content_vessel .title {
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
}
.gamut_vessel .gamut_content_vessel .title > span {
  color: #ffbc1c;
  font-weight: 600;
}
.gamut_vessel .gamut_content_vessel .scene_vessel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  position: relative;
}
.gamut_vessel .gamut_content_vessel .scene_vessel .scene.show {
  top: 0 !important;
}
.gamut_vessel .gamut_content_vessel .scene_vessel .scene {
  width: 360px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.gamut_vessel .gamut_content_vessel .scene_vessel .scene .step_1 {
  background: #344ed8 url('https://images.youzhanjia.com/source/official/web/icon_promote_2_channel.png') no-repeat right bottom / 94px;
}
.gamut_vessel .gamut_content_vessel .scene_vessel .scene .step_2 {
  background: #344ed8 url('https://images.youzhanjia.com/source/official/web/icon_promote_2_scenes.png') no-repeat right bottom / 94px;
}
.gamut_vessel .gamut_content_vessel .scene_vessel .scene .step_3 {
  background: #344ed8 url('https://images.youzhanjia.com/source/official/web/icon_promote_2_Petrolstation.png') no-repeat right bottom / 94px;
}
.gamut_vessel .gamut_content_vessel .scene_vessel .scene > div:nth-child(1) {
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}
.gamut_vessel .gamut_content_vessel .scene_vessel .scene > div:nth-child(1) div:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.gamut_vessel .gamut_content_vessel .scene_vessel .scene > div:nth-child(1) div:nth-child(1) > span:nth-child(1) {
  font-style: italic;
  font-weight: 600;
}
.gamut_vessel .gamut_content_vessel .scene_vessel .scene > div:nth-child(1) div:nth-child(2) {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}
.gamut_vessel .gamut_content_vessel .scene_vessel .scene > div:nth-child(2) {
  padding: 30px 10px 0px 20px;
  background: #fff;
  height: 495px;
}
.gamut_vessel .gamut_content_vessel .scene_vessel .scene > div:nth-child(2) > li {
  color: #344ed8;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.gamut_vessel .gamut_content_vessel .scene_vessel .scene > div:nth-child(2) > li > span {
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background: #344ed8;
}
.gamut_vessel .gamut_content_vessel .scene_vessel .scene > div:nth-child(2) > div {
  padding-left: 16px;
  margin: 5px 0;
  font-size: 16px;
  line-height: 30px;
}
.yzj_client_vessel {
  overflow: hidden;
}
.yzj_client_vessel > .title {
  font-size: 44px;
  color: #000;
  line-height: 44px;
  text-align: center;
  padding: 60px 0;
}
.yzj_client_vessel > .title > span {
  font-size: 40px;
  color: #344ed8;
}
.yzj_client_vessel .title_yellow {
  margin-top: 80px;
  margin-bottom: 50px;
}
.yzj_client_vessel .yzj_client_explain {
  font-size: 16px;
  padding-top: 30px;
  padding-left: 23px;
  line-height: 30px;
  background: url('https://images.youzhanjia.com/source/official/web/img_promote_Case_.png') no-repeat top left / 75px;
}
.yzj_client_vessel .yzj_client_before {
  position: relative;
  width: 565px;
  height: 240px;
  margin-top: 30px;
  z-index: 2;
  overflow: hidden;
}
.yzj_client_vessel .yzj_client_before .after.show {
  right: 200px;
}
.yzj_client_vessel .yzj_client_before .before.show {
  left: 0;
}
.yzj_client_vessel .yzj_client_before .after {
  position: absolute;
  top: 0px;
  right: -2000px;
  width: 280px;
  height: 230px;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.yzj_client_vessel .yzj_client_before .before {
  position: absolute;
  bottom: 0;
  left: -1000px;
  width: 130px;
  height: 170px;
  -webkit-transition: all 2.3s;
  -o-transition: all 2.3s;
  -moz-transition: all 2.3s;
  transition: all 2.3s;
}
.yzj_client_vessel .tChart.yzj_client_chart {
  background: url('https://images.youzhanjia.com/source/official/web/img_promote_case_bg1.png') no-repeat top left / 100%;
  top: 0;
}
.yzj_client_vessel .tChart.yzj_client_chart > div:nth-child(1) {
  top: 278px;
  left: 0;
}
.yzj_client_vessel .tChart.yzj_client_chart > div:nth-child(2) {
  top: 237px;
  left: 326px;
}
.yzj_client_vessel .tChart.yzj_client_chart > div:nth-child(3) {
  top: 96px;
  left: 700px;
}
.yzj_client_vessel .tChart.yzj_client_chart > div:nth-child(4) {
  top: 11px;
  right: 0;
}
.yzj_client_vessel .yzj_client_chart {
  position: relative;
  background: url('https://images.youzhanjia.com/source/official/web/img_promote_case_bg1.png') no-repeat top left / 100%;
  top: -150px;
  left: 0;
  height: 420px;
}
.yzj_client_vessel .yzj_client_chart > div.show {
  opacity: 1;
}
.yzj_client_vessel .yzj_client_chart > div {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.yzj_client_vessel .yzj_client_chart > div > div:nth-child(1) {
  font-size: 16px;
}
.yzj_client_vessel .yzj_client_chart > div > div:nth-child(2) {
  border-radius: 10px;
  font-size: 22px;
  width: 110px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  position: relative;
  margin-top: 15px;
  color: #fff;
}
.yzj_client_vessel .yzj_client_chart > div > div:nth-child(2)::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -38px;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(1) {
  top: 279px;
  left: 0;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(1) > div:nth-child(1) {
  color: #666;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(1) > div:nth-child(2) {
  background: #666;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(1) > div:nth-child(2)::after {
  border: 4px solid #666;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(2) {
  top: 236px;
  left: 326px;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(2) > div:nth-child(1) {
  color: #344ed8;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(2) > div:nth-child(2) {
  background: #344ed8;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(2) > div:nth-child(2)::after {
  border: 4px solid #344ed8;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(3) {
  top: 95px;
  left: 700px;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(3) > div:nth-child(1) {
  color: #344ed8;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(3) > div:nth-child(2) {
  background: #344ed8;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(3) > div:nth-child(2)::after {
  border: 4px solid #344ed8;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(4) {
  top: 10px;
  right: 0;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(4) > div:nth-child(1) {
  color: #fe6000;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(4) > div:nth-child(2) {
  background: #fe6000;
}
.yzj_client_vessel .yzj_client_chart > div:nth-child(4) > div:nth-child(2)::after {
  border: 4px solid #fe6000;
}
select {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
option {
  background: #fff;
  border-radius: 6px;
}
html,
body {
  height: 100%;
}
.title_yellow {
  font-size: 30px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.title_yellow::after {
  position: absolute;
  content: '';
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 3px;
  width: 60px;
  background: #ffbc1c;
  border-radius: 10px;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.banner_style {
  height: 450px;
  position: relative;
  margin-top: 80px;
  width: 100%;
}
.banner_style > img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 450px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.index_main {
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
.index_main .head_vessel {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #010d3c;
}
.index_main .head_vessel .head {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .head_vessel .head .logo {
  height: 80px;
  width: 140px;
}
.index_main .head_vessel .head .logo > img {
  width: 100%;
  height: 100%;
}
.index_main .head_vessel .head .menu_vessel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  position: relative;
}
.index_main .head_vessel .head .menu_vessel .down_menu {
  bottom: -333px;
  height: 330px;
  left: 140px;
}
.index_main .head_vessel .head .menu_vessel .lng_down_menu {
  bottom: -223px;
  height: 220px;
  left: 276px;
  width: 167px !important;
}
.index_main .head_vessel .head .menu_vessel .down_menu,
.index_main .head_vessel .head .menu_vessel .lng_down_menu {
  position: absolute;
  display: none;
  background: #fff;
  overflow: hidden;
  width: 140px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 4px 0px #e5e5e5;
  box-shadow: 0px 0px 4px 0px #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index_main .head_vessel .head .menu_vessel .down_menu > a,
.index_main .head_vessel .head .menu_vessel .lng_down_menu > a {
  display: block;
  color: #010c3a;
  padding-left: 30px;
  line-height: 45px;
  font-size: 16px;
  padding-top: 8px;
}
.index_main .head_vessel .head .menu_vessel .down_menu > a:hover,
.index_main .head_vessel .head .menu_vessel .lng_down_menu > a:hover {
  color: #ffbc1c;
}
.index_main .head_vessel .head .menu_vessel .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  position: relative;
  height: 100%;
}
.index_main .head_vessel .head .menu_vessel .menu > a:nth-child(2) {
  position: relative;
}
.index_main .head_vessel .head .menu_vessel .menu .focus {
  color: #ffbc1c;
}
.index_main .head_vessel .head .menu_vessel .menu .focus_block {
  display: none;
  position: absolute;
  top: 0;
  height: 2px;
  width: 90px;
  background: #ffbc1c;
  -webkit-transition: left 0.2s;
  -o-transition: left 0.2s;
  -moz-transition: left 0.2s;
  transition: left 0.2s;
}
.index_main .head_vessel .head .menu_vessel .menu > a {
  color: #fff;
  width: 126px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
}
.index_main .head_vessel .head .menu_vessel .login > a {
  border-radius: 20px;
  text-align: center;
  width: 90px;
  height: 30px;
  border: 1px solid #fff;
  margin-left: 20px;
  font-size: 12px;
  display: block;
  color: #031850;
  background: #fff;
  line-height: 30px;
}
.index_main .head_vessel .head .menu_vessel .login > a:hover {
  background: #8087a0;
}
.index_main .content .tryOut_vessel {
  height: 100%;
  background: #010d3d url('https://images.youzhanjia.com/source/official/web/banner_home_bg.png') no-repeat center bottom / auto 100%;
}
.index_main .content .tryOut_vessel .tryOut {
  position: relative;
  height: 100%;
}
.index_main .content .tryOut_vessel .tryOut .contace {
  position: absolute;
  top: 59%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}
.index_main .content .explain_vessel {
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.index_main .content .explain_vessel .explain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .content .explain_vessel .explain > a {
  display: block;
  padding: 30px 30px;
  width: 330px;
  height: 290px;
  color: #333;
}
.index_main .content .explain_vessel .explain > a img {
  display: block;
  margin: 0 auto;
}
.index_main .content .explain_vessel .explain > a > h3 {
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
}
.index_main .content .explain_vessel .explain > a > div {
  margin: 25px auto 0;
  font-size: 14px;
  line-height: 30px;
  width: 300px;
}
.index_main .content .explain_vessel .explain > a:hover {
  -webkit-box-shadow: 0px 0px 5px 1px #e1e1e1;
  box-shadow: 0px 0px 5px 1px #e1e1e1;
}
.index_main .content .proPrice_vessel {
  height: 100%;
  padding-top: 157px;
  background: #f8f9fb;
}
.index_main .content .proPrice_vessel .footer_img {
  width: 100%;
  display: block;
  height: 250px;
  margin-top: 80px;
}
.index_main .content .proPrice_vessel .item_vessel {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_main .content .proPrice_vessel .item_vessel .item {
  -webkit-box-shadow: 0px 0px 60px #eff2f6;
  box-shadow: 0px 0px 60px #eff2f6;
  padding: 60px 20px 0;
  background: #fff;
  width: 224px;
  height: 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.index_main .content .proPrice_vessel .item_vessel .item:hover {
  top: -10px;
}
.index_main .content .proPrice_vessel .item_vessel .item > img {
  width: 66px;
  height: 66px;
}
.index_main .content .proPrice_vessel .item_vessel .item > div:nth-child(2) {
  font-size: 22px;
  margin: 40px 0 20px;
}
.index_main .content .proPrice_vessel .item_vessel .item > div:nth-child(3) {
  font-size: 14px;
  line-height: 25px;
}
.index_main .content .quality_vessel {
  background: #010a38;
  height: 614px;
  color: #fff;
}
.index_main .content .quality_vessel .quality {
  position: relative;
  height: 614px;
}
.index_main .content .quality_vessel .quality .quality_content {
  width: 50%;
  font-size: 14px;
  line-height: 30px;
  padding: 75px 60px 0;
}
.index_main .content .quality_vessel .quality .quality_content > .title_yellow {
  display: inline-block;
}
.index_main .content .quality_vessel .quality .quality_content > .title_yellow:after {
  left: 0 !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.index_main .content .quality_vessel .quality .quality_content > div:nth-child(2) {
  padding-top: 25px;
}
.index_main .content .quality_vessel .quality .quality_content .quality_item {
  margin-top: 30px;
  font-size: 14px;
  padding-left: 42px;
}
.index_main .content .quality_vessel .quality .quality_content .item1 {
  background: url('https://images.youzhanjia.com/source/official/web/icon_home_sales.png') no-repeat left center / 22px 22px;
}
.index_main .content .quality_vessel .quality .quality_content .item2 {
  background: url('https://images.youzhanjia.com/source/official/web/icon_home_savecosts.png') no-repeat left center / 22px 22px;
}
.index_main .content .quality_vessel .quality .quality_content .item3 {
  background: url('https://images.youzhanjia.com/source/official/web/icon_home_marketing.png') no-repeat left center / 22px 22px;
}
.index_main .content .quality_vessel .quality .quality_content .item4 {
  background: url('https://images.youzhanjia.com/source/official/web/icon_home_effectiveness.png') no-repeat left center / 22px 22px;
}
.index_main .content .quality_vessel .quality .quality_content .contace {
  margin-top: 35px;
}
.index_main .content .quality_vessel .quality > img {
  position: absolute;
  top: 0;
  left: 50%;
}
.index_main .content .showData_vessel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  height: 250px;
}
.index_main .content .showData_vessel > div:last-child {
  border-right: none;
}
.index_main .content .showData_vessel > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  -moz-box-flex: 1;
  flex: 1 1 25%;
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  position: relative;
}
.index_main .content .showData_vessel > div::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1px;
  height: 90px;
  background: #e1e1e1;
}
.index_main .content .showData_vessel > div > div:nth-child(1) {
  color: #010a38;
}
.index_main .content .showData_vessel > div > div:nth-child(1) > span:nth-child(1) {
  font-size: 60px;
  font-weight: 600;
}
.index_main .content .showData_vessel > div > div:nth-child(1) > span {
  font-size: 40px;
  font-weight: normal;
}
.index_main .content .showData_vessel > div > div:nth-child(2) {
  font-size: 16px;
  color: #333;
}
.index_main .content .omni_vessel {
  background: #ffffff;
  padding: 80px 45px 125px;
  padding: 110px 45px 58px;
}
.index_main .content .omni_vessel .omni .omni_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 53px;
}
.index_main .content .omni_vessel .omni .omni_content .omni_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  width: 30%;
}
.index_main .content .omni_vessel .omni .omni_content .omni_item .omni_item1 {
  background: url('https://images.youzhanjia.com/source/official/web/img_home_o&m.png') no-repeat top left / 100%;
}
.index_main .content .omni_vessel .omni .omni_content .omni_item .omni_item2 {
  background: url('https://images.youzhanjia.com/source/official/web/img_home_business.png') no-repeat top left / 100%;
}
.index_main .content .omni_vessel .omni .omni_content .omni_item .omni_item3 {
  background: url('https://images.youzhanjia.com/source/official/web/img_home_operation.png') no-repeat top left / 100%;
}
.index_main .content .omni_vessel .omni .omni_content .omni_item .omni_banner {
  position: relative;
  width: 370px;
  height: 240px;
  border-radius: 6px;
}
.index_main .content .omni_vessel .omni .omni_content .omni_item .omni_banner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #010a38;
  opacity: 0;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.index_main .content .omni_vessel .omni .omni_content .omni_item .omni_banner:after {
  content: '了解更多';
  position: absolute;
  width: 80px;
  top: 200px;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  padding-top: 80px;
  text-align: center;
  font-size: 16px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: url('https://images.youzhanjia.com/source/official/web/btn_home_understandmore.png') no-repeat center top / 60px 60px;
}
.index_main .content .omni_vessel .omni .omni_content .omni_item .omni_banner:hover:before {
  opacity: 0.6;
}
.index_main .content .omni_vessel .omni .omni_content .omni_item .omni_banner:hover:after {
  z-index: 1;
  top: 70px;
}
.index_main .content .omni_vessel .omni .omni_content .omni_item > div:nth-child(2) {
  font-size: 24px;
  margin: 20px 0;
}
.index_main .content .omni_vessel .omni .omni_content .omni_item > div:nth-child(3) {
  font-size: 14px;
  line-height: 25px;
  width: 300px;
}
.index_main .content .ready_vessel {
  height: 300px;
  position: relative;
  padding-left: 50px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.index_main .content .ready_vessel > div {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1920px;
  height: 100%;
  background: url('https://images.youzhanjia.com/source/official/web/img_home_Increasedefficiency.png') no-repeat top left / 100%;
  padding-left: 390px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.index_main .content .ready_vessel > div .ready > div:nth-child(1) {
  font-size: 20px;
  margin-bottom: 30px;
}
.index_main .content .ready_vessel > div .ready > div:nth-child(2) {
  font-size: 30px;
}
.index_main .content .ready_vessel > div .contace {
  margin-left: 300px;
}
.index_main .content .partner_vessel {
  background: #fff;
  padding-top: 113px;
  height: 501px;
}
.index_main .content .partner_vessel .partner .partner_explain {
  font-size: 16px;
  padding-top: 20px;
  text-align: center;
}
.index_main .content .partner_vessel .partner .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 65px 0 80px;
}
.index_main .content .partner_vessel .partner .swiper-container .swiper-slide > img:nth-child(1) {
  margin-left: 0;
}
.index_main .content .partner_vessel .partner .swiper-container .swiper-slide > img {
  width: 165px;
  height: 40px;
  margin-left: 75px;
}
.index_main .content .navigation_vessel {
  background: #f5f5f5;
  height: 65px;
}
.index_main .content .navigation_vessel .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 16px;
  color: #010A38;
  height: 100%;
  padding: 0 145px;
}
.index_main .content .navigation_vessel .navigation > div {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
}
.index_main .content .navigation_vessel .navigation .focus {
  color: #ffbc1c;
  border-bottom: 3px solid #ffbc1c;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .left_vessel,
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .right_vessel {
  width: 500px;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .unpay,
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .wechat {
  width: 65px;
  height: 65px;
  margin-left: 180px;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .wechat {
  background: url('https://images.youzhanjia.com/source/official/web/icon_nosense_wecat.png') no-repeat top left / 100%;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .unpay {
  background: url('https://images.youzhanjia.com/source/official/web/icon_nosense_unionPay.png') no-repeat top left / 100%;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .second_title {
  font-size: 30px;
  margin: 20px 0 30px 0;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .new_mode_slogan {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .left_vessel {
  width: 500px;
  margin-right: 100px;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .showing {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 50px;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .showing > img {
  display: block;
  margin: 0 auto;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .new_mode_explain {
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .onlyslogn {
  font-size: 34px;
  height: 290px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .onlyslogn .slogn_second {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: block;
  margin-top: 24px;
  text-align: left;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .left_vessel.onlyslogn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content .right_vessel.onlyslogn {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: flex-start;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content2 {
  padding-top: 115px;
  padding-left: 20px;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content2 .contact_box_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content2 .contact_box_top .contact_box {
  margin-left: 60px;
  width: 500px;
  padding-top: 96px;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content2 .contact_box_top .contact_box > h4 {
  font-size: 30px;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content2 .contact_box_top .contact_box > div:nth-child(2) {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  line-height: 30px;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content2 .contact_box_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 0 60px;
  margin-top: 80px;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content2 .contact_box_bottom > div {
  width: 147px;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content2 .contact_box_bottom > div > div:nth-child(1) {
  border: 2px solid #afa9b8;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  margin: 0 auto;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content2 .contact_box_bottom > div > div:nth-child(1) img {
  width: 50px;
  height: 50px;
}
.index_main .content .navigation_content .new_mode_content_vessel .new_mode_content2 .contact_box_bottom > div > div:nth-child(2) {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 30px;
  margin-top: 20px;
}
.index_main .content .station_now {
  height: 370px;
  overflow: hidden;
}
.index_main .content .station_now > .title {
  font-size: 30px;
  color: #000;
  text-align: center;
  margin: 70px 0 50px;
}
.index_main .content .station_now > .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .content .station_now > .items > .item {
  background: #f14d4d;
  border-radius: 8px;
  width: 285px;
  height: 130px;
  color: #fff;
  padding: 20px;
}
.index_main .content .station_now > .items > .item > span {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  display: block;
}
.index_main .content .station_now > .items > .item > div {
  font-size: 16px;
  margin-top: 10px;
  line-height: 24px;
}
.index_main .content .slog_vessel {
  background: #233387;
  padding: 45px 0;
}
.index_main .content .slog_vessel > div {
  line-height: 44px;
  font-size: 22px;
  color: #fff;
  width: 948px;
  margin: 0 auto;
  position: relative;
}
.index_main .content .slog_vessel > div::after,
.index_main .content .slog_vessel > div::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 38px;
}
.index_main .content .slog_vessel > div::after {
  top: -5px;
  left: -72px;
  background: url('https://images.youzhanjia.com/source/official/web/imp.png') no-repeat top left / 100%;
}
.index_main .content .slog_vessel > div::before {
  right: -56px;
  bottom: -18px;
  background: url('https://images.youzhanjia.com/source/official/web/imp2.png') no-repeat top left / 100%;
}
.index_main .content .noFeelPay_vessel {
  background: #fff;
}
.index_main .content .noFeelPay_vessel .video_vessel {
  height: 940px;
  background: #f5f5f5;
  overflow: hidden;
}
.index_main .content .noFeelPay_vessel .video_vessel > .title {
  margin: 90px auto 60px;
  text-align: center;
  font-size: 46px;
}
.index_main .content .noFeelPay_vessel .video_vessel > .title > span {
  color: #344ed8;
  font-weight: 600;
}
.index_main .content .noFeelPay_vessel .video_vessel > video {
  display: block;
  margin: 0 auto;
}
.index_main .content .noFeelPay_vessel .second_in > .title_yellow {
  margin: 100px 0 60px;
}
.index_main .content .noFeelPay_vessel .second_in .step_four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .content .noFeelPay_vessel .second_in .step_four > div {
  border-radius: 8px;
  background: #344ed8;
  width: 250px;
  height: 180px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.index_main .content .noFeelPay_vessel .second_in .step_four > div > div:nth-child(1) {
  background: url('https://images.youzhanjia.com/source/official/web/tit.png') no-repeat top left / 100%;
  width: 240px;
  height: 60px;
  position: absolute;
  left: -12px;
  top: 20px;
  font-size: 24px;
  color: #344ed8;
  font-weight: 600;
  line-height: 50px;
  padding-left: 42px;
  font-style: oblique;
}
.index_main .content .noFeelPay_vessel .second_in .step_four > div > div:nth-child(2) {
  margin-top: 94px;
  margin-bottom: 10px;
}
.index_main .content .noFeelPay_vessel .second_in .step_four > div > div:nth-child(2),
.index_main .content .noFeelPay_vessel .second_in .step_four > div > div:nth-child(3) {
  margin-left: 40px;
  padding-left: 16px;
  position: relative;
  top: 0;
  left: 0;
}
.index_main .content .noFeelPay_vessel .second_in .step_four > div > div:nth-child(2)::after,
.index_main .content .noFeelPay_vessel .second_in .step_four > div > div:nth-child(3)::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.index_main .content .noFeelPay_vessel .second_out > .title_yellow {
  margin-top: 100px;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel {
  height: 780px;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .title_vessel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin: 90px 0 50px;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .title_vessel > div {
  width: 550px;
  text-align: center;
  font-size: 24px;
  color: #333;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .title_vessel > div > span:nth-child(1) {
  font-weight: 600;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .title_vessel > div > span:nth-child(2) {
  font-size: 16px;
  margin-left: 16px;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .content_vessel .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .content_vessel .content > div:nth-child(1) > div:nth-child(1) {
  font-size: 30px;
  color: #333;
  padding-left: 10px;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .content_vessel .content > div:nth-child(1) > div:nth-child(1) > span {
  font-size: 18px;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .content_vessel .content > div:nth-child(1) > div:nth-child(2) {
  width: 550px;
  height: 12px;
  border-radius: 10px;
  background: #999999;
  margin-top: 5px;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .content_vessel .content > div:nth-child(2) > img {
  width: 80px;
  height: 80px;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .content_vessel .content > div:nth-child(3) > div:nth-child(1) {
  font-size: 30px;
  color: #333;
  padding-right: 10px;
  text-align: right;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .content_vessel .content > div:nth-child(3) > div:nth-child(1) > span {
  font-size: 18px;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .content_vessel .content > div:nth-child(3) > div:nth-child(2) {
  width: 550px;
  height: 12px;
  border-radius: 10px;
  background: #e5e5e5;
  margin-top: 5px;
  position: relative;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .content_vessel .content > div:nth-child(3) > div:nth-child(2) > div {
  position: absolute;
  top: 0;
  left: 0;
  background: #344ed8;
  border-radius: 10px;
  height: 100%;
}
.index_main .content .noFeelPay_vessel .second_out .timeout_vessel .content_vessel .item_title {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 4px;
}
.index_main .content .noFeelPay_vessel .noFeelUp_vessel {
  height: 240px;
  position: relative;
}
.index_main .content .noFeelPay_vessel .noFeelUp_vessel > img {
  width: 1920px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.index_main .content .noFeelPay_vessel .noFeelUp_vessel .noFeelUp {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.index_main .content .noFeelPay_vessel .noFeelUp_vessel .noFeelUp > div:nth-child(1) {
  font-size: 20px;
}
.index_main .content .noFeelPay_vessel .noFeelUp_vessel .noFeelUp > div:nth-child(2) {
  font-size: 30px;
  margin-top: 20px;
}
.index_main .content .noFeelPay_vessel .noFeelUp_vessel .noFeelUp > div:nth-child(2) > span {
  font-size: 54px;
  color: #ffbc1c;
}
.index_main .content .noFeelPay_vessel .exper_vessel {
  background: #f5f5f5;
  overflow: hidden;
  height: 650px;
}
.index_main .content .noFeelPay_vessel .exper_vessel > .title_yellow {
  margin-top: 90px;
  margin-bottom: 85px;
}
.index_main .content .noFeelPay_vessel .exper_vessel > .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .content .noFeelPay_vessel .exper_vessel > .content > div:nth-child(3),
.index_main .content .noFeelPay_vessel .exper_vessel > .content > div:nth-child(4) {
  margin-top: 40px;
}
.index_main .content .noFeelPay_vessel .exper_vessel > .content > div {
  width: 580px;
  height: 150px;
  -webkit-box-shadow: 0px 0px 10px 10px #eaebed;
  box-shadow: 0px 0px 10px 10px #eaebed;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.index_main .content .noFeelPay_vessel .exper_vessel > .content > div > img {
  width: 80px;
  height: 80px;
  margin-right: 50px;
  margin-left: 50px;
}
.index_main .content .noFeelPay_vessel .exper_vessel > .content > div > div > div:nth-child(1) {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.index_main .content .noFeelPay_vessel .exper_vessel > .content > div > div > div:nth-child(2) {
  margin-top: 14px;
}
.index_main .content .noFeelPay_vessel .exper_vessel > .content > div > div > div:nth-child(2) > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.index_main .content .noFeelPay_vessel .exper_vessel > .content > div > div > div:nth-child(2) > div > div:nth-child(1) {
  width: 200px;
}
.index_main .content .bigData_vessel .tellmeWhy {
  height: 720px;
  padding-top: 90px;
}
.index_main .content .bigData_vessel .tellmeWhy > .title {
  font-size: 46px;
  text-align: center;
}
.index_main .content .bigData_vessel .tellmeWhy > .title > span {
  font-weight: 600;
  color: #344ed8;
}
.index_main .content .bigData_vessel .tellmeWhy > .scond_title {
  text-align: center;
  font-size: 24px;
  color: #888;
  margin-top: 20px;
}
.index_main .content .bigData_vessel .tellmeWhy .why_item_vessel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.index_main .content .bigData_vessel .tellmeWhy .why_item_vessel > div {
  border-radius: 8px;
  background: #f14d4d;
  width: 285px;
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  color: #fff;
  padding-top: 40px;
}
.index_main .content .bigData_vessel .tellmeWhy .why_item_vessel > div > div:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 18px;
}
.index_main .content .bigData_vessel .tellmeWhy .why_item_vessel > div > div:nth-child(3) {
  font-size: 16px;
  width: 200px;
}
.index_main .content .bigData_vessel .sales_vessel {
  height: 690px;
}
.index_main .content .bigData_vessel .sales_vessel > .title_yellow {
  margin-bottom: 70px;
}
.index_main .content .bigData_vessel .sales_vessel > .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 1430px;
}
.index_main .content .bigData_vessel .sales_vessel > .content > img {
  width: 410px;
  height: 510px;
}
.index_main .content .bigData_vessel .sales_vessel > .content > div:nth-child(2) {
  font-size: 14px;
  color: #000;
}
.index_main .content .bigData_vessel .sales_vessel > .content > div:nth-child(2) .title {
  font-size: 18px;
  font-weight: 600;
}
.index_main .content .bigData_vessel .sales_vessel > .content > div:nth-child(2) .item {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.index_main .content .bigData_vessel .compar_vessel {
  padding-bottom: 100px;
}
.index_main .content .bigData_vessel .compar_vessel > .title_yellow {
  margin: 100px 0 105px;
}
.index_main .content .bigData_vessel .compar_vessel > img {
  margin: 0 auto;
  display: block;
  width: 610px;
  height: 90px;
  margin-bottom: 60px;
}
.index_main .content .bigData_vessel .compar_vessel .item_vessel > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.index_main .content .bigData_vessel .compar_vessel .item_vessel > div > div:nth-child(1),
.index_main .content .bigData_vessel .compar_vessel .item_vessel > div > div:nth-child(5) {
  font-size: 16px;
  color: #333;
  border-radius: 4px;
  width: 480px;
  height: 60px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.index_main .content .bigData_vessel .compar_vessel .item_vessel > div > div:nth-child(1) {
  background: #d9d9d9;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.index_main .content .bigData_vessel .compar_vessel .item_vessel > div > div:nth-child(2) {
  background: url('https://images.youzhanjia.com/source/official/web/no_good.png') no-repeat top left / 100%;
  width: 40px;
  height: 40px;
}
.index_main .content .bigData_vessel .compar_vessel .item_vessel > div > div:nth-child(3) {
  font-size: 20px;
  color: #000;
  width: 120px;
  text-align: center;
}
.index_main .content .bigData_vessel .compar_vessel .item_vessel > div > div:nth-child(4) {
  background: url('https://images.youzhanjia.com/source/official/web/goods1.png') no-repeat top left / 100%;
  width: 40px;
  height: 40px;
}
.index_main .content .bigData_vessel .compar_vessel .item_vessel > div > div:nth-child(5) {
  background: #c2caf3;
}
.index_main .content .smart_system_vessel .win_vessel {
  background: #f5f5f5;
  height: 520px;
}
.index_main .content .smart_system_vessel .win_vessel > .title_yellow {
  margin: 70px 0 65px;
}
.index_main .content .smart_system_vessel .win_vessel .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .content .smart_system_vessel .win_vessel .content > div {
  margin-bottom: 30px;
  background: #fff;
  width: 585px;
  height: 120px;
  border-radius: 4px;
  padding: 30px 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .content .smart_system_vessel .win_vessel .content > div > img {
  width: 50px;
  height: 70px;
}
.index_main .content .smart_system_vessel .win_vessel .content > div > div:nth-child(2) {
  width: 425px;
}
.index_main .content .smart_system_vessel .speed_vessel {
  background: #fff;
  height: 650px;
}
.index_main .content .smart_system_vessel .speed_vessel > .main {
  overflow: hidden;
}
.index_main .content .smart_system_vessel .speed_vessel > .main > .title_yellow {
  margin: 80px 0 45px;
}
.index_main .content .smart_system_vessel .speed_vessel > .main > .content_item > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .content .smart_system_vessel .speed_vessel > .main > .content_item > div > div {
  width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 40px;
}
.index_main .content .smart_system_vessel .speed_vessel > .main > .content_item > div > div > img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.index_main .content .smart_system_vessel .speed_vessel > .main > .content_item > div > div > div:nth-child(2) {
  font-size: 16px;
  color: #000;
}
.index_main .content .smart_system_vessel .big_client_vessel {
  height: 640px;
  background: #f5f5f5;
}
.index_main .content .smart_system_vessel .big_client_vessel > .main > .title_yellow {
  margin: 70px 0 85px;
}
.index_main .content .smart_system_vessel .big_client_vessel > .main .content_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .content .smart_system_vessel .big_client_vessel > .main .content_item > div {
  border-radius: 20px;
  width: 275px;
  height: 360px;
  overflow: hidden;
  background: #fff;
}
.index_main .content .smart_system_vessel .big_client_vessel > .main .content_item > div > img {
  width: 100%;
  height: 180px;
}
.index_main .content .smart_system_vessel .big_client_vessel > .main .content_item > div > div:nth-child(2) {
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
}
.index_main .content .smart_system_vessel .big_client_vessel > .main .content_item > div .manage_vessel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
}
.index_main .content .smart_system_vessel .big_client_vessel > .main .content_item > div .manage_vessel > div {
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}
.index_main .content .smart_system_vessel .big_client_vessel > .main .content_item > div .manage_vessel > div::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #344ed8;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.index_main .content .smart_system_vessel .private_vessel {
  background: #fff;
  padding-bottom: 30px;
}
.index_main .content .smart_system_vessel .private_vessel > .main {
  overflow: hidden;
}
.index_main .content .smart_system_vessel .private_vessel > .main > .title_yellow {
  margin: 80px 0 85px;
}
.index_main .content .smart_system_vessel .private_vessel > .main > .content_vessel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .content .smart_system_vessel .private_vessel > .main > .content_vessel .bold_title {
  font-size: 22px;
  color: #333;
  margin-bottom: 24px;
  font-weight: 600;
}
.index_main .content .smart_system_vessel .private_vessel > .main > .content_vessel .content {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 60px;
}
.index_main .content .smart_system_vessel .private_vessel > .main > .content_vessel > div:nth-child(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.index_main .content .smart_system_vessel .private_vessel > .main > .content_vessel > img {
  width: 570px;
  height: 520px;
  margin-bottom: 90px;
}
.index_main .content .storeSystem_vessel {
  background: #fff;
}
.index_main .content .storeSystem_vessel .analyze_vessel {
  height: 700px;
  overflow: hidden;
}
.index_main .content .storeSystem_vessel .analyze_vessel .title_yellow {
  margin: 80px 0 95px;
}
.index_main .content .storeSystem_vessel .analyze_vessel .content_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .content .storeSystem_vessel .analyze_vessel .content_item > div {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  width: 50%;
}
.index_main .content .storeSystem_vessel .analyze_vessel .content_item > div > img {
  width: 70px;
  height: 70px;
  margin-bottom: 35px;
}
.index_main .content .storeSystem_vessel .analyze_vessel .content_item > div > div {
  font-size: 16px;
  color: #333;
}
.index_main .content .storeSystem_vessel .store_slog_vessel {
  background: #233387;
  font-size: 22px;
  line-height: 44px;
  color: #fff;
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}
.index_main .content .storeSystem_vessel .store_slog_vessel .slog {
  width: 948px;
  margin: 0 auto;
  position: relative;
}
.index_main .content .storeSystem_vessel .store_slog_vessel .slog::after,
.index_main .content .storeSystem_vessel .store_slog_vessel .slog::before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
}
.index_main .content .storeSystem_vessel .store_slog_vessel .slog::after {
  top: 0;
  left: -76px;
  background: url('https://images.youzhanjia.com/source/official/web/imp.png') no-repeat top left / 100%;
}
.index_main .content .storeSystem_vessel .store_slog_vessel .slog::before {
  bottom: -22px;
  right: -76px;
  background: url('https://images.youzhanjia.com/source/official/web/imp2.png') no-repeat top left / 100%;
}
.index_main .content .storeSystem_vessel .title_vessel {
  background: #fff;
  overflow: hidden;
  height: 190px;
}
.index_main .content .storeSystem_vessel .title_vessel > .title_yellow {
  margin-top: 80px;
}
.index_main .content .memberService_vessel .oneStep_vessel {
  height: 750px;
}
.index_main .content .memberService_vessel .oneStep_vessel > .title_yellow {
  margin: 75px 0 105px;
}
.index_main .content .memberService_vessel .oneStep_vessel > .title_yellow > span {
  color: #344ed8;
}
.index_main .content .memberService_vessel .oneStep_vessel > .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .content .memberService_vessel .oneStep_vessel > .content .bold {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  margin-bottom: 22px !important;
}
.index_main .content .memberService_vessel .oneStep_vessel > .content > div > div {
  font-size: 16px;
  color: #333;
  height: 250px;
}
.index_main .content .memberService_vessel .oneStep_vessel > .content > div > div > div {
  margin-bottom: 14px;
  line-height: 25px;
}
.index_main .content .memberService_vessel .oneStep_vessel > .content > div:nth-child(1) {
  text-align: right;
}
.index_main .content .memberService_vessel .oneStep_vessel > .content img {
  width: 455px;
  height: 335px;
}
.index_main .content .memberService_vessel .oneStep_vessel > .content > div:nth-child(3) {
  text-align: left;
}
.index_main .content .memberService_vessel .twoStep_vessel {
  height: 750px;
  position: relative;
  padding-top: 75px;
}
.index_main .content .memberService_vessel .twoStep_vessel > img {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.index_main .content .memberService_vessel .twoStep_vessel > .title_yellow {
  color: #fff;
  margin-bottom: 105px;
}
.index_main .content .memberService_vessel .twoStep_vessel > .title_yellow > span {
  color: #ffbc1c;
}
.index_main .content .memberService_vessel .twoStep_vessel .wave {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  position: absolute;
  z-index: 2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}
.index_main .content .memberService_vessel .twoStep_vessel .wave > div {
  width: 210px;
  margin-right: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.index_main .content .memberService_vessel .twoStep_vessel .wave > div > .style1,
.index_main .content .memberService_vessel .twoStep_vessel .wave > div > .style2 {
  margin-bottom: 65px;
  width: 210px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 22px;
  color: #233387;
}
.index_main .content .memberService_vessel .twoStep_vessel .wave > div > .style1 {
  background: url('https://images.youzhanjia.com/source/official/web/raxid.png') no-repeat top left / 100%;
}
.index_main .content .memberService_vessel .twoStep_vessel .wave > div > .style2 {
  background: url('https://images.youzhanjia.com/source/official/web/readi2.png') no-repeat top left / 100%;
}
.index_main .content .memberService_vessel .twoStep_vessel .wave > div .content {
  margin-bottom: 18px;
  width: 155px;
  color: #fff;
  font-size: 16px;
  padding-left: 16px;
  position: relative;
  line-height: 26px;
}
.index_main .content .memberService_vessel .twoStep_vessel .wave > div .content::after {
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #fff;
  content: '';
}
.index_main .content .memberService_vessel .end_vessel {
  padding-top: 75px;
  background: #fff;
  height: 710px;
}
.index_main .content .memberService_vessel .end_vessel .main > .title {
  margin-bottom: 75px;
  text-align: center;
  color: #000;
  font-size: 30px;
}
.index_main .content .memberService_vessel .end_vessel .main > .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.index_main .content .memberService_vessel .end_vessel .main > .content > div {
  width: 288px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.index_main .content .memberService_vessel .end_vessel .main > .content > div > img {
  width: 70px;
  height: 70px;
}
.index_main .content .memberService_vessel .end_vessel .main > .content > div > div:nth-child(2) {
  margin-top: 40px;
  font-size: 22px;
  color: #000;
}
.index_main .content .memberService_vessel .end_vessel .main > .content > div > div:nth-child(3) {
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.index_main .content .memberService_vessel .end_vessel .main .tryIt {
  border: 2px solid #344ed8;
  border-radius: 8px;
  width: 234px;
  height: 60px;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #344ed8;
  margin: 0 auto;
  line-height: 60px;
  margin-top: 70px;
}
.index_main .content .omni_content_vessel .omni_content.lng {
  padding-top: 60px;
  height: 880px;
}
.index_main .content .omni_content_vessel .omni_content.lng .serve_vessel2 {
  padding-top: 50px;
}
.index_main .content .omni_content_vessel .omni_content.lng .serve_vessel2 > div:nth-child(2) {
  margin: 0;
}
.index_main .content .omni_content_vessel .omni_content.lng .serve_vessel2 > div {
  height: 307px;
  padding-top: 0;
}
.index_main .content .omni_content_vessel .omni_content.lng .serve_vessel2 > div img {
  width: 66px;
  height: 66px;
}
.index_main .content .omni_content_vessel .omni_content.lng .serve_vessel2 > div h3 {
  font-size: 22px;
}
.index_main .content .omni_content_vessel .omni_content.lng .serve_vessel2 > div p {
  margin-top: 20px;
  display: block;
  width: 186px;
}
.index_main .content .omni_content_vessel .omni_content.lngServe {
  padding-top: 60px;
  height: 880px;
}
.index_main .content .omni_content_vessel .omni_content.lngServe .serve_vessel2 {
  padding-top: 60px;
}
.index_main .content .omni_content_vessel .omni_content.lngServe .serve_vessel2 > div {
  height: 550px;
}
.index_main .content .omni_content_vessel .omni_content.lngServe .serve_vessel2 > div h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.index_main .content .omni_content_vessel .omni_content.lngServe .serve_vessel2 > div > div {
  padding: 0 30px;
}
.index_main .content .omni_content_vessel .omni_content.lngServe .serve_vessel2 > div > div .title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}
.index_main .content .omni_content_vessel .omni_content.lngServe .serve_vessel2 > div img {
  width: 66px;
  height: 66px;
}
.index_main .content .omni_content_vessel .omni_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  padding-top: 75px;
  height: 580px;
}
.index_main .content .omni_content_vessel .omni_content .bg_grap.serve_vessel2 > div {
  background: #e2e2e6;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding-top: 70px;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel > div:nth-child(2) {
  margin-left: 100px;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel > div img {
  display: block;
  width: 550px;
  height: 250px;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel > div h3 {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
}
.index_main .content .omni_content_vessel .omni_content .cooper.serve_vessel2 > div {
  padding-top: 0;
}
.index_main .content .omni_content_vessel .omni_content .cooper.serve_vessel2 > div h3 {
  font-size: 16px;
  margin-top: 30px;
}
.index_main .content .omni_content_vessel .omni_content .cooper.serve_vessel2 > div strong {
  font-size: 24px;
  margin-top: 20px;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel2.lng {
  padding-top: 80px;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel2.lng > div:nth-child(2) {
  margin: 0;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel2.lng > div {
  padding-top: 0;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel2.lng > div > img {
  width: 70px;
  height: 70px;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel2.lng > div > h3 {
  font-size: 20px;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel2.lng > div > p {
  display: block;
  line-height: 20px;
  margin-top: 20px;
  width: 240px;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding-top: 100px;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel2 > div:nth-child(2) {
  margin: 0 30px 0;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel2 > div {
  width: 380px;
  height: 240px;
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel2 > div h3 {
  margin-top: 30px;
}
.index_main .content .omni_content_vessel .omni_content .serve_vessel2 > div > img {
  width: 90px;
  height: 90px;
}
.index_main .content .copper_vessel {
  position: relative;
  height: 900px;
}
.index_main .content .copper_vessel .sales_bg {
  background: url('https://images.youzhanjia.com/source/official/web/fx_bg_apply for cooperation.png') no-repeat top left / 100%;
}
.index_main .content .copper_vessel .sales_bg .form .submit {
  background: #E8382F;
  color: #FFFFFF;
  margin-top: 35px;
}
.index_main .content .copper_vessel .sales_bg .form .submit:active {
  background: #90201a;
}
.index_main .content .copper_vessel .copper_bg {
  background: url('https://images.youzhanjia.com/source/official/web/bg_cooperation_applyforcooperation.png') no-repeat top left / 100%;
}
.index_main .content .copper_vessel .copper_bg .form .submit {
  background: #ffbc1c;
  color: #765509;
  margin-top: 35px;
}
.index_main .content .copper_vessel .copper_bg .form .submit:active {
  background: #bd9945;
}
.index_main .content .copper_vessel .copper_bg,
.index_main .content .copper_vessel .sales_bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 100%;
  width: 1920px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  padding-top: 120px;
}
.index_main .content .copper_vessel .copper_bg .small,
.index_main .content .copper_vessel .sales_bg .small {
  height: 660px !important;
  padding: 71px 60px 0 !important;
}
.index_main .content .copper_vessel .copper_bg .form,
.index_main .content .copper_vessel .sales_bg .form {
  border-radius: 6px;
  width: 630px;
  height: 700px;
  background: #fff;
  padding-top: 70px;
  padding: 45px 60px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index_main .content .copper_vessel .copper_bg .form .title,
.index_main .content .copper_vessel .sales_bg .form .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 45px;
}
.index_main .content .copper_vessel .copper_bg .form .textArea_style,
.index_main .content .copper_vessel .sales_bg .form .textArea_style {
  border: 1px solid #d7d7d7;
  width: 510px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  border-radius: 6px;
  padding-left: 20px;
}
.index_main .content .copper_vessel .copper_bg .form .textArea_style > label,
.index_main .content .copper_vessel .sales_bg .form .textArea_style > label {
  line-height: 40px;
  width: 80px;
}
.index_main .content .copper_vessel .copper_bg .form .textArea_style > textarea,
.index_main .content .copper_vessel .sales_bg .form .textArea_style > textarea {
  height: 80px;
  padding-top: 9px;
  width: 370px;
  font-size: 16px;
}
.index_main .content .copper_vessel .copper_bg .form .textArea_style > textarea::-webkit-input-placeholder,
.index_main .content .copper_vessel .sales_bg .form .textArea_style > textarea::-webkit-input-placeholder {
  font-size: 16px;
}
.index_main .content .copper_vessel .copper_bg .form .textArea_style > textarea:-moz-placeholder,
.index_main .content .copper_vessel .sales_bg .form .textArea_style > textarea:-moz-placeholder {
  font-size: 16px;
}
.index_main .content .copper_vessel .copper_bg .form .textArea_style > textarea::-moz-placeholder,
.index_main .content .copper_vessel .sales_bg .form .textArea_style > textarea::-moz-placeholder {
  font-size: 16px;
}
.index_main .content .copper_vessel .copper_bg .form .textArea_style > textarea:-ms-input-placeholder,
.index_main .content .copper_vessel .sales_bg .form .textArea_style > textarea:-ms-input-placeholder {
  font-size: 16px;
}
.index_main .content .copper_vessel .copper_bg .form .textArea_style > textarea::-ms-input-placeholder,
.index_main .content .copper_vessel .sales_bg .form .textArea_style > textarea::-ms-input-placeholder {
  font-size: 16px;
}
.index_main .content .copper_vessel .copper_bg .form .textArea_style > textarea::placeholder,
.index_main .content .copper_vessel .sales_bg .form .textArea_style > textarea::placeholder {
  font-size: 16px;
}
.index_main .content .copper_vessel .copper_bg .form .valid::after,
.index_main .content .copper_vessel .sales_bg .form .valid::after {
  opacity: 1 !important;
}
.index_main .content .copper_vessel .copper_bg .form .validName,
.index_main .content .copper_vessel .sales_bg .form .validName {
  position: relative;
}
.index_main .content .copper_vessel .copper_bg .form .validName::after,
.index_main .content .copper_vessel .sales_bg .form .validName::after {
  content: '请填写您的姓名';
}
.index_main .content .copper_vessel .copper_bg .form .telValid,
.index_main .content .copper_vessel .sales_bg .form .telValid {
  position: relative;
}
.index_main .content .copper_vessel .copper_bg .form .telValid::after,
.index_main .content .copper_vessel .sales_bg .form .telValid::after {
  content: '请输入正确的联系方式';
}
.index_main .content .copper_vessel .copper_bg .form .input_style,
.index_main .content .copper_vessel .sales_bg .form .input_style {
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  width: 510px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 20px;
  background: #fff;
}
.index_main .content .copper_vessel .copper_bg .form .input_style::after,
.index_main .content .copper_vessel .sales_bg .form .input_style::after {
  position: absolute;
  top: 49px;
  left: 100px;
  color: red;
  font-size: 13px;
  -webkit-transition: top 1s;
  -o-transition: top 1s;
  -moz-transition: top 1s;
  transition: top 1s;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .content .copper_vessel .copper_bg .form .input_style > label,
.index_main .content .copper_vessel .sales_bg .form .input_style > label {
  width: 80px;
  line-height: 40px;
}
.index_main .content .copper_vessel .copper_bg .form .input_style > input,
.index_main .content .copper_vessel .sales_bg .form .input_style > input {
  font-size: 16px;
  line-height: 40px;
  width: 370px;
}
.index_main .content .copper_vessel .copper_bg .form .input_style > input::-webkit-input-placeholder,
.index_main .content .copper_vessel .sales_bg .form .input_style > input::-webkit-input-placeholder {
  font-size: 16px;
}
.index_main .content .copper_vessel .copper_bg .form .input_style > input:-moz-placeholder,
.index_main .content .copper_vessel .sales_bg .form .input_style > input:-moz-placeholder {
  font-size: 16px;
}
.index_main .content .copper_vessel .copper_bg .form .input_style > input::-moz-placeholder,
.index_main .content .copper_vessel .sales_bg .form .input_style > input::-moz-placeholder {
  font-size: 16px;
}
.index_main .content .copper_vessel .copper_bg .form .input_style > input:-ms-input-placeholder,
.index_main .content .copper_vessel .sales_bg .form .input_style > input:-ms-input-placeholder {
  font-size: 16px;
}
.index_main .content .copper_vessel .copper_bg .form .input_style > input::-ms-input-placeholder,
.index_main .content .copper_vessel .sales_bg .form .input_style > input::-ms-input-placeholder {
  font-size: 16px;
}
.index_main .content .copper_vessel .copper_bg .form .input_style > input::placeholder,
.index_main .content .copper_vessel .sales_bg .form .input_style > input::placeholder {
  font-size: 16px;
}
.index_main .content .copper_vessel .copper_bg .form .input_style .select_style:nth-child(1),
.index_main .content .copper_vessel .sales_bg .form .input_style .select_style:nth-child(1),
.index_main .content .copper_vessel .copper_bg .form .input_style .select_style:nth-child(2),
.index_main .content .copper_vessel .sales_bg .form .input_style .select_style:nth-child(2) {
  margin-right: 15px;
}
.index_main .content .copper_vessel .copper_bg .form .input_style .select_style,
.index_main .content .copper_vessel .sales_bg .form .input_style .select_style {
  width: 120px;
  height: 35px;
  border-radius: 4px;
  border: 0;
  outline: 1px solid #d7d7d7;
  font-size: 14px;
  text-align: left;
  padding: 0 20px;
  background: url("https://images.youzhanjia.com/source/official/web/btn_cooperation_unfold.png") no-repeat 100px center / 6px;
  color: #595961;
}
.index_main .content .copper_vessel .copper_bg .form .submit,
.index_main .content .copper_vessel .sales_bg .form .submit {
  width: 510px;
  height: 50px;
  border-radius: 6px;
  font-size: 16px;
}
.index_main .content .about_vessel {
  background: #fff;
}
.index_main .content .about_vessel .about.lng {
  padding: 80px 90px 35px 60px;
}
.index_main .content .about_vessel .about {
  padding: 80px 110px 130px 60px;
}
.index_main .content .about_vessel .about .title {
  font-size: 30px;
  margin-bottom: 50px;
}
.index_main .content .about_vessel .about .vessel_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.index_main .content .about_vessel .about .vessel_1 .left_vessel > p {
  text-indent: 50px;
  font-size: 16px;
  line-height: 30px;
}
.index_main .content .about_vessel .about .vessel_1 .left_vessel > p:nth-child(2) {
  margin-top: 40px;
}
.index_main .content .about_vessel .about .vessel_1 > img {
  width: 350px;
  height: 220px;
  margin-left: 80px;
}
.index_main .content .adva_vessel {
  background: #fff;
}
.index_main .content .adva_vessel .adva {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 80px 0 140px;
}
.index_main .content .adva_vessel .adva .adva_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  padding: 0 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  -moz-box-flex: 1;
  flex: 1 1 25%;
}
.index_main .content .adva_vessel .adva .adva_item img {
  width: 70px;
  height: 70px;
}
.index_main .content .adva_vessel .adva .adva_item h3 {
  font-size: 20px;
  margin: 40px 0 20px;
}
.index_main .content .adva_vessel .adva .adva_item p {
  font-size: 14px;
  line-height: 30px;
}
.index_main .content .companyCul_vessel {
  height: 320px;
  position: relative;
}
.index_main .content .companyCul_vessel .lngCul {
  background: url('https://images.youzhanjia.com/source/official/web/lngimg_lng_bg.png') no-repeat top left / 100% !important;
}
.index_main .content .companyCul_vessel .companyCul {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1920px;
  height: 100%;
  padding-left: 390px;
  background: url('https://images.youzhanjia.com/source/official/web/img_aboutus_ourculture.png') no-repeat top left / 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.index_main .content .companyCul_vessel .companyCul > div:nth-child(1) {
  color: #fff;
  width: 460px;
}
.index_main .content .companyCul_vessel .companyCul > div:nth-child(1) .title {
  font-size: 30px;
}
.index_main .content .companyCul_vessel .companyCul > div:nth-child(1) .content {
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0 40px;
}
.index_main .content .companyCul_vessel .companyCul > div:nth-child(1) .contace {
  margin: 0;
}
.index_main .content .companyCul_vessel .companyCul > div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-left: 175px;
}
.index_main .content .companyCul_vessel .companyCul > div:nth-child(2) > div:nth-child(2) {
  margin: 0 90px;
}
.index_main .content .companyCul_vessel .companyCul > div:nth-child(2) > div > img {
  width: 100px;
  height: 100px;
}
.index_main .content .companyCul_vessel .companyCul > div:nth-child(2) > div p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.index_main .content .community_vessel {
  height: 100%;
  background: #fff;
  padding: 105px 0 0;
}
.index_main .content .community_vessel .community .pages {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_main .content .community_vessel .community .pages .page-left,
.index_main .content .community_vessel .community .pages .page-right {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.index_main .content .community_vessel .community .pages .page-left {
  background: url('https://images.youzhanjia.com/source/official/web/btn_page_left@2x.png') no-repeat center center / 14px 14px;
}
.index_main .content .community_vessel .community .pages .page-right {
  background: url('https://images.youzhanjia.com/source/official/web/btn_page_rightr@2x.png') no-repeat center center / 14px 14px;
}
.index_main .content .community_vessel .community .pages .page {
  font-size: 16px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  padding: 0 4px;
}
.index_main .content .community_vessel .community .pages .page:hover {
  color: #FFBC1C;
}
.index_main .content .community_vessel .community .pages .page-active {
  color: #FFBC1C;
}
.index_main .content .community_vessel .community .select-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0;
  margin-top: 50px;
}
.index_main .content .community_vessel .community .select-style > .more {
  color: #666;
  cursor: pointer;
  font-size: 16px;
}
.index_main .content .community_vessel .community .select-style > .select {
  display: flex;
  align-items: center;
}
.index_main .content .community_vessel .community .select-style > .select > .active {
  background: #FFBC1C;
  color: #6D4F08;
  border: 1px solid #FFBC1C;
  font-size: 18px;
}
.index_main .content .community_vessel .community .select-style > .select > div {
  border: 1px solid #999;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  width: 76px;
  color: #999;
  height: 32px;
  cursor: pointer;
  margin-right: 10px;
  font-size: 16px;
}
.index_main .content .community_vessel .community .dynamic {
  padding: 0px 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index_main .content .community_vessel .community .dynamic > a:nth-child(3n) {
  margin-right: 0;
}
.index_main .content .community_vessel .community .dynamic > a {
  width: 370px;
  color: #373737;
  margin-top: 20px;
  margin-right: 25px;
}
.index_main .content .community_vessel .community .dynamic > a img {
  width: 370px;
  height: 240px;
}
.index_main .content .community_vessel .community .dynamic > a p {
  font-size: 20px;
  margin-top: 30px;
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 65px;
}
.index_main .content .community_vessel .community .dynamic > a > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_main .content .community_vessel .community .dynamic > a > div span {
  font-size: 14px;
  color: #666;
}
.index_main .content .community_vessel .community .dynamic-temp {
  height: 645px;
}
.index_main .content .community_vessel .community .dynamic-temp .dynamic-text {
  padding-top: 11px;
}
.index_main .content .community_vessel .community .dynamic-temp .dynamic-text .text {
  color: #000;
  padding: 10px 20px;
  border-bottom: 1px dashed #e1e1e1;
  display: block;
}
.index_main .content .community_vessel .community .dynamic-temp .dynamic-text .text > h4 {
  font-size: 22px;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.index_main .content .community_vessel .community .dynamic-temp .dynamic-text .text > h4:hover {
  border-bottom: 1px solid #000;
}
.index_main .content .community_vessel .community .dynamic-temp .dynamic-text .text > p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_main .content .community_vessel .community .dynamic-temp .dynamic-text .text > span {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
  display: inline-block;
}
.index_main .content .community_vessel .community .dynamic-temp .dynamic-text .text > span:nth-child(2) {
  margin-left: 41px;
}
.index_main .content .community_vessel .community .dynamic-temp .img-text {
  padding: 0px 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index_main .content .community_vessel .community .dynamic-temp .img-text > a:nth-child(3n) {
  margin-right: 0;
}
.index_main .content .community_vessel .community .dynamic-temp .img-text > a {
  width: 370px;
  color: #373737;
  margin-top: 20px;
  margin-right: 25px;
}
.index_main .content .community_vessel .community .dynamic-temp .img-text > a img {
  width: 370px;
  height: 200px;
}
.index_main .content .community_vessel .community .dynamic-temp .img-text > a p {
  font-size: 20px;
  margin-top: 16px;
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
.index_main .content .community_vessel .community .dynamic-temp .img-text > a > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_main .content .community_vessel .community .dynamic-temp .img-text > a > div span {
  font-size: 14px;
  color: #666;
}
.index_main .content .spread_vessel {
  background: #fff;
}
.index_main .content .spread_vessel .handline_vessel {
  height: 220px;
  background: #233387;
  text-align: center;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
.index_main .content .spread_vessel .handline_vessel > div {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.index_main .content .spread_vessel .handline_vessel > div > div:nth-child(1).show {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.index_main .content .spread_vessel .handline_vessel > div > div:nth-child(2).show {
  right: 50%;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.index_main .content .spread_vessel .handline_vessel > div > div:nth-child(1) {
  position: absolute;
  top: 40px;
  left: -1000px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  width: 1000px;
}
.index_main .content .spread_vessel .handline_vessel > div > div:nth-child(2) {
  position: absolute;
  top: 100px;
  right: -1000px;
  font-size: 48px;
  color: #fff;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  width: 1000px;
}
.index_main .content .spread_vessel .handline_vessel > div > div:nth-child(2) > div {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: breathe 1s infinite alternate;
  -moz-animation: breathe 1s infinite alternate;
  -o-animation: breathe 1s infinite alternate;
  animation: breathe 1s infinite alternate;
}
.index_main .content .spread_vessel .handline_vessel > div > div:nth-child(2) > div > span {
  display: inline-block;
  color: #ffbc1c;
}
.index_main .content .spread_vessel .step_style_vessel {
  overflow: hidden;
}
.index_main .content .spread_vessel .step_style_vessel .step_title {
  font-size: 44px;
  text-align: center;
  margin-top: 60px;
}
.index_main .content .spread_vessel .step_style_vessel .step_title > span {
  color: #344ed8;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel {
  width: 1026px;
  margin: 60px auto 100px;
  background: url('https://images.youzhanjia.com/source/official/web/img_promote_dottedline.png') no-repeat center 16900px / 100%;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content.show .hide_img_l {
  left: 0 !important;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content.show .hide_img_r {
  right: 0 !important;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content.show > div {
  opacity: 1 !important;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content {
  position: relative;
  height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content .hide_img_r {
  right: -500px;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content .hide_img_l {
  left: -500px;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content .step_img {
  position: absolute;
  top: 0;
  width: 320px;
  height: 480px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content .stepOne_icon {
  background: url('https://images.youzhanjia.com/source/official/web/icon_promote_connection.png') no-repeat top left / 36px;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content .stepTwo_icon {
  background: url('https://images.youzhanjia.com/source/official/web/icon_promote_coupon.png') no-repeat top left / 36px;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content .stepThree_icon {
  background: url('https://images.youzhanjia.com/source/official/web/icon_promote_grade.png') no-repeat top left / 36px;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content .stepFour_icon {
  background: url('https://images.youzhanjia.com/source/official/web/icon_promote_evaluation.png') no-repeat top left / 36px;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content > div {
  width: 520px;
  padding-left: 56px;
  opacity: 0;
  -webkit-transition: all 1.3s;
  -o-transition: all 1.3s;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content > div .step_content_title {
  font-size: 26px;
  color: #344ed8;
  line-height: 40px;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content > div .step_content_title > span {
  font-style: italic;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content > div .step_content_explain {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-top: 15px;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content > div .step_content_explain > div:nth-child(1) {
  line-height: 22px;
  margin-right: 10px;
}
.index_main .content .spread_vessel .step_style_vessel .step_content_vessel .step_content > div .step_content_explain > div:nth-child(1) > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #344ed8;
  border-radius: 50%;
}
.index_main .content .spread_vessel .step_three_vessel {
  background: #fff;
  height: 880px;
}
.index_main .content .spread_vessel .step_three_vessel > div > .title {
  font-size: 44px;
  color: #000;
  text-align: center;
  padding: 60px 0 130px;
}
.index_main .content .spread_vessel .step_three_vessel > div > .title > span {
  color: #344ED8;
}
.index_main .content .spread_vessel .step_three_vessel > div .step_three_content_vessel {
  background: url('https://images.youzhanjia.com/source/official/web/img_promote_3_car.png') no-repeat top left / 510px;
  height: 450px;
  position: relative;
}
.index_main .content .spread_vessel .step_three_vessel > div .step_three_content_vessel .step_three_item_vessel {
  position: relative;
  margin-left: 330px;
}
.index_main .content .spread_vessel .step_three_vessel > div .step_three_content_vessel .step_three_item_vessel .step_three_explain_vessel.show {
  left: -143px;
}
.index_main .content .spread_vessel .step_three_vessel > div .step_three_content_vessel .step_three_item_vessel .step_three_explain_vessel {
  position: absolute;
  font-size: 16px;
  color: #fff;
  top: 128px;
  left: -600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.index_main .content .spread_vessel .step_three_vessel > div .step_three_content_vessel .step_three_item_vessel .step_three_item.show {
  opacity: 1;
}
.index_main .content .spread_vessel .step_three_vessel > div .step_three_content_vessel .step_three_item_vessel .step_three_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.index_main .content .spread_vessel .step_three_vessel > div .step_three_content_vessel .step_three_item_vessel .step_three_item > img {
  width: 66px;
  height: 66px;
  margin-right: 20px;
}
.index_main .content .spread_vessel .step_three_vessel > div .step_three_content_vessel .step_three_item_vessel .step_three_item > div > div:nth-child(1) {
  font-size: 20px;
  color: #344ed8;
}
.index_main .content .spread_vessel .step_three_vessel > div .step_three_content_vessel .step_three_item_vessel .step_three_item > div > div:nth-child(2) {
  font-size: 18px;
  color: #000;
}
.index_main .content .spread_vessel .step_four_vessel {
  position: relative;
  height: 880px;
}
.index_main .content .spread_vessel .step_four_vessel .bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  z-index: 1;
}
.index_main .content .spread_vessel .step_four_vessel .title {
  text-align: center;
  font-size: 44px;
  color: #fff;
  padding: 60px 0 50px;
  position: relative;
  z-index: 2;
}
.index_main .content .spread_vessel .step_four_vessel .title > span {
  color: #ffbc1c;
}
.index_main .content .spread_vessel .step_four_vessel .banner {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.index_main .content .spread_vessel .step_four_vessel .step_four_content_vessel {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  height: 390px;
  overflow: hidden;
}
.index_main .content .spread_vessel .step_four_vessel .step_four_content_vessel .step_four_content.show {
  top: 0;
}
.index_main .content .spread_vessel .step_four_vessel .step_four_content_vessel .step_four_content {
  position: absolute;
  top: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  width: 215px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.index_main .content .spread_vessel .step_four_vessel .step_four_content_vessel .step_four_content > img {
  width: 90px;
  height: 90px;
}
.index_main .content .spread_vessel .step_four_vessel .step_four_content_vessel .step_four_content .title_style {
  font-size: 26px;
  color: #ffbc1c;
  margin-top: 20px;
}
.index_main .content .spread_vessel .step_four_vessel .step_four_content_vessel .step_four_content .list_style > li {
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
}
.index_main .content .spread_vessel .yzj_about_vessel .yzj_about_title {
  height: 200px;
  background: #233387;
  padding-top: 45px;
  text-align: center;
}
.index_main .content .spread_vessel .yzj_about_vessel .yzj_about_title > div:nth-child(1) {
  font-size: 44px;
  color: #fff;
}
.index_main .content .spread_vessel .yzj_about_vessel .yzj_about_title > div:nth-child(2) {
  font-size: 26px;
  color: #fff;
  margin-top: 25px;
}
.index_main .content .spread_vessel .yzj_about_vessel .yzj_about_title > div:nth-child(2) > a {
  color: #ffbc1c;
  font-size: 24px;
  margin-left: 20px;
  display: inline-block;
}
.index_main .content .spread_vessel .yzj_about_vessel .yzj_about_content {
  height: 880px;
}
.index_main .content .spread_vessel .yzj_about_vessel .yzj_about_content .yzj_about {
  text-align: center;
  font-size: 44px;
  color: #000;
  padding: 60px 0 25px;
}
.index_main .content .spread_vessel .yzj_about_vessel .yzj_about_content .yzj_about > span {
  color: #344ed8;
}
.index_main .content .spread_vessel .yzj_about_vessel .yzj_about_content .logo_vessel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-items: center;
  margin-top: 45px;
}
.index_main .content .spread_vessel .yzj_about_vessel .yzj_about_content .logo_vessel > img {
  width: 300px;
  height: 110px;
}
.index_main .content .spread_vessel .yzj_about_vessel .yzj_about_content .exper {
  background: #ffbc1c;
  width: 245px;
  height: 70px;
  border-radius: 10px;
  font-size: 26px;
  color: #6d4f08;
  margin: 105px auto 0;
  display: block;
  text-align: center;
  line-height: 70px;
}
.index_main .content .spread_vessel .yzj_about_vessel .yzj_about_content .free_call {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top: 30px;
}
.index_main .content .spread_vessel .yzj_about_vessel .yzj_about_content .free_call > span {
  color: #344ed8;
}
.index_main .content .kernel_vessel {
  height: 880px;
  background: #fff;
  padding-top: 50px;
}
.index_main .content .kernel_vessel .kernel.two > div img {
  width: 340px;
  height: 262px;
}
.index_main .content .kernel_vessel .kernel {
  padding: 0 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_main .content .kernel_vessel .kernel > div {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_main .content .kernel_vessel .kernel > div > div:nth-child(1) {
  font-size: 22px;
}
.index_main .content .kernel_vessel .kernel > div > div:nth-child(2) {
  font-size: 14px;
  margin: 15px 0 20px;
}
.index_main .content .kernel_vessel .kernel > div img {
  width: 340px;
  height: 200px;
}
.index_main .content .copy_right_vessel {
  background: #f5f5f5;
  padding-top: 50px;
  height: 880px;
}
.index_main .content .copy_right_vessel .copy_right .copy_vessel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_main .content .copy_right_vessel .copy_right .copy_vessel .copy {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.index_main .content .copy_right_vessel .copy_right .copy_vessel .copy > img {
  width: 160px;
  height: 160px;
}
.index_main .content .copy_right_vessel .copy_right .copy_vessel .copy > div {
  margin-left: 20px;
}
.index_main .content .copy_right_vessel .copy_right .copy_vessel .copy > div h3 {
  font-size: 22px;
}
.index_main .content .copy_right_vessel .copy_right .copy_vessel .copy > div p {
  margin-top: 20px;
  font-size: 14px;
}
.index_main .content .pro_vessel {
  background: #fff;
  padding-top: 60px;
  padding: 60px 0 170px;
}
.index_main .content .pro_vessel .explain {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin: 20px 0 90px;
}
.index_main .content .pro_vessel .pro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.index_main .content .pro_vessel .pro > div {
  margin-top: 50px;
  margin-right: 51px;
}
.index_main .content .pro_vessel .pro > div img {
  width: 174px;
  height: 254px;
}
.index_main .content .pro_vessel .pro > div > div {
  text-align: center;
  margin-top: 10px;
}
.index_main .content .goods-sales-vessel .goods-sales {
  padding-top: 70px;
}
.index_main .content .goods-sales-vessel .goods-sales > .goods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_main .content .goods-sales-vessel .goods-sales > .goods > .goods-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin-top: 40px;
  width: 580px;
  height: 270px;
  padding-right: 45px;
  position: relative;
}
.index_main .content .goods-sales-vessel .goods-sales > .goods > .goods-item .gross {
  position: absolute;
  top: 20px;
  left: 20px;
  background: url('https://images.youzhanjia.com/source/official/web/fx_price.png') no-repeat top left / 100%;
  width: 80px;
  height: 80px;
  color: #fff;
  font-family: Alibaba;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.index_main .content .goods-sales-vessel .goods-sales > .goods > .goods-item .gross > div:nth-child(1) {
  font-size: 15px;
}
.index_main .content .goods-sales-vessel .goods-sales > .goods > .goods-item .gross > div:nth-child(2) {
  font-weight: bold;
  font-size: 23px;
}
.index_main .content .goods-sales-vessel .goods-sales > .goods > .goods-item .gross > div:nth-child(2) > span {
  font-size: 15px;
}
.index_main .content .goods-sales-vessel .goods-sales > .goods > .goods-item > img {
  width: 270px;
  height: 270px;
}
.index_main .content .goods-sales-vessel .goods-sales > .goods > .goods-item .explain > h4 {
  font-weight: 600;
  margin-bottom: 24px;
  font-size: 22px;
}
.index_main .content .goods-sales-vessel .goods-sales > .goods > .goods-item .explain > p {
  font-size: 16px;
  line-height: 26px;
  padding-left: 21px;
  background: url('https://images.youzhanjia.com/source/official/web/fx_commodity_icon@2x.png') no-repeat left 6px / 12px;
}
.index_main .content .goods-sales-vessel .goods-sales .tips {
  padding: 40px 0 38px;
  font-size: 16px;
}
.index_main .content .goods-sales-vessel .goods-sales > .explain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 68px;
  padding-bottom: 70px;
}
.index_main .content .goods-sales-vessel .goods-sales > .explain > img {
  width: 440px;
  height: 300px;
}
.index_main .content .goods-sales-vessel .goods-sales > .explain .text {
  margin-left: 30px;
}
.index_main .content .goods-sales-vessel .goods-sales > .explain .text > p:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
}
.index_main .content .goods-sales-vessel .goods-sales > .explain .text > p:nth-child(2),
.index_main .content .goods-sales-vessel .goods-sales > .explain .text > p:nth-child(3) {
  font-size: 16px;
  line-height: 24px;
  text-indent: 2em;
  margin-top: 12px;
}
.index_main .content .goods-sales-vessel .goods-sales > .explain .text > img {
  width: 440px;
  height: 82px;
  margin-top: 26px;
}
.index_main .content .goods-sales-vessel .goods-sales .adv-vessel {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_main .content .goods-sales-vessel .goods-sales .adv-vessel .adv {
  width: 275px;
  margin-right: 33px;
  height: 350px;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 70px 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_main .content .goods-sales-vessel .goods-sales .adv-vessel .adv:nth-child(4) {
  margin-right: 0;
}
.index_main .content .goods-sales-vessel .goods-sales .adv-vessel .adv > img {
  width: 90px;
  height: 90px;
}
.index_main .content .goods-sales-vessel .goods-sales .adv-vessel .adv > h4 {
  font-size: 22px;
  margin: 40px 0 24px;
}
.index_main .content .goods-sales-vessel .goods-sales .adv-vessel .adv > p {
  font-size: 16px;
  line-height: 24px;
}
.index_main .content .goods-sales-vessel .goods-sales .adv-img {
  padding: 80px 0 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_main .content .goods-sales-vessel .goods-sales .adv-img > img {
  width: 766px;
  height: 420px;
}
.index_main .content .goods-sales-vessel .goods-sales .adv-img > h4 {
  font-size: 28px;
  font-weight: bold;
  color: #231815;
  margin: 30px 0 18px;
}
.index_main .content .goods-sales-vessel .goods-sales .adv-img > h2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #888888;
}
.index_main .content .easy-choose-vessel {
  border: 1px solid transparent;
}
.index_main .content .easy-choose-vessel .easy-choose {
  padding-top: 70px;
}
.index_main .content .easy-choose-vessel .easy-choose .partner {
  margin: 69px auto;
  display: block;
}
.index_main .content .easy-choose-vessel .easy-choose .ec-img {
  width: 1200px;
  height: 452px;
  margin-top: 50px;
  margin: 50px 0 90px;
}
.index_main .content .easy-choose-vessel .easy-choose .item-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 47px 0 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_main .content .easy-choose-vessel .easy-choose .item-style > div {
  width: 242px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_main .content .easy-choose-vessel .easy-choose .item-style > div > img {
  width: 70px;
  height: 70px;
}
.index_main .content .easy-choose-vessel .easy-choose .item-style > div > h4 {
  font-size: 22px;
  font-weight: normal;
  margin: 35px 0 28px;
}
.index_main .content .easy-choose-vessel .easy-choose .item-style > div > p {
  font-size: 14px;
  line-height: 33px;
}
.index_main .content .easy-choose-vessel .easy-choose .second-title {
  font-size: 16px;
  color: #323333;
  line-height: 34px;
  margin-top: 47px;
}
.index_main .content .easy-choose-vessel .easy-choose .root-item:nth-of-type(1) {
  margin-top: 57px;
}
.index_main .content .easy-choose-vessel .easy-choose .root-item:nth-of-type(2) {
  margin-top: 33px;
}
.index_main .content .easy-choose-vessel .easy-choose .root-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_main .content .easy-choose-vessel .easy-choose .root-item > div {
  width: 380px;
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index_main .content .easy-choose-vessel .easy-choose .root-item > div > img {
  width: 102px;
  height: 102px;
}
.index_main .content .easy-choose-vessel .easy-choose .root-item > div > h4 {
  margin: 37px 0 24px;
  font-size: 22px;
}
.index_main .content .easy-choose-vessel .easy-choose .root-item > div > p {
  font-size: 14px;
  line-height: 33px;
}
.index_main .content .easy-choose-vessel .easy-choose .issue,
.index_main .content .easy-choose-vessel .easy-choose .issue-second {
  width: 1200px;
  border-radius: 16px;
  padding: 11px 30px;
  margin: 51px 0 91px;
}
.index_main .content .easy-choose-vessel .easy-choose .issue-second {
  background: #f5f5f5;
}
.index_main .content .easy-choose-vessel .easy-choose .issue-second > .issue-item:nth-of-type(6) {
  background: none;
}
.index_main .content .easy-choose-vessel .easy-choose .issue-second > .issue-item {
  border-bottom: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5)) padding-box, -webkit-repeating-linear-gradient(120deg, #d8d4d4 0, #d8d4d4 0.3em, white 0, white 0.45em);
  padding: 19px 10px;
}
.index_main .content .easy-choose-vessel .easy-choose .issue-second > .issue-item > div:nth-child(1) {
  color: #1A40BB;
  font-size: 20px;
  font-weight: bold;
}
.index_main .content .easy-choose-vessel .easy-choose .issue-second > .issue-item > div:nth-child(1) > span:nth-child(1) {
  display: inline-block;
}
.index_main .content .easy-choose-vessel .easy-choose .issue-second > .issue-item > div:nth-child(2) {
  font-size: 16px;
  color: #333;
  margin-top: 14px;
}
.index_main .content .easy-choose-vessel .easy-choose .issue {
  background: #fff;
}
.index_main .content .easy-choose-vessel .easy-choose .issue > .issue-item:nth-of-type(7) {
  background: none;
}
.index_main .content .easy-choose-vessel .easy-choose .issue > .issue-item {
  border-bottom: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-repeating-linear-gradient(120deg, #ccc 0, #ccc 0.3em, white 0, white 0.45em);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -moz-repeating-linear-gradient(120deg, #ccc 0, #ccc 0.3em, white 0, white 0.45em);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -o-repeating-linear-gradient(120deg, #ccc 0, #ccc 0.3em, white 0, white 0.45em);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, repeating-linear-gradient(-30deg, #ccc 0, #ccc 0.3em, white 0, white 0.45em);
  background: -webkit-linear-gradient(white, white) padding-box, -webkit-repeating-linear-gradient(120deg, #ccc 0, #ccc 0.3em, white 0, white 0.45em);
  background: -moz-linear-gradient(white, white) padding-box, -moz-repeating-linear-gradient(120deg, #ccc 0, #ccc 0.3em, white 0, white 0.45em);
  background: -o-linear-gradient(white, white) padding-box, -o-repeating-linear-gradient(120deg, #ccc 0, #ccc 0.3em, white 0, white 0.45em);
  background: linear-gradient(white, white) padding-box, repeating-linear-gradient(-30deg, #ccc 0, #ccc 0.3em, white 0, white 0.45em);
  padding: 19px 10px;
}
.index_main .content .easy-choose-vessel .easy-choose .issue > .issue-item > div:nth-child(1) {
  color: #1A40BB;
  font-size: 20px;
  font-weight: bold;
}
.index_main .content .easy-choose-vessel .easy-choose .issue > .issue-item > div:nth-child(1) > span:nth-child(1) {
  display: inline-block;
}
.index_main .content .easy-choose-vessel .easy-choose .issue > .issue-item > div:nth-child(2) {
  font-size: 16px;
  color: #333;
  margin-top: 14px;
}
.index_main .footer_vessel {
  background: #010933;
  color: #fff;
  bottom: 0;
  width: 100%;
}
.index_main .footer_vessel .footer .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  min-height: 325px;
  padding-top: 60px;
}
.index_main .footer_vessel .footer .top > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.index_main .footer_vessel .footer .top > div h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.index_main .footer_vessel .footer .top > div > .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.index_main .footer_vessel .footer .top > div > .links h2 {
  font-size: 14px;
  color: #cecece;
  margin-top: 15px;
}
.index_main .footer_vessel .footer .top > div > .links > a {
  color: #cecece;
  margin-right: 12px;
}
.index_main .footer_vessel .footer .top > div > .links > a:hover {
  color: #ffbc1c;
}
.index_main .footer_vessel .footer .top > div a {
  color: #cecece;
  margin-top: 15px;
}
.index_main .footer_vessel .footer .top > div a:hover {
  color: #ffbc1c;
}
.index_main .footer_vessel .footer .top .qrcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: cneter;
  -webkit-justify-content: cneter;
  -ms-flex-pack: cneter;
  -moz-box-pack: cneter;
  justify-content: cneter;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
}
.index_main .footer_vessel .footer .top .qrcode .qrcode_img {
  width: 121px;
  height: 120px;
  background: url('https://images.youzhanjia.com/source/official/web/img_toolbar_code.png') no-repeat top left / 100%;
  margin-bottom: 20px;
}
.index_main .footer_vessel .footer .bottom {
  height: 121px;
  width: 100%;
  border-top: 1px solid #20264a;
  color: #cecece;
  padding-top: 18px;
}
.index_main .footer_vessel .footer .bottom .company_msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.index_main .footer_vessel .footer .bottom .company_msg > div:nth-child(2),
.index_main .footer_vessel .footer .bottom .company_msg > div:nth-child(3) {
  padding-left: 30px;
}
.index_main .footer_vessel .footer .bottom .company_msg > div:nth-child(2) {
  background: url('https://images.youzhanjia.com/source/official/web/icon_toolbar_positioning.png') no-repeat left center / 20px;
}
.index_main .footer_vessel .footer .bottom .company_msg > div:nth-child(3) {
  background: url('https://images.youzhanjia.com/source/official/web/icon_toolbar_phone.png') no-repeat left center / 20px;
}
.index_main .footer_vessel .footer .bottom .copyright {
  margin-top: 15px;
}
.index_main .callMe_vessel {
  display: none !important;
  position: absolute;
  right: 20px;
  top: 600px;
  height: 185px;
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: top 1s;
  -o-transition: top 1s;
  -moz-transition: top 1s;
  transition: top 1s;
  z-index: 100;
}
.index_main .callMe_vessel > div:nth-child(1) {
  width: 40px;
  height: 125px;
  border-radius: 20px;
  padding: 40px 11px 0;
  text-align: center;
  color: #6d4f08;
  position: relative;
  background: #ffbc1c;
  cursor: pointer;
}
.index_main .callMe_vessel > div:nth-child(1):hover {
  background: #bd9945;
}
.index_main .callMe_vessel > div:nth-child(1)::after {
  position: absolute;
  content: '';
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 18px;
  height: 18px;
  background: url('https://images.youzhanjia.com/source/official/web/btn_home_message.png') no-repeat top left / 100%;
}
.index_main .callMe_vessel > div:nth-child(2) {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffbc1c url('https://images.youzhanjia.com/source/official/web/btn_home_tel.png') no-repeat center center / 18px;
  position: relative;
}
.index_main .callMe_vessel > div:nth-child(2):hover {
  background: #bd9945 url('https://images.youzhanjia.com/source/official/web/btn_home_tel.png') no-repeat center center / 18px;
}
.index_main .callMe_vessel > div:nth-child(2):hover > div {
  opacity: 1;
}
.index_main .callMe_vessel > div:nth-child(2) > div {
  opacity: 0;
  position: absolute;
  background: url('https://images.youzhanjia.com/source/official/web/bg_home_phone.png') no-repeat top left / 100%;
  width: 185px;
  height: 40px;
  left: -190px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #6d4f08;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.index_main .model_vessel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}
.index_main .model_vessel .alert_vessel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 480px;
  height: 380px;
  background: #fff;
  border-radius: 6px;
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.index_main .model_vessel .alert_vessel > div:nth-child(1) {
  background: url('https://images.youzhanjia.com/source/official/web/icon_code_success.png') no-repeat top left / 100%;
  width: 80px;
  height: 80px;
}
.index_main .model_vessel .alert_vessel > div:nth-child(2) {
  margin-top: 30px;
  font-size: 30px;
  color: #333;
}
.index_main .model_vessel .alert_vessel > div:nth-child(3) {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}
.index_main .model_vessel .alert_vessel > button {
  color: #6d4f08;
  background: #ffbc1c;
  width: 200px;
  height: 55px;
  border-radius: 6px;
  margin-top: 55px;
  font-size: 16px;
}
.index_main .model_vessel .alert_vessel > button:active {
  background: #bd9945;
}
.message-board {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: #fff;
  border-radius: 8px;
  width: 240px;
  height: 355px;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.message-board > .head {
  background: #ffbc1c;
  height: 46px;
  line-height: 46px;
  padding-left: 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #6d4f08;
  font-size: 14px;
}
.message-board .message-board-show,
.message-board .message-board-hide {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 30px;
  height: 20px;
}
.message-board .message-board-hide::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 15px;
  height: 3px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}
.message-board .message-board-show {
  display: none;
}
.message-board .message-board-show::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 12px;
  height: 7px;
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.message-board > .explain {
  font-size: 14px;
  color: #333;
  padding: 12px 8px 12px 12px;
}
.message-board .textarea,
.message-board .address-textarea {
  width: 192px;
  height: 58px;
  padding: 10px 12px;
  display: block;
  border: 1px solid #DCDFE6;
  margin: 0 auto;
  border-radius: 4px;
}
.message-board .address-textarea {
  margin-top: 8px;
}
.message-board .fail {
  font-size: 12px;
  color: #fff;
  width: 215px;
  margin: 2px auto 0;
  padding-left: 2px;
}
.message-board .input {
  margin: 8px auto 0;
  width: 215px;
  height: 33px;
  line-height: 32px;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  font-size: 14px;
  padding-left: 10px;
}
.message-board .input > input {
  width: 100%;
}
.message-board .button {
  background: #ffbc1c;
  color: #6d4f08;
  width: 64px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin: 3px 10px 0 0;
  font-size: 14px;
}
.message-board .button:active {
  background: #d1970d;
}
@font-face {
  font-family: Alibaba;
  src: url(../font/Alibaba-PuHuiTi-Heavy.ttf);
}
@-webkit-keyframes breathe {
  form {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@-moz-keyframes breathe {
  form {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@-o-keyframes breathe {
  form {
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes breathe {
  form {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
