@charset "utf-8";
.clear:after,
.clear:before {
    display: block;
    height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}

.insurace {
    padding: 90px 0 80px;
    background: #f8fbfd;
    position: relative;
    z-index: 1;
}

.insurace .insurace-con,
.how .how-con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


.insurace .insurace-con .top h2{
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
    color: #535353;
}

.how .how-con .title h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
    color: #535353;
}

.insurace .insurace-con .top h3,
.how .how-con .title h3 {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}

.insurace .insurace-con .lists {
    margin-top: 80px;
    margin-left: -40px;
}

.insurace .insurace-con .lists .item {
    width: 270px;
    height: 200px;
    float: left;
    margin: 0 0 40px 40px;
    padding: 40px;
    /* border: 1px solid #d9d9d9; */
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.insurace .insurace-con .lists .item .pic {
    height: 68px;
    line-height: 68px;
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.insurace .insurace-con .lists .item .pic img {
    max-height: 100%;
    vertical-align: middle;
    transform: scale(1);
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 32%;
}
.insurace .insurace-con .lists .item .pic .ebao_img2{
    display: none;
}


.insurace .insurace-con .lists .item .text {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.insurace .insurace-con .many-more {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1;
    color: #666;
    text-align: center;
    /* font-weight: bold; */
}

.insurace .insurace-con .many-more p {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    position: relative;

}

.insurace .insurace-con .many-more span#dot-more {
    position: absolute;
    left: 102%;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-animation: animate-w 5s infinite linear;
    -moz-animation: animate-w 5s infinite linear;
    -ms-animation: animate-w 5s infinite linear;
    -o-animation: animate-w 5s infinite linear;
    animation: animate-w 5s infinite linear;
}

.insurace .insurace-con .many-more span#dot-more b {
    margin: 0 4px;
}

@keyframes animate-w {
    0%,
    100% {
        width: 0;
    }
    50% {
        width: 40px;
    }
}

@-moz-keyframes animate-w {
    0%,
    100% {
        width: 0;
    }
    50% {
        width: 40px;
    }
}

@-webkit-keyframes animate-w {
    0%,
    100% {
        width: 0;
    }
    50% {
        width: 40px;
    }
}

@-o-keyframes animate-w {
    0%,
    100% {
        width: 0;
    }
    50% {
        width: 40px;
    }
}

.how {
    position: relative;
    z-index: 3;
    padding: 90px 0 120px;
    background: #fff;
}

.how .how-con .title {
    position: relative;
    z-index: 2;
}

.how .how-con .clouds {
    width: 100%;
    height: 263px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -130px;
}

.how .how-con .clouds-bg {
    position: absolute;
    right: -1127px;
    left: 0;
    bottom: 0;
    top: 0;
    background: url(../images/20190119/hot-works-bg.png) 0% 0% repeat;
    z-index: 1;
    background-size: contain;
    -webkit-animation: move-bg 60s infinite linear;
    -moz-animation: move-bg 60s infinite linear;
    -ms-animation: move-bg 60s infinite linear;
    -o-animation: move-bg 60s infinite linear;
    animation: move-bg 60s infinite linear;
}

@keyframes move-bg {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1127px);
    }
}

@-moz-keyframes move-bg {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1127px);
    }
}

@-webkit-keyframes move-bg {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1127px);
    }
}

@-o-keyframes move-bg {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1127px);
    }
}

.how .des {
    text-align: center;
    margin-top: 150px;
    position: relative;
    z-index: 2;
}

.how .des .left {
    position: relative;
    z-index: 2;
}

.how .des .left .sample {
    /* width: 300px;
    height: 532px; */
    width: 275px;
    height: 484px;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-sizing: border-box;
}

.how .des .left .sample .phone-frame {
    position: absolute;
    top: -106px;
    left: -31px;
    z-index: 4;
}

.how .des .left .sample .phone-frame img {
    width: 330px;
}

.how .des .left .sample .move-img {
    width: 100%;
    height: 390px;
    /* height: 439px; */
    position: relative;
    overflow: hidden;
    font-size: 0;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.8s;
}

.how .des .left .sample .move-img img {
    width: 100%;
    /* position: absolute;
    top: 0;
    left: 0; */
    /* -webkit-animation: move-img 60s infinite linear;
    -moz-animation: move-img 60s infinite linear;
    -ms-animation: move-img 60s infinite linear;
    -o-animation: move-img 60s infinite linear;
    animation: move-img 60s infinite linear; */
}

.how .des .left .sample .input-con {
    position: relative;
    width: 100%;
    height: 90px;
    background: #f8f9fb;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 3px 3px;
    z-index: 5;
}

.how .des .left .sample .input-con .float-con {
    width: 100%;
    height: 87px;
    line-height: 52px;
    box-sizing: border-box;
    padding: 16px 10px;
    border-radius: 0 0 10px 10px;
    border: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.8s;
    cursor: pointer;
}

