

header {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: flex;
    font-size: 14px;
}
header>.left{
    flex: 1;
    position: relative;
}
header>.left>div{
    position: absolute;
    left: 20%;
}
header>.left>div>img{
    width:32px;
    height: 32px;
    float: left;
}
header>.left>div>span{
    font-size: 16px;
    text-indent: 10px;
}

header>.right{
    flex: 1;
    position: relative;
}
header>.right>div{
    position: absolute;
    right: 20%;
}
header>.right>div>.login{
    color: #35abf5;
    cursor: pointer;
}

.section{
    width:100%;
}
.section>.box{
    width:400px;
    margin: 0 auto;
}

.section>.box .number{
    width: 400px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: flex;
    padding-top: 50px;
}
.section>.box>.number>.number_list{
    flex: 1;
}
.section>.box>.number>.number_list>span{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border:1px solid #666;
    border-radius: 50%;
}

.section>.box>.number>.number_text{
    flex:1;
    color: #999;
    font-size: 20px;
    line-height: 15px;
}

.section>.box .text{
    width: 400px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: flex;
}
.section>.box .text>p{
    flex: 1;
    text-align: left;
    color: #999;
}
.section>.box .text>p:nth-child(1){

}
.section>.box .text>p:nth-child(2){
    text-indent: 5px;
}
.section>.box .text>p:nth-child(3){
    text-indent: 20px;
}
.section>.box .text>p:nth-child(4){
    text-indent: 45px;
}

.section>.box>.inputbox{
    width:400px;
    display: none;
}
.section>.box>.inputbox>.register{
    width:600px;
    position: relative;
}


.section>.box>.inputbox>.register>.allinput{
    width: 400px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #999;
    display: flex;
    margin-top: 30px;
    float: left;
}
.section>.box>.inputbox>.register>.allinputs{
    width: 534px;
    height: 40px;
    line-height: 40px;
    display: flex;
    margin-top: 30px;
    float: left;
}

.section>.box>.inputbox>.register>.tel{
    display: inline-block;
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    color:red;
    text-indent: 5px;
    font-size: 15px;
}

.telone{
    position: absolute;
    display: inline-block;
    top: 105px;
    right: 0;
    height: 40px;
    line-height: 40px;
    color:red;
    text-indent: 5px;
    font-size: 15px;
    width: 200px;
}
.teltwo{
    position: absolute;
    display: inline-block;
    top: 175px;
    right: 0;
    height: 40px;
    line-height: 40px;
    color:red;
    text-indent: 5px;
    font-size: 15px;
    width: 200px;
    /*background-color: #0F8AC0;*/
}

