.phone-box p {
   
    /* -webkit-border-radius: .25rem; */
    /* border-radius: .25rem; */
    /* padding: .25rem; */
    margin: .85rem 0;
    position: relative;
}

.phone-box p input {
    display: block;
    width: 100%;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, sans-serif;
    line-height:1.8rem;
    font-size: .7rem;
    outline: none;
    border: 1px solid #01b8e6;
    border-radius: .25rem;
    text-indent: .25rem;
}

.phone-box p.code-box {
    padding-right: 5rem;
    position: relative;
}
.phone-box p.code-box a{
    
    border-radius: .25rem;
}
.get-code {
    color: #4299f7;
    font-size: .7rem;
    position: absolute;
    width: 4.5rem;
    /* border-left: 1px solid #ddd; */
    right: 0;
    bottom: 0;
    height:100% ;
    text-align: center;
    line-height: 1.8rem;
    height: 1.8rem;
    border: 1px solid #01b8e6;
   

}

.clear-btn {
    position: absolute;
    width: .5rem;
    right: .5rem;
    top: 0;
    display: none;
}

.clear-btn img {
    width: .5rem;
}

/* 遮罩层 */
.pop-tips {
}

.md-modal {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 110;
    width: 100%;
    height: 100%;
}

.md-modal dl {
    padding: 5px;
}

.md-modal dl dd {
    width: 100%;
}

.md-modal dl dd img {
    width: 100%;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0.8;
    background: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-close {
    width: 120px;
    display: block;
    margin: 0 auto;
    color: #fff;
    height: 34px;
    border: 1px dashed #fff;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    line-height: 32px;
    text-align: center;
    margin-top: 10px;
}


.popup-body{

}
.popup-btn-box a.popup-btn-style1{
    background: -webkit-gradient(linear,0 0%,100% 100%,from(#4bb2fd),to(#407ae4));
    background: -webkit-linear-gradient(to bottom right,#4bb2fd,#407ae4);
    background:         linear-gradient(to bottom right,#4bb2fd,#407ae4);
    color: #fff;
    -webkit-box-shadow: 0 .25rem .25rem rgba(200,200,200,.5);
    box-shadow: 0 .25rem .25rem rgba(200,200,200,.5);
}


.popup-box{
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
    height: 100%;
    z-index: 20;
    display: none;
}
.popup-box .popup-bg{
    background-color: rgba(0,0,0,.8);
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
    height: 100%;
    z-index: 1;
}

.popup-box .popup-container{
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}
.popup-box .popup-ani{
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom:0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #e4e4e4;
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
    font-size: .75rem;

}
.popup-box .popup-ani .popup-title-box{
    background-color: #fff;
    text-align: center;
    padding: .5rem 0;
    color: #4399ec;
}
.popup-box .popup-ani .popup-select-group li{
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #e4e4e4;
}
.popup-box .popup-ani .popup-select-group li a{
    display: block;
    color: #383838;
    padding: .5rem 0;
}
.popup-box .popup-ani .popup-cancle-box a{
    background-color: #fff;
    display: block;
    color: #383838;
    text-align: center;
    padding: .5rem 0;
}
.popup-container .popup-head{
    text-align: right;
    vertical-align: bottom;
    font-size: 0;
    margin-bottom: 1.5rem;
}
.popup-container .popup-head a{
    display: inline-block;
    width: 1.25rem;

}


.popup-container .popup-head img{
    width: 1.25rem;
}

.popup-container .popup-body.none{
    display: none;
}


.popup-body  .popup-tst-box{
    text-align: center;
    margin: 5% auto;
}

.popup-container .popup-btn-box{
    padding: 0 .5rem;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 5% auto;
    font-size: .8rem;
    list-style-type:none;
}
.popup-container .popup-btn-box li{
    text-align: center;
}
.popup-btn-box a{
    display: inline-block;
    width: 85%;
    padding: .45rem 0;
    -webkit-border-radius: 1.2rem;
    border-radius: 1.2rem;
}


.bar{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.top-0{
    top:0 !important;
}
.top-40{
    top: 2rem;
}
.bottom-0{
    bottom:0;
}
.bottom-40{
    bottom: 2rem;
}
.mar-t-10{
    margin-top: .5rem;
}
.mar-b-10{
    margin-bottom: .5rem;
}
.bg-f{
    background-color: #fff;
}
.pad-5{
    padding: .5rem;
}
.pad-x-5{
    padding-left: .25rem;
    padding-right: .25rem;
}

.pad-t-5{
    padding-top: .25rem;
}
.pad-b-5{
    padding-bottom: .25rem;
}
.pad-l-5{
    padding-left: .25rem;
}
.pad-r-5{
    padding-right: .25rem;
}



.pad-10{
    padding: .5rem;
}
.pad-x-10{
    padding-left: .5rem;
    padding-right: .5rem;
}

.pad-t-10{
    padding-top: .5rem;
}
.pad-b-10{
    padding-bottom: .5rem;
}
.pad-l-10{
    padding-left: .5rem;
}
.pad-r-10{
    padding-right: .5rem;
}
.pad-x-15{
    padding-left: .75rem;
    padding-right: .75rem;
}
.bottom-bar{
    bottom:0;
}
.hide{
    display: none;
}


.mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7); }

.mask .content {
    position: absolute;
    width: 16.9rem;
    left: 50%;
    border-radius: 0.5rem;
    background: #ffffff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.mask .content .close-c {
     position: absolute;
     width: 1.1rem;
     right: 0.3rem;
     top: -1.6rem;
     z-index: 100;
 }

.mask .content .close-c img{
    width:100%
}
.mask .content .warm-hints {
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0;
}
.mask .content .success-close {
    width: 100%!important;
    text-align: center;
    padding-bottom: 1rem;
}
mask .content .success-close p {
    text-align: center!important;
}
.mask .content .success-close p a {
    background: #01b8e6!important;
    border-radius: 1rem!important;
    padding: .3rem 1.5rem!important;
    vertical-align: middle!important;
  text-align: center;
    font-size: 1rem!important;
    /* line-height: 2em!important; */
    color: #fff!important;
}