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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Microsoft YaHei",微软雅黑;
}
a{
    -webkit-tap-highlight-color:transparent;
    text-decoration:none;
}
input{

}
html, body{
    max-width: 500px;
    min-height: 100vh;
    margin: 0 auto;
    border: 1px solid #f3f3f3;
}
/* 2倍屏 */
@media only screen and (-webkit-min-device-pixel-ratio: 2.0) {
    html, body, .footer-box{
        max-width: 1500px!important;
        margin: 0 auto;
        border: none;
    }
}

/* 3倍屏 */
@media only screen and (-webkit-min-device-pixel-ratio: 3.0) {
    html, body, .footer-box{
        max-width: 2250px!important;
        margin: 0 auto;
        border: none;
    }
}
.flx-c{
    display: flex;
    align-items: center;
}


.pageWrap{
    width: 100%;
    min-height: 100vh;
    /*padding: 1.15rem 1.37rem;*/
    box-sizing: border-box;
    background-color: #F6F7F9;
}
.pro-head{
    height: 14.78rem;
    box-sizing: border-box;
    padding: 1.75rem 0 0;
    background: url("/h5-static/images/headbg.png")no-repeat;
    background-size: 100% 100%;
}
.pro-info{
    width: 29.71rem;
    height: 12.95rem;
    margin: 0 auto;
    padding: 1.75rem 1.68rem 0;
    box-sizing: border-box;
    background: url("/h5-static/images/infobg.png")no-repeat;
    background-size: 100% 100%;
}
h2.title{
    font-size: 1.22rem;
    line-height: 1.68rem;
    color: #303D51;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2.29rem;
}
h2.title:last-child{
    padding-bottom: 0;
}
h2.title span, h2.title i{
    font-size: 1.19rem;
    color: #000;
}
h2.title span{
    font-weight: bold;
}
h2.title i{
    opacity: 0.6;
    text-align: right;
}
.form_wrap{
    padding: 0 1.37rem;
}
.form_wrap h3.title,.soon-popup h3.title{
    font-size: 1.37rem;
    color: rgba(0,0,0,0.6);
    font-weight: bold;
    padding: 1.75rem 0 0.76rem 0.76rem;
    margin: 0;
    line-height: 1.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_wrap h3.title.pb3{
    padding: 1.75rem 0 0.3rem 0.76rem;
}
.soon-popup h3.title.pb3{
    padding: 0.89rem 0 0.3rem 0.76rem;
}
.form_wrap h3.title span{
    color: #F50C00;
}
#l-streaming-refresh{
    display: none;
    /*width: 3.75rem;*/
    /*height: 4.18rem;*/
    width: 2.66rem;
    height: 1.59rem;
    background: url(/h5-static/images/refresh.png)no-repeat left center;
    background-size: 1.52rem 1.59rem;

}
.soon-tips{
    display: none;
    font-size: 1.19rem;
    color: #F66454;
    padding: 0 0 0.74rem 0.76rem;
    line-height: 1.64rem;
    font-weight: bold;
}
.input-box{
    position: relative;
    width: 100%;
    height: 4.27rem;
    display: block;
}
.label-box{
    display: block;
    position: relative;
}
input.input_wrap,.area_input_wrap, .select_text, .textarea_noRequired{
    display: block;
    width: 100%;
    height: 4.27rem;
    box-sizing: border-box;
    border-radius: 0.61rem;
    position: relative;
    border: none;
    padding: 0 3.58rem 0 1.02rem;
    background: rgba(201, 199, 195, 0.2);
    font-size: 1.22rem;
    color: #000000;
	box-sizing: border-box;
}
input.input_wrap:focus,.area_input_wrap:focus, .textarea_wrap:focus, .textarea_noRequired:focus{
    box-sizing: border-box;
    outline: 0px;
    /*border: 1px solid #2878F1;*/
}
input.select_wrap{
    font-size: 0;
    width: 0px;
    height: 0px;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    position: absolute;
}
.option{
    display: none;
	position: absolute;
	width: 100%;
	top: 4.57rem;
	left: 0px;
	/*background-color: rgb(255, 255, 255);*/
	z-index: 100;
}
.option uloptionBox,.optionBox .uloptionBox{
    width: 100%;
    background: rgb(237, 238, 238);
    border: none;
    border-radius: 0.61rem;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0rem 0.08rem 0.08rem 0rem rgba(0,0,0,0.15);
}
.option ul li, .select_text,.optionBox .option-ul .option-li{
    display: flex;
    align-items: center;
    width: 100%;
    height: 4.27rem;
    line-height: 4.27rem;
    font-size: 1.22rem;
    color: #000000;
    padding-left: 1.02rem;
	box-sizing: border-box;
}
.optionBox .option-ul .option-li{
    height: 5.49rem;
    line-height: 5.49rem;
    position: relative;
}
.optionBox .option-ul .option-li::after{
    content: '';
    width: 1.22rem;
    height: 5.49rem;
    position: absolute;
    top: 0;
    right: 1.52rem;
    /*background: url("/resources/h5-static/images/icon1.png")no-repeat center center;*/
    background: url("/h5-static/images/to.png")no-repeat center center;
    background-size: 0.61rem 1.14rem;
}
.option ul li:hover{
    /*background-color: #2878F1;*/
}
.option ul li img, .select_text img,.optionBox .option-ul .option-li img{
    display: block;
    width: 2.59rem;
    height: 2.59rem;
    margin-right: 0.69rem;
}
.optionBox{
    width: 100%;
    background: #ffffff;
    border-radius: 0.61rem;
    padding: 0.61rem 0;
    margin-bottom: 1.22rem;
}
.optionBox.nopadding{
    padding: 0;
    margin: 0;
}