.section>.box>.inputbox>.register>.allinput>.allinput_one{
    flex: 1;
    color: #666;
    text-align: center;
    border-right: 1px solid #999;
}
.section>.box>.inputbox>.register>.allinputs>.allinput_one{
    flex: 1;
    color: #666;
    text-align: center;
    border: 1px solid #999;
}
.section>.box>.inputbox>.register>.allinput>#one{
    flex: 1.8;
}
.section>.box>.inputbox>.register>.allinput>.allinput_two{
    flex: 2;
    border: none;
    text-indent: 10px;
}
.section>.box>.inputbox>.register>.allinputs>.allinput_two{
    flex: 3;
    border: none;
    text-indent: 10px;
}
.section>.box>.inputbox>.register>.allinputs>.allinput_two>input{
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: none;
    outline: none;
    background: #169BD5;
    color: white;
    cursor: pointer;
}
.section>.box>.inputbox>.register>.allinput>.allinput_three{
    width:120px ;
    height: 40px;
    line-height: 40px;
    border:none;
    cursor: pointer;
}
.section>.box>.inputbox>.register>.code{
    color:#999;
    width: 400px;
    margin-top: 5px;
    display: none;
}
.section>.box>.inputbox>.register>.ready{
    width: 400px;
    margin-top: 15px;
}
.section>.box>.inputbox>.register>.ready>input{
    vertical-align: middle;
}
.section>.box>.inputbox>.register>.ready>span{
    color: dodgerblue;
    cursor: pointer;
}
.section>.box>.inputbox>.register>.next{
    width: 400px;
    height: 40px;
    line-height: 40px;
    background-color: #0F8AC0;
    color: white;
    text-align: center;
    border:none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 50px;
}
.section>.box>.inputbox>.register>.finish{
    width: 400px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: red;
    margin-top: 30px;
    font-size: 16px;
}
.section>.box>.inputbox>.register>.goto{
    width: 400px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.section>.box>.inputbox>.register>.goto>span{
    color: #0c71c9;
    cursor: pointer;
}

.upimg{
    width: 400px;
    height: 180px;
    display: flex;
}
.upimg>.upimg_left{
    flex: 1;
}
.upimg>.upimg_right{
    flex: 1;
}
.upimg>.upimg_right>.uptext{
    margin-left: 45px;
}
.upimg>.upimg_right>.btn_addPic{
    margin-left: 45px;
}
.upimg>.upimg_right>.img-container{
    margin-left: 45px;
}

.upload-btn{
    margin-top: 10px;
}
.img-container {
    margin-top: 10px;
    width: 150px;
    height: 100px;
    background: #F2F2F2;
    overflow: hidden;
    border: 1px solid #000;
}

.img-container>img {
    width: 150px;
    height: 100px;
}

.img {
    width: 150px;
    height: 100px;
}

.form-control{
    width:80px;
    height: 30px;
    line-height: 30px;
}
.form-chose{
    width:245px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.wrap{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,.6);
    top:0;
    display: none;
    padding: 0;
    margin: 0;
}
.wrapson{
    width:600px;
    height: 600px;
    background-color:white;
    overflow: hidden;
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -300px;
    overflow:scroll;
}

.wrapson p{
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.wrapson .tltie{
    width:100%;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.wrapson .condens{
    width:100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.wrapson .conden{
    width:100%;
    line-height: 20px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.wrapson .textone{
    width:100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.wrapson .textright{
    text-align: right;
}
.boxwrap{
    width: 100%;
    height: 150px;
    position: relative;
}
.wrapbtn{
    position: absolute;
    width:200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0F8AC0;
    color: white;
    border: none;
    cursor: pointer;
   top:50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -20px;
}

.uptext{
    font-size: 15px;
    margin-top: 10px;
}



.btn_addPic{
    display: block;
    position: relative;
    width: 70px;
    height: 20px;
    overflow: hidden;
    border: .1px solid #666;
    background: none repeat scroll 0 0 #e5e5e5;
    color: black;
    cursor: pointer;
    text-align: center;
    text-decoration:none;
    font-size: 12px;
    margin-top: 10px;
}
.btn_addPic span{display: block;line-height: 20px;}

.filePrew {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 20px;
    font-size: 100px; /* 增大不同浏览器的可点击区域 */
    opacity: 0; /* 实现的关键点 */
    filter:alpha(opacity=0);/* 兼容IE */
}


#message_true {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -400px;
    width: 800px;
    height: 100px;
    font-size: 22px;
    color: #fff;
    white-space: normal;
    text-align: center;
    line-height: 100px;
    background: #333;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 9;
}





#map_box {
    width:800px;
    height: 400px;
    display: none;
}
.map_title{
    color: orange;
    font-size: 14px;
    padding: 10px 50px;
}
#map_container{
    width: 700px;
    height: 300px;
    margin: 0 auto;
}
.amap-sug-result{
    z-index: 9999999999999;
}



/*```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````*/
html {
    font-size: 12px;
}
.amap-copyright{
    box-sizing: content-box
}




.input-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 3rem;
}

.input-item:last-child {
    margin-bottom: 0;
}

.input-item>input[type=text], .input-item>input[type=date] {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

 .input-item>input[type=text]:not(:last-child), .input-item>input[type=date]:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

 .input-item>input[type=text]:not(:first-child), .input-item>input[type=date]:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-item-prepend {
    margin-right: -1px;
}

.input-item-text {
    width: 6rem;
    text-align: justify;
    padding: 0.4rem 0.7rem;
    display: inline-block;
    text-justify: distribute-all-lines;
    /*ie6-8*/
    text-align-last: justify;
    /* ie9*/
    -moz-text-align-last: justify;
    /*ff*/
    -webkit-text-align-last: justify;
    /*chrome 20+*/
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-item-text input[type=checkbox], .input-item-text input[type=radio] {
    margin-top: 0
}

.input-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    width: 22rem;
    border-width: 0;
    border-radius: 0.4rem;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.75rem 1.25rem;
}

.input-text {
    line-height: 2rem;
    margin-right: 2rem;
}

.info hr {
    margin-right: 0;
    margin-left: 0;
    border-top-color: grey;
}

.info {
    width: 700px;
    margin: 0 auto;
}


.input-item>input[type=text], .input-item>input[type=date] {
    display: inline-block;
    width: 80%;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input-item>input[type=text],.input-item>input[type=date] {
    background: #fff;
    padding: .375rem .75rem;
}
.input-item>input[type=text]:focus, .input-item>input[type=date]:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(128, 189, 255, .1)
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.input-item>input[type=text]:focus::-ms-value,.input-item>input[type=date]:focus::-ms-value {
    color: #495057;
    background-color: #fff
}


/* native toastr */
.native-toast {
    position: fixed;
    background-color: rgba(50, 50, 50, .8);
    border-radius: 33px;
    color: white;
    left: 50%;
    text-align: center;
    padding: 6px 12px;
    opacity: 0;
    z-index: 99999;
    transition: transform .25s, opacity .25s, top .25s;
    box-sizing: border-box;
}

.native-toast-bottom {
    bottom: 50px;
    -ms-transform: translateX(-50%) translateY(50px);
    transform: translateX(-50%) translateY(50px)
}

.native-toast-bottom.native-toast-shown {
    opacity: 1;
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.native-toast-bottom.native-toast-edge {
    bottom: 0;
}

.native-toast-top {
    top: 50px;
    -ms-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px)
}

.native-toast-top.native-toast-shown {
    opacity: 1;
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.native-toast-top.native-toast-edge {
    top: 0;
}

.native-toast-center {
    top: 0;
    -ms-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px)
}

.native-toast-center.native-toast-shown {
    opacity: 1;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.native-toast-edge {
    border-radius: 0;
    width: 100%;
    text-align: left;
}

@media screen and (min-width: 40rem) {
    .native-toast:not(.native-toast-edge) {
        max-width: 18rem;
    }
}

/*
  max-width does not seem to work in small screen?
*/

/*@media screen and (max-width: 768px) {
  .native-toast:not(.native-toast-edge) {
    max-width: 400px;
  }
}

@media screen and (max-width: 468px) {
  .native-toast:not(.native-toast-edge) {
    max-width: 300px;
  }
}*/

/* types */

.native-toast-error {
    background-color: #d92727;
    color: white;
}

.native-toast-success {
    background-color: #62a465;
    color: white;
}

.native-toast-warning {
    background-color: #fdaf17;
    color: white;
}

.native-toast-info {
    background-color: #5060ba;
    color: white;
}

[class^="native-toast-icon-"] {
    vertical-align: middle;
    margin-right: 8px
}

[class^="native-toast-icon-"] svg {
    width: 16px;
    height: 16px;
}