html {
    width: 100%;
    height: 100%; 
}

body{
    width: 100%;
    /* height: 100%; */
    min-height: 100%;
   
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    background-attachment: fixed;
}
.no_header{
    width:100%;
    height:50px;
    background: #f5f5f5;/*ssss*/
    padding: 0px;
}
.ctbox{width:100vw;height:100vh;padding:0px 0px;}
.no_content{
    width:100%;
    height:100vh;
 
}

.no_title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}
.title_txt{font-size:16px;}
.no_inbox{

    width:100%;
    /*height:300px;*/
    margin-top:0px;
    background: #f5f5f5;
    /*margin-top: -20px;*/
    /*min-height: 650px;*/

}
.inputbox{width:100%;height:100px;}
.input_title{width:100%;height:26px;}
.input_div{width:100%;height: 50px;line-height: 50px;border-radius: 5px;padding: 0px 10px;background: #fff;}
.cinput{width:100%;padding:5px;height:45px;background: #fff;border:none;height: 30px;font-size:16px;outline: none !important;color: #222;}

.no_button_box{width:90%;height:25px;position: fixed;bottom: 50px;left: 5%;}
.small_hs_btn{width:50px;height: 50px;line-height: 50px;background: #0052fe;float:right;border-radius:5px;text-align: center}
.bi_right{font-size: 26px;font-weight: bold;color:#333;}
.regxybox{width:70%;height: 50px;float:left;line-height: 50px;}



.rzred {
    color: #f5465c;
}
.rzgreen {
    color: #2ebc84;
}

input:focus {
    outline:none;
    background: #f5f5f5;
    background-color: #f5f5f5;
    background-position: 0 0;
}
.content_bg {
    width: 100%;
    min-height: 100%;
    background-image: url('/Public/Static/img/index_bgimg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #141519;
    background-attachment: fixed;
}

.no_content_new {
    padding-left: 13px;
    padding-right: 13px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.no_title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
  }
  .goback-box {
    width: 14px;
    /* line-height: 50px;
    margin-left: 20px; */
  }
  .lbox{
    height: 45px;
    background: rgba(30,31,36,0.5);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 14px;
  }

  .lbox_f_bor {
    margin-bottom: 2px;
}

		
.title_txt {
font-size: 20px;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
}

.border_none {
    border-radius: 0;
}
.border_top {
    border-radius: 10px 10px 0 0 ;
}
.border_bottom {
    border-radius: 0px 0px 10px 10px ;
}
.f16{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(129, 135, 160, 0.8)
}
.f12{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(115, 120, 138, 0.8);
}
.icon_item {
    width: 23px;
    height: 23px;
    /* margin-right: 11px; */
}

.lbox_label {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}


.submit_box {
    position: fixed;
    width: 93%;
    bottom: 30px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(318deg, #b96919 0%, #f9cf86 100%);
    border-radius: 21px;
}
.submit_text {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

.logo_text {
    margin-top: 10px;
    font-size: 37px;
    font-family: FZLanTingHeiS-H-GB;
    font-weight: 700;
    color: #FFFFFF;
    background: linear-gradient(0deg, #1D84FF 0%, #2BE5D6 49.4873046875%, #25CCE0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}