.select_text p{
	display: flex;
	align-items: center;
}

.select_text{
    position: relative;
}
.select_text::after{
    content: '';
    width: 1.22rem;
    height: 4.27rem;
    position: absolute;
    top: 0;
    right: 1.52rem;
    /*background: url("/resources/h5-static/images/icon1.png")no-repeat center center;*/
    background: url("/h5-static/images/select_icon.png")no-repeat center center;
    background-size: 100% .69rem;
}
.select_text.up::after{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg); /* Opera */
}
.input_Length{
    display: flex;
    align-items: center;
    height: 3.75rem;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.19rem;
    color: #9A9A9A;
    padding-right: 1.02rem ;
}
.icon-clear{
    display: none;
    width: 3.75rem;
    height: 4.18rem;
    background: url("/h5-static/images/clear.png")no-repeat center center;
    background-size: 1.52rem 1.52rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
}
textarea.textarea_noRequired{
    height: 7.92rem;
    padding: 1.3rem 3.58rem 1.3rem 0.76rem;
    box-sizing: border-box;
    font-size: 1.19rem;
    color: #525760;
    font-family: "Microsoft YaHei",微软雅黑;
}
.textarea_box{
    display: block;
    height: 7.92rem;
    padding: 1.3rem 3.58rem 1.3rem 0.76rem;
    box-sizing: border-box;
    border-radius: 0.61rem;
    position: relative;
    border: none;
    background: rgba(201, 199, 195, 0.2);
}
.textarea_box.errorSty {
    /*background-color: #FFF3F3;*/
    border: 1px solid #F42F2F;
}
.textarea_box .textarea_wrap{
    width: 100%;
    height: 5.1rem;
    padding: 0 0.61rem 0 0;
    box-sizing: border-box;
    font-size: 1.22rem;
    color: #000000;
    font-family: "Microsoft YaHei",微软雅黑;
    background: transparent;
    word-break: break-all;
}
textarea:disabled{
    background-color: #eee;
}
textarea:read-only{
    background-color: #eee;
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
    font-size: 1.22rem;
    color: #999999;
    font-family: "Microsoft YaHei",微软雅黑;
}
.button_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 4.27rem;
    font-size: 1.45rem;
    color: #FFFFFF;
    margin-top: 1.83rem;
    outline: none;
    background: none repeat scroll 0 0 #F66454;
    border: medium none;
    border-radius: 0.61rem;
    border-spacing: 0;
    list-style: none outside none;
    text-decoration: none;
    text-indent: 0;
}
.button_btn:disabled{
    opacity: 0.2;
}

.shortcut-wrap{
    padding: 1.88rem 0 1rem;
}
.shortcut-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 2.56rem;
}

.shortcut-content a{
    width: 25%;
    cursor: pointer;
    padding-right: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.shortcut-content a:nth-child(4){
    margin-right: 0;
}
.shortcut-content img{
    width: 3.07rem;
    height: 3.07rem;
}
.shortcut-content p{
    text-align: center;
    font-size: 1.19rem;
    color: #545962;
    line-height: 1.71rem;
    padding: .68rem 0 0;
}

#l-shortcut-title{
    display: flex;
    align-items: center;
    padding: 0 1.37rem;
}
#l-shortcut-title i{
    flex: 1;
    height: 0.04rem;
    background: #FFFFFF;
    border: 1px solid #C3C6D8;
}
#l-shortcut-title p{
    height: 1.71rem;
    font-size: 1.19rem;
    color: #303D51;
    line-height: 1.71rem;
    padding: 0 0.51rem;
    text-align: center;
}


/*弹窗*/
.stream-select-wrap{
    width: 100%;
    height: 100%;
    padding: 0 1.37rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}
