body{
    width: 100%;
    height:100%;
}
.index-div-center{
    margin: 0 auto;
}
.index-nav-body{
    width: 100%;
    height: 92px;
    position: fixed;
    top:0;
    left: 0;
    background: #ffffff;
    z-index: 11;
    box-shadow: 0 0 7px 0 rgba(136,136,136,0.50);
}
.index-nav{
    width: 1180px;
    height:70px;
}
.index-nav-image{
    float: left;
    width: 110px;
    height: 70px;
    position: relative;
}
.index-nav-image img{
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -16.5px;
}
.index-nav-list{
    /*width: 695px;*/
    height: 70px;
    float: right;
}
.index-nav-list li{
    padding: 0 41px;
    height: 70px;
    float: left;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
}
.index-nav-list li a{
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}
.index-nav-list li:hover{
    height: 66px;
    border-bottom: 4px solid #FF7A00;
}
.index-nav-list li:hover a{
    text-decoration:none;
    color: #FF7A00;
}
.index-nav-list .navAction{
    height: 66px;
    border-bottom: 4px solid #FF7A00;
}
.index-nav-list .navAction a{
    text-decoration:none;
    color: #FF7A00;
}
.index-nav-button{
    width: 100px;
    height:70px;
    float: right;
    position: relative;
}
.index-nav-button-body{
    display: block;
    width: 90px;
    height: 42px;
    border: 1px solid #FF7A00;
    line-height:42px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    top: 50%;
    right: 0;
    margin-top: -21px;
    color: #FF7A00;
}
.index-nav-button-body a{
    color: #FF7A00;
}
.index-banner{
    width: 100%;
    min-width: 1100px;
    height: 340px;
    padding: 0;
    margin: 0;
}
/*轮播图*/
.swiper-container {
    width: 100%;
    height: 340px;

}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.swiper-button-next{
    right: 50%;
    margin-right: -550px;
}
.swiper-button-prev{
    left: 50%;
    margin-left: -550px;
}
.index-from{
    width: 1100px;
    min-height: 380px;
    /*border-radius: 10px;*/
    box-shadow: 0 0 7px 0 rgba(136,136,136,0.50);
    border-top-left-radius: 0px;

    border-top-right-radius: 0px;

    border-bottom-right-radius:10px;

    border-bottom-left-radius:  10px;
    overflow: hidden;
}
.index-from-xtitle{
    width:100%;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: #999;
    /*border-bottom: 1px solid #999;*/
}
.index-from-title{
    width: 320px;
    height: 46px;
    text-align: center;
    line-height: 46px;
}
.index-from-title a {
    display: block;
    width: 160px;
    height: 42px;
    float: left;
    color: #333;
    cursor: pointer;
    font-size: 16px;
}
.index-from-title a:hover{
    text-decoration:none;
}
.index-from-title .indexFromTitle{
    color: #FF7A00;
    border-bottom: 4px solid #FF7A00;
}
.index-form-con{
    width: 100%;
    min-height: 288px;
    border-top:1px solid #E4E4E4;
}
.index-form-con1{
    width: 100%;
    height:100%;
}
.index-form-input{
    width: 32%;
    height: 45px;
    margin-top: 17px;
    float: left;
    line-height: 45px;
    color: #333;
}
.index-form-input label{
    margin-left: 37px;
    font-size: 16px;
}
.index-form-input label span{
    color: #FF7A00;
}
.index-form-input select{
    width: 215px;
    height: 38px;
    border-radius: 5px;
    color: #999;
    outline:none;
    border: 1px solid #e3e3e3;
    background-color: #F4F4F4;
}
.index-form-options{
    opacity: 0;
}
.index-form-input input{
    width: 210px;
    height: 34px;
    border-radius: 5px;
    color: #999;
    background: #FFF;
    border:1px solid #999;
    outline:none;
    border: 1px solid #e3e3e3;
    padding-left: 5px;
    background-color: #F4F4F4;
}
.index-form-input1 input{
    width: 90px;
}
.index-form-input1 .click-span{
    padding: 7px 15px;
    border: 1px solid #FF7A00;
    border-radius: 5px;
    color: #FF7A00;
    cursor: pointer;
    margin-left:10px;
}
.index-form-input input.input-data{
    width: 210px;
}


