* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

body {
    font-family: "Microsoft YaHei", "宋体", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1;
    background: #f7f9fa;
}

a {
    /*继承父级*/
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

a:hover {
    color: #0088ff;
    text-decoration: underline;
}

/*IE兼容HTML5*/
header,
section,
footer,
aside,
nav,
main,
article,
figure,
div,
p,
ul,
dl {
    display: block
}

dl,
ol,
ul {
    list-style-type: none
}

input {
    outline: none;
}

select {
    outline: none;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

textarea {
    -webkit-appearance: none;
    resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

table {
    border-collapse: collapse;
}

/* 去掉图片底侧默认的3像素空白缝隙*/
img,
svg {
    border: 0;
    vertical-align: middle;
}

em {
    font-style: normal;
}

b,
strong {
    font-weight: normal;
}


/*清除浮动*/
.clearfix:after,
.clearfix:before {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    /*IE/7/6*/
    *zoom: 1;
    clear: both
}

.dw {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left
}

.fr {
    float: right
}

.mt {
    margin-top: 32px;
}

.mt-14{
    margin-top: 14px;
}

.mb {
    margin-bottom: 32px;
}

.ml {
    margin-left: 0 !important;
}

.mr {
    margin-right: 0 !important;
}

.nb {
    border: none !important;
}

/* 通用头尾 */
.bc_topBar_container .bc_topBar {
    background-color: #fff;
}

.bc_topBar_container .bc_topBar_box {
    padding: 24px 0;
    height: 96px;
}

.bc_topBar_container .bc_logo {
    display: block;
    width: 64px;
    height: 48px;
    background: url("../images/logo.png") no-repeat;
    background-size: 64px 48px;
    overflow: hidden;
}

.bc_topBar_container .bc_logo h1 {
    width: 100%;
    height: 100%;
    line-height: 1000;
}

.bc_topBar_container .bc_area {
    width: 200px;
    margin: 2px 0 2px 28px;
    font-size: 16px;
    color: #222222;
}

.bc_topBar_container .bc_area li {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    position: relative;
}

.bc_topBar_container .bc_area .bc_select_city {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
}

.bc_topBar_container .bc_area li svg {
    margin: 0 4px;
    vertical-align: middle;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: .2s linear;
    transition: .2s linear, -webkit-transform .2s linear;
}


.bc_topBar_container .bc_area .area_city:hover svg:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.bc_topBar_container .bc_area .home_city_pop {
    display: none;
    width: 304px;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border: solid 1px #cccccc;
    position: absolute;
    z-index: 99;
    top: 40px;
}

.bc_topBar_container .bc_area .home_city_pop .home_city_head {
    display: block;
    width: 302px;
    height: 45px;
    border-bottom: 1px solid #e8e8e8;
    text-indent: 21px;
    font-size: 16px;
    line-height: 50px;
}

.bc_topBar_container .bc_area .home_city_pop .home_city_body {
    padding: 5px 10px;
}

.bc_topBar_container .bc_area .home_city_pop .home_city_body a {
    display: inline-block;
    margin: 10px;
    line-height: 1;
}

.bc_topBar_container .bc_area .home_city_pop .home_city_foot {
    text-align: right;
    padding-right: 21px;
    color: #007aff;
}

.bc_topBar_container .bc_area .area_city:hover .home_city_pop {
    display: block;
}

.bc_topBar_container .area_other {
    margin-left: 26px;
}


.bc_topBar_container .topBar_search {
    height: 44px;
    margin: 2px 0;
}

.bc_topBar_container .topBar_search input {
    display: inline-block;
    width: 490px;
    height: 44px;
    border: none;
    text-indent: 22px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px 0 0 4px;
    border: 1px solid #e5e5e5;
}

.bc_topBar_container .topBar_search button {
    display: inline-block;
    width: 80px;
    height: 44px;
    color: #ffffff;
    font-size: 16px;
    background: #0088ff;
    border: none;
    border-radius: 0 4px 4px 0;
}
.bc_topBar_container .topBar_login_box {
    background-color: #f8f8f8;
}
.bc_topBar_container .topBar_login span {
    display: inline-block;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
	color: #666666;
    background: url(../images/icon-phone.png) no-repeat center left;
    padding-left: 40px;
}
.bc_topBar_container .topBar_login .topBar_right li {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
}

.bc_topBar_container .topBar_login .topBar_right li a {
    margin: 0 10px;
    color: #999999;
}

.bc_topBar_container .bc_topBar_nav {
    width: 100%;
    height: 64px;
    background-color: #0088ff;
}

.bc_topBar_container .bc_topBar_nav a {
    display: inline-block;
    width: 84px;
    height: 64px;
    line-height: 64px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-right: 20px;
}

.bc_topBar_container .bc_topBar_nav a:hover,
.bc_topBar_container .bc_topBar_nav .active{
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.14);
}

.bc_footer {
    display: block;
    width: 100%;
    height: auto;
    background: #333333;

    padding: 56px 0;
}

.bc_footer .footer_box .left_box .left_box_logo img {
    width: 83px;
    height: 63px;
}
.bc_footer .footer_box .left_box_right {
    margin-left: 40px;
    border-left: 1px solid #666666;
    padding-left: 46px;
}

.bc_footer .footer_box .right_box {
    width: 96px;
}

.bc_footer .footer_box .nav_list {
    display: block;
    font-size: 14px;
}

.bc_footer .footer_box .nav_list a {
    margin-right: 32px;
	color: #999999;
}

.bc_footer .footer_box .copyright {
    display: block;
    margin-top: 14px;
}

.bc_footer .footer_box .copyright p {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 11px;
}
.bc_footer .footer_box .copyright  a {
    color: #666;
    display: inline-block;
    font-size: 12px;
}
.bc_footer .footer_box .copyright  a:hover {
    color: #fff;
    text-decoration: none;
}
.bc_footer .footer_box .center_box div {
    background: #fff;
    width: 96px;
    height: 96px;
    padding: 4px;
}
.bc_footer .footer_box .center_box img {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}

.bc_footer .footer_box .center_box p {
    color: #999999;
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
}
.bc_footer.active {
    position: absolute;
    bottom: 0;
    left: 0;
}
/* 广告模本 */
.ad_box-1 {
    display: block;
    width: 1200px;
    height: 90px;
    overflow: hidden;
}

.ad_box-2 {
    display: block;
    width: 858px;
    height: 64px;
    overflow: hidden;
}

.ad_box-3{
    display:block;
    text-align: center;
    margin-bottom: 20px;
}

.ad_box-4{
    display:block;
    width: 800px;
    height: 90px;
    margin-top: 20px;
    overflow: hidden;
}

.ad_box-5{
    display: block;
    width: 100%;
    height: auto;
    margin: 14px auto 0;
    text-align: center;
}


/* 分页 */
.pagination {
    display: block;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-item > .page-link {
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    padding: 0 15px;
}

.pagination .page-item a:hover {
    background-color: #0088ff;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #0088ff;
}

.pagination .disabled{
    background-color: #f2f2f2;
}

.pagination .active > .page-link {
    background-color: #0088ff;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    cursor: unset;
    border: solid 1px #0088ff;
}

/* 轮播图 */
.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #cccccc;
    margin: 0 6px;
    cursor: pointer;
}

.swiper-active-switch {
    width: 56px;
    background-color: #ff4d4f;
}

.swiper-button-prev {
    position: absolute;
    z-index: 20;
    width: 38px;
    height: 60px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYCAYAAADOMhxqAAAA+0lEQVQ4jZ2UvWpCQRCFjz+ksLESLEyXxj5o7zvEd8gr2FiITxDIE6SVEKxFrg+gkDaQxlRWlgrKJ5PsJRvZu2scOMvC/Q47OzN3S4AuiI6kV0mZzJDQHbDhJ3YpuAV88huDGFwH3j346Tv9ArgGzDz4BSgVGSrAmwfbvpp/DxmePXjuTlORYezBS3cPFRkePfgDaITul28egIOD166cwYLY0gP2DrYGtWO9seXLwVugm+p8WdLRG6X0YF2Tkql/dunblOHfZc018kyrVONCo5GlRiM0fFPgJmYwGXA+3uWYIfQDWapRg6npKpbHMGUw/XkELn1m7iVNJC1OI8lCYC70EAQAAAAASUVORK5CYII=) no-repeat center;
    background-size: 12px 24px;
    left: 0;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
    background-color: #e5e5e5;
}

.swiper-button-next {
    position: absolute;
    z-index: 20;
    width: 38px;
    height: 60px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYCAYAAADOMhxqAAAA30lEQVQ4ja2UPQ6BQRCG108kNCrRKBV6iZ4zcAhH0CjECRQuQNToSRxAJFpRyBeNSkkiHpnYxBR8s19iknezxTy7s7PvrgNmwBloAM6SDDfecQGqIUCPTxyBigWIRgraA0ULSAFTBa2AfBwgygILBck8EweICsBaQWMLcL7+rYKGFiAqAQcFdS3A+fZGHngAbQsQ1fyFStyBlmkFb5mrh6K0swOV8UxaUjPJoTt/a6tc3E4lDyxrbEKtkQOWKnkeZ75v9pYFftpbtg5+QH2VLJ0pW0808ScwAU5A3fQVuBf/z4Q3uKBRwgAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 12px 24px;
    right: 0;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
    background-color: #e5e5e5;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #0088ff;
}
.swiper-slide img {
    width: 100%;
}


/* 回到顶部 */
.rolling_top {
    display: block;
    position: fixed;
    right: 78px;
    bottom: 200px;
    font-size: 12px;
	color: #ffffff;
    display: flex;
    flex-direction: column;
    z-index: 99999;
    display: none;
}
.rolling_top .erweima,.rolling_top .rolling {
    width: 50px;
	border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.rolling_top .erweima {
	height: 60px;
	background-color: #1783ff;
    margin-bottom: 7px;
    position: relative;
}
.rolling_top .erweima p,.rolling_top .rolling p {
    margin-top: 4px;
}
.rolling_top .rolling {
	height: 50px;
	background-color: #dddddd;
}
.rolling_top .rolling:hover {
	background-color: #1783ff;
}
.rolling_top .erweima .saoyisao {
    display: none;
}
.rolling_top .erweima:hover .saoyisao {
    display: block;
    width: 163px;
    font-size: 14px;
	color: #333333;
    position: absolute;
    left: -165px;
    top: -3px;
	background-color: #ffffff;
    padding: 16px 32px 16px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKMAAADICAYAAACEX1EZAAADpklEQVR4nO3csapdWRnA8S+XNCnW88xD+Ai+yoBMYTEjgggBsRhwCjut5i1sBitBiIUoIhYhW0juPefeLftqIAyOTpJzk3/x+zWnW9+B/Wdz1uKwHr148WIfuJC11qN3Xenx/HsBz4L3tm3bey1x5RFQIUYyxEiGGMkQIxliJEOMZIiRDDGSIUYyxEiGGMkQIxliJEOMZIiRDDGSIUYyxEiGGMkQIxliJEOMZIiRDDGSIUYyxMhFbdv2g23b3um+HTFyMU+ePJmrq6uvZ+abbdt+uG3b47dZ+/4WMhc/cUnn83lubm7m9vb2TzPz05n5cq318v+NECMP5vb29j7K8/n895n5+cw8XWs9/655YuTB3d3d3Ud5Op2OO/N+MTM/W2v99dtzxcgHs+/76yiv933/amZ+stb64+v5YuSDO6I8nU5HmHf7vv9mZr6YmZdi5KM5onz16tX9hmdmnr3V1hsu5djcXF9fH5+/n5lPZ+YvYuSDOjYzR4Tn8/nZzPxoZn691rqb1xfMw0N7Y0f9t5n58cz8cq118+ZYMfKgjt+Fx5vwdDo9/88B+HGs88//NlOMPIg3jnFe7vv+dGY+X2v943/NEiMXd0R4c3Nz3vf9VzPz2Vrrz99nhhi5mOPs8Pr6OM/ef3vskNdaf3ibtcXIxRxnhjPzyVrrd++ypr+QcVHvGuKIkRIxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkiFGMsRIhhjJECMZYiRDjGSIkQwxkvH4+CLbtnkifFwz8y+qZdflizeCoAAAAABJRU5ErkJggg==) no-repeat;
    background-size: 163px 200px;
}
.rolling_top .erweima:hover .saoyisao img:nth-child(1) {
    width: 100px;
}
.rolling_top .erweima:hover .saoyisao img:nth-child(2) {
    width: 116px;
	height: 116px;
    margin-top: 8px;
}

/* 报名资讯框 */
.signUp-popup-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
}
.signUp-popup-box .signUp-popup {
    width: 520px;
	height: 524px;
	background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -260px -262px;
    padding: 0 60px 40px;
}
.signUp-popup-box .signUp-popup .signUp-title {
    font-size: 22px;
    letter-spacing: 1px;
	color: #333333;
    margin-bottom: 22px;
    text-align: center;
    margin-top: 42px;
}
.signUp-popup-box .signUp-popup .form_item {
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-bottom: 16px;
}

.signUp-popup-box .signUp-popup .form_input_block {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: solid 1px #e9e9e9;
    text-indent: 12px;
    font-size: 16px;
}

.signUp-popup-box .signUp-popup .form_input_inline {
    display: inline-block;
    width: 278px;
    height: 48px;
    border-radius: 2px;
    border: solid 1px #e9e9e9;
    text-indent: 12px;
    font-size: 16px;
}

.signUp-popup-box .signUp-popup .form_button_inline {
    width: 110px;
    height: 48px;
    border-radius: 2px;
    border: solid 1px #0088ff;
    background: #0088ff;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
}

.signUp-popup-box .signUp-popup .form_button_inline:disabled {
    border: solid 1px #e9e9e9;
    background: #ffffff;
    color: #999999;
    cursor: not-allowed;
}

.signUp-popup-box .signUp-popup .form_select_block {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: solid 1px #e9e9e9;
    text-indent: 12px;
    font-size: 16px;
    -webkit-appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAeElEQVQImW3OMQ6BURBF4Y+oLIAN2INEaycKjTx7EI1GomIBKiUKnd4e6O2C3OS97j/VzJ2TmemVUt5Y4qmbOY597HHFtMNLdsNhgBNGuGOGXAiTmu3iRAwbjPGockh9wTZNE8MK57pliBfWbZgfGz8s8MWn1snAH7TpFoEVedPNAAAAAElFTkSuQmCC) no-repeat right 13px center;
}

