/* 顶部大图 */
.index {
    height: 560px;
    text-align: center;
    background: url(./lhyg_bg@2x.png) no-repeat center;
    position: relative;
    background-size: cover;
}

.product-title-center h2 {
    padding-top: 142px;
    height: 70px;
    font-size: 50px;
    width: 660px;
    display: flex;
    font-weight: bold;
    color: #0D1726;
    line-height: 70px;
    margin-bottom: 16px;
}

.product-title-center p {
    width: 650px;
    height: 96px;
    font-size: 18px;

    font-weight: 400;
    color: #6D7582;
    line-height: 32px;
    margin-bottom: 32px;
}

.product-title-center-right .index-banner {
    position: relative;
    width: calc(100%);
    height: 514px;
    margin-top: 34px;
    background: url(./lhyg_banner_img@2x.png) no-repeat center;
    background-size: 100% auto;
}



/* 灵活用工企业痛点 */
.pain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pain-item {
    width: 285px;
    padding: 23px 0 32px;
    margin-bottom: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(110, 125, 150, 0.1);
    transform: translateY(0);
    transition: transform .3s ease-out;
}

.pain-item:hover {
    transform: translateY(-8px);
}

.pain-icon {
    width: 88px;
    height: 92px;
    margin-bottom: 9px;
}

.pain-title {
    line-height: 30px;
    font-size: 22px;
    color: #0d1726;
}



/* 秀川灵活用工解决方案 */
.solve {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solve-bg {
    padding: 41px 51px;
    margin-bottom: 48px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(110, 125, 150, 0.06), inset 0px -2px 6px 0px rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    border: 2px solid #FFFFFF;
}

.solve-img {
    width: 1098px;
    height: 286px;
}



/* 服务+技术实力，助力效率提升 */
.contrast {
    height: 580px;
    position: relative;
}

/* 公共 */
.area {
    position: absolute;
    box-sizing: border-box;
}

.area .contrast-title {
    line-height: 38px;
    font-size: 26px;
    box-sizing: border-box;
}

.area .contrast-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.area .sub-title {
    line-height: 30px;
    margin-bottom: 8px;
    font-size: 22px;
    position: relative;
}

.area .desc {
    line-height: 24px;
    font-size: 16px;
}

/* 左边 */
.left-area:hover {
    transform: scale(1.03)
}

.left-area {
    width: 747px;
    height: 580px;
    padding: 32px 0 16px 24px;
    z-index: 1;
    cursor: pointer;
    color: #FFFFFF;
    background: url(./contrast1@2x.png) no-repeat;
    background-size: cover;
    transition: all 0.3s linear;
    transform-origin: left bottom;
}

.left-area .contrast-title {
    width: 660px;
    padding: 0 0 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.left-area .contrast-list {
    padding: 19px 0 0 20px;
}

.left-area .contrast-item {
    width: 380px;
}

.left-area .sub-title::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 11px;
    left: -19px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, .32);
}

.left-area .desc {
    color: rgba(255, 255, 255, .8);
}

/* 右边 */
.right-area {
    width: 751px;
    height: 580px;
    padding: 32px 24px 16px 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    color: #444C59;
    background: url(./contrast2@2x.png) no-repeat;
    background-size: cover;
}

.right-area .contrast-title {
    width: 436px;
    padding: 0 20px 20px 0;
    border-bottom: 1px solid rgba(216, 221, 230, .32);
}

.right-area .contrast-list {
    padding: 19px 20px 0 0;
}

.right-area .sub-title::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 11px;
    right: -19px;
    transform: rotate(45deg);
    background: #E2E6EC;
}

.right-area .desc {
    color: #6D7582;
}

/* 新闻 */
.news {
  padding-bottom: 34px;
}

.slider .item {
  width: 385px;
  padding-bottom: 24px;
  margin-bottom: 10px;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px -2px rgba(0, 0, 0, 0.06);
  display: block;
  transform: translateY(0);
  transition: transform .3s ease-out;
}