.input-form-text{
    float: left;
    width:100%;
    height: 127px;
    margin-top: 30px;
}
.input-form-text label{
    margin-left: 37px;
    height: 127px;
}
.input-form-text textarea{
    width: 947px;
    height: 127px;
    border-radius: 5px;
    outline:none;
    border: 1px solid #e3e3e3;
}
.input-form-text1{
    float: left;
    width:60%;
    height: 127px;
    margin-top: 30px;
}
.input-form-text1 label{
    margin-left: 37px;
    height: 127px;
    font-size: 16px;
}
.input-form-text1 textarea{
    width: 660px;
    height: 120px;
    border-radius: 5px;
    outline:none;
    border: 1px solid #e3e3e3;
}
.input-form-text2{
    float: left;
    width:64%;
    height: 95px;
    margin-top: 30px;
    font-size: 16px;
}
.input-form-text2 label{
    margin-left: 37px;
    height: 195px;
}
.input-form-text2 textarea{
    width: 563px;
    height: 88px;
    border-radius: 5px;
    color: #999;
    padding-left: 5px;
    padding-top: 5px;
    font-family: "微软雅黑";
    resize:none;
    font-size: 14px;
    outline:none;
    border: 1px solid #e3e3e3;
    background-color: #F4F4F4;
}



.input-form-checked{
    float: left;
    width:100%;
    min-height: 65px;
    margin-top: 30px;
    font-size: 16px;
}
.input-form-checked label{
    margin-left: 37px;
    height: 127px;
}
.input-form-checkedBody{
    width: 983px;
    min-height: 40px;
    float: right;
}
.input-form-checkedBody1{
    min-height: 30px;
}
.input-form-checkedBody ul{
    width: 100%;
    height: 100%;
}
.input-form-checkedBody ul li{
    min-width: 115px;
    height: 40px;
    float: left;
}
.input-form-checkedBody ul li:hover{
    cursor: pointer;
}
.input-form-checkedBody ul li a{
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    text-align: center;
    line-height: 18px;
    border:1px solid #EEE;
    margin-right: 5px;
    float: left;
}
.input-form-checkedBody ul li a:hover{
    text-decoration: none;
    cursor: pointer;
}
.input-form-checkedBody ul li .checkedAction{
    background: #FF7A00;
    color: #FFF;
}
.input-form-checkedBody ul li .checkedAction:before{
    content: '√';
}




.input-div{
    float: left;
}
.input-form-button{
    width: 100%;
    text-align: center;
    height: 44px;
    float: left;
    margin-top: 35px;
}
.input-form-button button{
    width: 120px;
    height: 44px;
    border-radius: 10px;
    background: #FF7A00;
    color: #FFF;
    border:none;
    cursor: pointer;
    font-size: 16px;
}
/*index-guarantee 六大保障*/
.index-guarantee{
    width:1100px;
    height: 430px;
    margin-top: 66px;
}
.index-guarantee-title{
    width:100%;
    font-size: 34px;
    color: #333;
    font-family: PingFangSC-Semibold;
    text-align: center;
    font-weight: 600;
}
.index-guarantee-ul{
    width: 100%;
    height: 155px;
    margin-top: 88px;
    border-bottom: 1px solid #d8d8d8;
}
.index-guarantee-ul li{
    width: 80px;
    height: 151px;
    float: left;
    text-align: center;
}
.index-guarantee-ul li.liactions{
    border-bottom: 4px solid #FF7A00;
}
.index-guarantee-ul li{
    margin-left: 111px;
}
.index-guarantee-ul li:nth-child(1) div{
    color: #FF7A00;
}
.index-guarantee-ul li:nth-child(1) .index-guarantee-img1{
    display: block;
}
.index-guarantee-ul li:nth-child(1) .index-guarantee-img2{
    display: none;
}
.index-guarantee-ul li img{
    display: block;
    margin: 0 auto;
}
.index-guarantee-ul li:nth-child(1){
    margin-left: 30px;
}
.index-guarantee-ul li div{
    margin-top: 25px;
    color: #333;
    font-size: 16px;
}
.index-guarantee-ul li .index-guarantee-img1{
    display: none;
}
/*.index-guarantee-ul li:hover .index-guarantee-img2{*/
    /*display: none;*/
