* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;

    --base-color: #ebeef5;
    --active-color: #99ccff;
}



#app {
    width: 100%;
    height: 100%;
    background: #fff;
}

.indexBck {
    width: 100%;
    height: auto;
}

.content{
    width:1200px;
    margin:0 auto;
}
.titleNew{
    padding:50px 0px 30px 0px;
    border-bottom:1px dashed #999;
    overflow: hidden;
}
.word{
    font-size:24px;
    color:#101010;
    float: left;
}
.devider{
    background: #409fee;

    border-radius: 8px;
    margin-right: 16px;
    display: inline-block;
    float: left;
    margin-top: 5px;
    height: 28px;
    width: 8px;
}

.introduce{
    display: flex;
    align-items: center;
    padding:20px 0px;
}
.icon{
    width:133px;
    height:133px;
    margin-right:20px;
}
.txt{
    line-height:34px;
}

.normal{
    font-size:20px;
    color:#101010;
}
.red{
    color:red;
    font-size:20px;
}

.form{
    padding:0px 0px 30px 0px;
    overflow: hidden;
    margin-top:20px;
}




.r2{
    overflow: hidden;
    margin:10px 0px;
}
.star{
    color:red;
    float: left;
}
.inputword{
    color:#101010;
    font-size:14px;
    float: left;
    margin:0 15px 0 5px;
}
.choose{
    color:#444434;
    font-size:14px;
    float: left;
    margin-right:10px;
}
.choose input{
    margin-right:10px;
    color:#101010;

}
.r3{
    display: flex;
    margin-bottom:20px;
    align-items: center;
}
.input{
    width:455px;
}
.input input,.input select{
    width:100%;
    height:35px;
    line-height:35px;
    border-radius:4px;
    border: 1px solid rgba(153, 153, 153, 0.3);
    text-indent:0px;
    outline:none;
}
.input textarea{
    width:100%;
    height:100px;
    line-height:30px;
    border-radius:4px;
    border: 1px solid rgba(153, 153, 153, 0.3);
    text-indent:20px;
    outline:none;
}

.city-picker-span{
    border-radius:4px;
    border: 1px solid rgba(153, 153, 153, 0.3);
    text-indent:20px;
    outline:none;
}

.city-picker-span.focus{
    border-bottom: 1px solid rgba(153, 153, 153, 0.3)!important;
}

.city-picker-dropdown{
    left:150px!important;
    top:95px!important;
}


.star{
    color:red;
    float: left;
}

.inputword{
    color:#101010;
    font-size:16px;
    float: left;
    margin:0 15px 0 5px;
}

.btns {
    width:370px;
    /*margin: 0 auto;*/
    overflow: hidden;
    margin-left:150px;
}

.submit{
    width:160px;
    height:40px;
    line-height:40px;
    color:#fff;
    background: #409fee;;
    text-align: center;
    font-size:16px;
    border:1px solid #409fee;
    float: left;
    border-radius:5px;
    cursor: pointer;
}
.rebset{
    width:160px;
    height:40px;
    line-height:40px;
    color:#333;
    background: #fff;
    text-align: center;
    font-size:16px;
    margin-right:50px;
    float: left;
    border-radius:5px;
    border: 1px solid rgba(187, 187, 187, 1);
    cursor: pointer;
}
.getCode{
    width:120px;
    height:35px;
    line-height:35px;
    border:1px solid #409fee;
    color: #409fee;
    font-size:14px;
    text-align: center;
    border-radius:3px;
    margin-left:10px;
    background:#fff;
    float: right;
    cursor: pointer;
}

.r3-left{
    width:150px;
    text-align: right;
    display: flex;
    justify-content: right;
}


.footer{
    background:url(../images/bottomBck.png) #409eff;
    padding-bottom:20px;
    margin-top:40px;
}
.footer-content{
    width:1200px;
    margin:0 auto;
    display: flex;
}
.footer-content-left{
    flex: 1;
}
.footer-content-right{
    width:320px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top:48px;
}
.footer-content-img
{
    width:140px;
    height:140px;
    border-radius: 50%;
}
.footer-content-txt{
    font-size:18px;
    color:#fff;
    height:18px;
    line-height:18px;
    margin-top:10px;
}
.bottomWord{
    width:370px;
    margin-top:47px;
}


.bottomOneRow span {
    margin-left: 30px;
}


.bottomOneRow{
    font-size:16px;
    color:#fff;
    height:30px;
    line-height:30px;
}.bottomTwoRow{
     font-size:16px;
     color:#fff;
     height:30px;
     line-height:30px;
 }
.bottomTwoRow a{
    display: inline-block;
    text-decoration:none;
    color:#fff;
    margin-right:10px;
}
.bottomTwoRow a:hover{
    color:#fff;
}

.bottomOneRow{
    font-size:16px;
    color:#fff;
    height:30px;
    line-height:30px;
}


.tankuang {
    position: fixed;
    bottom: 250px;
    right: 0px;
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
    padding: 20px;
    cursor: pointer;
    text-decoration: none;
}

.tabkuang {
    width: 300px;
    height: 128px;
}

.tankuang_txt {
    font-size: 16px;
    color: #333;
    margin-top: 15px;
}

.flex {
    display: flex !important;
}

.mr10 {
    margin-right: 10px;
}

.severWindow{
    margin-top:40px;
    position: relative;
}

.flexCenter {
    display: flex;
    align-items: center;
}

.input input.radio1 {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.input input.radio2 {
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.chooseDep {
    width: 455px;
    text-indent: 0px;
}

.inputName {
    text-indent: 0px;
}

.inline-input {
    width: 240px !important;
}

.chooseOrg {
    width: 455px;
    text-indent: 0px;
}

.w455 {
    width: 455px;
}

.tishitishi {
    color: red;
    margin-left: 30px;
}

.jbphone {
    width: 320px !important;
}

.jbphone input {
    width: 320px !important;
    float: left;
    text-indent: 0px;
}

.ml40 {
    margin-left: 40px;
}

#btn1 {
    flex: 1;
}

.h100 {
    height: 100px !important;
}

#mpanel2 {
    margin-top: 50px;
}