.stream-select-bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.stream-select-content{
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 0.64rem;
    padding: 1.71rem 0 0;
    background-color: #fff;
    overflow: hidden;
}
.stream-select-title{
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.71rem;
    font-size: 1.37rem;
    font-weight: bold;
    color: #303D51;
    line-height: 1.92rem;
}

.stream-select-list{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-height: 520px;
    overflow-y: scroll;
}
.stream-select-item{
    width: 100%;
    padding: 1.19rem 1.71rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stream-select-item p{
    flex: 1;
    font-size: 1.19rem;
    font-weight: bold;
    color: #303D51;
    line-height: 1.71rem;
}
.stream-select-item i{
    display: block;
    width: 1.02rem;
    height: 1.02rem;
    margin-left: 1.45rem;
}
.stream-select-item.on{
    background-color: #E5EFFF;
}
.stream-select-item.on p{
    color: #2878F1;
}
.stream-select-item.on i{
    /*background: url("/resources/h5-static/images/on.png")no-repeat center;*/
    background: url("/h5-static/images/on.png")no-repeat center;
    background-size: 100% 100%;
}
.stream-select-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.68rem;
}
.stream-select-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
    height: 5.03rem;
    border: 1px solid #C3C6D8;
    font-size: 1.37rem;
    font-weight: bold;
    color: #303D51;
    line-height: 1.92rem;
}
.stream-select-btn a:active{
    background-color: transparent;
}
.stream-select-btn a.confirm{
    color: #2878F1;
}

/*报错样式*/
.select_text.errorSty, input.errorSty, textarea.errorSty{
    /*background-color: #FFF3F3;*/
    border: 1px solid #F42F2F;
}
.errorTips_select, .errorTips_name, .errorTips_area,.errorTips_name_repeat{
    display: none;
    font-size: 1.22rem;
    color: #F42F2F;
    text-align: left;
    padding-top: 0.23rem;
    padding-left: 0.76rem;
    line-height: 1.68rem;
    position: absolute;
}
.errorTips_name_repeat{
    display: block;
}
.twitchTips_area{
    display: none;
    font-size: 1.22rem;
    color: rgba(0,0,0,0.4);
    text-align: left;
    padding-top: 0.23rem;
    padding-left: 0.76rem;
    line-height: 1.68rem;
    position: absolute;
}

.successIcon{
    display: block;
    width: 6.86rem;
    height: 6.86rem;
    margin: 8.45rem auto 0;
}
.errorIcon1, .errorIcon2{
    display: block;
    width: 6.86rem;
    height: 6.86rem;
    margin: 8.45rem auto 0;
}
.errorIcon2{
    height: 6.86rem;
}
.errorIcon3{
    display: block;
    width: 4.74rem;
    height: 3.37rem;
    margin: 8.45rem auto 0;
}
.successText, .errorText{
    font-size: 1.19rem;
    color: #525760;
    text-align: center;
    margin-top: 1.37rem;
}

/* toast弹窗 */
.hl-toast{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.hl-toast span{
    max-width: 10rem;
    box-sizing: border-box;
    padding: .8rem .8rem;
    border-radius: .2rem;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.85);
}
.hl-toast.repeat{
    display: block;
}
.agreement{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    /*margin-top: 0.5rem;*/
    padding: 1.02rem 0.76rem 1.02rem 2.59rem;
}
.agreement .agree-icon{
    display: none;
    width: 1.83rem;
    height: 1.83rem;
    padding: 1.02rem 0.76rem 1.02rem 1.37rem;
    position: absolute;
    left: -1.37rem;
    left: -1.37rem;
}
.agreement p{
    display: block;
    font-size: 1.22rem;
    color: rgba(0, 0, 0, 0.6);
}
.agreement p span{
    margin: 0;
    padding: 0;
    font-size: 0;
}
.agreement p a{
    font-size: 1.22rem;
    margin: 0;
    padding: 0;
    color: #F66454;
}
.tips_cn{
    display: none;
    width: 14.93rem;
    height: 5.26rem;
    position: absolute;
    top: -3.5rem;
    left: -1rem;
}
.tips_en{
    display: none;
    width: 26.67rem;
    height: 5.26rem;
    position: absolute;
    top: -3.5rem;
    left: -1rem;
}