/*}*/
/*.index-guarantee-ul li:hover .index-guarantee-img1{*/
    /*display: block;*/
/*}*/
/*.index-guarantee-ul li:hover div{*/
    /*color: #FF7A00;*/
/*}*/
/*.index-guarantee-ul li:hover{*/
    /*border-bottom: 4px solid #FF7A00;*/
/*}*/
.index-guarantee-xtitle{
    width: 890px;
    height: 25px;
    margin: 0 auto;
    margin-top: 50px;
}
.index-guarantee-xtitle .xtitle-con1{
    float: left;
    line-height: 25px;
    margin-left: 111px;
    color: #333333;
    font-size: 16px;
}
.index-guarantee-xtitle .xtitle-con1 img{
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}
/*中间背景*/
.index-con-background{
    width:100%;
    height: 290px;
    min-width: 1100px;
    background: url("../image/beijingtu.png");
    background-position: center center;
}
.index-con-back-img{
    width: 1100px;
    height: 96px;
}
.index-con-back-img li{
    height: 96px;
    float: left;
    margin-left: 111px;
    position: relative;
}
.index-con-back-img li:nth-child(1){
    margin-left: 0;
    width: 99px;
}
.index-con-back-img li:nth-child(2){
    width: 198px;
}
.index-con-back-img li:nth-child(3){
    width: 247px;
}
.index-con-back-img li:nth-child(4){
    float: right;
    width: 198px;
    margin-right: 25px;
}
.index-con-back-img li span{
    text-align: center;
    display: inline-block;
    float: left;
}
.index-con-back-img li .index-background-symbol{
    font-size: 45px;
    color: #FF7A00;
    position: absolute;
    right: -30px;
    top: -30px;
}
.index-con-back-img li p{
    font-size: 16px;
    width: 100px;
    height:30px;
    color: #FFF;
    position: absolute;
    top:60px;
}
.index-con-back-img li:nth-child(1) p{
    left: 15px;
}
.index-con-back-img li:nth-child(2) p{
    left: 67px;
}
.index-con-back-img li:nth-child(3) p{
    left: 99px;
}
.index-con-back-img li:nth-child(4) p{
    left: 75px;
}
.index-con-back-img li .index-background-num{
    font-size: 80px;
    color:#FF7A00;
    font-weight: 700;
}
/*我们的服务*/
.index-service{
    width: 1100px;
    height: 990px;
    margin-top: 70px;
}
.index-service-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
    font-family: PingFangSC-Semibold;
    font-size: 34px;
    color: #333333;
}
.index-service-img1{
    width: 100%;
    height: 260px;
    background: url("../image/changdi.png");
    margin-top: 70px;
    position: relative;
}
.index-service-imgTitle1{
    position: absolute;
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 500;
    top:45px;
    left: 20px;
}

.index-service-imgTitle2{
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    top:104px;
    left: 20px;
    font-weight: 400;
}
.index-service-img1 button{
    position: absolute;
    top:177px;
    left: 20px;
    background: #FF7A00;
    border:none;
    border-radius: 5px;
    width: 151px;
    height: 45px;
    color: #fff;
    line-height: 45px;
    font-weight: 300;
}
.index-service-img1 a{
    display: block;
    position: absolute;
    top:177px;
    left: 20px;
    background: #FF7A00;
    border:none;
    border-radius: 5px;
    width: 151px;
    height: 45px;
    color: #fff;
    line-height: 45px;
    font-weight: 300;
    text-align: center;
}

