@charset "utf-8";

/*主体部分样式*/
body{font-size: 14px;}
.cy_bg {background: url(../images/bg.jpg) bottom no-repeat #9bc9eb;}
.cy_bg h2{font-size:40px; color:#ffffff; padding:20px; /*background-color:#50a5dc;*/margin-bottom:0px;}

.sendbt a{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    }


/*尾部固定菜单样式*/
.footul li{width:25%;padding:0px;text-align:center;}
.footul li a{line-height:20px;font-size:12px;}
.footul li a i{font-size:16px;}
.navbar-nav{
    -ms-flex-direction: row;
    flex-direction: row;
}

/*表单样式*/
.cy_formCKInputFrame{margin:0; padding:10px; line-height:30px; background-color: #fff; border-radius:.25rem; border: 1px solid #ced4da;}
.cy_wel{padding:20px; background-color: #fff; border-radius: 10px;line-height: 1.8;}
.cy_wel a{font-size: 1rem;}

/*发送短信验证码按钮*/
.send0,.send1{color: #fff;}
.huoquyzm{
		background:#0083fd;
		border:none;
		float:right;
		width:100%;
		height:38px;
		line-height:38px;
		border-radius:5px;	
		text-align:center;
	}
	
	.huoquyzm .code{
		height:38px;
		line-height:38px;
		font-size:14px;
		color:#ffffff;
		padding:0;
		}
