/*html define*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video,button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    word-wrap: break-word;
    word-break:break-all;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    color: #555555;
    font: 12px/20px "Microsoft YaHei", 'Hiragino Sans GB', arial, SimHei, Verdana, sans-serif;
    overflow: hidden;
    -webkit-user-select: none;
    -webkit-app-region: drag;
}
a{
    color: #444444;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: #444444;
}

img{
    border: 0;
}

button{
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-app-region: no-drag;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.signin-close-btn{
    -webkit-app-region:no-drag;
    display: block;
    position: absolute;
    right: 32px;
    top: 2px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url("/images/icons1.png") -427px -24px no-repeat;
}
.signin-close-btn:hover{
    background: url("/images/icons1.png") -450px -24px no-repeat;
}
/*.out_wrap{*/
/*width: 1005px;*/
/*height: 750px;*/
/*padding-top: 70px;*/
/*background: url(/images/bg01.jpg) no-repeat;*/
/*margin: 0 auto;*/

/*}*/
.inner_wrap{
    width: 400px;
    height: 618px;
    position: relative;
    border-radius: 5px;
    /*padding: 72px;*/
    background-color: #fff;
    -webkit-user-select:initial;
    -webkit-app-region: no-drag;
    overflow: hidden;

}
.logo{
    padding: 40px 35px 0 0;
    text-align: center;
}
.logo-comp{
    text-align: center;
    font-size: 22px;
    padding: 10px 35px 0 0;
}
.close_btn{
    display: block;
    width: 14px;
    height: 14px;
    background: url(/images/close.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 4px;
}
.tabs{
    margin-top: 20px;
    height: 35px;
    font-size: 14px;
}
.tabs>div{
    width: 185px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    float: left;
    border-bottom: 1px solid rgb(215,215,215);
}
.tabs .tabs01{
    border-right: 1px solid rgb(215,215,215);
}
.tabs>div.active{
    width: 184px;
    border-bottom: none;
    border-top: 1px solid rgb(215,215,215);
    background-color: #FFF;
}
.content{
    width: 100%;
    /*height: 500px;*/
    /*border-bottom: 1px solid blue;*/
    /*background-color: #FFF;*/
    position: relative;
}
.content>div{
    margin: 0 0 0 21px;
    padding-top:20px;
}
.radio_wrap{
    margin: 0px 0 26px 0px;
}
.radio_wrap>input{
    display: none;
}
.radio_wrap>label{
    padding: 0 12px;
}
.radio_wrap>label>span{
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0 4px -6px 0px;
    background: url(/images/radio02.png);
}
.radio_wrap>label>span.selected{
    background: url(/images/radio01.png);
}
.ui-input-wrap{
    display: block;
    width: 302px;
    height: 35px;
    border: 1px solid rgb(215,215,215);
    border-radius: 2px;
    margin: 14px 0 0 12px;
    box-shadow: 2px 2px 1px #EEE inset;
    -webkit-user-select:initial;
    -webkit-app-region: no-drag;
}

.ui-input-wrap_other{
    display: block;
    width: 102px;
    height: 35px;
    border: 1px solid rgb(215,215,215);
    border-radius: 2px;
    margin: 14px 0 0 12px;
    box-shadow: 2px 2px 1px #EEE inset;
}


.ui-form-item-error{
    border: 1px solid red;
}
.ui-form-item-focus{
    border: 1px solid #eee;
}
.ui-input-wrap>input{
    width: 290px;
    height: 22px;
    margin: 6px ;
    -webkit-user-select:initial;
    -webkit-app-region: no-drag;
    font: 12px/20px "Microsoft YaHei", 'Hiragino Sans GB', arial, SimHei, Verdana, sans-serif;
    border: none;
    outline:none;
}
.ui-input-wrap_other>input{
    width: 90px;
    height: 22px;
    margin: 6px ;
    -webkit-user-select:initial;
    -webkit-app-region: no-drag;
    font: 12px/20px "Microsoft YaHei", 'Hiragino Sans GB', arial, SimHei, Verdana, sans-serif;
    border: none;
    outline:none;
}
form>button{
    width: 200px;
    height: 38px;
    border-radius: 2px;
    margin: 8px 0 0 12px;
    color: #FFF;
    background-color: rgb(63,110,181);
    border-bottom: 2px solid rgb(51,77,116);
    font: 14px/20px "Microsoft YaHei", 'Hiragino Sans GB', arial, SimHei, Verdana, sans-serif;
}
.content>div{
    position: absolute;
    display: none;
}
.content>div.showed{
    display: block;
}
.content>div>p{
    text-align: center;
    margin-top: 16px;
}
.content>div>.p2{
    margin-top: 26px;
}
.sigin-error-tip{
    color: red;
    padding: 0 36px 0 12px;
    line-height: 16px;
}

/*Zt Write*/
.div_box{ width: 500px; height: 55px; overflow: hidden;}
.div_box span{ float: left;}


#send_authcode{
    float: left;
    border: 0px;
    margin-top: 14px;
    margin-left: 10px;
    height: 37px;
    width: 140px;
    border-radius: 2px;
    color: #FFF;
    background-color: rgb(63,110,181);
    border-bottom: 2px solid rgb(51,77,116);
    font: 14px/20px "Microsoft YaHei", 'Hiragino Sans GB', arial, SimHei, Verdana, sans-serif;
    cursor: pointer;
}
.ui-input-top{
    width: 302px;
    height: 35px;
    border: 1px solid rgb(215,215,215);
    border-radius: 2px;
    margin: 14px 0 0 12px;
    box-shadow: 2px 2px 1px #EEE inset;
    z-index:9999;
    position: relative;
    -webkit-user-select:initial;
    -webkit-app-region: no-drag;
}
.ui-input-p{
    width:258px;
    height:35px;
    line-height: 35px;
    float:left;
    font-size: 18px;
    padding-left:8px;
    -webkit-user-select:initial;
    -webkit-app-region: no-drag;
}
.ui-input-click{
    width:32px;
    height:35px;
    float:right;
    text-align:center;
    line-height:44px;
    -webkit-user-select:initial;
    -webkit-app-region: no-drag;
}
.ui-input-i{
    border: 8px solid transparent;
    border-top-color: #1e71e9;
    font-size: 0;
    position: relative;
    top:-5px;
    left:-2px;
    -webkit-user-select:initial;
    -webkit-app-region: no-drag;
}
.move{
    width:302px;
    margin-left:12px;
    overflow: hidden;
    position: absolute;
    top:71px;
    background: #fff;
    border:1px solid #c0c9f0;
    display: none;
    border-radius: 2px;
    -webkit-user-select:initial;
    -webkit-app-region: no-drag;
}
.move p {
    width:302px;
    height:33px;
    padding-left:8px;
    line-height:33px;
    font-size:18px;
    -webkit-user-select:initial;
    -webkit-app-region: no-drag;
}
.move p:hover{
    background: #3c8cd1;

}