.soon-popup{
    display: none;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 19rem;
    box-sizing: border-box;
}
.pop-cont{
    width: 29.92rem;
    padding: 1.04rem 0 0.89rem;
    box-sizing: border-box;
    border-radius: 1.25rem;
    background: linear-gradient( 150deg, #FDCB35 0%, #F66454 100%);
    position: relative;
    margin: 0 auto;
}
.tip-img-1{
    display: block;
    width: 3.5rem;
    height: 3.65rem;
    position: absolute;
    top: -0.67rem;
    left: -0.22rem;
}
.tip-img-2{
    display: block;
    width: 2.38rem;
    height: 2.53rem;
    position: absolute;
    top: -2.53rem;
    right: 1.64rem;
}
.pop-text{
    width: 100%;
    display: flex;
    align-items: center;
}
.hwoSoon{
    width: 16.15rem;
    padding: 0 1.12rem 0.67rem 4.02rem;
    font-size: 1.42rem;
    color: #FFFFFF;
    line-height: 1.93rem;
    box-sizing: content-box;
    border-right: 0.15rem solid rgba(255,255,255,0.2);
}
.right-btn{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.42rem;
    color: #FFFFFF;
    line-height: 1.93rem;
}
.tip-img-3{
    display: block;
    width: 4.17rem;
    height: 5.13rem;
    margin: 1.71rem 0 0.5rem 12.58rem;
}
.pop-btn{
    width: 29.6rem;
    height: 5.43rem;
    background: #FFFFFF;
    border-radius: 0.74rem;
    margin: 0 auto;
}

.soon-popup-course{
    display: none;
    max-width: 500px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 2.3rem 0;
    box-sizing: border-box;
    overflow-y: scroll;
}
.soon-popup-course-cont{

}

.popup-course-soonTitle{
    width: 27.31rem;
    font-weight: bold;
    font-size: 1.93rem;
    color: #FFFFFF;
    line-height: 2.75rem;
    padding-left: 2.23rem;
    padding-bottom: .72rem;
}
.course-step{
    display: flex;
    align-items: center;
    padding: 1.34rem 0 0 2.08rem;
}
.course-step img{
    display: block;
    width: 2.46rem;
    height: 2.53rem;
}
.course-step p{
    width: 24.78rem;
    font-weight: bold;
    font-size: 1.19rem;
    color: #FFFFFF;
    line-height: 1.64rem;
    padding: 0.52rem 0 0 0.6rem;
}
.clickToView{
    font-weight: bold;
    font-size: 1.19rem;
    color: #F66454;
    text-decoration: underline;
}
.tool-img{
    display: block;
    width: 14.88rem;
    height: 4.17rem;
    margin: 0.97rem 0 0 4.91rem;
}
.soon-next-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -1rem;
}
.soon-next{
    display: block;
    width: 3.65rem;
    height: 3.65rem;
}
.dashed-box{
    width: 29.02rem;
    height: 22.25rem;
    background: rgba(255,255,255,0.2);
    border-radius: 0.74rem;
    border: 0.15rem dashed #FFFFFF;
    margin: 0.45rem 0 0 1.34rem;
}
.soon-course-btn{
    display: flex;
    justify-content: center;
    width: 16rem;
    height: 5.06rem;
    background: url("/h5-static/images/soon3.png")no-repeat center center;
    background-size: 100% 100%;
    margin: 2.08rem 0 0 7.67rem;
}
.soon-course-btn p{
    font-weight: bold;
    font-size: 1.42rem;
    color: #FFFFFF;
    line-height: 1.93rem;
    padding: 1.27rem 0.62rem 0 0;
}
.redoWrap{
    padding: 0 1.37rem;
}

.pushPage{
    height: 100vh;
    background-color: #F6F7F9;
}
.footer-box{
    width: 100%;
    padding: 0 1.37rem 3.05rem;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}




.alert-box{
    width: 100%;
    /*max-width: 500px;*/
    height: 100vh;
    padding: 0 1.37rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}
.alert-bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.alert-cont{
    position: absolute;
    z-index: 2;
    width: 80%;
    border-radius: 0.64rem;
    padding: 1.71rem 0 0;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 12rem auto 0;

}
.alert-cont-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.71rem;
    font-size: 1.37rem;
    font-weight: bold;
    color: #303D51;
    line-height: 1.92rem;
}

.alert-cont p{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-height: 520px;
    padding: 0 0 1.5rem 0;
    font-size: 1.19rem;
    font-weight: bold;
    color: #303D51;
}

.alert-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.68rem;
    padding: 0 1rem 1rem;
    box-sizing: border-box;
}
.alert-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 0.6rem);
    height: 4.03rem;
    border: 1px solid #C3C6D8;
    border-radius: 0.64rem;
    font-size: 1.37rem;
    font-weight: bold;
    color: #303D51;
    line-height: 1.92rem;
}
.alert-btn a:active{
    background-color: transparent;
}
.alert-btn a.alert-confirm{
    color: #F66454;
}


#l-streamKey-select{
    width: 0;
    height: 0;
    font-size: 0;
    border: none;
}