.how .des .left .sample.animated .input-con .float-con {
    border: 2px solid #007aff;
    bottom: -20px;
    left: 20px;
}

.how .des .left .sample.animated .move-img {
    opacity: 1;
    filter: alpha(opacity=100);
}


.how .des .left .sample .input-con .float-con .icon {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background: transparent;
    font-size: 16px;
    color: #333;
}

.how .des .left .sample .input-con .float-con .icon img {
    width: 100%;
}

.how .des .left .sample .input-con .float-con .text {
    display: inline-block;
    width: 186px;
    font-size: 14px;
    line-height: 1;
    color: #333;
    vertical-align: middle;
    margin-left: 19px;
}

.how .des .left .sample .sample-border-left,
.how .des .left .sample .sample-border-right {
    position: absolute;
    top: 0;
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.8s;
}

.how .des .left .sample.animated .sample-border-left,
.how .des .left .sample.animated .sample-border-right {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.how .des .left .sample.animated .input-con .float-con .icon {
    background: #f58604;
    color: #fff;
}

.how .des .left .sample .sample-border-left {
    left: 0;
}

.how .des .left .sample .sample-border-right {
    right: -20px;
}

.sample-code {
    width: 380px;
    height: 400px;
    padding: 40px 10px 40px 90px;
    background: #e3e7ea;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: left;
    position: absolute;
    top: 140px;
    left: 130px;
    z-index: 2;
    /* transition: all 0.4s; */
    opacity: 0;
    filter: alpha(opacity=0);
}

.animated .sample-code {
    top: 168px;
    left: 250px;
    /* left: 230px; */
    opacity: 1;
    filter: alpha(opacity=100);
}

.sample-code p {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.sample-code p span {
    color: #304c9c;
}

.sample-code p.indent-1 {
    text-indent: 1.8em;
}

.sample-code p.indent-2 {
    text-indent: 3.6em;
}

@keyframes move-img {
    0%,
    100% {
        top: 0;
    }
    50% {
        top: -105%;
    }
}

@-moz-keyframes move-img {
    0%,
    100% {
        top: 0;
    }
    50% {
        top: -105%;
    }
}

@-webkit-keyframes move-img {
    0%,
    100% {
        top: 0;
    }
    50% {
        top: -105%;
    }
}

@-o-keyframes move-img {
    0%,
    100% {
        top: 0;
    }
    50% {
        top: -105%;
    }
}

@media (max-width: 960px) {
    .how .how-con .des{
        flex-direction: column-reverse;
    }

    .how .des .right{
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin: 10px 0px;
        box-sizing: border-box;
    }

    .des .left .top{
        padding: 0 15px;
        height: auto;
        margin-top: 15px;
    }

    .des .left .top .how-icon{
        margin-bottom: 8px;
    }

    .how .des .left { width: 100%; }

}

@media (max-width: 640px) {

    .left .top .how-icon img{
        width: 28px;
        height: 28px;
    }

    .left .top .how-icon{
        font-size: 14px;
    }

    .how .how-con .des .left .bottom{
        transform-origin: 33% 15%;
        transform: scale(.58);
    }
}

.learn-more {
    text-align: center;
    margin-top: 40px;
}

.learn-more .btn {
    display: inline-block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    background: #31affc;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 24px;
}

.jspDrag {
    background-repeat: no-repeat;
}

.jspPane {
    width: 100% !important;
}

.form-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/fancybox_overlay.png);
    z-index: 999;
    display: none;
}

.form-popup .popup-con {
    width: 1200px;
    max-width: 100%;
    padding: 30px 20px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-popup .popup-con h3 {
    font-size: 30px;
    line-height: 1;
    color: #000;
    text-align: center;
    margin-bottom: 34px;
}

.form-popup .popup-con form.clearfix {
    /* display: inline-block;
    text-align: center; */
}

.form-popup .popup-con .item {
    position: relative;
    margin: 1%;
    /* display: inline-block; */
    width: 48%;
    float: left;
}

.form-popup .popup-con .item input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d9d9d9;
    background-color: transparent;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    border-radius: 6px;
}

.form-popup .popup-con .collaborus_btn {
    width: 100%;
    float: left;
    margin: 10px;
    text-align: center;
}

.form-popup .popup-con .collaborus_verification {
    text-align: left;
}

.collaborus_verification img#yw0 {
    right: 2px;
    top: 5px;
}

