.form_banner {
	background-image: url(../../../../../../file.iceriver.io/wp-content/uploads/image/channel_form05.html);
	height: 410px;
}

.start_section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 1;
}

.form_banner_content {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form_banner_cc {
	text-align: left;
	min-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	
}

.form_banner_h1 {
	font-family: HarmonyOS Sans SC;
	font-size: 64px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.form_banner_tip {
	font-family: HarmonyOS Sans SC;
	font-size: 44px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #FFFFFF;
}

.channel_container {
	max-width: 1200px;
	width: 1200px;
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.channel_form_main {
	padding-top: 50px;
	padding-bottom: 50px;
}

.channel_form_tip {
	padding-top: 20px;
	font-family: HarmonyOS Sans SC;
	font-size: 14px;
	font-weight: normal;
	line-height: 160%;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #262626;
}

.channel_form_main .basis_input {
	width: 100% !important;
	height: 50px !important;
	border: 1px solid #E6E6E6;
	border-radius: 0px !important;
	font-family: HarmonyOS Sans SC;
	font-size: 14px !important;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #3D3D3D !important;
}

.channel_form_main .basis_input:focus,
.channel_form_main .basis_input:active {
	border: 1px solid #186DEE !important;
	box-shadow: none !important;
}


.form_label {
	border-left: 3px solid #186DEE;
	padding-left: 9px;
	font-family: HarmonyOS Sans SC;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #262626;
	margin-bottom: 30px;
}

.basis_item {
	display: flex;
	margin-bottom: 30px;
}

.basis_item .form_item:first-child {
	padding-right: 20px;
	width: 50%;
}

.basis_item .form_item:last-child {
	padding-left: 20px;
	width: 50%;
}

.basis_item .form_item2 {
	width: 100%;
}

.basis_item .form_item3 {
	width: 50%;
	padding-right: 20px;
}


.basis_item .input_label {
	font-family: HarmonyOS Sans SC;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	color: #262626;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.basis_item .input_label .required {
	color: #FF4D4F;
	margin-right: 5px;
}

/* SELECT */
.basis_select .layui-unselect,
.basis_select .layui-input {
	border-color: #E6E6E6 !important;
	height: 50px !important;
	width: 100% !important;
	background: #FFFFFF !important;
	border-radius: 0px !important;
	font-family: HarmonyOS Sans SC;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #3D3D3D;
	margin: 0px !important;
} 

.channel_form_main .basis_select .layui-unselect:focus,
.channel_form_main .basis_select .layui-unselect:active,
.channel_form_main .basis_select .layui-input:focus,
.channel_form_main .basis_select .layui-input:active{
/* 	border: 1px solid #186DEE !important; */
	box-shadow: none !important;
	border-color: #186DEE;
	
}

.basis_select dl {
	margin-top: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 0px !important;
}

.basis_select dl dd {
	background: #FFFFFF;
	border-radius: 2px;
	height: 40px;
	margin-bottom: 0px !important;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	display: flex;
	align-items: center;
	letter-spacing: 0em;
	color: #000000;
}

.basis_select dl .layui-this {
	background: #F7F9FE !important;
	color: #000000 !important;
	font-weight: normal !important;
}


/* SELECT */

/* 日期选择器 */
.layui-laydate-content td,
.layui-laydate-content th,
.layui-laydate-content table{
	padding: 0px !important;
	border: none !important;
}

.layui-laydate .layui-this, .layui-laydate .layui-this>div {
	background-color: #186DEE !important;
}

.layui-laydate-preview {
	color: rgb(119, 119, 119) !important;
}

.layui-laydate-header i:hover, .layui-laydate-header span:hover {
	color: #186DEE !important;
}

.layui-laydate-footer span:hover {
	color: #186DEE !important;
}

.layui-laydate-footer span[lay-type=date] {
	color: #186DEE !important;
}
/* 日期选择器 */


.basis_info {
	margin-bottom: 50px;
}

.basis_info:last-child {
	margin-bottom: 0px;
}

.basis_item .input_suffix {
	width: auto !important;
	font-family: HarmonyOS Sans SC;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #262626;
	padding-top: 15px;
}

/* 选择输入框 */
.select_input_item {
	display: flex;
}

.select_input_item {
	border: 1px solid #E6E6E6;
	height: 50px;
}

.select_input_item .select_input_item_left {
	
}

.select_input_item .select_input_item_right {
	width: 100%;
}

.select_input_item .select_input_item_left .layui-input {
	margin-bottom: 0px;
	height: 48px;
	border: none !important;
}

.select_input_item .select_input_item_left .layui-input:focus {
	border: none !important;
	box-shadow: none !important;
}

.select_input_item .select_input_item_right .layui-input {
	width: 100%;
	height: 100% !important;
	margin-bottom: 0px !important;
	border: none;
	border-left: 1px solid #E6E6E6;
}

.select_input_item .select_input_item_right .layui-input:focus {
	border: none;
	box-shadow: none;
	border-left: 1px solid #E6E6E6 !important;
}

.select_input_item .select_input_item_left dl {
	margin-top: 10px !important;
}

.select_input_item .select_input_item_left dl dd {
	background: #FFFFFF;
	border-radius: 2px;
	height: 40px;
	margin-bottom: 0px !important;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	display: flex;
	align-items: center;
	letter-spacing: 0em;
	color: #000000;
}

.select_input_item .select_input_item_left dl .layui-this {
	background: #F7F9FE !important;
	color: #000000 !important;
	font-weight: normal !important;
}

/* 选择输入框 */


/* 输入框 文件上传框 */
.input_items {
	width: 100%;
	display: flex;
}

.input_items .input_item {
	width: 50%;
}

.input_items .input_item:first-child {
	padding-right: 20px;
}

.input_items .input_item:last-child {
	padding-left: 20px;
}

.input_items .input_item2 {
	width: 50%;
	padding-right: 20px;
}

/* 输入框 文件上传框 */

/* radio */
.radio_form .layui-form-radio {
	margin-top: 0px !important;
}

.radio_form .layui-form-radio div {
	font-family: HarmonyOS Sans SC;
	font-size: 14px;
	color: #262626 !important;
}

.radio_form .layui-form-radioed .layui-icon-radio {
	color: #186DEE !important;
}

.radio_form .layui-form-radio .layui-icon-circle:hover,
.radio_form .layui-form-radio:hover .layui-icon-circle
{
	color: #186DEE !important;
}


/* radio */


/* 上传文件 */
.upload_file {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #186DEE;
	cursor: pointer;
}

.upload_file .upload_content {
	text-align: center;
}

.upload_file .upload_content img {
	margin-bottom: 9px !important;
}

.upload_file .upload_content p {
	font-family: HarmonyOS Sans SC;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #186DEE;
}

.channel_file_intput {
	display: none !important;
}

/* 上传文件 */


/* textarea */
.channel_textarea {
	border: 1px solid #E6E6E6;
	font-family: HarmonyOS Sans SC;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #8C8C8C;
}

.channel_textarea:focus,
.channel_textarea:active {
	border: 1px solid #186DEE !important;
	box-shadow: none !important;
}

.channel_textarea:placeholder {
	font-family: HarmonyOS Sans SC;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #8C8C8C !important;
}

.file_icon {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #346BE5;
	margin-bottom: 2px;
	margin-right: 7px;
}

.del_file_a,
.del_file_a2 {
	color: #346BE5 !important;
}

.pdf_item {
	display: flex;
	align-items: center;
}

/* 上传图片 */
.file_pool_pic {
	display: flex;
	flex-wrap: wrap;
}

.file_pool_pic .pic_item {
	margin-right: 10px;
	position: relative;
}


.file_pool_pic .pic_item:last-child {
	margin-right: 0px;
}

.pic_item .pic_img {
	height: 100px;
}

.pic_item .delete-button {
	position: absolute;
	top: 6px;
	right: 6px;
	color: white;
	border: none;
	cursor: pointer;
	width: 24px;
	height: 24px;
}
.pic_item .delete-button:hover {
	opacity: .85;
}
/* 上传图片 */


/* 两个输入框 */
.two_inputs {
	display: flex;
	width: 100%;
}

.input_i {
	width: 50%;
}
/* 两个输入框 */


/* 文件输入框上传 */
.file_input_div {
	border: 1px solid #E6E6E6;
	height: 50px;
	width: 100%;
	padding: 5px;
	display: flex;
	justify-content: space-between;
}

.file_input_div .channel_file_btn {
	background: #346BE5;
	height: 100% !important;
	width: 110px !important;
}

.file_input_div .file_input_content {
	display: flex;
	align-items: center;
	padding-left: 5px;
	width: 100%;
	padding-right: 20px;
}

.file_input_div .file_input_placeholder {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 13px;
	color: #BFBFBF;
	line-height: normal;
}

.file_input_div .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.file_input_div .content .file_name {
	font-size: 14px;
	color: #262626;
}

.file_input_div .content .del_file img {
	margin-bottom: 0px;
	cursor: pointer;
}

/* 文件输入框上传 */


/* 提交按钮 */
.btns {
	width: 100%;
	display: flex;
	justify-content: left
	margin-bottom: 50px;
}

.btns .btn_item {}

.btns .btn_item .save_sumbit_btn {
	min-width: 426px;
	height: 44px;
	border-radius: 4px;
	background: #186DEE;
}
/* 提交按钮 */





/* home */

/* banner */
.start_banner {
	background-image: url(../../../../../../file.iceriver.io/wp-content/uploads/image/channel_home07.html);
	height: 510px;
/* 	background-size: 100% 100%; */
}

.start_banner .banner_tip {
	width: fit-content;
	color: #fff;
	font-family: HarmonyOS Sans SC;
	font-weight: 700;
	font-size: 48px;
	margin-bottom: 20px;
}

.start_banner .banner_text {
	max-width: 740px;
	font-family: HarmonyOS Sans SC;
	font-size: 22px;
	font-weight: normal;
	line-height: 170%;
	color: #fff;
	margin-bottom: 40px;
}

.start_banner .banner_btn {
	width: fit-content;
}

.apply_button,
.apply_button:hover {
	min-width: 240px;
	height: 56px;
	border-radius: 4px;
	font-family: HarmonyOS Sans SC;
	font-size: 18px;
	font-weight: normal;
	background: #0D23F0;
	color: #fff;
	border-radius: 673px;
	border: 1px solid #FFFFFF;
}
/* banner */


/* home item */
.ch_item {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ch_item .ch_title .t1 {
	font-family: HarmonyOS Sans SC;
	font-size: 36px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	color: #262626;
	margin-bottom: 20px;
}

.ch_item .ch_title .t2 {
	width: 96px;
	height: 8px;
	background: linear-gradient(270deg, #1B6FE9 0%, #5FCAFF 100%);
	margin: auto;
}

.ch_body {
	padding-top: 50px;
}

.edge_items {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
	padding-bottom: 40px;
}


/* home item */

/* 渠道商优势 */
.edge_item {
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #D9D9D9;
	max-width: 368px;
	padding-top: 50px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 38px;
}

.edge_item .img {
	height: 130px;
	text-align: center;
	margin-bottom: 50px;
}

.edge_item .img img {
	
}

.edge_item .title {
	font-family: HarmonyOS Sans SC;
	font-size: 24px;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	color: #262626;
	margin-bottom: 16px;
}

.edge_item .text {
	font-family: HarmonyOS Sans SC;
	font-size: 16px;
	font-weight: 400;
	line-height: 170%;
	text-align: center;
	color: #262626;
}


/* 渠道商优势 */


/* 渠道商申请流程 */
.process_div {
	height: 417px;
	position: relative;
	background-image: url(../../../../../../file.iceriver.io/wp-content/uploads/image/channel_home02.html);
	background-size: 100% 100%;
}

.process_img {
	text-align: center;
}

.process_img img {
	width: 1200px;
}

.process_content {
	position: absolute;
	z-index: 3;
	width: 100%;
	display: flex;
	justify-content: center;
}
/* 渠道商申请流程 */

/* 立即成为ICERIVER渠道商 */
.be_channel {
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 50px;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
	background: linear-gradient(270deg, #1B6FE9 0%, #5FCAFF 100%);
	width: 1200px;
	margin: auto;
	background-image: url(../../../../../../file.iceriver.io/wp-content/uploads/image/channel_home03.html);
	background-size: 100% 100%;
}

.be_channel .title {
	font-family: HarmonyOS Sans SC;
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	margin-bottom: 20px;
}

.be_channel .text {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 14px;
}
.be_channel .text:last-child {
	margin-bottom: 0px;
}

.be_channel .text a {
	text-decoration: underline;
	color: #fff !important;
}

.be_channel .apply_button2 {
	background: #FFFFFF;
	width: 212px;
	height: 52px;
	border-radius: 4px;
	color: #176DED;
	font-family: HarmonyOS Sans SC;
	font-size: 18px;
	font-weight: normal;
}
.be_channel .right {
	display: flex;
	align-items: center;
}

/* 立即成为ICERIVER渠道商 */

/* alert */
.modal_blue_btn {
	width: 100%;
	background: #186DEE;
	font-size: 14px;
	font-weight: normal;
	line-height: 16.38px;
	letter-spacing: 0em;
	font-family: HarmonyOS Sans SC;
	color: #FFFFFF;
}

.ir_modal_footer {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

.ir_modal_content {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.ir_modal_content p {
	font-family: HarmonyOS Sans SC;
	font-size: 16px;
	font-weight: normal;
	line-height: 23.4px;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	color: #444444;
}

.modal_submit_icon {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.modal_submit_icon img {
	margin-bottom: 0px !important;
}

.ir-modal .modal-content {
	background: #FFFFFF !important;
	box-shadow: 0px 0px 5px 4px rgba(11, 31, 62, 0.17) !important;
	border-radius: 16px !important;
	border-color: #FFF !important;
}

/* alert */

/* 错误提示 */
.channel_form_main .error_input,
.channel_form_main .error_input:focus
{
	border: 1px solid #FF4D4F !important;
}

.channel_form_main .error_text {
	color: #FF4D4F !important;
	border: none !important;
}
/* 错误提示 */


.input_label2 {
	width: 85%;
}

.basis_item .input_items {
	margin-bottom: 30px;
}


.basis_item .input_items:last-child {
	margin-bottom: 0px;
}


@media screen and (max-width: 1450px) {
	.form_banner_cc {
		min-width: unset;
		width: 90%;
	}
}


/* home */
@media screen and (max-width: 1300px) {
	
	.process_img img {
		width: 90%;
	}

	.channel_container {
		min-width: unset;
		max-width: unset;
		width: 90%;
	}
	
	.start_banner {
		background-size: unset;
		height: 410px;
	}
	
	.start_banner .banner_tip {
		font-size: 30px;
	}
	
	.start_banner .banner_text {
		font-size: 20px;
	}


	
	.edge_items {
		width: 90%;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.edge_items .edge_item {
		margin: 20px;
	}
	
	.ch_item .ch_title .t1 {
		font-size: 24px;
	}
	
	.edge_item .title {
		font-size: 17px;
	}
	
	.be_channel {
		width: 90%;
	}
	
	.be_channel .title {
		font-size: 24px;
	}
	
	.be_channel .apply_button2 {
		width: 150px;
		font-size: 16px;
	}
	
	.process_content {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.process_div {
		height: 350px;
	}
	
	.ch_item {
		padding-top: 50px;
		padding-bottom: 50px;
	}

}

@media screen and (max-width: 800px) {
	.sh-titlebar-mobile-layout-compact .container > div {
		display: none;	
	}
	
	.start_banner .banner_tip {
		font-size: 18px;
	}
	
	.start_banner .banner_text {
		font-size: 14px;
		margin-bottom: 47px;
	}
	
	.start_banner {
		height: 350px;
	}
	
	.apply_button {
		min-width: 170px;
		height: 47px;
		font-size: 14px;
	}
	
	.ch_item .ch_title .t1 {
		font-size: 18px;
	}
	
	.edge_items .edge_item {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.be_channel {
		display: block;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.be_channel .left {
		margin-bottom: 20px;
	}
	
	.be_channel .apply_button2 {
		height: 47px;
		font-size: 14px;
	}
	
	.be_channel .title {
		font-size: 18px;
	}
	
	.ch_item {
		padding: 0px;
	}
	
	.process_div {
		padding-top: 30px;
	}
	
	.ch_good {
		padding-top: 30px;
	}
	
	.wpb_content_element {
		margin-bottom: 0px;
	}
}


/* form */
@media screen and (max-width: 1300px) {
	.input_label2 {
		width: 100%;
		padding-right: 0px;
	}
	
	.basis_item {
		display: block;
	}
	
	.basis_item .form_item:first-child {
		padding: 0px;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.basis_item .form_item:last-child {
		width: 100%;
		padding: 0px;
	}
	
	.basis_info {
		margin-bottom: 30px;
	}
	
	.input_items {
		display: block;
		margin-bottom: 30px;
	}
	
	.input_items .input_item:first-child {
		padding-right: 0px;
	}
	
	.input_items .input_item:first-child {
		width: 100%;
		margin-bottom: 30px;
	}
	.input_items .input_item:last-child {
		width: 100%;
		padding-left: 0px;
	}
	
	.input_items .input_item {
		width: 100%;
	}
	
	.input_items .input_item2 {
		width: 100%;
	}
	
	.basis_item .form_item3 {
		width: 100%;
		padding-right: 0px;
	}
	
	.form_banner_h1 {
		font-size: 30px;
	}
	
	.form_banner_tip {
		font-size: 24px;
	}
	
	.form_banner {
		height: 350px;
	}
}

@media screen and (max-width: 800px) {
	.form_banner_h1 {
		font-size: 18px;
	}

	.form_banner_tip {
		font-size: 16px;
	}
	
	.form_banner {
		height: 220px;
	}
	
	.btns .btn_item {
		width: 100%;
	}
	
	.btns .btn_item .save_sumbit_btn {
		min-width: unset;
		width: 100%;
	}
	
	.modal-dialog {
		width: 95% !important;
	}
}


/* form */

@media screen and (max-width: 1500px) {
	.start_banner .banner_text {
		max-width: 650px;
	}
	
	.start_banner .banner_tip {
		max-width: 650px;
	}
	
	.form_banner_h1 {
		max-width: 800px;
	}
}


@media screen and (max-width: 1200px) {
	.start_banner .banner_text {
		max-width: 570px;
	}
	
	.start_banner .banner_tip {
		max-width: 570px;
	}
	
	.form_banner_h1 {
		max-width: 700px;
	}
}


@media screen and (max-width: 800px) {
	.phone_img {
		display: block !important;
	}
	
	.pc_img {
		display: none !important;
	}
	
	.process_img img {
		width: auto;
		height: 300px;
	}
	
	.process_div {
		height: 500px;
		background-image: url(../../../../../../file.iceriver.io/wp-content/uploads/image/channel_home02_phone.html);
	}
	
	.be_channel {
		background-image: url(../../../../../../file.iceriver.io/wp-content/uploads/image/channel_home03_p.html);
	}
}




.channel_form_main .layui-input::placeholder {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 13px;
	font-style:normal;
	color: #BFBFBF;
}

.channel_form_main .layui-input {
	color: #262626 !important;
}


.ir-modal .modal-dialog {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	margin: 0px !important;
}