.index-service-img1 a:hover{
    text-decoration: none;
    cursor: pointer;
}
.index-service-ulList{
    width: 100%;
    height: 205px;
    margin-top: 8px;
}
.index-service-ulList li{
    width: 270px;
    height: 205px;
    float: left;
    margin-left: 6.6px;
}
.index-service-ulList li:nth-child(1){
    background: url("../image/xidan.png");
    margin-left: 0;
}
.index-service-ulList li:nth-child(2){
    background: url("../image/jingan.png");
}
.index-service-ulList li:nth-child(3){
    background: url("../image/zhengjia.png");
}
.index-service-ulList li:nth-child(4){
    background: url("../image/yitian.png");
}
.index-service-ulList li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.index-service-imgTuijian{
    position: absolute;
    top:-3px;
    right: 0;
}
.index-service-imgTitle3{
    position: absolute;
    font-size: 16px;
    color: #FFFFFF;
    top:12px;
    left: 20px;
    width: 60%;
    height:25px;
    line-height: 25px;
    font-weight: 300;
}
.index-service-imgTitle3 img{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}
.index-service-imgH2{
    position: absolute;
    top:150px;
    left: 20px;
    width: 80%;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
}
.index-service-imgP{
    position: absolute;
    top:179px;
    left: 20px;
    width: 90%;
    height:22px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
}
.index-service-imgService{
    width: 1100px;
    height: 260px;
    margin-top: 40px;
}
.index-service-imgBody1{
    float: left;
    width: 547px;
    height: 260px;
    background: url("../image/fuwu.png");
    position: relative;
}
.index-service-imgBody1 a{
    display: block;
    position: absolute;
    top:177px;
    left: 20px;
    background: #FF7A00;
    border:none;
    border-radius: 5px;
    width: 151px;
    height: 45px;
    color: #fff;
    line-height: 45px;
    font-weight: 300;
    text-align: center;
}
.index-service-imgBody1 a:hover{
    text-decoration: none;
    cursor: pointer;
}
.index-service-imgBody2{
    float: left;
    width: 546px;
    height: 260px;
    background: seashell;
    margin-left: 7px;
}
.index-service-imgBody2 a{
    display: block;
    width: 100%;
    height: 100%;
}
.index-service-imgBody2 li{
    width: 270px;
    height: 126px;
    float: left;
    margin-left: 6px;
    margin-top: 8px;
    position: relative;
}
.index-service-imgBody2 li:nth-child(1),.index-service-imgBody2 li:nth-child(2){
    margin-top: 0;
}
.index-service-imgBody2 li:nth-child(odd){
    margin-left: 0;
}
.index-service-imgBody2 li span{
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 20px;
    color: #FFFFFF;
}
.index-service-imgBody2 li:nth-child(1){
    background: url("../image/sheji.png");
}
.index-service-imgBody2 li:nth-child(2){
    background: url("../image/zhuangxiu.png");
}
.index-service-imgBody2 li:nth-child(3){
    background: url("../image/wenchaung.png");
}
.index-service-imgBody2 li:nth-child(4){
    background: url("../image/shebei.png");
}

/*服务流程*/
.index-process{
    width: 100%;
    min-width: 1100px;
    height: 460px;
    background: #F7F7F7;
}
.index-process-body{
    width: 1100px;
    height: 100px;
    text-align: center;
}
.index-process-img{
    margin-top: 93px;
}
.index-process-ul{
    width: 1100px;
    height:120px;
}
.index-process-ul li{
    width: 175px;
    height: 120px;
    float: left;
    margin-left: 59px;
    margin-top: 12px;
}
.index-process-ul li:nth-child(1){
    margin-left: 0;
}
.index-process-ul li:nth-child(5){
    width: 164px;
}
.index-process-ul li h2{
    font-size: 20px;
    color: #333333;
}
.index-process-ul li p{
    margin-top: 9px;
    font-size: 16px;
    color: #999999;
    text-align: center;
}
/*案例资讯*/
.index-case{
    width: 1100px;
    height: 700px;
    margin-top: 50px;
}
.index-case-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 34px;
    color: #333333;
    font-weight: 500;
}
.index-case-ulTitle{
    width: 1100px;
    height:45px;
    text-align: center;
    margin-top: 50px;
}
.index-case-ulTitle a{
    padding: 12px 50px;
    background:  #F7F7F7;
    margin-left: 2px;
    font-size: 18px;
    color: #333;
}
.index-case-ulTitle a:hover{
    text-decoration: none;
    cursor: pointer;
    /*background: #FF7A00;*/
    /*color: #fff;;*/
}
.index-case-ulTitle .case-action{
    background: #FF7A00;
    color: #ffffff;
}
.index-case-ulCon{
    width: 100%;
    height:360px;
    margin-top: 50px;
}
.index-case-ulCon .index-case-conLi{
    width: 100%;
    height: 100%;
}
.index-caseCon-ul{
    width: 100%;
    height: 360px;
}
.index-caseCon-ul li{
    width: 350px;
    height: 360px;
    float: left;
    margin-left: 25px;
    /*border:1px solid ;*/
    box-shadow: 0 0 10px 0 rgba(135,135,135,0.50);
    border-radius: 5px;
    overflow: hidden;
}
.index-caseCon-ul li .index-case-a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.index-caseCon-ul li .index-case-a:hover{
    text-decoration: none;
    cursor: pointer;
}
.index-caseCon-ul li:hover{
    box-shadow: 0 0 20px 0 rgba(135,135,135,0.50);
}
.index-caseCon-ul li:nth-child(1){
    margin-left: 0;
}

