body {
	font-size: 14px;
	line-height: 18px;
	font-family: Microsoft YaHei UI;
	font-weight: normal;
	color:var(--main-text-color);
    margin: 0;
    padding: 0;
    background: #F3F5FE;
}
#container{
    min-width: 1180px;
    overflow-x: auto;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.point{
    cursor: pointer;
}
.flex{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.flex-left-center{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.flex-between-center{
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	align-items: center;
}
.hide{
	display: none !important;
}
.over{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

/* 头部导航栏 start */
.header-wrapper{
	background: #fff;
	height: 60px;
	padding: 0 30px;
	overflow: visible;
	display: flex;
	display: -ms-flexbox;
	min-width: 1028px;
	box-sizing: border-box;
	position: fixed;
    top:0;
	width: 100%;
	z-index: 999;
	transition: height 0.3s ease;
	transition: background 0.3s ease;
}
.header-wrapper .hleft{
    gap: 24px;
}
.header-wrapper .hright{
    color: #3F62F6;
    display: none;
}
.header-right-wrap{
    gap: 12px;
    flex-shrink: 0;
}

.header-hcon{
	width: 100%;
	height: 60px;
	opacity: 0;
}
.header-wrapper #hlogo{
	height: 30px;
	cursor: pointer;
}
.header-wrapper .hleft-menu-item{
    width: 80px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
    color: #3D3D3D;
    box-sizing: border-box;
}
.header-wrapper .hleft-menu-item.active{
    background:#F4F5FA;
    font-weight: bold;
    color: #3F62F6;
}

.pb-header-user{
    position: relative;
    margin-left: 16px;
	color: #303133;
}
.pb-header-user-trigger{
    display: flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 8px 0 4px;
    border-radius: 20px;
    transition: background 0.2s ease;
}
.pb-header-user-trigger:hover{
    background: #F4F5FA;
}
.pb-header-user-avatar{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    background: #EEF1FF;
    flex-shrink: 0;
}
.pb-header-user-nick{
    max-width: 120px;
    font-size: 14px;
    line-height: 20px;
}
.pb-header-user-arrow{
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #999;
    border-bottom: 1.5px solid #999;
    transform: rotate(45deg) translateY(-2px);
    flex-shrink: 0;
    margin-left: 2px;
}
.pb-header-user-menu{
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 120px;
    padding: 6px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 1000;
}
.pb-header-user-menu-item{
    padding: 10px 16px;
    font-size: 14px;
    color: #3D3D3D;
    cursor: pointer;
    transition: background 0.2s ease;
}
.pb-header-user-menu-item:hover{
    background: #F4F5FA;
    color: #3F62F6;
}
.pb-header-user.is-loading .pb-header-user-nick{
    color: #999;
}
.pb-header-user.is-loading .pb-header-user-nick::after{
    content: '...';
}
/* 头部导航栏 end */

.homePage-wrap img{
    width: 512px;
    height: 97px;
}

/* kefucom */
.kefuComNew{
    position: fixed;
    z-index: 888;
    right: 10px;
    bottom: 140px;
    /* width: 60px; */
    min-height: 100px;
}
.kefuComNew ul{
	display: flex;
    flex-direction: column;
    padding: 0;
}
.kefuComNew ul > li {
	width: 52px;
    cursor: pointer;
    height: 52px;
    box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.02), 0px 2px 9px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 6px;
    text-align: center;
    display: flex;
    align-items: center;
	flex-direction: column;
    justify-content: center;
    border-radius: 6px;
    opacity: 1;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
}
.kefuComNew ul > li a{
	text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.kefuComNew ul > li img{
    display: block;
    margin: 0px auto;
    /* padding-top: 12px; */
	width: 22px;
	opacity: 1 !important;
}
.kefuComNew .wxkefuImg img{
    margin-top: 6px !important;
}
.kefuComNew ul > li p {
	margin: 2px 0 0 0;
    font-family: MiSans;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #8C919D;

}
.kefuQq{
    color: #1675FF;
}
.kefuWx{
    color:#1675FF;
}
.payinnerContent{
    margin-top: 30px;
}
.kefuComNew li{
    position: relative;
}
.wxkefuImg{
    width: 136px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 1px 23px 0px rgba(15,30,37,0.11);
    border-radius: 10px;
    position: absolute;
    left: -136px;
    display: none;
    top: 0;
    z-index: 8;
}
.wxkefuImg p{
    height: 17px;
    font-size: 12px;
    font-weight: 450;
    color: #777777;
    line-height: 17px;
}
.kefuWxLi:hover .wxkefuImg{
    display: block;
}
/* kefucom */
#container{
	min-width: 1180px;
	overflow-x: auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*  表单部分*/

.formItem {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 24px; */
    color: #1F2225;
    align-items: center;
    font-family: MicrosoftYaHeiUI;
}

.formItem .form_label {
    width: 80px;
    text-align: left;
    font-size: var(--font-normal-size);
    font-weight: 500;
    color: #333333;
}

.formItem .requiredIcon {
    width: 8px;
    height: 8px;
    margin-top: 13px;
    margin-left: 4px;
}

.formItem .form_content {
    flex: 1;
    margin-left: 12px;
    flex-wrap: wrap;
}

.form_content input[type='radio'],
.form_content input[type='checkbox'] {
    height: 20px;
    margin: 0 3px;
}

.radio_box,
.check_Box {
    display: flex;
    margin-right: 40px;
    align-items: center;
}

/* 上传 */

/* 进度条 */
#progressBar{
    width: 330px;
}
.fileName,.uploadMes{
    margin-top: 6px;       
    text-align: center;     
}
#cancleBtn,#againBtn{
    width: 89px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 19px;
    border-radius: 2px;
    background: #F9FAFF;
    font-size: 12px;
    color: #23242B;
    border: 1px solid #DFE2E6;
    margin: 0 auto;
    margin-top: 24px;
}
.uploadMes,.uploadSuccess{
    font-family: MiSans;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #3F62F6;
    margin-top: 6px;
    text-align: center;     

}
.uploadSuccess{
    /* color: #00C261; */
}
/* 蓝色小薯条 前缀 */
.sp_before{
    width: 6px;
    height: 16px;
    border-radius: 12px;
    background: #3F62F6;
}
.uploadWrap{
    width: 540px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
    text-align: center;
    background: #F9FAFF;
}
.uploadWrap img{
    width: 50px;
    height: 50px;
}
.uploadWrap p{
    font-size: 13px;
    letter-spacing: normal;
    color: #2C394B;
    line-height: 20px;
}
.uploadWrap p:last-child{
    font-family: MiSans;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: rgba(92, 110, 134, 0.6);
}

/* 头部返回 */
.chooseTem_title{
    position: relative;
    text-align: center;
    width: 1180px;
    margin-top: 38px;
    margin-bottom: 32px;
}
.chooseTem_title h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #121519;
    margin: 0;
}
.chooseTem_title .goback{
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    bottom: 50%;
    transform: translateY(50%);
    gap: 6px;
    color: #666666;
    font-weight: 500;
    cursor: pointer;
}