html{
	font-size: 13.33333333vw;
	padding: 0;
}
body {
    font: .28rem "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, "sans-serif";
    color: #333;
    width: 100%;
}
body, ul, li, ol, dl, dd, dt, p,  h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img,input,button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol,li {
    list-style: none;
}

input {
    padding: 0;
    background: none;
    outline: none;
    border: none;
}

select, input {
    vertical-align: middle;
}

input, textarea {
    font-size: 14px;
    margin: 0;
    outline:none
}

textarea {  /*防止放大缩小*/
    resize: none !important;
}
img {  /*  去掉图片低测默认的3像素空白缝隙*/
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}
table {
    border-collapse: collapse;
}

a {
    color: #333;
    text-decoration: none;
}
a, a:hover {
    color: #333;
    cursor: pointer;
    transition: all .3s ease;
}

h1,h2,h3,h4,h5,h6 {
    text-decoration: none;
    font-weight: normal;
}

s,i,em {
    font-style: normal;
    text-decoration: none;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.fl {
    float: left !important;
}

.fr {
    float: right!important;
}

.al {
    text-align: left !important;
}

.ac {
    text-align: center !important;
}

.ar {
    text-align: right !important;
}
.hide {
    display: none !important;
}
.black{
    display: block !important;
}
.bold{
	font-weight: bold;
}



.modelWrap .modelContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.modelWrap .modelContainer .wrap {
    background: #fff;
    border-radius: 12px;
    padding: 0.6rem;
    width: 6.1rem;
}

.modelWrap .modelContainer .close {
    display: block;
    width: .5rem;
    height: .5rem;
    margin: 0.4rem auto 0;
}
/*底部位置模态框*/
.modelWrap .modelContainerBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
}
.modelWrap .modelContainerBottom .wrap{
    background: #fff;
    padding: 0.1rem;
    min-height: 4rem;
}
/*
图形验证码组件
*/
.imageValidateComp .tipsText {
    color: #222;
    font-size: .32rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.imageValidateComp .imageWrap {
    display: flex;
    align-items: center;
    overflow-y: hidden;
    height: 1rem;
    margin-bottom: 40px;
}

.imageValidateComp .imageWrap .image {
    flex: 0 0 auto;
    width: 1.9rem;
    height: 100%;
    margin-right: 38px;
}

.imageValidateComp .imageWrap .input {
    flex: 1;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 0.06rem 0.2rem;
    color: #000;
    font-size: .28rem;
}
.btnGroup {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btnGroup .smallCircleBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 28px;
	border-radius: 35px;
	background: #F1BF42;
	color: #fff;
	font-size: 16px;
}

.btnGroup .smallCircleBtn.disabled {
	background: #DDD;
}
.modelWrap {
	display: none;
}
