﻿@charset "UTF-8";
/*定义公共部分通用css，默认所有页面都需要加载 2016/08/17*/
* {
  box-sizing: border-box; }

html,
body,
div,
span,
object,
iframe, h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

html {
  height: 100%; }

body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 320px;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  font-family: Helvetica, Microsoft YaHei, Lucida Grande, Arial;
  font-size: 12px;
  -webkit-font-smoothing: antialiased; }

input::-ms-clear,
textarea::-ms-clear,
input::-ms-clear,
textarea::-ms-reveal {
  display: none; }

input,
select,
textarea,
button {
  font-family: Helvetica, Microsoft YaHei, Lucida Grande, Arial;
  vertical-align: middle;
  outline: none; }
  input:-webkit-autofill,
  select:-webkit-autofill,
  textarea:-webkit-autofill,
  button:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset; }

h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
  font-weight: normal; }

i {
  font-style: normal; }

ul,
ol,
li {
  list-style-type: none; }

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

iframe {
  border: none; }

a {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  display: block; }

a:link,
a:visited {
  color: inherit;
  text-decoration: none; }

a:hover,
a:active {
  color: inherit;
  text-decoration: none; }

/* 取消苹果圆角 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
button,
textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  border-radius: 0;
  padding-inline-end: 0px;
  padding-inline-start: 0px; }

/* placeholder  */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b3b3; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b3b3; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3; }

