﻿@charset "utf-8"; 
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,em,img,q,s,strong,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0
}

html,body {
    height: 100%;
    background: #fff;
}

body,table,input,textarea,select,button,th,td,input,select,th,td,p,dl,dt,dd,li,pre {
    color: #555;
    font: 12px/1.5 arial,tahoma,\5b8b\4f53;
}

button,input,select,textarea {
    font-size: 100%;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

button,a {
    cursor: pointer
}

a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    color: #555;
}

a:hover {
    color: #e1381d7;
    text-decoration: underline;
    transition: color .2s linear 0s,background-color .2s linear 0s;
}

a img {
    border: none;
}

fieldset {
    display: block;
    border: 0 none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none
}

var,em,dfn,i {
    font-style: normal
}

input {
    text-indent:0;
    display: inline-block;
}

.hr {
    border-bottom: 1px solid #ddd;
    height: 1px;
    line-height: 0;
    font-size: 0;
    clear: none
}
.hr2 {
    border-bottom: 1px dashed #ddd;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow:hidden
}

.g_title {
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

html {
    height: auto;
    /*
     overflow: hidden;
    overflow-y: scroll;
    */
}

body {
    min-width: 1200px;
    height: auto;
}

.ie7 {
    overflow-x: hidden
}

/* input[type='text'],input[type='password'],textarea{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s;}input[type='text']:hover,input[type='password']:hover,textarea:hover{border-color:#ccc;} */

* html,* html body {
    background-image: url(about:blank);
    background-attachment: fixed
}
.pr {
    position: relative
}

.fl {
    float: left;
    display: inline
}
.fr {
    float: right;
    display: inline
}

.clear{clear:both;}


.clearFix {
    *zoom: 1;
}

.clearFix:after {
    content: "";
    display: table;
    clear: both
}

.ie-update{background:#fcf8e3;border:2px solid #fbeed5;padding:2px;text-align:center;font-size:14px;border-color:#fbeed5;color:#c09853}
.blue,a.blue{color:#0b73bb}

.base-3c8fed {color:#3c8fed}
.base-3c8fed b{
    font-family: \5b8b\4f53;
    vertical-align: -1px;
}
.w {max-width: 1180px;min-width: 1180px;padding:0 10px;margin:0 auto;}
.x_bottom_00{width:1190px}
.x_bot_left{margin-left:0}
/* 通用按钮样式 */
.xyeBtn:hover {opacity:.95;filter:alpha(opacity=95);text-decoration: none;}
.xyeBtn:active {opacity:1;filter:alpha(opacity=100)}
.xyeBtn:hover:before,.xyeBtn:focus:before,.xyeBtn:active:before {left: 0;right: 0}
.xyeBtn {
    transition: translateZ .2s linear 0s;
    display: block;
    text-align: center;
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;

}

.xyeBtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    
    height: 4px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.xyeBtn button {
    width: 100%;
    color: #888;
    display: block;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    overflow: visible;
    padding: 0 12px;
    font: 14px \5b8b\4f53;
    letter-spacing: 1px;
    white-space: nowrap;
    cursor: pointer;
    padding:0 2.5em;
}


/* 蓝色按钮 */
.xyeBtn-blue {background: #3c8fed;height:40px;}
.xyeBtn-blue button{line-height:40px;color: #fff;}
.xyeBtn-blue:before{background: #006dcc;}

/* 灰色按钮 */
.xyeBtn-gray{background:#ddd}
.xyeBtn-gray button{color: #333;}
.xyeBtn-gray:before{background: #ccc;}

/* 橘色按钮 */
.xyeBtn-orange{background:#ff910e}
.xyeBtn-orange button{color: #fff;}
.xyeBtn-orange:before{background: #E7820A;}

/* 绿色按钮 */
.xyeBtn-green{background:#6db84b;}
.xyeBtn-green button{color: #fff;}
.xyeBtn-green:before{background: #5BA839;}

/* 白色按钮 */
.xyeBtn-white{height:40px}
.xyeBtn-white button{color: #666;line-height:40px}
.xyeBtn-white button:hover {color:#08c}
.xyeBtn-white:before{background: transform;}

/* 按钮不可用 */
.xyeBtn-disabled {background:#ccc!important;cursor:default;}
.xyeBtn-disabled button{color: #555!important;cursor:default;}
.xyeBtn-disabled:before{background: #ccc!important;}


/*
    简底
*/
.simple-bottom {
   
    margin: 40px auto;
    clear: both
}

.simple-bottom-links {
    height: 18px;
    line-height: 18px;
    padding: 20px 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.simple-Copyright {
    margin-top: 20px
}

.base-footer-simple .divide {
    border-left: 1px solid #333;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    margin: 0 7px;
    overflow: hidden;
    vertical-align: middle;
    width: 0;
}

/*
 * /B/passport/form.css

*/

.base-mr10 {margin-right: 10px;}

.base-w300 {
    width: 300px!important;
}

.base-w95 {
    width: 95px!important;
}
.base-w198 {
    width: 198px!important;
}
.base-tIndent {
    text-indent: 3.5em!important;
}

/* ç°è‰²æŒ‰é’® */
.xyeBtn-gray {    height: 40px!important;width: 98px;background: #fcfcfc;border:1px solid #ddd}
.xyeBtn-gray button{color: #777;    padding: 0 12px;font-size: 12px;    line-height: 40px!important;}

.xyeBtn-gray:before{background: #ddd;}
.xyeBtn-gray:active {border-color: #afafaf;background:#fff;}
.xyeBtn-gray:active button{color: #555;}

/* checkbox radio ç¾ŽåŒ– */
.radioLabel {cursor: default;}
.xyeLabel {overflow:hidden;display:inline-block;}
.checkbox{cursor: pointer;margin-right:3px;width:15px;height:15px;line-height:15px;overflow:hidden;text-indent:-9999px;background: url(./images/2017/xye-c-r.gif) no-repeat 0 -37px;}
.checkboxLabel .checked{background-position:0 -54px}
.radio{cursor: pointer;margin-right:3px;width:15px;height:15px;line-height:15px;overflow:hidden;text-indent:-9999px;background: url(./images/2017/xye-c-r.gif) no-repeat 0 0;}
.radioLabel .checked{background-position:0 -19px}

/* é€šç”¨ inputå¸ƒå±€ */

th.vertTop {vertical-align:top;}
.basic-table {table-layout: fixed;}
.basic-table {position:relative;margin-top:-15px;margin-bottom:5px;width:100%;}
.basic-table-td {padding-top:20px;}
.basic-table-th{padding-right:15px;text-align:right;white-space: nowrap;padding-top:29px;vertical-align: top;font-size:14px;color:#555;}
.basic-table-td{text-align:left;vertical-align:top;}
.basic-table-th p{white-space: nowrap;}
.basic-table-th span {
font-size:15px;
color: #ef4a00;
font-weight: normal;
padding-right: 8px;
font-family: \5b8b\4f53;
}

.fm-ipt{
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
}

.fm-ipt-txt{
    line-height: 18px;
    height: 18px;
    border: none 0;
    background: #fff;
    padding: 10px 0;
    width: 100%;
    text-indent:.5em;
}

.fm-ipt-txt-count {
    font: 18px/18px Constantia, Georgia , Microsoft YaHei;
    color: #666;
    position: absolute;
    right: 0;
    top: 10px;
    zoom: 1;
    background: #fff;
    display: block;
    height: 20px;
    padding-right:10px;
}

.fm-ipt-txt-count span {
    font-size: 14px;
}

.fm-ipt-area {
    overflow:hidden;
    overflow-y:scroll;
    height: 100px;
    line-height: 18px;
    border: none 0;
    background: #fff;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    text-indent:.5em;
}

.fm-ipt-area-leftWord {
    text-align: right;
    padding-top:5px;
    font-size: 12px;
    line-height:18px;
    color: #666;
}


.fm-ipt-mask {
    z-index: 11;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    color: #aaa;
    height: 18px;
    line-height: 18px;
    padding: 9px 0;
    font-size: 12px;
    margin: -36px 0 0 0;
    text-indent: 0.5em;
}


.txt-count-tipIcon {position:absolute;width:300px;right:-425px;top: 27px;}
.issue-tipIcon {width:25px;height:25px;margin-right:8px }
.issue-tipIcon-success{background-image:url(./images/2017/issue-tip-icon.png);background-position:0 -6px;background-repeat:no-repeat}
.issue-tipIcon-error{background-image:url(./images/2017/issue-tip-icon.png);background-position:0 -40px;background-repeat:no-repeat}
.issue-tipText {
line-height: 18px;

padding: 3px 0;
white-space: nowrap;
color: #ff7034;
}
.ie8 .b-b-p-quickly .issue-tipText {line-height: 20px}

.check-pic {height:37px;width:92px;cursor: pointer;display: block;}
.xye-form-submit {height:55px;left: 2px}
.xye-form-submit button {  font: 19px/55px Microsoft YaHei,tahoma,\5b8b\4f53;}


#getCellPhoneAuthCode {
    height: 39px;
    width: 94px;
    position: relative;
    left:2px;
}
#getCellPhoneAuthCode button {padding: 0;font-size: 12px;text-indent: 1px;font-family: Microsoft YaHei}

#getCellPhoneAuthCodeII {
    height: 39px;
    width: 94px;
    position: relative;
    left:2px;
}
#getCellPhoneAuthCodeII button {padding: 0;font-size: 12px;text-indent: 1px;font-family: Microsoft YaHei}



/*
    æ³¨å†Œè§’è‰²åˆ‡æ¢
*/
.passport_identitySwitch {

    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    background: #f0f0f0;
    width: 300px;
    height:40px;
    position: relative;
    z-index: 1;

}

.passport_identitySwitch div {
    width: 300px;
    height:40px;
    position: relative;
    z-index: 2;
}

.passport_identitySwitch label{
    display: inline;
    float: left;
    width: 150px;
    height:40px;
    font: 14px/40px Microsoft YaHei,tahoma,\5b8b\4f53;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.passport_identitySwitch .current{
    color: #fff;
    background: #3c8fed;
    cursor: default;
}

.passport_identitySwitch input {display:none}

/*
    å°é±¼å„¿åè®®
*/

.re_strength03  {overflow:hidden; margin-top:15px;margin-left: 113px;}
.re_strength03 a{color:#1c85e0;margin-left:1px;font-family:\5b8b\4f53;}
.re_checkbox {
float: left;
height:13px;
width:13px;
vertical-align: -3px;
margin-right: 4px;
}

.re_strength03 .checkbox{position: relative;top: 1px}


.eipt-btn {margin-bottom:20px;width:294px;padding-top:5px}
.eipt-btn2 {margin-bottom:20px;width:433px;padding-top:5px}
.eipt-btn3 {margin-left: 10px;margin-bottom: 20px;width: 433px;}
.eipt-btn4 { margin:20px 0 20px 130px;width:433px;padding-top:5px}
.eipt-post-bt  font{position:relative;top:-3px}




.xieyi-box{margin-top:10px;margin-left:113px;width:474px;overflow-x:hidden;overflow-y:scroll;border:1px solid #b1b1b1;display:none}

.ie7 .xieyi-box{margin-left:113px;}

.xieyi-article {height:150px;word-break:break-all;word-wrap:break-word;margin:5px;line-height:22px}
.xieyi-article h6 {text-align:center;font-family:\5b8b\4f53;}
.xieyi-article p {line-height:22px;text-indent:2em}


.fm-ipt-left {

    position: absolute;
    height: 36px;
    width:35px;
    line-height: 36px;
    top:1px;
    left:0;
    z-index: 1;
}

.fm-ipt-right {
    background: #fff;
    position: absolute;
    height: 36px;
    width:35px;
    line-height: 36px;
    top:1px;
    right:0;
    z-index: 1;
}
.fm-ipt-right .issue-tipIcon{margin-top: 7px}
/*
    å¯†ç  æ˜¾ç¤ºæ–¹å¼åˆ‡æ¢
*/
.passport_pwdTrigger {
    position: absolute;
    height: 37px;
    width:35px;
    line-height: 37px;
    top:1px;
    right:0;
    background: #fff  url(./images/2017/issue-tip-icon.png)  0 -165px no-repeat;
    z-index: 12;
    cursor: pointer;
}
.passport_pwdTrigger.pwdView {
    background-position: -1px -191px;

}

/*
    æŠ¥é”™å±•ç¤º
*/
.form-box-error {
    border: 1px solid #F55;
}



/*
     ç”¨æˆ·ç™»é™†
*/



.xye-ui-login {
    position: relative;
   
}

.xye-ui-login .txt-count-tipIcon{top:6px;left: -5px;right: inherit;position: relative;height:30px;overflow: hidden}

.reg-icon-name {    background: #fff url(./images/2017/issue-tip-icon.png) 5px -107px no-repeat;}
.reg-icon-pwd {  background: #fff url(./images/2017/issue-tip-icon.png) 5px -137px no-repeat;}
.reg-icon-code{  background: #fff url(./images/2017/issue-tip-icon.png) 5px -166px no-repeat;}



/*
    b-b-p-quickly
    å¿«é€Ÿç™»é™†/æ³¨å†Œ
*/
.b-b-p-quickly {
    background: #fff;
    overflow: hidden;
    padding: 15px 15px 20px 15px;
    margin:10px;
}

.b-b-p-quickly .xye-ui-login{margin:auto;}
.b-b-p-quickly .xye-ui-login #loginPasswordTip{display:none}

.b-b-p-quickly .xye-ui-register {width: 300px;margin:auto;display: none}
.b-b-p-quickly .xye-ui-register .issue-tipIcon-success{
    position: relative;
    float: right;
    top:0;
    right:-6px;
    z-index: 1;
}
.b-b-p-quickly .xye-ui-register #securityCodeTip .issue-tipIcon-success,
.b-b-p-quickly .xye-ui-register #authCodeTip .issue-tipIcon-success{right:100px}


.b-b-p-quickly .loginBlock-hd{padding:0 0 0 0;margin: 0;position: relative;top:5px;z-index: 1}
.ie7 .b-b-p-quickly .loginBlock-hd {margin-bottom: 15px}
.b-b-p-quickly .passport_pwdTrigger {left:6px;right:inherit}
    
.xye-ui-register .basic-table{margin-top:0;}
.xye-ui-register .txt-count-tipIcon {
    height:25px;
    right: 5px;
    top: 20px;
  width:130px;
   white-space: nowrap;
    text-align: right;
    z-index: 10
}
.xye-ui-register .basic-table-td {padding-top:12px;}
.xye-ui-register .passport_identitySwitch{margin:10px 0 0 0;position: relative;top:-5px;}
.xye-ui-register .re_strength03{margin-left: 0}



.xye-ui-register #securityCodeTip {    right: 98px;width: 37px}
.xye-ui-register #securityCodeTip .issue-tipIcon-success{right:4px!important;}
.xye-ui-register #authCodeTip {    right: 98px;width: 37px}
.xye-ui-register #authCodeTip .issue-tipIcon-success{right:4px!important;}

.acc-tab{clear:both;}

.acc-tab .tab-items{height:35px;border-bottom:1px solid #dddde5;padding-left: 46px;} 
.acc-tab .tab-items li{position:relative;display:inline;float:left;margin-right:10px;white-space: nowrap;border:1px solid #ddd;border-bottom: 0}
.acc-tab .tab-items li a{display:block; border-bottom:0;padding:2px 40px 0;background:#f7f7f7;line-height:32px;height:32px;color:#333;font-size:14px;cursor:pointer;}
.ie8 .acc-tab .tab-items li a{line-height: 34px}
.acc-tab .tab-items li a:hover{color:#3c8fed;text-decoration:none;}

.acc-tab .tab-items .selected{z-index:2;}
.acc-tab .tab-items .selected a{height:33px; border-top:3px solid #3c8fed;color:#3c8fed; padding-top:0; background:#FFF;font-weight:700;}




/*
    page-frame
*/


.base-header {background-color: #fff;height:108px;position: relative;z-index: 4}
.base-header-logo {
    background: url(./images/2017/logo.png) no-repeat;
    height: 56px;
    width: 230px;
    margin: 35px 35px 0 0;
		background-size:contain;
}

.base-header-subLogo{
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-left: -18px;
    padding: 5px 0 6px 14px;
    border-left: 1px solid #d8d8d8;
}

.base-subLogo {
  height: 24px;
  font: 17px/24px Microsoft YaHei,tahoma,\5b8b\4f53;
  color:#333;
  border-radius: 2px;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  padding:5px 8px 5px 6px;
 
}


/*
    login-page
*/
.passport-pageMainCnt {
    width: 100%;
    height: 526px;
    position: relative;
    clear: both;
    background-repeat: no-repeat;
    background-position: center top;
    
}

.loginBlock {width:380px;z-index: 0;top:40px;padding-bottom: 20px}
.loginBlock-mask {width:380px;height:442px;background: #fff;opacity: .7;filter: Alpha(opacity=70);z-index: 1;position: absolute; top:0;left: 0}
.loginBlock-cont {z-index: 2;margin:0 40px;}

.loginBlock-hd {height:24px;padding:15px 0;margin-top:15px;}
.loginBlock-hd h1{  height:24px; color:#3c8fed;font:500 22px/24px Microsoft YaHei,tahoma,\5b8b\4f53;}
.loginBlock-hd a{font-size:12px;line-height: 24px; font-family: \5b8b\4f53;}
.loginBlock-hd h3{font-size:14px;line-height: 24px; font-family: \5b8b\4f53;}
.loginBlock-hd a:hover{color: #3c8fed}

.log-reme{ clear:both; height:22px; line-height:22px;margin-top: 15px;padding-left: 5px}
.log-afr{float:right; color:#1c85e0; display:block; font-family:\5b8b\4f53;}
.log-checkbox {
    position: relative;
    top:5px;
    margin: 0;
    padding: 0;
    margin-right: 4px;
    float: left;
}
.ie7 .log-checkbox{top:0;}
.log-reme .checkbox{margin-top: 4px}

.login-msg{
  margin-top:10px;
  color:blue;
}

.content-block{
  width:600px;
  height:300px;
  position:absolute;
  top:50px;
  left:100px;
}
.content-line{
  font-size:25px;
  padding:5px;
  color:white;
  font-weight:normal;
  font-family:'Microsoft YaHei UI'
}

.opacity {
  opacity: .7;
  filter: Alpha(opacity=70);
}
.hide{
  display:none;
}
.show{
  display:none;
}