.index-caseCon-ul li h3{
    width: 322px;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index-caseCon-ul li h3 a{
    color: #333333;
    font-weight: 400;
}
.index-caseCon-ul li h3 a:hover{
    text-decoration: none;
    cursor: pointer;
}
.index-caseCon-ul li .index-case-img1{
    width:350px;height: 185px;
}
.index-caseCon-ul li p{
    width: 322px;
    height: 45px;
    line-height: 22px;
    margin-top: 20px;
    padding: 0 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    text-align: justify;
}
.index-caseCon-ul li div{
    width:322px;
    height: 20px;
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    padding: 0 14px;
}
.index-caseCon-ul li div span{
    float: right;
    color: #333;
    font-size: 14px;
}
.index-caseCon-ul li div span img{
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 3px;
}
.index-case-button{
    width: 100%;
    height: 45px;
    margin-top: 31px;
}
.index-case-button a{
    width: 150px;
    height: 45px;
    display: block;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    background: #FF7A00;
}
/*合作品牌*/
.index-coop-title{
    width: 100%;
    min-width: 1100px;
    height:50px;
    text-align: center;
    line-height: 50px;
    font-family: PingFangSC-Semibold;
    font-size: 34px;
    color: #333333;
    font-weight: 500;
}
.index-coop-title-img{
    width: 100%;
    min-width: 1100px;
    height: 180px;
    margin-top: 45px;
    overflow: hidden;
    position: relative;
}
.index-coop-img{
    width: 3840px;
    position: absolute;
    top: 0;
    left: 0;
}
.index-coop-img img{
    float: left;
}
/*底部*/
.index-footer{
    width: 100%;
    height: 310px;
    background: #1F1B1B;
}
.index-footer-body{
    width: 1100px;
    height: 310px;
    margin: 0 auto;
}
.index-footer-bodyTop{
    width: 100%;
    height: 245px;
}
.index-footer-logoBody,.index-footer-navList,.index-footer-wxLogo{
    float: left;
}
.index-footer-logoBody{
    width: 180px;
    height: 155px;
}
.index-footer-logoBody h3{
    font-family: PingFangSC-Regular;
    font-size: 26px;
    color: #FFFFFF;
    margin-top: 10px;
    font-weight: 400;
}
.index-footer-logoBody p{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    margin-top: 10px;
    color: #535353;
}
.index-footer-navList{
    width: 740px;
    height: 205px;
}
.index-footer-navList ul{
    margin-left: 120px;
}
.index-footer-navList ul li{
    width: 200px;
    margin-top: 15px;
    float: left;
}
.index-footer-navList ul li:nth-child(1),.index-footer-navList ul li:nth-child(2),.index-footer-navList ul li:nth-child(3){
    margin-top: 0;
}
.index-footer-navList ul li a{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
}
.index-footer-navList ul li a:hover{
    text-decoration: none;
    cursor: pointer;
}
.index-footer-wxLogo{
    width: 180px;
    height: 155px;
    text-align: center;
}
.index-footer-wxLogo p{
    font-size: 14px;
    color: #666666;
    margin-top: 9px;
}
.index-footer-icp{
    width: 100%;
    height: 64px;
    line-height: 64px;
    border-top: 1px solid #3D3D3D;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #535353;
}
.index-service-ulList li:hover{
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-position: center;
    background-size: 110%;
}
.index-service-imgBody2 li:hover{
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-position: center;
    background-size: 110%;
}


#mySwiperBtnLe{
    background-image: none;
    right: 1.7%;
    top: 40%;
    margin: 0;

         }
