html,body{
    width: 100%;
    height:100%;
    position: relative;
}
.wrapper{
    width: 100%;
    height:100%;
    position: relative;
    min-width: 769px;
    min-height: 720px;
}
.main{
    min-height: calc(100vh - 40px);
    padding-bottom: 50px;
}

/*banner*/
.banner {
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
}

.banner > img {
    width: 100%;
    position: relative;
}

.banner .locate {
    position: absolute;
    left: 50%;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*section-title*/
.section-title {
    border-left: 5px solid #ff8605;
    padding-left: 25px;
}

.section-title h4 {
    color: #363636;
    font-size: 20px;
    /* font-weight:bold ;*/
    /* letter-spacing: 1px;*/
}

.section-titleB h4 {
    color: #363636;
    font-size: 20px;
}

.section-titleB .divider {
    width: 40px;
    height: 5px;
    background-color: #ff8605;
}

.iconfont.no-info,
.iconfont.success{
    font-size: 4vw;
}
.iconfont.success{
   /* color: #13cd18;*/
}

a.font-orange{
    color: #ff8605;
}

article p > img {
    max-width: 100%;
    text-align: center;
}

.student-form {
    position: relative;
}

.student-form .form-group {

}

.student-form .form-group > label {
    min-width: 110px;
}

.student-form .form-group > label + input[type='text'],
.student-form .form-group > label + input[type='date'],
.student-form .form-group > label ~ select{
    min-width: 200px;
}

.student-form .address-select select {
   /* min-width: 10%;*/
   /* max-width: 30%;*/
    min-width: 200px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.order-book {
    width: 300px;
}

.avatar-img > img {
    width: 150px;
}

.upload_modal {
    top: 30%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}

/************������****************/

.rebinding-box {
    position: relative;
    margin: 0 auto;
    width: 480px;
}

.rebinding-box .box-timeline {
    /* margin: 0 auto;
     text-align: center;*/
    position: relative;
    margin: 0 auto;

}

.rebinding-box .box-timeline ul {
    list-style: none;
    margin-bottom: 0;
    /*  position: absolute;
      left:50%;
      transform: translateX(-50%);*/
}

.rebinding-box .box-timeline ul li {
    float: left;
    width: 90px;
    position: relative;
    margin-right: 80px;
}

.rebinding-box .box-timeline ul li:last-child {
    margin-right: 0;
}

.rebinding-box .box-timeline ul li > a {
    text-decoration: none;
    color: #999;
}

/*.rebinding-box .box-timeline  div[class*=box-outside]{width: 38px; height: 38px; background-color: #d7d7d7; border-radius: 50%;line-height: 38px; margin: 10px auto; display:flex; display: -webkit-flex;  align-items:center;}*/
.rebinding-box .box-timeline .outside1ab {
    width: 38px;
    height: 38px;
    background-color: #e9e9e9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 38px;
    margin: 10px auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.rebinding-box .box-timeline .outside2a {
    width: 38px;
    height: 38px;
    background-color: #e9e9e9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 38px;
    margin: 10px auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.rebinding-box .box-timeline .outside1ab:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 80px;
    background-color: #d7d7d7;
    top: 48px;
    right: 71px;
    z-index: 2;
}

.rebinding-box .box-timeline .outside1ab:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 80px;
    background-color: #d7d7d7;
    top: 48px;
    left: 71px;
    z-index: 2;
}

.rebinding-box .box-timeline .outside2a:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 80px;
    background-color: #d7d7d7;
    top: 48px;
    right: 71px;
    z-index: 2;
}

.rebinding-box .box-timeline div[class*=box-num] {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 14px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff8605;;
    color: #fff;
}

/*.rebinding-box .box-timeline  div[class*=box-nums]:after{content: ""; position:absolute; height: 1px; width: 105px;background-color: #39f;top: 46px;left: 71px;}*/
.rebinding-box .box-timeline .outside1ab .num2ab {
    background-color: #bbbbbb;
}

.rebinding-box .box-timeline .outside2a .num3a {
    background-color: #bbbbbb;
}

.rebinding-box .box-timeline ul .box-num1 {
    background-color: #ff8605;
}

.rebinding-box .box-timeline .box-num2, .rebinding-box .box-timeline .box-num3 {
    margin-left: 45px;
}

.rebinding-box .box-timeline .box-num1:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 80px;
    background-color: #ff8605;
    top: 48px;
    left: 71px;
}

.rebinding-box .box-timeline .num2ab:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 80px;
    background-color: #ff8605;
    top: 48px;
    right: 71px;
}

.rebinding-box .box-timeline .num2ab:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 80px;
    background-color: #ff8605;
    top: 48px;
    left: 71px;
}

.rebinding-box .box-timeline .num3a:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 80px;
    background-color: #ff8605;
    top: 48px;
    right: 71px;
}

/********payment*********/
.payment-method {
    display: inline-block;
    vertical-align: middle;
    width: 105px;
    height: 40px;
}

.payment-method.alipay {
    background: url(../img/payment.jpg) no-repeat;
    background-position: 0 0;
}

.payment-method.wechatpay {
    background: url(../img/payment.jpg) no-repeat;
    background-position: 0 -50px;
}

.payment-method.yipay {
    background: url(../img/payment.jpg) no-repeat;
    background-position: 0 -93px;
}

.payment-qrcode {

}

.payment-qrcode img {
    width: 260px;
}

.payment-scan .scan-help {
    position: relative;
    background:#ffae12;
    background:-moz-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background:-webkit-gradient(linear, left, right, color-stop(0, #ffae12), color-stop(100%, #f07d17));
    background:-webkit-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background:-o-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background:-ms-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background:-webkit-gradient(linear, left top, right top, from(#ffae12), to(#f07d17));
    background:-webkit-gradient(linear, left top, right top, color-stop(0, #ffae12), to(#f07d17));
    background: linear-gradient(to right, #ffae12 0, #f07d17 100%);
    font-size: 16px;
    padding: 10px 30px 10px 120px;
    width: 300px;
}

.payment-scan .scan-help p {
    line-height: 26px;
    margin-bottom: 0;
}

.payment-scan .scan-help i.iconfont {
    position: absolute;
    left: 20px;
    top: 8px;
    font-size: 40px;
}

.download-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 20px;
}
.download-btn2{
    position: absolute;
    right: 150px;
    bottom: 0;
    margin-right: 20px;
}

/*****���*******/
.track-rcol {
    width: 100%;
}

.track-list {
    position: relative;
}

.track-list li {
    position: relative;
    padding: 9px 0 0 25px;
    line-height: 18px;
    border-left: 1px solid #d9d9d9;
    color: #999;
}

.track-list li.first {
    color:  #ff8605;
    padding-top: 0;
    border-left-color: #fff;
}

.track-list li .node-icon {
    position: absolute;
    left: -6px;
    top: 50%;
    width: 11px;
    height: 11px;
    background: url(../img/order-icons.png) -21px -72px no-repeat;
}

.track-list li.first .node-icon {
    background-position: 0 -72px;
}

.track-list li .time {
    margin-right: 20px;
    position: relative;
    top: 4px;
    display: inline-block;
    vertical-align: middle;
}

.track-list li .txt {
    max-width: 600px;
    position: relative;
    top: 4px;
    display: inline-block;
    vertical-align: middle;
}

.track-list li.first .time {
    margin-right: 20px;
}

.track-list li.first .txt {
    max-width: 600px;
}

