﻿/* 北京网厅登录页 */

.wrap {width: 100%; overflow: hidden; position: relative; min-width: 1000px;}

/* 页头 */
.header {background: #bd1a2d; padding-top: 12px; height: 78px;}
.header div {width: 1000px; margin: 0px auto;}
.header .header-hotline {float: right;}

/* 页脚 */
.footer {background: #dbbc83; text-align: center; font-size: 14px; padding: 15px; border: 0px; clear: both;}
.footer p {display: inline; margin: 0 30px; color: #000000;}
.footer .footer-hotline {display: inline-block; width: 50px; height: 12px; background: url(../image/bjwt-icons-misc.png) no-repeat -40px -4px;}

/* 主要内容区 */
.main {position: relative; width: 1000px; margin: 0 auto; min-height: 380px; padding-top: 380px;}

/* 滚动大图 */
#banner {position: absolute; width: 1200px; left: 50%; top: 78px; margin-left: -600px; height: 380px; z-index: -1;}
.main .carousel-indicators {bottom: 5px; position: absolute; top: 345px; width: 500px; height: 30px;}
.main .carousel-indicators li {background-color: rgba(0,0,0,.3); width: 14px; height: 14px; border: 0; margin: 0 4px;}
.main .carousel-indicators li.active {background-color: #f00; box-shadow: 0 0 2px #666; width: 14px; height: 14px; margin: 0 4px;}

/* 错误信息 */
.main .error-message {position: absolute; top: 45px; left: 32px; width: 280px; text-align: left;}
.main .error-message div {display: inline-block; float: left; width: 16px; height: 16px; margin-right: 5px; background: url(../image/bjwt-icons-misc.png) no-repeat -240px -2px;}
.main .error-message div.error-submit {background-position: -259px -2px;}
.main .error-message span {display: inline-block; width: 250px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #ff0; line-height: 16px;}
.main .error-message span:empty + div {display: none;}

/* 登录表单 */
.main .form {border-radius: 3px;height: 340px;overflow: hidden;position: absolute; right: 0; top: 10px; width: 368px;  background-color: #6F706C\0; background-color: rgba(0,0,0,.5);}
.main .form .nav-tabs {border: 0;}
.main .form .nav-tabs > li {width: 33%; text-align: center; border-top: 3px solid transparent;}
.main .form .nav-tabs > li > a {border: 0; color: #bcbcbc; font-size: 16px; font-weight: bold;}
.main .form .nav-tabs > li.active {border-top-color: #bd1a2d;}
.main .form .nav-tabs > li > a:hover,
.main .form .nav-tabs > li.active > a {background-color: transparent; color: #fff; outline: none;}
.main .form .tab-pane {padding-top: 25px;}
.main .form .nav > li > a:focus,
.main .form .nav > li > a:hover {background-color: transparent; border: 0;}
/* 表单行 */
.main .form form>label {border-radius: 3px; overflow: hidden;display: block; width: 260px; height: 35px; margin: 0 auto 10px; border: 1px solid #e1e1e1; background-color: #fff;}
.main .form form>label > span {display: inline-block; width: 78px; height: 100%; border-right: 1px solid #e1e1e1; background-color: #f9fdff; color: #bd1a2d; font-weight: normal; text-align: center; vertical-align: middle; line-height: 35px;}
.main .form form>label > input,
.main .form form>label > select {padding: 5px 10px; font-size: 16px; font-weight: normal; border: 0; width: 180px; height: 100%; vertical-align: middle;}
/* 包含验证码的表单行 */
.main .form form>label.has-captcha > input {width: 90px;}
.main .form form>label.has-captcha > img {width: 60px; padding-right: 4px; height: 23px;  margin-top: 5px;  float: right; border-radius: 3px; border-top-right-radius: 6px; border-bottom-right-radius: 6px;
	}
/* 包含按钮的表单行 */
.main .form form>label.has-button > input {width: 90px;}
.main .form form>label.has-button > button {width: 90px; height: 83%;margin-top: 3px; margin-right: 0px; float: right; font-weight: normal; font-size: 12px; background-color: #55A5E2; border: 1px solid #E1E1E1;color: #fff;border-radius: 3px;
}
/* 表单行中的单选框 */
.main .form label.radio-inline {font-size: 12px; line-height: 24px; margin: 5px; color: #bd1a2d;}
.main .form label.radio-inline > * {vertical-align: middle;}
/* 表单按钮栏 */ 
.main .form .buttons {width: 260px; height: 35px; margin: 10px auto;}
.main .form .buttons > a {border-radius: 3px;display: inline-block; width: 125px; height: 100%; background-color: #FCB213; color: #fff; font-size: 16px; vertical-align: middle; text-align: center; line-height: 35px; margin-right: 6px;}
.main .form .buttons > a:hover {text-decoration: none;}
.main .form .buttons > button { background-color: #bd1a2d; border-radius: 3px;width: 125px; height: 100%; border: 1px solid #bd1a2d; vertical-align: middle; font-size: 16px; background-color: #bd1a2d; color: #fff;}

/* 登录表单右上角切换登录方式的标志 */
.main .form .login-logo {
	width: 78px;
	height: 78px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 1;
}

.main .form .login-logo::before {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-color: #bd1a2d transparent transparent;
	border-style: solid;
	border-width: 88px 0 0 78px;
	content: "";
}

.main .form .login-logo img {
	position: absolute;
	top: 10px;
	left: 17px;
}

.main .form .login-logo .icon_dn {
	display: none;
}

/* 登录页二维码 */
.main .form .ewm {
	display: none;
	width: 380px;
	height: 215px;
	position: absolute;
	top: 80px;
	left: 0;
	text-align: center;
	color: #ffffff;
}

.main .form .ewm .frame-main{
	margin-top: -65px;
}

.main .form .ewm .frame-main .frame-header, .ewm .form-2code-tips {
	line-height: 50px;
  font-size: 16px;
}

/* 表单中的链接 */
.main .links {text-align: center; position: absolute; bottom: 10px; width: 100%;}
.main .links > p {display: inline; margin: 10px; white-space: nowrap;}
.main .links .link-back span {display: inline-block; width: 20px; height: 20px; margin-right: 3px; background: url(../image/bjwt-icons-misc.png) no-repeat -20px 0; vertical-align: middle;}
.main .links .link-back a {color: #c0c0c0;}
.main .links .link-forget a {border-left: 1px solid #c0c0c0; padding: 0 4px 0 8px; color: #fcb213;}
.main .links .link-forget a:first-child {border-left: 0;}

/* 下面的信息行列 */
.main .content-row {width: 100%; clear: both;}
/* .main .content-row > .col-left {width: 600px; height: 130px; float: left;} */ 
.main .content-row > .col-left {width: 600px;height: 145px;float: left;}
/* .main .content-row > .col-right {width: 328px; height: 130px; float: right;} */
.main .content-row > .col-right {width: 328px;height: 145px;float: right;}

/* 温馨提示 */
.main .content-tips h3 {color: #bd1a2d; font-size: 16px; line-height: 20px;}
.main .content-tips h3 > span {display: inline-block; vertical-align: middle; height: 20px; width: 20px; margin-right: 5px; background: url(../image/bjwt-icons-misc.png) no-repeat;}
.main .content-tips p {color: #696969; font-size: 14px; font-family: simsun,serif; margin-bottom: 0; text-indent: 2em;}

/* 大图标 */
.main .content-links a {display: block; float: left; width: 25%; height: 100px; text-align: center; color: #bd1a2d;}
.main .content-links a > div {display: inline-block; width: 62px; height: 62px; margin: 25px auto 0; background: url(../image/bjwt-icons-links-m.png) no-repeat;}
.main .content-links a.link1 > div {background-position: 0 0;}
.main .content-links a.link2 > div {background-position: -62px 0;}
.main .content-links a.link3 > div {background-position: -124px 0;}
.main .content-links a.link4 > div {background-position: -186px 0;}
.main .content-links a > span {display: block;}

/* 模块标题 */
.main .content-row h2 {font-size: 18px; text-align: center; color: #333;}
.main .content-row h2:before {content: ''; position: relative; z-index: -1; top: 10px; display: block; width: 100%; height: 1px; background-color: #d0d0d0; }
.main .content-row h2 span {background-color: #fff; padding: 0 10px;}
.main .content-row h2:after {content: ''; display: inline-block; position: relative; top: -4px; left: -2px; width: 6px; height: 6px; border-radius: 3px; background-color: #d0d0d0;}
.main .content-row h2 span:before {content: ''; display: inline-block; position: relative; top: -4px; left: -10px; width: 6px; height: 6px; border-radius: 3px; background-color: #d0d0d0;}

/* 底部灰色菜单 */
.bottom-top {
    margin-top: 40px;
    background: #757575;
    width: 100%;
}
.bottom-top > ul {
    margin: 0px auto;
    width: 1110px;
    padding: 0px;
    overflow: visible;
    height: 46px;
}
.bottom-top .bottom-top-level1 {
    margin: 13px 0px;
    width: 468px ;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    border-left: 1px solid #d2d2d2;
    float: left;
    list-style: none;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.bottom-top .bottom-top-level1.bottom-top-first {
    border-left: 0px;
}
.bottom-top .bottom-top-level1 .bottom-top-icon {
    width: 9px;
    height: 6px;
    display: inline-block;
    background: url(../image/bottom-top-icon.png) no-repeat;
    vertical-align: middle;
    line-height: 20px;
    margin-left: 30px;
}
.bottom-top .bottom-top-level1.active .bottom-top-icon {
    background: url(../image/bottom-top-icon-active.png) no-repeat;
}
.bottom-top-level2 {
    display: none;
    position: absolute;
    width: 207px;
    height: 200px;
    overflow-y: auto;
    list-style: none;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 0px;
    top: -213px;
    left: 132px;
}
.bottom-top .bottom-top-level1.active .bottom-top-level2 {
    display: block;
}
.bottom-top-level2 li {
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bottom-top-level2 li:hover {
    background: #cccccc;
}
.bottom-top-level2 li a {
    text-decoration: none;
    color: #333333;
    font-size: 14px;
}
.bottom-top-level2 li a:hover {
    color: #bd1b2b;
}

/* 底部菜单 */
.bottom {
    background: #bd1a2d;
    border-top: 1px solid #8f1322;
    width: 100%;
    height: 160px;
}
.bottom > div {
    width: 1110px;
    height: 100%;
    overflow: auto;
    margin: 0px auto;
    padding-top: 25px;
}
.bottom > div > div {
    float: left;
}
.bottom-icon-base {
    width: 222px;
}
.bottom-icon-base a {
    display: block;
    float: left;
    color: transparent;
}
.bottom-icon-base a:focus {
    color: transparent;
}
.bottom-icon-sy {
    width: 80px;
    height: 45px;
    margin-top: -14px;
    margin-right: 20px;
}
.bottom-icon-jj {
    width: 90px;
    height: 45px;
    margin-bottom: 20px;
}

.bottom-icon-jc {
    width: 90px;
    height: 45px;
    margin-right: 10px;
}
.bottom-icon-sh, .bottom-icon-sh img {
    width: 90px;
    height: 45px;
    margin-bottom: 20px;
    cursor: pointer;
}
.bottom-link-base {
    width: 184px;
    height: 110px;
    background: #a91728;
    margin-left: 20px;
    padding: 10px 0px 0px 14px;
}
.bottom-link-base a {
    color: #ffffff; 
    margin: 19px 0px 0px 20px;
    display: block;
    float: left;
    font-size: 12px;
}
.bottom-link-base a:hover {
    color: #ffffff;
    text-decoration: none;
}
.bottom-link-base a:focus {
    color: transparent;
}
.bottom-text-base {
    width: 213px;
    height: 110px;
    background: #a91728;
    margin-left: 20px;
    padding: 10px 0px 0px 20px;
}
.bottom-text-base p {
    color: #ffffff;
    margin: 19px 0px 0px 0px;
    font-size: 12px;
}
.bottom-qr-base {
    height: 110px;
    margin-left: 20px;
    padding: 10px 0px 0px 30px;
    background: #a91728;
    color: #ffffff;
}
.bottom-qr-base div {
    width: 60px;
    margin: 0px 30px 0px 0px;
    float: left;
    font-size: 12px;
}
.bottom-qr-base div img {
    width: 100%;
    height: auto;
}
.bottom-qr-base div span {
    text-align: center;
    display: block;
}
/* 底部弹出层 */
#jjCover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 998;
}
#jjCover .jjBg {
    width: 100%;
    height: 100%;
    background: #000000 none repeat scroll 0% 0%;
    opacity: 0.5;
    position: absolute;
}
#jjCover .jjMain {
    position: relative;
    width: 600px;
    margin: 50px auto 0px auto;
}
#jjCoverButton {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../image/jj-cover-icon.png) no-repeat;
    top: -20px;
    left: 580px;
    cursor: pointer;
}

/* 公共功能入口 */
.main .content-funcs a {display: block; float: left; width: 20%; height: 100px; text-align: center; color: #bd1a2d;}
.main .content-funcs .geren a{width: 16%;}
/* .main .content-funcs a > div {display: inline-block; width: 54px; height: 54px; margin: 10px auto 0; background: url(../image/bjwt-icons-links-s.png) no-repeat;} */
.main .content-funcs a > div {display: inline-block;width: 54px;height: 54px;margin: 20px auto 0;background: url(../image/bjwt-icons-links-sn.png) no-repeat;}
.main .content-funcs a.link1 > div {background-position: 0 0;}
.main .content-funcs a.link2 > div {background-position: -54px 0;}
.main .content-funcs a.link3 > div {background-position: -108px 0;}
.main .content-funcs a.link4 > div {background-position: -162px 0;}
.main .content-funcs a.link5 > div {background-position: -216px 0;}
.main .content-funcs a.link6 > div {background-position: -270px 0;}
.main .content-funcs a > span {display: block;}

/* 移动客户端下载 */
.main .content-qrcode > div {text-align: center; background-color: #55A5E2;}
.main .content-qrcode > div > a {display: inline-block; width: 40%; padding-top: 10px;}
/* .main .content-qrcode > div > a > div {width: 60px; height: 60px; margin: 0 auto; border: 5px solid #fff;} */
.main .content-qrcode > div > a > div {width: 90px;height: 90px;margin: 0 auto;border: 5px solid #fff;}
.main .content-qrcode > div > a > span {display: block; width: 76px; height: 20px; margin: 0 auto; background: url(../image/bjwt-icons-misc.png) no-repeat;}
.main .content-qrcode > div > .qr-ios > div {background: url(../image/bjwt-qr-ios.png) center no-repeat;background-size:100%;}
.main .content-qrcode > div > .qr-ios > span {background-position: -86px 0;}
.main .content-qrcode > div > .qr-android > div {background: url(../image/bjwt-qr-android.png) center no-repeat;background-size:100%;}
.main .content-qrcode > div > .qr-android > span {background-position: -162px 0;}

.main .content-qrcode > div > .qr-ios > div:hover{  
                transform: scale(4);  
            }  
.main .content-qrcode > div > a > div >img {width: 80px;height: 80px;}
.main .content-qrcode > div > .qr-android > div:hover{  
                transform: scale(4);  
            }  


/*ca证书信息*/
.certificate-information{
    list-style: none;
    overflow: auto;
    margin: 0px auto 0px auto;
    width: 330px;
    font-size: 14px;
    color: #ffffff;
}
.switch a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 70px;
    height: 70px;
    background-color:#8BC34A;
    z-index: 1000000;
    outline:none;
}
.switch .switch-certificate{
    background: url(../image/login-icon5.png) no-repeat;
}
.switch .switch-user{
    background: url(../image/login-icon1.png) no-repeat;
}
.switch{
    border-radius: 3px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 290px;
    width: 70px;
}
.main  .link-width{
    width:50%;
    left: 75px;
}
.main  .link-width .link-forget,.main  .link-width .link-back{
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2px;
}