input[type='button'] {
  cursor: pointer; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

 
.fix {
  *zoom: 1; }

.fix:after {
  clear: both;
  content: "";
  display: table; }

.fl {
  float: left; }

.fr {
  float: right; }

.pos-r {
  position: relative; }

.pos-a {
  position: absolute; }

.pos-f {
  position: fixed; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.cur {
  cursor: pointer; }

.dis-show {
  display: block !important; }

.dis-hide {
  display: none !important; }

.dis-inb {
  display: inline-block; }

.dis-b {
  display: block; }
 

.wrap {
  max-width: 1200px;
  margin: 0 auto; }

.width-max {
  width: 100% !important; }

.width80 {
  width: 80%; }

.min-w1200 {
  min-width: 1200px; }

.height100 {
  min-height: 100%; }

.height-max {
  height: calc(100vh - 165px); }

.height-common {
  height: calc(100vh - 180px); }

.height-middle {
  height: calc(100vh - 224px); }

.height-big {
  height: calc(100vh - 110px); }

.h40 {
  height: 40px !important;
  line-height: 40px !important; }

.mt6 {
  margin-top: 6px; }

.mt10 {
  margin-top: 10px !important; }

.mt16 {
  margin-top: 16px; }

.mt24 {
  margin-top: 24px !important; }

.mt26 {
  margin-top: 26px; }

.mt50 {
  margin-top: 50px; }

.ml6 {
  margin-left: 6px; }

.ml10 {
  margin-left: 10px; }

.ml12 {
  margin-left: 12px; }

.ml14 {
  margin-left: 14px; }

.ml18 {
  margin-left: 18px; }

.ml50 {
  margin-left: 50px; }

.ml106 {
  margin-left: 106px; }

.mr18 {
  margin-right: 18px; }

.mr16 {
  margin-right: 16px; }

.mr12 {
  margin-right: 12px; }

.mr50 {
  margin-right: 50px; }

.mt50 {
  margin-top: 50px !important; }

.mb24 {
  margin-bottom: 24px; }

.mb8 {
  margin-bottom: 8px; }

.mt8 {
  margin-top: -8px; }

.mt-10 {
  margin-top: -10px; }

.pt110 {
  padding-top: 110px; }

.pl48 {
  padding-left: 48px !important; }

.pl24 {
  padding-left: 24px; }

.pl18 {
  padding-left: 18px; }

.p16 {
  padding: 16px; }

.p24 {
  padding: 24px; }

.plr24 {
  padding: 0 24px; }

.ptb24 {
  padding: 24px 0; }

.pt24 {
  padding-top: 24px !important; }

.plr60 {
  padding: 0 60px; }

.mb4 {
  margin-top: -4px; }

.mb16 {
  margin-bottom: 16px; }

.pt60 {
  padding-top: 58px; }

.pt50 {
  padding-top: 50px; }

.pb10 {
  padding-bottom: 10px; }

.pb60 {
  padding-bottom: 60px; }

.pb48 {
  padding-bottom: 48px; }

.pb24 {
  padding-bottom: 24px; }

.pb55 {
  padding: 0 0 30px 0 !important; }

.ptb10 {
  padding: 10px 0 !important; }

.pb87 {
  padding-bottom: 87px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pt14 {
  padding-top: 14px; }
 
 
.ys-box {
  position: absolute;
  top: 50%;
  right: 0;
  width: 380px;
  max-height: 600px;
  min-height: 480px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 24px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px; }

.ys-login {
  text-align: center;
  padding-top: 40px; }

.ys-tab {
  margin: 20px 0 0;
  font-size: 0;
  border-bottom: 2px solid #20ADE5; }

.ys-tab a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  padding: 18px 0;
  color: #20ADE5;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent;
  text-align: center; }

.ys-tab a:hover {
  color: #20ADE5; }

.ys-tab .active {
  color: #20ADE5;
  border-color: #20ADE5; }

.ys-tab-box {
  margin-top: 20px; }

.verify-but {
  position: absolute;
  top: 12px;
  right: 0;
  background: transparent;
  border: 0 none;
  font-size: 12px;
  color: #20ADE5;
  cursor: pointer; }

.ys-tab-box span {
  display: inline-block;
  width: 18%;
  font-size: 12px;
  color: #666;
  text-align: center;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px 16px; }

.ys-tab-box li {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 16px; }

.ys-tab-box i {
  position: absolute;
  right: -240px;
  top: 12px;
  padding-left: 42px;
  line-height: 32px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 32px 32px; }

.ys-tab-box .txt {
  position: relative;
  border: 0 none;
  line-height: 48px;
  height: 48px;
  color: #333;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 20px 20px; }

.industry-hover {
  display: inline-block;
  width: 80%; }

.industry-hover:hover .select-industry {
  -webkit-animation: antSlideUpIn .3s;
  animation: antSlideUpIn .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.ys-tab-box .city-box {
  left: -354px;
  top: 50px; }
.ys-tab-box .city-box li {
  margin-top: 0;
  position: relative; }
.ys-tab-box .select-industry {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0%);
  position: absolute;
  left: 64px;
  min-width: 81%;
  font-size: 12px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  background: #FFFFFF;
  z-index: 1;
  max-height: 200px; }
  .ys-tab-box .select-industry li {
    padding: 0 16px;
    line-height: 40px;
    margin: 0;
    cursor: pointer; }
    .ys-tab-box .select-industry li:last-child {
      margin-bottom: 0; }
    .ys-tab-box .select-industry li:hover {
      color: #20ADE5; }

@-webkit-keyframes antSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible; } }
@keyframes antSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible; } }
@-webkit-keyframes antSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  to {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8); } }
@keyframes antSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  to {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8); } }
.ys-check {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  cursor: pointer; }

.ys-tab-foot {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px; }

.ys-tab-foot p {
  display: inline-block;
  width: 49%;
  color: #20ADE5; }
  .ys-tab-foot p:last-child {
    text-align: right;
    color: #999; }

.ys-login-txt {
  padding-top: 24px;
  font-size: 12px;
  color: #999999; }
  .ys-login-txt span {
    width: 10px;
    font-size: 12px;
    color: #FE0000; }

.ys-tab-succeed {
  position: absolute;
  top: 20%;
  left: 40%;
  text-align: center; }
  .ys-tab-succeed p {
    font-size: 12px;
    color: #20ADE5;
    line-height: 2; }
  .ys-tab-succeed p:last-child {
    font-size: 12px;
    color: #999; }
     