@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5,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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input::-webkit-outer-spin-button {
-webkit-appearance: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{color:#333333;text-decoration: none; background: none; border: none;}
a:focus{outline: none;}
a:hover{outline: none;}
a:active,a:visited{outline: none; border: none;}

a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
img{border: none;display: block;}
input:focus{outline: none;}
input{font-size: 14px;}
body{
    font-family: "微软雅黑", Arial, Helv, Helvetica, sans-serif;
    font-size: 14px;
    color: #4F5F66;
    max-width: 720px;
    margin: auto;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}


.shop-bindin-contants{
    width: 100%;
    height: auto;
    border-top: 8px solid #EEEEEE;
}
.transfer-camer{
    width: 100px;
    margin: 0 auto;
    position: relative;
    margin-top: 30%;
}
.transfer-camer img{
    width: 100%;
}
.transfer-camer input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.transfer-text{
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #717E83;
}
.black_bj{
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.yellow{
    background-image: linear-gradient(-180deg, #FFEB89 0%, #FFD351 100%);
}
.blue{
    background-image: linear-gradient(-180deg, #47A9F0 0%, #51B3FF 98%);
}
/*确定弹窗*/
.leave_box{
     background: #fff;
     position: absolute;
     width: 80%;
     left: 10%;
     top: 30%;
     border-radius: 10px;
 }
.leave_con{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #323223;
    letter-spacing: 0;
    display: block;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #D6D7DC;
}
.leave_btn{
    font-size: 0;
}
.leave_btn>span{
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    line-height: 50px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #909090;
    letter-spacing: 0;
    text-align: center;
}
.leave_btn>span:last-child{
    color: #2368CB;
    border-left: 1px solid #D6D7DC;
}
