@charset "utf-8";
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
body{
    font-family: "微软雅黑","Microsoft YaHei", "黑体简体", "Arial", "Verdana", "arial", "serif", "Arial regular,helvetica regular" !important;
    /*-webkit-text-size-adjust: 100%;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
    width: 100%;
    background: #fff!important;
    background-color: #fff!important;
}
a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
    -webkit-touch-callout:none;
}

a:hover{
    color:#1e88e5;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 750px;
}
.signUp{
    display: none;
}
.headerWrap{
    background: url("../img/sponsorsBannerBg.png") no-repeat 0 0;
    width: 10rem;
    height: 1.85rem;
    background-size: 100%;
    padding: 0 0.4rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;

}
.headerWrap p{
    font-size: 0.48rem;
    color: #000000;
    line-height: 0.72rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-weight: bold;
}
.applySponsor{
    padding: 0 0.4rem;
}
.applySponsor div{
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding: 0.38rem 0;
    position: relative;
}
.applySponsor span{
    width: 2.28rem;
    height: 0.8rem;
    font-size: 0.4rem;
    color: #575757;
    line-height: 0.8rem;
    margin: 0;
}
.applySponsor input{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.4rem;
    color: #575757;
    border: none;
    width: 6.4rem;
}
.applySponsor div:nth-child(7){
    border-bottom: none;
}
.applySponsor div:nth-child(6) label{
    bottom: 0;
    top: 0.4rem;
}
.applySponsor span>i{
    display: inline-block;
    width: 0.8rem;
}
.applySponsor span:before{
    content: "*";
    color: #EC1D02;
    margin-right: 3px;
}
.applySponsor img{
    width: 2.17rem;
    height: 0.9rem;
}
.sponsorIntention{
    display: block;
    width: 100%;
    height: 3.38rem;
    background: #F1F1F1;
    border: none;
    margin-top: 0.3rem;
    padding: 0.2rem 0.26rem;
    line-height: 0.5rem;
    font-size: 0.4rem;
}
.veriftyBox{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 0.8rem;
    padding: 0.33rem 0!important;
}
.veriftyBox input{
    width: 4.6rem;
}
.submitForm{
    display: block;
    margin: 0 auto;
    border: none;
    outline: none;
    background: #FF7214;
    color: #fff;
    width: 6.5rem;
    height: 1.06rem;
    border-radius: 50px;
    font-size: 0.45rem;
    margin-bottom: 1.3rem;
}
label.error{
    position: absolute;
    left: 2.35rem;
    color: #EC1D02;
    bottom: -0.25rem;
}

/*bootbox.css start*/
.bootbox .modal-dialog {
    max-width: 80%!important;
    width: 80%!important;
}
.bootbox .modal-dialog .modal-body .modal-con {
    display: flex!important;
}
.modal-body i {
    width: 40px!important;
}
.modal-header {
     border-bottom:none!important;
}
.modal-footer {
    text-align: center!important;
}
.bootbox-body{
    margin-top: 0!important;
}
.btn, .btn-default, .btn:focus, .btn-default:focus {
    background-color: #1e88e5!important;
    border-color: #1e88e5;
}
/*bootbox.css end*/