html, body, .container { height: 100%; }
.container { display: table; }
.container-cell { display: table-cell; vertical-align: middle; }
.form-title,
.form-title li.active,
.form-input > input { border-radius: 50px; border: 2px solid transparent; }
.register_content, .loginContainer { background: rgba(18,34,72,.5); position: relative; border-radius: 5px; }
.loginContainer { padding: 0 32px; max-width: 380px; color: #fff; margin: 28px auto 50px; transition: margin-top linear .2s; text-align: center; border: 1px solid transparent; }
.login-logo { position: relative; text-align: center; margin: 10px 0 -10px; transition: all ease .2s; }
.login-logo.active { margin-bottom: 50px; }
.login-logo img { height: 80px; }

.form-title { display: inline-block; text-align: center; margin: 20px auto; padding: 2px 0; background: #195c66; border: none; box-shadow: inset 0 1px 2px rgba(0,0,0,.4),0 1px 0 rgba(255,255,255,.4); }

.form-title > li { display: inline-block; font-size: 18px; padding: 0 28px; line-height: 36px; color: #579099; cursor: pointer; transition: all linear .2s; border: 1px solid transparent; }

.form-title li.active { background: #00859a; color: #fff; box-shadow: inset 0 0 1px rgba(255,255,255,.6),0 0 4px rgba(0,0,0,.8); cursor: inherit; }

.form-title li:first-child.active { border-radius: 5px 0 0 5px; }

.form-title li:last-child.active { border-radius: 0 5px 5px 0; }


.form-input { margin: 15px auto; position: relative; }

.form-input > input { background: rgba(255,255,255,.1); width: 100%; height: 35px; line-height: 1; padding: 0 10px 0 38px; color: rgba(255, 255, 255, 0.5); box-shadow: none; -webkit-appearance: none; }

.form-input > input:focus, .form-input > input:valid { background: none; outline: none; color: #fff; border-color: rgba(255,255,255,.3); }

.form-input > .iconfont { position: absolute; top: 0; left: 5px; color: #ccffff; height: 18px; padding: 0 10px; line-height: 35px; }

.form-input-wechat button.iconfont { right: 1px; left: auto; color: #fff; /*background: url("/images/search-btn_bg.jpg") bottom repeat-x;*/ background: #0090a6; outline: none; border: 1px solid #195761; box-shadow: inset 0 1px 0 rgba(255,255,255,.2); border-radius: 0 5px 5px 0; height: 37px; top: 1px; margin: 0; transition: all linear .2s; }

.form-input-wechat button.iconfont:active { box-shadow: inset 0 -1px 0 rgba(255,255,255,.2); opacity: .8; }

.form-input-wechat button.iconfont:hover { background: #00ACC6; }

.form-tool { padding: 5px 10px; font-size: 12px; }

.form-tool label { color: #ccc; margin: 0; position: relative; top: -4px; cursor: pointer; }

.form-tool label:hover { color: #fff; }

.form-tool label input { position: relative; top: 3px; }

.form-forgot a { color: #ccc; text-decoration: underline; }

.form-submit { line-height: 35px; font-size: 18px; background: #1161ed; margin: 5px auto; display: inline-block; padding: 0 20px; border: none; border-radius: 50px; width: 100%; }

.form-submit span { margin-left: 11px; position: relative; top: 3px; font-size: 24px; }

.form-submit:hover { background: #417feb; }

.form-submit:active { background: #105CE1; }

.form-submit:focus { outline: none; }

.form-signwith { position: relative; margin: 0 -10px; line-height: 35px; text-align: center; margin-bottom: 10px; color: #ccc; }

.form-signwith > a { display: inline-block; margin-left: 8px; color: #e5e5e5; font-size: 22px; position: relative; top: 3px; opacity: .8; }

.form-signwith > a:hover { text-shadow: 0 0 2px #fff; color: #fff; opacity: 1; }

.form-signwith > a.icon-s_yahoo { font-size: 26px; position: relative; margin-top: -2px; top: 5px; }

.form-signwith > hr { position: absolute; width: 28px; height: 1px; border-color: rgba(255,255,255,.15); top: 0; }

.form-signwith > hr:first-child { left: 8px; }

.form-signwith > hr:last-child { right: 8px; }

.form-gotosign { color: #ccc; margin: 0 auto 10px; }

.form-signtip { font-weight: 700; font-size: 20px; line-height: 18px; text-align: center; margin: 25px auto; color: #94d6ff; transition: all linear .1s; }

.form-gotosign a { color: #96b4dc; text-decoration: underline; font-size: 14px; }

.form-gotosign a:hover { color: #839DC0; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #394f75 inset; border-color: #617D99 !Important; }

#wechatphoto { border-radius: 50%; margin: 0 auto; cursor: default; transition: all ease .8s; visibility: hidden; opacity: 0; max-height: 0; max-width: 0; }

#wechatphoto.active { visibility: visible; border: 2px solid #095A68; margin-top: -40px !important; opacity: 1; max-height: 100%; max-width: 100%; }

#wechatphoto.active + .form-signtip { font-weight: 500; font-size: 18px; margin: 10px auto 0; }

.wechatBox-search { display: inline-block; text-align: left; margin: 25px auto 20px; }

.wechatBox-search input { border: 1px solid #ccc; height: 34px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; margin-right: 10px; width: 288px; float: left; }

.wechatBox-box { padding-bottom: 5px; background: #fafafa; }

#signupForm button:hover { background: #1698E6 !Important; }
/* Register facebook/yahoo/twitter/google style start 2013-1-18 */
.register_content { width: 950px; margin: 90px auto 0; overflow: hidden; padding: 0 10px; color: #fff; padding-bottom: 30px; }

.bind-head { border-bottom: 1px solid rgba(49,196,251,.3); padding-bottom: 10px !Important; }

.register_content h3 { padding-left: 10px; color: #94d6ff; }

.register_content h1 { padding: 20px 65px 10px 45px; color: #111; }


.register_right { font: 100 1.2em/1.6em Arial,verdana,Georgia,Times, serif; border-left: 1px dashed rgba(49,196,251,.3); width: 50%; vertical-align: top; }

.register_right label { font-size: 14px; font-weight: 100; }

.register_continue { width: 430px; background: rgba(255,255,255,.85); border-radius: 2px; overflow: hidden; padding: 15px 26px 55px; border-bottom: 2px solid #df9185; text-align: center; position: absolute; top: 50%; left: 50%; margin: -230px 0 0 -215px; border-radius: 2px; }

.register_continue h3 { margin-bottom: 65px; border-bottom: 1px solid #ddd; padding-bottom: 20px; }

.register_submit { margin-top: 10px !Important; }

.register_left h2 { color: #333; font: 1.7em/1.4em Arial,verdana,Times, serif; }

.register_left p { color: #333; font: 100 1.1em/1.2em Arial,verdana,Times, serif; }

.register_text { font: 500 14px/18px Arial,verdana,Georgia,Times, serif; margin-top: 15px; max-width: 314px; margin: 0 auto; }

.register_title { color: #94d6ff; font-size: 18px; text-align: center; line-height: 24px; }
/* Register facebook/yahoo/twitter/google style end 2013-1-18 */
.bind-name { vertical-align: middle; margin: 20px auto; width: 84%; padding: 10px 17px; background: rgba(255,255,255,.1); border-radius: 5px; }

.bind-name li { position: relative; padding-right: 10px; }

.bind-name label { position: absolute; line-height: 34px; margin-left: 11px; }

.bind-name li:last-child label:before { content: "*"; color: #FF8E8E; padding-right: 5px; position: absolute; top: 5px; font-size: 26px; left: -14px; }

.bind-name input { width: 100%; background: rgba(255,255,255,.1); border: 2px solid transparent; line-height: 30px; border-radius: 5px; padding: 0 10px 0 104px; outline: none; }

.bind-name input:focus { background: none; border-color: rgba(255,255,255,.3); }

.bind-name .iconfont { position: absolute; bottom: 15px; right: 15px; color: #94d6ff; font-size: 14px; }

.bind-tip { font-size: 14px; color: #94d6ff; width: 80%; margin: 4px auto; }

.bind-tip b { color: #fff; }

.bind-name .icon-wenhao:hover, .bind-name .icon-wenhao:focus { color: #fff; }

.Errors { color: #B3212F !important; position: absolute; top: 100%; left: 0; background: rgba(255,255,255,.85); border-radius: 5px; padding: 5px 10px; z-index: 10; right: 0; text-align: left; line-height: 18px; }

.Errors:before { content: "\e606"; position: absolute; top: -14px; left: 15px; display: block; color: rgba(255,255,255,.9); }


.bind-name-tip { width: 84%; margin: 0 auto 15px; }

.bind-register { display: none; }

.bind-memList th { position: relative; padding: 0 !important; text-align: center; }

.bind-memList th input { position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; border: 0px; opacity: 0; background: rgb(255, 255, 255); }

.bind-memList th, .bind-memList td { vertical-align: middle !Important; }

.bind-memList th input + ins { position: relative !important; display: inline-block; border-radius: 50%; width: 20px; height: 20px; background: rgba(255,255,255,.2); border: 1px solid #ddd; color: transparent !Important; text-align: center; font-weight: 100; top: 0; left: 0; text-decoration: none; }

.bind-memList th input.check + ins { background: #1161ed; border-color: #1161ed; color: #fff !Important; }

.bind-memList img { width: 40px; margin-right: 2px; }

.bind-memList tbody tr { cursor: pointer; }

.bind-memList tbody tr:hover { background: rgba(0,0,0,.2); }

.bind-memList tbody tr:active { background: rgba(0,0,0,.3); }

.bind-memList td:nth-child(2) { width: 300px; text-align: left; }

.bind-memList thead th { text-align: left !Important; padding: 2px 0 !Important; border-bottom: 2px solid rgba(255,255,255,.3) !Important; }

.bind-memTip { margin: 17px auto 10px; border-bottom: 1px solid #ddd; padding-bottom: 5px; }

.bind-memList tbody th, .bind-memList tbody td { border-top: 1px solid rgba(255,255,255,.2) !Important; }

.bind-memList tbody td:last-child { width: 360px; word-break: break-all; }

.bind-memList tbody td:last-child span { white-space: nowrap; display: inline-block; overflow: hidden; text-overflow: ellipsis; width: 340px; }

.abuseLis-memInfor .media-body, .abuseLis-memInfor .media-left { vertical-align: middle !important; }

.abuseLis-memInfor .media-left { padding-left: 0; }

.abuseLis-memInfor .media-body p { margin-bottom: 0; font-size: 13px; color: #ccc; }

.state-dropmenu { position: absolute; top: 100%; width: 100%; height: 200px; margin-top: 3px; background: rgba(255,255,255,.9); z-index: 10; border-radius: 5px; text-align: left; color: #333; visibility: hidden; box-shadow: 0 1px 3px rgba(0,0,0,.5); overflow: hidden; }

.state-dropmenu li { padding: 5px 10px; border-bottom: 1px solid rgba(0,0,0,.06); cursor: pointer; }

.state-dropmenu li.hover, .state-dropmenu li:hover { background: rgba(0,0,0,.1); }

.state-dropmenu.active { visibility: visible; }

.form-signin.logined .form-signtip { border-bottom: 1px solid rgba(255,255,255,.3); font-size: 16px; color: #fff; line-height: 26px; text-align: left; padding-bottom: 7px; margin-bottom: 24px; }
.form-signin.logined .app-img { margin-bottom: 10px; }
.form-signin.logined .app-img span { display: inline-block; border-radius: 50%; overflow: hidden; border: 3px solid rgba(255,255,255,.8); width: 100px; height: 100px; margin-bottom: 5px; }
.form-signin.logined .app-img a { display: block; color: #94d6ff; text-decoration: none; }
.form-signin.logined .app-img a:hover, .form-signin.logined .form-gotosign a:hover { text-decoration: underline !important; }
.form-signin.logined .form-gotosign { margin: 5px auto 20px; }
.form-signin.logined .form-gotosign span { padding-right: 20px; display: inline-block; position: relative; }
.form-signin.logined .form-gotosign span:after { content: ""; background: rgba(255,255,255,.5); position: absolute; top: 3px; right: 9px; width: 2px; bottom: 2px; }
.form-signin.logined .form-gotosign a { text-decoration: none !important; color: #94d6ff; }




/*µÚÈý·½µÇÂ¼*/
.app-headbg { background: #394f75; position: absolute; top: 0; left: 0; right: 0; height: 50px; }

.appFace-modal .modal-dialog { margin: 0 auto; width: 480px; }
.appFace-modal .modal-content { box-shadow: 0 1px 3px rgba(0,0,0,.1); border-radius: 0 0 2px 2px; border-top: none; border-color: rgba(0,0,0,.1); }
.appFace-modal .modal-body { padding: 30px 15px; }

.appFace-modal .modal-header { padding: 0 15px; height: auto; overflow: visible; z-index: 10; }
.appFace-modal .modal-header:after { content: ""; display: block; clear: both; float: none; }
.appFace-modal .modal-header .navbar-brand { line-height: 50px; padding: 0; font-size: 15px; height: 50px; color: #eee; font-weight: 600; }
.appFace-modal .modal-header .navbar-brand img { height: 30px; position: relative; top: -1px; margin-right: 5px; }
.appFace-modal .modal-header .dropdown .dropdown-toggle { line-height: 50px; color: #fff; }
.appFace-modal .modal-header .dropdown-menu { padding: 0; }
.appFace-modal .modal-header .dropdown-menu > li > a { color: #333; }
.appFace-modal .modal-footer { height: auto; padding: 9px 15px; bottom: 0; background: #fff; }
.appFace-modal .modal-footer button { min-width: 80px; }
.appFace-modal input:-webkit-autofill, .appFace-modal textarea:-webkit-autofill, .appFace-modal select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #f7faff inset; border-color: #e4e7ec !Important; }
.appFace-modal .form-input > input:focus, .appFace-modal .form-input > input:valid { color: #333; background: #fff; border-radius: 2px; border: 1px solid; border-color: #d8d8d8 #e5e5e5 #e5e5e5 #d8d8d8; box-shadow: 2px 3px 3px #f6f8f9 inset; -moz-box-shadow: 2px 3px 3px #f6f8f9 inset; -webkit-box-shadow: 2px 3px 3px #f6f8f9 inset; outline: none; width: 100%; height: 34px; font-size: 14px; line-height: 34px\0; -webkit-transition-property: background-color,color,width,border-color; -webkit-transition-duration: .5s; -moz-transition-property: background-color,color,width,border-color; -moz-transition-duration: .5s; -o-transition-property: background-color,color,width,border-color; -o-transition-duration: .5s; transition-property: background-color,color,width,border-color; transition-duration: .5s; outline: none; }
.appFace-modal .form-input > .iconfont { color: #555; left: 3px; }
.appFace-modal .form-tool { padding: 0; }
.appFace-modal .form-gotosign { color: #333; }
.appFace-modal .form-gotosign a { text-decoration: none; }
.appFace-modal .form-gotosign a:hover { text-decoration: underline; }
.appFace-modal .form-gotosign a, .appFace-modal .form-forgot a { font-size: 12px; color: #337ab7; }

.appFace-modal .app-img { width: 100px; margin: 0 auto; }
.appFace-modal .app-img img { width: 100%; }
.appFace-modal .form-tip { font-size: 16px; padding: 0; color: #555; }
.appFace-modal .form-tip a { font-weight: 600; }
.appFace-modal .logined .form-tip { margin-top: 25px; font-size: 18px; }

@media (max-width:992px) {
    .appFace-modal .modal-dialog, .appFace-modal .modal-footer, .appFace-modal .modal-header { position: absolute !Important; left: 0 !Important; right: 0; width: auto; }
    .appFace-modal .modal-dialog { bottom: 0; }
    .appFace-modal .modal-dialog, .appFace-modal .modal-header { top: 0 !Important; margin: 0 !Important; }
    .appFace-modal .modal-content { border: none; box-shadow: none; height: 100%; border-radius: 0; background: none; }
    .appFace-modal .modal-header { padding: 0 15px; height: auto; overflow: visible; z-index: 10; }
    .appFace-modal .modal-header:after { content: ""; display: block; clear: both; float: none; }
    .appFace-modal .modal-header .navbar-brand { line-height: 50px; padding: 0; font-size: 16px; height: 50px; color: #f2f2f2; }
    .appFace-modal .modal-header .navbar-brand img { height: 30px; position: relative; top: -1px; margin-right: 5px; }
    .appFace-modal .modal-header .dropdown .dropdown-toggle { line-height: 50px; color: #fff; }
    .appFace-modal .modal-header .dropdown-menu { padding: 0; }
    .appFace-modal .modal-header .dropdown-menu > li > a { color: #333; }
    .appFace-modal .modal-footer { height: auto; padding: 10px 15px; bottom: 0; background: #fff; }
    .appFace-modal .modal-body { height: 100%; padding: 50px 20px 55px; overflow-y: auto; }
    .appFace-modal .form-signin { padding-top: 50px; }
    .appFace-modal .form-signin.logined { padding-top: 0; }
    .appFace-modal .logined .form-tip { margin-top: 35px; }

    .app-img { width: 140px; margin: 0 auto; }
    .app-img img { width: 100%; }
}
