.page_feedback .page_one{margin-bottom: 130px} 
.page_feedback .page_one .page_wrap{display: flex;}
.page_feedback .page_one .page_wrap .page_one_l{width: 44.237%}
.page_feedback .page_one .page_wrap .page_one_r{width: 55.763%}
.page_feedback .page_one .page_min_title{font-size: 20px;line-height: 64px;color: #ff6481;font-family: Karla}
.page_feedback .page_one .page_add{font-size: 40px;line-height: 50px;color: #fff;font-family: Karla;margin-bottom: 15px}
.page_feedback_box{background: #1f2121}
.page_feedback_box .page_one_top{padding: 30px 40px;background-color: #4a3669;box-sizing: border-box;margin: 35px auto;}
.page_feedback_box .page_one_top .page_top_title{font-size: 26px;line-height: 36px;color: #fff;font-family: Circular-Std-bold;margin-bottom: 5px}
.page_feedback_box .page_one_top .page_top_content{font-size: 16px;line-height: 24px;color: #fff;font-family: Karla}
.page_feedback_box .page_one_top .page_top_li{font-size: 16px;line-height: 24px;color: #fff;font-family: Karla;padding-left: 16px;box-sizing: border-box;position: relative;}
.page_feedback_box .page_one_top .page_top_li:after{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-radius: 10px;background: #835f9e;width: 5px;height: 5px}

.page_feedback .page_one .page_form .page_input_box label{font-size: 20px;line-height: 64px;color: #d6d6d6;font-family: Karla}
.page_feedback .page_one .page_form .page_input_box label i{color:#ff6481}
.page_feedback .page_one .page_form .page_input_box .page_input{border-bottom: 1px solid #fff;line-height: 40px;height: 40px;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px}
.page_feedback .page_one .page_form .page_input_box .page_input input{width: 100%;height: 100%;background: transparent;border: unset;color: #fff}
.page_feedback .page_one .page_form .page_input_box .page_textarea{border-bottom: 1px solid #fff;line-height: 30px;height: 130px;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px}
.page_feedback .page_one .page_form .page_input_box .page_textarea textarea{width: 100%;height: 100%;background: transparent;border: unset;color: #fff}
.page_feedback .page_one .page_form .page_li_question{margin-left: 15px;cursor: pointer;}
.page_feedback .page_one .page_form .page_sub .page_btn a{background: #ff6481;transition: all .5s}
.page_feedback .page_one .page_form .page_sub .page_btn a:before{background: #4a3668;}
.page_feedback .page_one .page_form .page_sub .page_btn a:hover{background: #4a3668}
.page_feedback .page_one .page_form .page_sub{text-align: center;margin: 50px auto;}
.page_feedback .page_one .page_form .page_sub input{transition: all .5s;position: relative;font-size: 20px;line-height: 60px;min-width: 400px;border-radius: 50px;background: #ff6481;border: unset;color: #fff;cursor: pointer;overflow: hidden;}
.page_feedback .page_one .page_form .page_sub input:before{ content: '';z-index: 1;position: absolute;top: 150%;left: 50%;margin: -15px 0 0 1px;width: 40%;height: 30px;border-radius: 50%;background: #4a3668;transform: translate(-50%);transition: all .3s;}
.page_feedback .page_one .page_form .page_sub input:hover::before{transform:translateX(-50%) scale(10) ;}
.page_feedback .page_one .page_form .page_sub input:hover{background: #4a3668}
.page_feedback .page_one .page_form .page_form_note{font-size: 16px;line-height: 24px;font-family:Karla;color: #8f8f8f;max-width: 90%;margin: auto;}

.page_feedback .page_show{display: none}
.page_feedback .page_show .page_shadow{background: #000;opacity: 0.63;position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 9}
.page_feedback .page_show .page_show_box{overflow: auto;position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);max-width: 1200px;width: 80%;max-height: 800px;background: #fff;border-radius: 20px;z-index:999;padding: 80px;box-sizing: border-box;}

.page_feedback .page_show .page_show_box em{width: 45px;height: 45px;position: absolute;right: 20px;top: 20px;background: url(/u_file/2305/photo/8435a30119.png) no-repeat center;background-size: contain;cursor: pointer;}

.page_show_content .page_show_title{font-size: 40px;line-height: 50px;color: #000;font-family: Circular-Std-bold;margin-bottom: 15px}
.page_show_content .page_content{color: #000;margin-bottom: 30px}
@media screen and (max-width:1400px){
	.page_feedback .page_one .page_add{font-size: 20px;line-height: 32px}
}
@media screen and (max-width:750px){
	.page_feedback .page_one .page_wrap{flex-wrap: wrap;}
	.page_feedback .page_one .page_wrap .page_one_l{width: 100%;margin-bottom: 30px}
	.page_feedback .page_one .page_wrap .page_one_r{width: 100%}
	.page_feedback .page_show .page_show_box{padding: 50px}
	.page_show_content .page_show_title{font-size: 30px;line-height: 40px}

}

@media screen and (max-width:500px){
	.page_feedback .page_one .page_min_title{font-size: 18px;line-height: 40px}
	.page_feedback .page_one .page_add{font-size: 18px;line-height: 28px}
	.page_feedback_box .page_one_top{padding: 15px 22.5px}
	.page_feedback_box .page_one_top .page_top_title{font-size: 20px}
	.page_feedback_box .page_one_top .page_top_content{font-size: 14px;line-height: 24px}
	.page_feedback_box .page_one_top .page_top_li{font-size: 14px}
	.page_feedback_box .page_one_top{margin: 20px auto;}
	.page_feedback .page_one .page_form .page_input_box label{font-size: 16px;line-height: 32px;margin-bottom: 10px}
	.page_feedback .page_one .page_form .page_li_question{margin-left: 0;}
	.page_feedback .page_one .page_form .page_sub input{font-size: 18px;line-height: 40px;min-width: 80%}
	.page_feedback .page_one .page_form .page_sub{margin: 25px auto}
	.page_feedback .page_one .page_form .page_form_note{font-size: 14px}
	.page_feedback .page_one{margin-bottom: 65px}
	.page_show_content .page_show_title{font-size: 20px;line-height: 20px}
	.page_feedback .page_show .page_show_box{padding: 50px 20px}
	.page_feedback .page_show .page_show_box em{width: 25px;height: 25px}
	.page_show_content .page_content{margin-bottom: 15px}

}