.signUp-popup-box .signUp-popup .form_submit button {
    width: 100%;
    height: 48px;
    background-color: #0088ff;
    border-radius: 2px;
    color: #ffffff;
}

.signUp-popup-box .signUp-popup .form_submit button:active {
    opacity: .8;
}

.signUp-popup-box .signUp-popup .form_submit button:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.signUp-popup-box .signUp-popup .form_tips {
    display: block;
    color: #999999;
    line-height: 40px;
    text-align: center;
}

.signUp-popup-box .signUp-popup .form_tips input {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    vertical-align: -2px;
}
.signUp-popup-box .signUp-popup svg {
    position: absolute;
    right: 24px;
    top: 18px;
    cursor: pointer;
}

/* 登录注册 */
.bc_mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    /*支持rgba的浏览器*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    /*IE8支持*/
    top: 0;
    left: 0;
}

.bc_mask .bc_mask_card {
    width: 440px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


.bc_login .bc_mask_card {
    height: 428px;
}

.bc_register .bc_mask_card {
    height: 583px;
}

.bc_retrieve-password .bc_mask_card {
    height: 516px;
}

.bc_mask .bc_mask_card .card_head {
    padding-top: 32px;
    border-bottom: 1px solid #ececec;
}

.bc_mask .bc_mask_card .card_head .tab_list {
    margin-top: 14px;
    height: 64px;
    text-align: center;
    font-size: 0;
}

.bc_mask .bc_mask_card .card_head .tab_list li {
    display: inline-block;
    width: 160px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    font-size: 20px;
    margin: 0 30px;
    cursor: pointer;
    box-sizing: border-box;
}

.bc_mask .bc_mask_card .card_head .tab_list .active {
    color: #007aff;
    font-weight: bold;
    border-bottom: 2px solid #007aff;
}

.bc_mask .bc_mask_card .card_head h3 {
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size: 28px;
}

.bc_mask .bc_mask_card .card_body {
    padding-top: 32px;
}

.bc_login .bc_mask_card .card_body {
    padding-top: 40px;
}


.bc_mask .bc_mask_card .card_body .tab_item {
    display: none;
}

.bc_mask .bc_mask_card .card_body .tab_item_show {
    display: block;
}

.bc_mask .bc_mask_card .card_body .form_item {
    display: block;
    width: 348px;
    margin: 0 auto 24px;
}

.bc_mask .bc_mask_card .card_body .form_item .input_item {
    display: block;
    width: 348px;
    height: 42px;
    border-radius: 2px;
    border: solid 1px #bbbbbb;
    text-indent: 12px;
    font-size: 16px;
    box-sizing: border-box;
}

.bc_mask .bc_mask_card .card_body .form_item input:focus {
    border: solid 1px #007aff;
}

.bc_mask .bc_mask_card .card_body .form_button {
    margin: 0 auto;
    width: 348px;
}

.bc_mask .bc_mask_card .card_body .form_button .button_submit {
    width: 348px;
    height: 42px;
    background-color: #007aff;
    border-radius: 2px;
    font-size: 16px;
    color: #ffffff;
}

.bc_mask .bc_mask_card .card_body .form_button .button_submit:active {
    opacity: 0.8;
}

.bc_mask .bc_mask_card .card_body .form_mini-menu {
    margin: 0 auto;
    width: 348px;
    color: #666666;
    margin-top: 16px;
}

.bc_mask .bc_mask_card .card_body .form_mini-menu input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.bc_mask .bc_mask_card .card_body .form_mini-menu label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.bc_mask .bc_mask_card .card_body .form_mini-menu b {
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #e0e0e0;
    vertical-align: middle;
    margin: 0 10px;
}

.bc_mask .bc_mask_card .card_body .form_mini-menu a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.bc_mask .bc_mask_card .card_body .input_code {
    display: block;
    width: 232px;
    height: 42px;
    border-radius: 2px;
    border: solid 1px #bbbbbb;
    text-indent: 12px;
    font-size: 16px;
    box-sizing: border-box;
}

.bc_mask .bc_mask_card .card_body .input_code_btn {
    display: block;
    width: 108px;
    height: 42px;
    background-color: #007aff;
    border: solid 1px #007aff;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
}

.bc_mask .bc_mask_card .card_body .input_code_btn:disabled {
    background-color: #cccccc;
    border-radius: 2px;
    border: solid 1px #cccccc;
    color: #999999;
    cursor: default;
}

.bc_login .bc_mask_card .card_body .form_item input,
.bc_login .bc_mask_card .card_body button {
    height: 48px !important;
}

.bc_mask .bc_mask_card .close_mask {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 23px;
}