.form-popup .popup-con .close {
    width: 40px;
    height: 40px;
    background: url(../images/poput_close.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.form-popup .popup-con input.submit_info {
    width: 180px;
    height: 45px;
    line-height: 45px;
    border: 0;
    background-color: #086dba;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 6px;
}

input::-webkit-input-placeholder {
    color: #666;
}


/* 使用webkit内核的浏览器 */

input:-moz-placeholder {
    color: #666;
}


/* Firefox版本4-18 */

input::-moz-placeholder {
    color: #666;
}


/* Firefox版本19+ */

input:-ms-input-placeholder {
    color: #666;
}


/* IE浏览器 */

.jspVerticalBar {
    right: -8px !important;
}

@media screen and ( min-width: 960px) {
    /*.insurace .insurace-con .lists .item:hover .pic img {
        transform: scale(1.2);
    }*/
    .insurace .insurace-con .lists .item:hover .pic .ebao_img1{
        display: none;
    }
    .insurace .insurace-con .lists .item:hover .pic .ebao_img2{
        display: block;
    }
    .learn-more .btn:hover {
        background: #005bac;
    }
}

@media only screen and (max-width: 1280px){
    .insurace .insurace-con .lists .item .pic img{
        left: 22%!important;
    }
    .insurace .insurace-con .lists .item:nth-child(2) .pic img{
        left: 14%!important;
    }
    .insurace .insurace-con .lists .item:nth-child(6) .pic img{
        left: 20%!important;
    }
}
@media only screen and (max-width: 1366px){
    .insurace .insurace-con .lists .item .pic img{
        left: 22%!important;
    }
    .insurace .insurace-con .lists .item:nth-child(2) .pic img{
        left: 14%!important;
    }
    .insurace .insurace-con .lists .item:nth-child(6) .pic img{
        left: 20%!important;
    }
}
@media screen and ( max-width: 1440px) {
    .insurace .insurace-con .lists .item .pic img{
        left: 22%!important;
    }
    .insurace .insurace-con .lists .item:nth-child(2) .pic img{
        left: 14%!important;
    }
    .insurace .insurace-con .lists .item:nth-child(6) .pic img{
        left: 20%!important;
    }
    .insurace .insurace-con,
    .how .how-con {
        max-width: 960px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .insurace .insurace-con .lists {
        margin-left: -20px;
        padding: 0 20px;
    }
    .insurace .insurace-con .top h2, .how .how-con .title h2{
        font-size: 22px;
        line-height: 30px;
    }
    .insurace .insurace-con .lists .item {
        width: 185px;
        height: 170px;
        margin: 0 0 20px 50px;
    }
    .form-popup .popup-con {
        width: 960px;
    }

    .use_cases_sec1_item {
        margin-bottom: 50px;
    }

    .insurace {
        padding: 50px 0;
    }

    .insurace .insurace-con .lists {
        margin-top: 30px;
    }

    .how {
        padding: 50px 0 80px;
    }
}

/* .insurace .insurace-con .many-more p,
.insurace .insurace-con .top h3,
.how .how-con .title h3 {
  font-weight: 500;
} */
.insurace .insurace-con .many-more p {
  font-size: 16px;
  line-height: 24px;
}

.insurace .insurace-con .top p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: center;
}

@media screen and ( max-width: 960px) {
    .insurace .insurace-con .lists {
        margin-left: 0;
        padding: 0;
    }
    .insurace .insurace-con .lists .item {
        width: 270px;
        margin: 0 0 30px 30px;
    }
    .insurace .insurace-con .lists .item .pic {
        margin-bottom: 20px;
    }
    .insurace .insurace-con .lists .item .text {
        font-size: 24px;
    }
    .insurace .insurace-con .top h3,
    .how .how-con .title h2 {
        padding: 0 10px;
    }
    .insurace .insurace-con .top h3,
    .how .how-con .title h3 {
        padding: 0 10px;
    }
    .form-popup .popup-con {
        width: 90%;
    }
    .form-popup .popup-con .item {
        margin: 1% 0;
        width: 100%;
    }
    .form-popup .popup-con .item input {
        font-size: 20px;
    }
    .form-popup .popup-con input.submit_info {
        font-size: 22px;
    }
    .how .des .left .sample {
        width: 280px;
        height: 501px;
        margin-left: 24px;
    }
    .how .des .left .sample .phone-frame {
        top: -111px;
    }
    .insurace .insurace-con .lists {
        margin-left: -15px !important;
    }
    .how .des .left .sample .phone-frame img {
        width: 343px;
    }
    .how .des .left .sample .move-img {
        height: 409px;
    }
    .how .des .left .sample .input-con {
        height: 90px;
    }
    .how .des .left .sample .input-con .float-con .icon {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
    .animated .sample-code {
        left: 221px;
    }
    .insurace .insurace-con .top p,
    .insurace .insurace-con .many-more p,
    .insurace .insurace-con .top h3,
    .how .how-con .title h3 {
      font-size: 24px;
      line-height: 40px;
      max-height: 900000px;
    }


    .how .how-con .title h2 {
      font-size: 30px;
    }

    .insurace .insurace-con .top h3 { font-size: 24px; line-height: 30px; font-weight: normal; }
    .insurace .insurace-con .top h2 { font-size: 26px; }
}


@media screen and ( max-width: 640px){
    .insurace .insurace-con .lists .item .pic img {
    left: 34%!important;
}
.insurace .insurace-con .lists .item:nth-child(2) .pic img {
    left: 27%!important;
}
.insurace .insurace-con .lists .item:nth-child(6) .pic img {
    left: 32%!important;
}
}