#mySwiperBtnRi{
    background-image: none;
    left: 0;
    top: 40%;
    margin: 0;
}
.advertising_space{
    width: 1100px;
    margin-top: 26px;
}
.advertising_space_ul{
    display: inline-block;
}
.advertising_space_ul li{
    width: 545px;
    height: 120px;
    float: left;
    margin-top: 10px;
}
.advertising_space_ul li img{
    width: 545px;
    height: 120px;
}
.advertising_space_ul li:nth-of-type(2n){
    margin-left: 10px;
}

.advertising_space_ul2 li:last-child img{
    width: 1100px;
    height: 120px;
}
.advertising_space div{
    margin-top: 10px;
}
.fixed_apply{
    width: 100%;
    height: 72px;
    position: fixed;
    display: inline-block;
    background-color: rgba(0,0,0,0.7);
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.apply_con{
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 100%;

}

.apply_con span img{
    padding-top: 5px;
    width: 100px;
}

/*头部上tip*/
.login_infor{
    width: 1100px;
    height: 22px;
    margin: 0 auto;
    line-height: 22px;
}
.login_infor_top{
    width: 100%;
    background-color: #F6F6F6;
    border-bottom: 1px solid #EDEDED;
}
.login_infor span img{
    margin-top: 4px;
}
.login_infor,.login_infor span a{
    color: #888888;
}
a:hover{
    text-decoration: none;
}
.login_infor span:nth-child(2){
    margin-left: 30px;
}
.login_infor span:nth-child(3){
     margin-left: 30px;
 }
.login_infor span:nth-child(4){
    /*margin-left: 620px;*/
    float: right;
}
.left_app_img{
    position: absolute;
    left: 0;
    bottom: 0;
}
#bottom_form{
    position: absolute;
    right: 10%;
    top: 10%;
}
.index-form-input_app input{
    width: 250px;
    height: 26px;
    margin-top: 10px;
    padding-left: 10px;
    outline:none;
    border-radius: 3px;
    border: 1px solid white;
}
.index-form-input_app1{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;

}
.index-form-input_app1 input{
    width: 180px;
    border-radius: 3px 0 0 3px;
    border-right: none;
}
.click-span{
    /*width: 70px;*/
    min-width: 70px;
    color: #FF7A00;
    text-align: center;
    background-color: #fff;
    border: 1px solid white;
    height: 26px !important;
    line-height: 26px;
    margin-top: 10px;
    border-left: none;
    border-radius: 0 3px 3px 0;
}
.index-form-input_app_btn button{
    width: 262px;
    background-color: #FF7A00;
    color: white;
    border: 1px solid #FF7A00;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
}
.apply_warn{
    font-size: 14px;
    color: red;
    width: 250px;
}
.right_app_img{
    position: absolute;
    top: 42%;
    right: 5%;
    height: 100%;
}
.fixed_hide{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 200px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    opacity: 0;
    font-size: 20px;
}
.apply_tips{
    width: 20px;

}
.success_app_form{
    width: 260px;
    height: 150px;
    position: absolute;
    top: 10%;
    right: 10%;
    border: 1px solid #FF7A00;
    border-radius: 10px;
    background-color: rgba(255,122,0,0.1);
}
.succ_img{
    text-align: center;
    margin-top: 20px;
}
.succ_img img{
    width: 15%;
}
.success_app_form{
    color: white;
    text-align: center;
    font-size: 18px;
    display: none;
}
.success_app_form p{
    margin-top: 5px;
}
.success_app_form p:nth-of-type(3){
    font-size: 14px;
    color: #FF7A00;

}
















