html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
button,article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark,
audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
button{background: transparent;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%;display:block;}
a{display:block;}
html{
    line-height: initial;
}
input,
textarea {
    border: 0;
    -webkit-appearance: none;
    outline:none;
    background: transparent;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
em{font-style: normal;}
.index-box{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.xd-header{
    position: relative;
}
.xd-header-left{
    width:10px;
    height:18px;
    position:absolute;
    z-index: 3;
    left:16px;
    top: 55px;
}
.xd-box{
    border-radius: 10px 10px 0px 0px;
    background: #FFFFFF;
    padding:0 16px;
    padding-top: 30px;
    position: relative;
    top: -10px;
    z-index: 3;
}
.xd-form-title{
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.xd-form-text{
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    margin-top: 3px;
    text-align: center;
}
.xd-form-box{
    margin-top: 32px;
}
.xd-form-input{
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    margin-bottom: 16px;
    padding:0 12px;
    position: relative;
}
.xd-form-input-left{
    font-size: 15px;
    color: #999999;
}
.xd-form-input input{
    font-size: 15px;
    color: #333333;
    flex: 1;
}
/*.xd-form-input img{
    width:10px;
    height: 5px;
}*/

.xd-form-input input::placeholder{
    font-size: 15px;
    color: #999999;
}
.xd-code{
    font-size: 15px;
    color: #008FEE;
}
.xd-btn{
    margin-top: 16px;
    width: 100%;
    height: 45px;
    line-height:43px;
    background: #008FEE;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
}
.xd-ul{
    margin-top: 16px;
}
.xd-ul li{
    display:flex;
    align-items: center;
}
.xd-ul li img{
    width:12px;
    height:14px
}
.xd-ul li p{
    font-size: 13px;
    color: #999999;
    opacity: 0.8;
    margin-left: 4px;
}
.xd-bxsm{
    margin-top: 40px;
}
.xd-bxsm-title div{
    padding:0 14px;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}
.xd-bxsm-title p{
    width:35%;
    height:1px;
    background:rgba(112, 112, 112, .1)
}
.xd-bxsm-box{
    margin-top: 16px;
}
.xd-bxsm-box p{
    font-size: 15px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 16px;
}
.city-input-ui{
    position:absolute;
    top: 44px;
    left: -1px;
    width: 101%;
    z-index: 4;
    padding:0 12px;
    padding-top: 10px;
    background: #fff;
    max-height:345px;
    overflow-y: scroll;
    display: none;
}
.city-input-ui::-webkit-scrollbar{
    display: none;
}
.city-input-ui li{
    margin-bottom: 16px;
}
.xd-fwxm-mask{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.8);
    z-index: 999;
    display:none;
}
.xd-fwxm-box{
    position:absolute;
    width: 100%;
    height: 250px;
    left: 0;
    bottom: 0;
    background:#fff;
    padding:16px;
    padding-top: 12px;
    overflow: hidden;
}
.xd-fwxm-left{
    flex: 1;
    text-align:center;
    height:100%;
    overflow-y: scroll;
}
.xd-fwxm-left::-webkit-scrollbar{
    display: none;
}
.xd-fwxm-left p{
    height:34px;
    line-height:34px;
    font-size: 14px;
    color: #333;
}
p.active{
    color:#008FEE
}
.xd-fwxm-height{
    height:168px;
    margin-top: 12px;
}
.xd-fwxm-qx{
    font-size: 16px;
    color:#888
}
.xd-fwxm-qd{
    font-size: 16px;
    color:#008FEE
}
.xd-fwxm-btn{
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}
.show{
    background:rgba(0,0,0,.6);
    font-size: 15px;
    color:#fff;
    text-align: center;
    padding:10px 16px;
    position:absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    border-radius: 6px;
    display:none;
}
.wrap{
    width:750px;
    margin:0 auto;
}
.xd-header-img{
    width:100%;
    height:432px
}
@media only screen and (max-width: 768px ) { 
    .wrap{
        width: 100%;
    }
    .xd-header-img{
        width: 100%;
        height:216px;
    }
}