.slider .item:hover {
  transform: translateY(-8px);
  box-shadow: 0px 4px 16px -2px rgba(0, 0, 0, 0.1);
}

.slider .item:hover .title {
  color: #2474FF;
}

.slider img {
  width: 385px;
  height: 220px;
  border-radius: 6px 6px 0 0;
  display: block;
}

.slider .title {
  line-height: 26px;
  padding: 0 24px;
  margin: 24px 0 8px 0;
  font-size: 20px;
  font-weight: bolder;
  color: #17233d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider .desc {
  line-height: 24px;
  padding: 0 24px;
  font-size: 16px;
  color: #657180;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  min-height: 48px;
}

/* 服务流程 */
.circle {
    background: #f5f7fa;
    box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.08);
}



/* 税负计算器 */
.calculator {
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0D1726;
}

.calculator .operate {
    width: 100%;
    padding: 32px 24px;
    align-items: center;
    justify-content: space-between;
}

.calculator .box {
    border-radius: 16px;
    display: flex;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(110, 125, 150, 0.06), inset 0px -2px 6px 0px rgba(255, 255, 255, 0.5);
}

.calculator .center {
    display: flex;
    align-items: center;
}

.calculator .operate span {
    margin-right: 8px;
}

.calculator .iPicker-result {
    padding: 0 2px;
    border: 1px solid #EBEEF5;
}

.calculator .monthly {
    margin-right: 8px;
}


/* 输入框 */
.calculator .input {
    width: 240px;
    height: 40px;
    padding-left: 12px;
    background: #FFFFFF;
    border: 1px solid #EBEEF5;
    outline: none;
    box-sizing: border-box;
}

.calculator input:-webkit-autofill {
    transition: background-color 2000s;
}

.calculator input::placeholder {
    color: #A8B1BF;
}

/* 使用webkit内核的浏览器 */
.calculator input::-webkit-input-placeholder {
    color: #A8B1BF;
}

/* Firefox版本4-18 */
.calculator input:-moz-placeholder {
    color: #A8B1BF;
}

/* Firefox版本19+ */
.calculator input::-moz-placeholder {
    color: #A8B1BF;
}

/* IE浏览器 */
.calculator input:-ms-input-placeholder {
    color: #A8B1BF;
}

.calculator .btn {
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin-left: 44px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    background: linear-gradient(180deg, #337EFF 0%, #2474FF 100%);
    box-shadow: inset 1px 1px 4px 0px rgba(255, 255, 255, 0.12);
}

.calculator .content {
    width: 100%;
    padding: 32px 64px 32px 24px;
    margin: 16px 0 48px;
    align-items: center;
    justify-content: space-between;
}


.calculator table {
    width: 618px;
}

.calculator thead tr {
    background: #F5F7FA;
}

.calculator tbody {
    color: #444C59;
}

.calculator tbody tr:nth-child(2n) {
    background: #F9FAFC;
}

.calculator tr {
    height: 48px;
}

.calculator th,
.calculator td {
    width: 33.33%;
    text-align: center;
    vertical-align: middle;
}

.calculator .first {
    padding-left: 32px;
    text-align: left;
}


.calculator .msg {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.calculator .title {
    line-height: 22px;
    margin-bottom: 4px;
}

.calculator .num {
    display: flex;
    align-items: center;
    color: #2474FF;
}

.calculator .text {
    line-height: 62px;
    font-size: 44px;
    font-weight: bold;
}

.calculator .num span {
    margin: 14px 0 0 4px;
    font-size: 22px;
    line-height: 30px;
}

.calculator .desc {
    width: 430px;
    line-height: 22px;
    margin: 24px 0 12px;
    text-align: center;
    color: #6D7582;
}

.calculator .blue {
    color: #2474FF;
}

.calculator .tip {
    color: #FF6666;
    line-height: 22px;
}