@charset "utf-8";
.b-icon {
	height: 120px;
	line-height: 210px;
	background: transparent url(../images/icon_start.png) no-repeat center center;
	background-size: auto 60px;
	text-align: center;
}
.group input {
	width: 85%;
	height: 44px;
	font-size: 17px;
	padding-left: 15%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 5% 50%;
}
.group input:focus {
	outline: none;
	color: #2287d6;
}
.group input.mbl {
	background-image: url(../images/khIcon/icon_iphone.png);
}
.group input.mbl:focus {
	background-image: url(../images/khIcon/icon_iphone_active.png);
}
.group input.vcd {
	background-image: url(../images/khIcon/icon_yanzheng.png);
}
.group input.vcd:focus {
	background-image: url(../images/khIcon/icon_yanzheng_active.png);
}
.group input.imgCode {
	background-image: url(../images/khIcon/icon_tuxing.png);
}
.group input.imgCode:focus {
	background-image: url(../images/khIcon/icon_tuxing_active.png);
}

.group input.broker {
	background-image: url(../images/khIcon/icon_tuijian.png);
}
.group input.broker:focus{
	background-image: url(../images/khIcon/icon_tuijian_avtive.png);
}

.group .broker {
	padding-left: 15%;
	background: transparent url(../images/khIcon/icon_tuijian.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5% 50%;
	color: #BFBFBF;
	font-size: 17px;
}
.group .broker.enable {
	color: #000;
}
.group .mobile,
.group .vcode {
	position: relative;
    height: auto;
}
#brokerNoWrapper{
    height: auto;
}
#vcode{
    width: 50%;
    background-position: 8% 50%;
}
.group .sms {
	position: absolute;
	right: 0;
	top: 0;
	height: auto;
	line-height: 36px;
	padding: 0 10px;
	background-size: 1px 50%;
	text-align: center;
	background-color: #2593E9;
	color:#fff;
	border-radius: 3px;
	margin-top: 3px;
	margin-right: 15px;
	width:90px;
}

.group .sms:active {
	color: #053c75;
}
.group .disabled {
	color: #dcdcdc;
}

.group .smsdisabled {
	color:#fff;
	background-color: #E0E0E0;
}
.group .disabled:active {
	color: #dcdcdc;
	background-color: #fff;
}
.group .wait {
	color:#fff;
	background-color: #E0E0E0;
}
.link {
	margin: 15px 0 45px;
	color: #dcdcdc;
}
.link a {
	padding: 5px;
}
fieldset {
	width: 98%;
	margin: 0 auto;
	border-top: 1px dashed #999;
	text-align: center;
	padding: 10px 0;
}

.cdlist {
	margin-top: 16px;
}

.cdlist-new{
	height: 60px;
}

.cdlist li,.cdlist-new li {
	float: left;
	width: 33.33%;
	padding-top: 38px;
	text-align: center;
}

.cdlist .idcard {
	background: transparent url(../images/khIcon/icon_shenfenzheng.png) no-repeat center top;
	background-size: auto 30px;
}
.cdlist .bkcard {
	background: transparent url(../images/khIcon/icon_card.png) no-repeat center top;
	background-size: auto 30px;
}
.cdlist .wifi {
	background: transparent url(../images/khIcon/icon_wifi.png) no-repeat center top;
	background-size: auto 30px;
}

.cdlist-new .showSchedule{
	background: transparent url(../images/khIcon/icon_jindu.png) no-repeat center top;
	background-size: auto 30px;
}

.cdlist-new .showQue{
	background: transparent url(../images/khIcon/icon_question.png) no-repeat center top;
	background-size: auto 30px;
}

.cdlist-new .showConfig{
	background: transparent url(../images/khIcon/icon_renyuan.png) no-repeat center top;
	background-size: auto 30px;
}
fieldset.sub {
	border: 1px dashed #999;
	border-radius: 5px;
}

.bklist {
	margin-top: 20px;
}

.bklist li {
	float: left;
	width: 33.33%;
	overflow: hidden;
	white-space:nowrap;
	text-align: center;
	height:35px;
	font-size: 15px;
}
.fix {
	position: fixed;
	bottom: 25px;
	right: 10px;
	width: 45px;
}
.fix>a{
	display: block;
	margin: 5px 0;
	width: 45px;
	height: 45px;
	border-radius: 45px;
}
.fix>a.lock {
	background: rgba(34, 135, 214, 0.8) url(../images/icon_lock.png) no-repeat center center;
	background-size: 25px 25px;
}
.fix>a.share {
	background: rgba(222, 67, 50, 0.8) url(../images/icon_share.png) no-repeat center center;
	background-size: 20px 25px;
}

input:disabled {
	background-color: #f8f8f8;
}

.lose_txt_span{
	color:#171717
}

.code_img{
	display:block;
	width:88px;
	height:40px;
	position:absolute;
	top:0;
	right:0;
	margin-right:15px;
}
.code_img img{
	display:block;
	width:100%;
	height:100%;
	margin-top:2px;
}

input::-webkit-input-placeholder {
    color: #BFBFBF;
}

#btn_voice_box{
	text-align:center;
	margin-top: 15px;
}

.btn_voice_box_red{
	color:#de4332
}

.index-split{
	color:#BFBFBF;
	margin-top: 25px;
	margin-bottom: 22px;
}

.bklist-div{
	margin-top: 110px;
	margin-bottom: 250px;
}
.txt-max-gray{
	font-size: 16px
}

.bkBigImg{
	width: 21px;
	position:relative;
	top:5px;
}

#btnNext{
	margin-top: 70px;
}

.lose_txt,.lose_wait,.lose_txt:hover,.lose_wait:hover{
	color:#BFBFBF;cursor:default;
}

.split-div{
	width: 100%;
	height: 10px;
}

.split-div>div{
	float: left;
	text-align: center;
}
.txt-opacity-left{
	opacity: 0.3;
	background: linear-gradient(to top, #BFBFBF 1%,#BFBFBF 10%) no-repeat center right;
	background-size: 65px 1px;
	width:calc(50% - 50px);
	background-position: 100% 10px;
}

.txt-opacity-center{
	width:100px;
	font-size: 16px;
	color: #999999;
}

.txt-opacity-right{
	opacity: 0.3;
	background: linear-gradient(to top, #BFBFBF 30%,#BFBFBF 10%) no-repeat center left;
	background-size: 65px 1px;
	width:calc(50% - 50px);
	background-position: 0% 10px;
}

/* 202212 */
#ysxyBox{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background-color: #fff;
    padding: 12px 16px;
    position: relative;
}
.XYContent{
    width: 100%;
    min-height: 44px;
    background-color: #F5F5F5;
    position: relative;
    line-height: 44px;
    padding-left: 50px;
    font-size: 15px;
    color: #666666;
    box-sizing: border-box;
}
#GX_ixonBox{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border: 1px solid #858585;
    box-sizing: border-box;
}
#GX_ixon{
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    top: -1px;
    left: -1px;
    display: none;
}
#XY_a{
    color: #1061BF;
}
.disabled_block{
    display: block!important;
}
#GX_tipBox{
    padding: 6px 12px;
    line-height: 20px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 94%;
    left: 28px;
    border-radius: 4px 4px 4px 0;
    display: none;
}
#GX_tipBox:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid rgba(0,0,0,0.7);
    border-right: 11px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
}

.loadingMask{
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    display: none;
}