HTML,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
  border: none;
  font-family: "微软雅黑", "黑体", "宋体";
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
html,
body {
  height: 100%;
  width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
}
a:link {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:hover {
  color: #fff;
}
a:active {
  color: #fff;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input {
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  padding: 0;
}
input,
select {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
img {
  border: none;
}
ul,
ol,
li {
  list-style-type: none;
}
/*公共方法*/
.cursor {
  cursor: pointer;
}
.index_container {
  position: relative;
  width: 100%;
}
.index_container .flex_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.type_area {
  width: 1200px;
}
.ban {
  background: #26282d;
  height: 70px;
  line-height: 70px;
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  z-index: 999;
}
.line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.line span {
  display: inline-block;
  width: 160px;
  height: 7px;
  background: #2b6bc2;
}
.line::before,
.line::after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 130px;
  background: #2b6bc2;
}
.left_input {
  display: flex;
  flex-wrap: wrap;
}
.left_input > div {
  display: flex;
}
.left_input span {
  display: inline-block;
  width: 50px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.left_input span img {
  width: 21px;
  height: 35px;
  display: inline-block;
}
.left_input input {
  width: 290px;
  height: 60px;
  font-size: 18px;
  border: 1px solid #bbbbbb;
  border-left: none;
  padding-left: 20px;
  margin-bottom: 20px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* 表单相关代码 */
.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.form-con select {
  background: url("../images/down_arrow.png") no-repeat 97% center;
  background-size: 3%;
}
.form-con label > select,
.form-con label > input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 34px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #666;
  padding-left: 13px;
  border-radius: 5px;
}
.form-con label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
}
.form-con label span {
  display: inline-block;
  min-width: 105px;
  font-size: 18px;
}
.form-con label input[type="checkbox"] {
  width: 14px;
  -webkit-appearance: checkbox;
}
/* 页面代码 */
.head_container {
  height: 508px;
  width: 100%;
  background: url(../images/head_bg.png);
  background-size: 100% 270%;
  background-position: center 70%;
  background-color: #2a7ecf;
}
.head_container .head_nav {
  text-align: right;
  color: #96bcf6;
  padding-top: 56px;
  display: flex;
  justify-content: flex-end;
}
.head_container .head_nav .nav_item {
  padding-left: 20px;
  font-size: 20px !important;
  position: relative;
}
.head_container .head_nav .nav_item .popup_logout {
  top: 40px;
  left: 20px;
  position: absolute;
  display: none;
  width: 300px;
  height: 180px;
  background-color: #fff;
}
.head_container .head_nav .nav_item .popup_logout header {
  background-image: linear-gradient(to right, #ff6a00, #ff8e00);
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
}
.head_container .head_nav .nav_item .popup_logout header img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.head_container .head_nav .nav_item .popup_logout .main {
  padding: 20px 10px;
  box-sizing: border-box;
  color: #312e2e;
}
.head_container .head_nav .nav_item .popup_logout .main .title {
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
}
.head_container .head_nav .nav_item .popup_logout .main .title img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.head_container .head_nav .nav_item .popup_logout .main .user_msg {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head_container .head_nav .nav_item .popup_logout .main .user_msg .user {
  display: flex;
  align-items: center;
}
.head_container .head_nav .nav_item .popup_logout .main .user_msg .user img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.head_container .head_nav .nav_item .popup_logout .main .user_msg .user p {
  font-size: 12px !important;
}
.head_container .head_nav .nav_item .popup_logout .main .user_msg button {
  font-size: 12px !important;
  color: #b3b2af;
  background-color: #ffffff;
  border: 1px solid #b3b2af;
  cursor: pointer;
}
.head_container .head_nav .nav_item > span:hover,
.head_container .head_nav .active {
  color: #ffffff;
}
.head_container .head_title {
  text-align: center;
  padding-top: 50px;
  font-size: 90px;
  color: #fff;
  text-shadow: 1px 2px 4px #312e2e;
}
.head_container .title_en {
  text-align: center;
  color: #96bcf6;
  font-size: 17px;
  padding-top: 25px;
}
.channel {
  display: flex;
  margin-top: -62px;
  background-color: #fff;
}
.channel .left_nav {
  width: 220px;
  background: #eeeeee;
}
.channel .left_nav .nav_li {
  padding: 24px 0 22px 36px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333333;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
}
.channel .left_nav .nav_li img {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 13px;
}
.channel .left_nav .nav_ul {
  font-size: 20px;
}
.channel .left_nav .nav_ul .nav_li:hover,
.channel .left_nav .nav_ul .active {
  background-color: #2b6bc2;
  color: #fff;
}
.channel .nav_content {
  flex: 1;
}
.channel .nav_content .content {
  display: none;
  width: 100%;
  text-align: center;
  /* 温馨提示 */
}
.channel .nav_content .content h1 {
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  line-height: 100px;
  padding-top: 40px;
}
.channel .nav_content .content h1 span {
  color: #e93636;
  font-weight: bold;
}
.channel .nav_content .content .form_style {
  width: 514px;
  margin: 0 auto;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  /* 注 */
}
.channel .nav_content .content .form_style .agree {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.channel .nav_content .content .form_style .agree input {
  margin-right: 10px;
}
.channel .nav_content .content .form_style .agree .protocol {
  cursor: pointer;
}
.channel .nav_content .content .form_style .submit_btn {
  cursor: pointer;
  width: 320px;
  height: 60px;
  background: #2b6bc2;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
  margin-top: 32px;
}
.channel .nav_content .content .form_style .warn_text {
  font-size: 16px;
  font-weight: 300;
  color: #e93636;
  line-height: 36px;
  margin-top: 22px;
}
.channel .nav_content .content .form_style .tips_text {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  margin-top: 45px;
}
.channel .nav_content .content .tips_text {
  text-align: left;
  margin: 0 auto;
  margin-top: 31px;
  padding-bottom: 50px;
}
.channel .nav_content .content .tips_text h3 {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.channel .nav_content .content .tips_text h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 21px;
  background: #2b6bc2;
  margin-right: 10px;
}
.channel .nav_content .content .tips_text p {
  width: 793px;
  height: 191px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #666666;
}
.channel .nav_content .con1 {
  display: block;
}
.channel .nav_content .con1_content,
.channel .nav_content .con2_content {
  box-shadow: 3px 4px 10px #f2f2f2;
}
.channel .nav_content .con1_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.channel .nav_content .con1_content .con_flow {
  margin-top: 50px;
  text-align: center;
  font-size: 0;
}
.channel .nav_content .con1_content .con_flow span {
  padding: 14px 34px;
  font-size: 18px;
}
.channel .nav_content .con1_content .con_flow .flow1 {
  background: #2b6bc2;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #2b6bc2;
  color: #fff;
}
.channel .nav_content .con1_content .con_flow .flow2 {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.channel .nav_content .con1_content .con_flow .flow3 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #e2e2e2;
}
.channel .nav_content .con1_content .con_way {
  width: 450px;
  margin: 0 auto;
  margin-top: 35px;
}
.channel .nav_content .con1_content .con_way p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}
.channel .nav_content .con1_content .con_way p .font_weight {
  font-weight: bold;
}
.channel .nav_content .con1_content .con_way p .people_num {
  padding-left: 80px;
}
.channel .nav_content .con1_content .con_way p .people_num .num {
  color: #e93636;
}
.channel .nav_content .con2_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 200px;
}
.channel .nav_content .con2_content .form_style {
  width: 660px;
}
.channel .nav_content .con2_content .form_style label span {
  min-width: 170px;
  text-align: right;
}
.channel .nav_content .con2_content .level_label {
  text-align: left;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 0px;
  margin-top: 40px;
}
.channel .nav_content .con2_content .level_label .level_span {
  text-align: right;
}
.channel .nav_content .con2_content .radio_checkbox {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.channel .nav_content .con2_content .radio_checkbox label {
  display: flex;
  align-items: center;
}
.channel .nav_content .con2_content .radio_checkbox label input {
  margin-right: 8px;
}
.channel .nav_content .con2_content .form4_first_label {
  margin-top: 40px;
}
.channel .nav_content .con2_content .radio_label {
  justify-items: flex-start;
  align-items: flex-start;
}
.channel .nav_content .con2_content .radio_label .radio_container {
  display: flex;
  flex-wrap: wrap;
}
.channel .nav_content .con2_content .radio_label .radio_container label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  margin-right: 20px;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.channel .nav_content .con2_content .radio_label .radio_container .active {
  background: #2b6bc2;
  color: #fff;
}
.channel .nav_content .con2_content .radio_label input[type="radio"] {
  display: none;
}
.channel .nav_content .no_padding_bottom {
  padding-bottom: 0px;
}
.slogan {
  margin-top: 50px;
  width: 100%;
  height: 218px;
  background: url(../images/middle_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slogan div {
  margin-top: -20px;
}
.slogan div .middle {
  margin: 0 100px;
}
.slogan div span {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  line-height: 120px;
}
.slogan div span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/block_icon.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 16px;
}
.slogan div p {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #96bcf6;
}
.send_msg {
  width: 100%;
}
.send_msg .msg_container {
  margin: 0 auto;
}
.send_msg .msg_container .flow_info {
  margin-top: 48px;
}
.send_msg .msg_container .flow_info .info_top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.send_msg .msg_container .flow_info .info_top .top_left .left_top {
  width: 366px;
  height: 212px;
  background: url(../images/bg_01.png) no-repeat;
  background-size: 100% 100%;
}
.send_msg .msg_container .flow_info .info_top .top_left .left_top p {
  font-size: 30px;
  font-weight: 500;
  color: #fefefe;
  line-height: 28px;
  padding-top: 42px;
  margin-left: 31px;
  text-align: left;
}
.send_msg .msg_container .flow_info .info_top .top_left .left_top span {
  display: inline-block;
  width: 137px;
  height: 42px;
  background: #faa63e;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #fefefe;
  line-height: 42px;
  text-align: center;
  margin-top: 20px;
  margin-left: 32px;
}
.send_msg .msg_container .flow_info .info_top .top_left .left_top span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/arrow_left.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 7px;
}
.send_msg .msg_container .flow_info .info_top .top_left .left_bottom {
  width: 366px;
  height: 232px;
  background: #ffffff;
  border: 1px solid #2b6bc2;
  margin-top: 22px;
}
.send_msg .msg_container .flow_info .info_top .top_left .left_bottom h3 {
  width: 366px;
  height: 59px;
  background: #2b6bc2;
  font-size: 20px;
  font-weight: 500;
  color: #fefefe;
  line-height: 59px;
  text-align: center;
  margin-bottom: 22px;
}
.send_msg .msg_container .flow_info .info_top .top_left .left_bottom .guide_content {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.send_msg .msg_container .flow_info .info_top .top_left .left_bottom .guide_content .item {
  display: inline-block;
  line-height: 35px;
  text-align: center;
  width: 100px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #2b6bc2;
  border-radius: 6px;
  margin-bottom: 13px;
  cursor: pointer;
}
.send_msg .msg_container .flow_info .info_top .top_left .left_bottom .guide_content .active {
  background: #2b6bc2;
  border: 1px solid #2b6bc2;
  border-radius: 6px;
  color: #fff;
}
.send_msg .msg_container .flow_info .info_top .top_middle {
  width: 416px;
  height: 489px;
  background: #ffffff;
  border: 1px solid rgba(43, 107, 194, 0.06);
  box-shadow: 0px 3px 15px 1px rgba(4, 0, 0, 0.08);
}
.send_msg .msg_container .flow_info .info_top .top_middle h3 {
  font-size: 25px;
  color: #e93636;
  line-height: 32px;
  text-align: center;
  margin-top: 31px;
}
.send_msg .msg_container .flow_info .info_top .top_middle .star {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
  margin-bottom: 28px;
}
.send_msg .msg_container .flow_info .info_top .top_middle .star img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.send_msg .msg_container .flow_info .info_top .top_middle .star::before,
.send_msg .msg_container .flow_info .info_top .top_middle .star::after {
  content: "";
  display: inline-block;
  width: 162px;
  height: 1px;
  background: #e93636;
}
.send_msg .msg_container .flow_info .info_top .top_middle .msg_send {
  margin-bottom: 20px;
  margin-left: 20px;
}
.send_msg .msg_container .flow_info .info_top .top_middle .msg_send h4 {
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  margin-left: 10px;
  margin-bottom: 10px;
}
.send_msg .msg_container .flow_info .info_top .top_middle .msg_send h4::before {
  content: "热点";
  background: #e93636;
  font-size: 15px;
  color: #ffffff;
  padding: 2px 3px;
  margin-right: 5px;
}
.send_msg .msg_container .flow_info .info_top .top_middle .msg_send ul li {
  font-size: 17px;
  line-height: 32px;
}
.send_msg .msg_container .flow_info .info_top .top_middle .msg_send ul li span {
  color: #e93636;
}
.send_msg .msg_container .flow_info .info_top .top_middle .msg_send ul .news {
  color: #333333;
  cursor: pointer;
}
.send_msg .msg_container .flow_info .info_top .top_middle .msg_send ul .news:hover {
  text-decoration: underline;
}
.send_msg .msg_container .flow_info .info_top .top_right {
  width: 366px;
  height: 466px;
  background: #ffffff;
  border: 1px solid rgba(43, 107, 194, 0.06);
}
.send_msg .msg_container .flow_info .info_top .top_right h3 {
  font-size: 26px;
  font-weight: 500;
  color: #2b6bc2;
  line-height: 28px;
  margin-top: 31px;
  margin-left: 31px;
}
.send_msg .msg_container .flow_info .info_top .top_right .img {
  width: 326px;
  height: 244px;
  background: url(../images/bg_02.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 25px;
}
.send_msg .msg_container .flow_info .info_top .top_right .img p {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding-top: 46px;
}
.send_msg .msg_container .flow_info .info_top .top_right .img p span {
  font-size: 30px;
  line-height: 80px;
  padding-bottom: 10px;
}
.send_msg .msg_container .flow_info .info_top .top_right .right_btn {
  width: 326px;
  margin: 0 auto;
}
.send_msg .msg_container .flow_info .info_top .top_right .right_btn .btn_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.send_msg .msg_container .flow_info .info_top .top_right .right_btn .call {
  margin-top: 22px;
}
.send_msg .msg_container .flow_info .info_top .top_right .right_btn .call span {
  width: 100px;
  height: 42px;
  background: #2b6bc2;
  font-size: 18px;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.send_msg .msg_container .flow_info .info_top .top_right .right_btn .call span:hover {
  background: #0f59c0;
}
.send_msg .msg_container .flow_info .info_top .top_right .right_btn .ask {
  margin-top: 13px;
}
.send_msg .msg_container .flow_info .info_top .top_right .right_btn .ask span {
  width: 157px;
  height: 42px;
  background: #faa63e;
  font-size: 18px;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.send_msg .msg_container .flow_info .info_top .top_right .right_btn .ask span:hover {
  background: #f89419;
}
.send_msg .msg_container .flow_info .info_middle {
  display: flex;
  align-items: center;
  margin-top: 39px;
}
.send_msg .msg_container .flow_info .info_middle .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 151px;
  background: url(../images/circle_bg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 20px;
  font-weight: 300;
  color: #fefefe;
  cursor: pointer;
}
.send_msg .msg_container .flow_info .info_middle .move_arrow {
  display: flex;
  align-items: center;
  position: relative;
  width: 72px;
}
.send_msg .msg_container .flow_info .info_middle .move_arrow img {
  position: absolute;
  left: 0;
  width: 20px;
  height: 23px;
}
.send_msg .msg_container .flow_info .button_btn {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 56px;
}
.send_msg .msg_container .flow_info .button_btn .btn {
  width: 370px;
  height: 60px;
  background: #2b6bc2;
  border-radius: 6px;
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.send_msg .msg_container .flow_info .info_bottom {
  margin-top: 110px;
}
.send_msg .msg_container .flow_info .info_bottom h1 {
  font-size: 48px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.send_msg .msg_container .flow_info p {
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #666666;
  line-height: 28px;
  text-align: center;
  margin-top: 23px;
}
.send_msg .msg_container .flow_info .give_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
.send_msg .msg_container .flow_info .give_data .data_left {
  width: 607px;
  height: 546px;
  border: 12px solid #2b6bc2;
  border-radius: 6px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-top: 56px;
}
.send_msg .msg_container .flow_info .give_data .data_left .left_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
}
.send_msg .msg_container .flow_info .give_data .data_left .left_item img {
  width: 99px;
  height: 100px;
}
.send_msg .msg_container .flow_info .give_data .data_left .left_item p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 12px;
}
.send_msg .msg_container .flow_info .give_data .data_right {
  margin-left: 20px;
}
.send_msg .msg_container .flow_info .give_data .data_right .right_top {
  width: 558px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(43, 107, 194, 0.06);
  box-shadow: 0px 0px 6px 0px rgba(43, 107, 194, 0.2);
  border-radius: 6px;
}
.send_msg .msg_container .flow_info .give_data .data_right .right_bottom {
  width: 558px;
  padding: 20px;
  margin-top: 20px;
}
.send_msg .msg_container .flow_info .give_data .data_right h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.send_msg .msg_container .flow_info .give_data .data_right h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 21px;
  background: #2b6bc2;
  margin-right: 9px;
}
.send_msg .msg_container .flow_info .give_data .data_right .right_ul .right_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.send_msg .msg_container .flow_info .give_data .data_right .right_ul .right_li p {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  margin-top: 20px;
  cursor: pointer;
}
.send_msg .msg_container .flow_info .give_data .data_right .right_ul .right_li p:hover {
  text-decoration: underline;
}
.send_msg .msg_container .flow_info .give_data .data_right .right_ul .right_li .item_btn {
  margin-top: 8px;
}
.send_msg .msg_container .flow_info .give_data .item_btn {
  width: 90px;
  height: 33px;
  background: #ffffff;
  border: 1px solid #2b6bc2;
  border-radius: 6px;
  line-height: 33px;
  text-align: center;
  color: #2b6bc2;
  font-size: 18px;
  margin-top: 19px;
  cursor: pointer;
}
.send_msg .msg_container .flow_info .give_data .active,
.send_msg .msg_container .flow_info .give_data .item_btn:hover {
  width: 90px;
  height: 33px;
  background: #2b6bc2;
  border-radius: 6px;
  line-height: 33px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.flow_optimize {
  width: 100%;
  height: 571px;
  background: url(../images/city_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 60px;
}
.flow_optimize .optimize_container {
  margin: 0 auto;
}
.flow_optimize .optimize_container h1 {
  font-size: 48px;
  font-weight: bold;
  color: #333333;
  line-height: 60px;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 15px;
}
.flow_optimize .optimize_container p {
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #666666;
  line-height: 28px;
  margin-top: 21px;
  margin-bottom: 42px;
  text-align: center;
}
.flow_optimize .optimize_container .optimize_content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.flow_optimize .optimize_container .optimize_content .item {
  -webkit-transition: all 0.22s ease-out;
  -moz-transition: all 0.22s ease-out;
  -o-transition: all 0.22s ease-out;
  transition: all 0.22s ease-out;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  box-shadow: 3px 4px 20px 9px rgba(22, 22, 24, 0.1);
  cursor: pointer;
}
.flow_optimize .optimize_container .optimize_content .item .item_img {
  width: 78px;
  height: 78px;
  background: #2b6bc2;
  border: 1px solid #2b6bc2;
  border-radius: 50%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow_optimize .optimize_container .optimize_content .item .item_img img {
  width: 38px;
  height: 42px;
}
.flow_optimize .optimize_container .optimize_content .item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
}
.flow_optimize .optimize_container .optimize_content .item p {
  width: 207px;
  margin-top: 14px;
  padding: 13px 14px;
  border-top: 1px solid #dddddd;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 0px;
}
.flow_optimize .optimize_container .optimize_content .item:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 20px 3px rgba(22, 22, 24, 0.4);
}
.footer {
  width: 100%;
  height: 346px;
  background: url(../images/footer_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
}
.footer .footer_container {
  margin: 0 auto;
}
.footer .line span {
  background: #fff;
}
.footer .line::before,
.footer .line::after {
  height: 1px;
  background: #fff;
}
.footer h1 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  line-height: 100px;
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
}
.footer p {
  text-align: center;
  font-size: 18px;
  color: #96bcf6;
  line-height: 28px;
  padding-top: 20px;
}
.footer .bottom_btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
.footer .bottom_btn .left_input {
  width: 360px;
}
.footer .bottom_btn .left_input .level {
  box-sizing: border-box;
}
.footer .bottom_btn .left_input .level img {
  width: 35px;
}
.footer .bottom_btn .left_input input {
  width: 280px;
}
.footer .bottom_btn .left_input select {
  width: 280px;
  height: 60px;
  font-size: 18px;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  border-left: none;
  padding-left: 20px;
  color: #666;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-image: url("../images/down_arrow.png") no-repeat 97% center;
  background-size: 5%;
}
.footer .bottom_btn .btn {
  width: 340px;
  height: 60px;
  background: #faa63e;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.popup_window {
  position: fixed;
  left: calc(50% - 307px);
  top: 200px;
  width: 614px;
  height: 535px;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(90, 90, 90, 0.75);
  border-radius: 6px;
  text-align: center;
}
.popup_window .del_icon {
  cursor: pointer;
}
.popup_window h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2b6bc2;
  line-height: 30px;
  margin-top: 43px;
}
.popup_window h1 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-top: 24px;
}
.popup_window p {
  width: 432px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.popup_window .del_icon {
  position: absolute;
  right: 19px;
  top: 19px;
}
.popup_window .left_input {
  width: 385px;
  margin: 0 auto;
}
.popup_window .left_input span {
  padding: 0 13px;
}
.popup_window .login_btn {
  width: 385px;
  height: 60px;
  margin: 0 auto;
  background: #2b6bc2;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 60px;
  margin-top: 16px;
  text-align: center;
  cursor: pointer;
}
.protocol_window {
  position: fixed;
  left: 37.5%;
  top: 150px;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 1px 1px 20px #838181;
}
.protocol_window img {
  margin-left: 580px;
  margin-bottom: 20px;
  cursor: pointer;
}
.protocol_window div {
  width: 600px;
  height: 600px;
  overflow-y: auto;
}
.protocol_window h1 {
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.protocol_window h2 {
  font-size: 16px;
  line-height: 30px;
  text-indent: 24px;
}
.protocol_window p {
  line-height: 24px;
  text-indent: 24px;
}
.flow_arrow {
  animation: move 0.7s infinite;
  animation-direction: alternate-reverse;
}
@keyframes move {
  0% {
    position: absolute;
    left: 20px;
  }
  100% {
    position: absolute;
    left: 30px;
  }
}
