*{margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {border:0;}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
    font-size:200%;
    font-weight:normal;
}
:focus { outline: 0;}
a{text-decoration:none;color: #000000;}
a:hover{color: #0A96FB;}
a:hover img{ border:none;}
.clear{ clear:both}

.flex{display: flex;}
.flex-item{flex: 1;}
.jus{justify-content: center;}
.juse{justify-content: flex-end;}
.been{justify-content: space-between;}
.around{justify-content: space-around;}
.item{align-items: center;}
.hide{display: none;}

/* 遮罩 */
.mask{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;height: 100%;
    background: rgba(0,0,0,.8);
    display: none;
}
.mask-on{overflow-y: hidden;overflow-x: hidden;}
.mask-on .mask{display: block;}

body{
    font-size: 16px;
    background: #f1f1f1;
}

/*footer*/
.footer{
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    border-top: solid 1px #ddd;
}
.footer ul{
    padding: 5px 0;
}
.footer ul li{
    color: #666;
    text-align: center;
}
.footer ul li.active{
    text-align: center;
    color: #0A96FB;
}
.footer ul li.active a{
    color: #0A96FB;
}
.footer ul li i{
    height: 20px;
    line-height: 20px;
    display: block;
}
.footer ul li a{
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
/*footer end*/

.mt5 {
    margin-top: 10px;
}
/*默认顶部*/
.header-wrap { display: flex;align-items: center; width: 100%;height: 42px; margin: 0 auto; text-align: center;background: #0A96FB;position: fixed;top: 0;z-index: 100 }
.header-wrap i{color: #fff;}
.header-l { display: block; }
.header-wrap a:hover i{
    color: #585757;
}
.header-l a { position: relative; z-index: 1; display: inline-block; padding-left:10px;padding-right: 20px }
.header-r a { position: relative; z-index: 1; display: inline-block; padding-right:10px;padding-left: 20px }
/*单一标题*/
.header-title { display: inline-block; margin: 0 auto; }
.header-title h1 { font-size: 16px;line-height: 32px; color: #fff;height: 32px;overflow: hidden;margin: 0 10px;}

.container{
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
}
.container .banner{
    width:100%;
}
.container .banner img{
    width: 100%;
    height: auto;
}

.container .orderinfo{
    margin: 0 10px;
}
.orderinfo .o-box{
    width: 100%;
    line-height: 24px;
    color: #a7a7aa;
    padding: 8px 0;
    background: #fff;
    box-shadow: 1px 0px 7px #ddd;
}
.o-box .bmsucc{
    color: #333;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
}
.o-box .layui-icon-ok-circle{
    font-size: 20px;
    color: #00bf00;
}
.o-info{
    color: #666;
    padding: 5px 20px;
}
.o-info .tishi{
    font-size: 16px;
}
.o-info .conn{
    font-size:16px;
    color:#666
}
.o-info .red{
    color:#ff0000;
}
.o-title{
    margin: 10px 0;
    font-size: 14px;
    color: #111;
}
.b-info{
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.b-title{
    display: inline-block;
    width: 2.5rem;
    text-align: right;
    margin-right: 10px;
    color: #666;
    vertical-align: top;
}
.b-val{
    display: inline-block;
    width: 3.5rem;
    text-align: left;
    line-height: 24px;
}
.feiyong{
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    margin: 10px 0;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
.o-info .active{
    border-color: #00bf00 !important;
    color: #00bf00 !important;
}
.o-footer{
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ddd;
}
.o-footer .items{
    padding: 5px;
}
.reback{
    height: 22px;
    font-size: 12px;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #000 !important;
    line-height: 22px;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;
}
.topay{
    width: 4.7rem;
    height: 0.8rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.8rem;
    border: 1px solid #ff6700;
    border-radius: .3rem;
    cursor: pointer;
    background: #ff6700;
    display: block;
    text-decoration: none;
    text-align: center;
}
.o-box .payment{
    padding: 20px 0;
    line-height: 32px;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.o-box .payment a{
    padding: 5px 20px;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #fff;
}
.o-footer a.topay:hover{
    background: #ff5600;
    color: #fff;
}
.o-box .payment a.active{
    border: 1px solid #00bf00;
}
.o-box .payment img{
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
/*报名页面*/
.baoming{
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.16rem 0rem rgb(0 0 0 / 8%);
    margin: 0 0.2rem 0.2rem 0.2rem;
    padding: 0.3rem;
}
.baoming .subtitle{
    font-size: 0.32rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.44rem;
    position: relative;
    padding-left: .1rem;
    margin-bottom: .3rem;
}
.baoming .subtitle:before{
    content: "";
    position: absolute;
    left: 0;
    top: .09rem;
    display: block;
    width: 0.04rem;
    height: 0.26rem;
    background: #258BC7;
}
.baoming .items{
    margin-bottom: .28rem;
}
.baoming .items .item-input-title{
    width: 2rem;
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.4rem;
    text-align:justify;
    text-align-last:justify;
    display: inline-block;
}
.baoming .items .item-input-title i{
    color: #ff0000;
}
.baoming .items .item-input{
    display: inline-block;
    margin-left: .2rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    width: 4.2rem;
}
.baoming .items .item-input input,.baoming .items .item-input input select{
    background: #FAFAFA;
}
.baoming .items .item-input .layui-input{
    width: 4.2rem;
    height: 0.8rem;
    background: #FAFAFA;
    border-radius: 0.08rem;
    border: 0.01rem solid #E5E5E5;
    font-size: 0.28rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.8rem;
}
.baoming .items .item-input .layui-form-danger.layui-input,.baoming .items .item-input .layui-form-danger:focus {
    border-color: #FF5722!important;
}
.baoming .items .item-input input::-webkit-input-placeholder {
    color: #aab2bd;
    font-size: 0.28rem;
}
.baoming .items .item-input-select{
    display: inline-block;
    font-size: 0.28rem;
    line-height: 0.4rem;
    width: 1.3rem;
}
.baoming .items .item-input-select .layui-input{
    display: inline-block;
    width: 1.4rem;
    height: 0.8rem;
    background: #FAFAFA;
    border-radius: 0.08rem;
    border: 0.01rem solid #E5E5E5;
    font-size: 0.28rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.8rem;
}
.baoming .submit{}
.baoming .submit button{
    display: block;
    width: 4.7rem;
    height: 0.8rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.8rem;
    margin: 0 auto;
}
.baoming-tip{
    margin: 0 0.3rem 0.5rem 0.3rem;
}

.baoming-tip .layui-quote-nm{
    border-color: #f76666;
    background: #fff;
}