body {
  background-color: #f5f6fa;
}

/* 顶部 */
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px !important;
  border-right: none;
  background-color: transparent;
  font-size: 18px;
  margin: 0 auto;
  top: 0;
  left: 0;
}

#header {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  position: fixed;
  z-index: 99;
}

#header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  margin: 0 auto;
  width: 1600px;
}

#header .el-menu.el-menu--horizontal {
  border-bottom: none;
}

#header .el-row {
  width: 100%;
}

#header .el-menu-item {
  font-size: 16px;
}

/* logo */
#header .menu-logo {
  max-width: 300px;
  height: 80px;
  line-height: 80px;
  padding: 0;
  display: flex;
  align-items: center;
}

#header .menu-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.login-dialog .el-dialog__body {
  padding: 20px 60px;
}
/* main */
#header .menu-main {
  margin: 0 auto;
}
#header .menu-main .layui-form {
  position: relative;
}
#header .menu-main .layui-form input {
  width: 600px;
  border-radius: 20px;
  border: 1px solid #e0e2e5;
  padding: 0 28px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}
#header .menu-main .layui-form .layui-btn {
  position: absolute;
  width: 60px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  background: linear-gradient(270deg, #d32020 0%, #de2c2c 100%);
  padding: 0;
  right: 0;
  top: 0;
  color: #fff;
  cursor: pointer;
}
#header .header_right {
  display: flex;
  align-items: center;
}
#header .ct_btn {
  display: flex;
  border: 1px solid #cdd4d8;
  width: 90px;
  height: 36px;
  border-radius: 18px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .ct_btn:hover,
#header .ct_btn.active {
  border-color: #ff3838;
  color: #ff3838;
}
#header .ct_btn:hover span,
#header .ct_btn.active span {
  color: #ff3838;
}
#header .ct_btn:hover .ct_icon,
#header .ct_btn.active .ct_icon {
  background: url(/static/default/images/icon-ct-l.png) no-repeat;
  background-size: 100% 100%;
}
#header .ct_btn .ct_icon {
  width: 16px;
  height: 16px;
  background: url(/static/default/images/icon-ct-a.png) no-repeat;
  background-size: 100% 100%;
}
#header .ct_btn span {
  font-size: 16px;
  margin-left: 7px;
  font-weight: 600;
  color: #333;
}
#header .share_btn {
  width: 90px;
  height: 36px;
  margin-left: 11px;
  background: linear-gradient(90deg, #d32020 0%, #de2f2f 100%);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#header .share_btn span {
  color: #fff;
  margin-left: 5px;
  font-size: 16px;
}
#header .menu-user {
  height: 36px !important;
  margin-left: 11px;
  background: linear-gradient(90deg, #d32020 0%, #de2f2f 100%);
  border-radius: 18px;
  line-height: 36px;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
}
#header .menu-user a {
  color: #fff !important;
}
/* user */
#header .menu-user {
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: end;
}

#header .menu-user a {
  display: block;
  line-height: 36px;
  text-align: center;
  color: #666;
  cursor: pointer;
}

#header .menu-user .user-left-right {
  width: 100px;
  height: 40px;
  background: #113f82;
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
}

#header .menu-user .user-left-right:hover {
  color: #fff !important;
}

#header .menu-user .user_right_tel {
  width: auto;
  margin-right: 10px;
}

#header .menu-user .user-right {
  background: transparent;
  border-left: 1px solid #fff;
  height: auto;
  line-height: 18px;
  color: #999;
  padding: 0 10px;
  margin-left: 10px;
}

/* 底部 */
.layui-footer {
  position: absolute;
  height: auto;
  left: 0;
  bottom: auto;
  min-width: 1200px;
  width: 100%;
}
footer .footer_box {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 74px;
  border-bottom: 1px solid #303030;
}
footer .footerLogo {
  width: 117px;
  height: 60px;
  background: url(/static/default/images/public/logo.png) no-repeat;
  background-size: auto 100%;
  background-position: 0px 0px;
  margin-left: 51px;
}
.footer_center {
  margin-left: 100px;
  display: flex;
}
.footer_center .foot_nav_box {
  margin-right: 100px;
}
.foot_nav_box p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
.foot_nav_box ul li a {
  color: #c2c2c2;
  font-size: 14px;
  line-height: 36px;
}
.footer_right {
  margin-right: 40px;
}
.footer_right img {
  width: 110px;
}
.footer_right p {
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
  text-align: center;
}
.footer-copy {
  margin: 15px 0 19px !important;
  text-align: center;
}
.footer-copy p,
.footer-copy p a {
  color: #fff;
}
.footer-copy p span {
  color: #494949;
}
.w1200 {
  width: 1600px !important;
  margin: 0 auto;
}
.layui-footer .w1200 {
  width: 1200px !important;
  margin: auto;
  background: none !important;
}
body {
  overflow: auto;
}
#footer {
  width: 100%;
  min-width: 1440px;
  position: relative;
}
/* 右侧悬浮 */
#float {
  position: fixed;
  right: 0;
  z-index: 9999;
  top: 30%;
  background-color: #fff;
  width: 64px;
  background: #ffffff;
  border-radius: 10px 0px 0px 10px;
}

#float ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

#float ul li {
  cursor: pointer;
  width: 100%;
  text-align: center;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
#float li img {
  width: 140px;
}
#float .float_msg_box {
  text-align: center;
  padding: 18px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
  display: none;
}
#float li:hover .float_msg_box {
  display: block;
  left: -160px;
}
#float .float_msg_box span {
  color: #333 !important;
  font-size: 14px;
  line-height: 24px;
}
#float .float_msg_box p {
  font-size: 18px;
  line-height: 24px;
  color: #113f82;
}
#float li .float_img_box {
  width: 150px;
  padding: 8px 5px 10px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -100px;
  display: none;
}
#float li:hover .float_img_box {
  left: -155px;
  display: block;
}

#float ul li:hover {
  background: #1f4f94;
  border-radius: 10px 0px 0px 10px;
}

#float ul li:hover span {
  color: #fff;
}

#float ul li .icon1 {
  display: block;
  background: url("../images/public/y-kefu.png") no-repeat center;
  width: 28px;
  height: 28px;
}

#float ul li .icon2 {
  display: block;
  background: url("../images/public/yxf-dianhua.png") no-repeat center;
  width: 30px;
  height: 30px;
}

#float ul li .icon3 {
  display: block;
  background: url("../images/public/y-fanhui.png") no-repeat center;
  width: 24px;
  height: 28px;
}

#float ul li:hover .icon1 {
  display: block;
  background: url("../images/public/y-kefu1.png") no-repeat center;
  width: 28px;
  height: 28px;
}

#float ul li:hover .icon2 {
  display: block;
  background: url("../images/public/yxf-dianhua-1.png") no-repeat center;
  width: 30px;
  height: 30px;
}

#float ul li:hover .icon3 {
  display: block;
  background: url("../images/public/y-fanhui1.png") no-repeat center;
  width: 24px;
  height: 28px;
}

/* 弹框 */
.layui-layer {
  border-radius: 10px;
}

.layui-layer-hui .layui-layer-content {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 10px;
}

.layui-layer .layui-layer-setwin {
  right: 30px;
  top: 20px;
}

.layui-layer .layui-layer-setwin .layui-layer-close2 {
  right: 0;
  top: 0;
  color: #999;
  background: none;
  padding: 0;
  border: none;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 30px;
  font-weight: 300;
}

/* 注册弹框 */
.dialog_user {
  padding: 60px 60px 0;
}

.dialog_user .dialog_title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}

.dialog_user .dialog_adesc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.dialog_user .dialog_adesc span {
  color: #294f93;
  cursor: pointer;
}

.dialog_user .dialog_content {
  margin-top: 50px;
  margin-bottom: 0;
}

.dialog_user .dialog_content .layui-form-item {
  width: 100%;
  height: 56px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #666;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dialog_user .dialog_content .layui-form-item input {
  height: 56px;
  background: #ffffff;
  border-radius: 10px;
  border: none;
  font-weight: 400;
  font-size: 18px;
}

.dialog_user .dialog_content .layui-form-item input::-webkit-inner-spin-button {
  display: none;
}

.dialog_user .dialog_content .form_btn {
  margin-top: 24px;
}

.dialog_user .dialog_content img {
  width: 98px;
  height: 56px;
  background: #f1f1f1;
  border-radius: 0 10px 10px 0;
}

.dialog_user .dialog_content .verification_code {
  width: 140px;
  line-height: 56px;
  font-weight: 400;
  font-size: 18px;
  color: #21427c;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 10px;
}

.dialog_user .dialog_content .layui-btn {
  width: 100%;
  height: 56px;
  background: linear-gradient(90deg, #1e3c72 0%, #2a5298 100%);
  border-radius: 10px;
  opacity: 0.5;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 56px;
}

.dialog_user .dialog_content .layui-btn.active {
  opacity: 1;
}

.dialog_user .dialog_content .form_rule {
  font-weight: 400;
  font-size: 16px;
  color: #79838d;
  margin-top: 20px;
  text-align: center;
}

.dialog_user .dialog_content .form_rule a {
  color: #294f93;
  cursor: pointer;
}

/* 登录弹框 */
.dialog_login .layui-tab-title {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  background: #f3f7fb;
  border-radius: 10px;
  height: 40px;
  padding: 4px;
}

.dialog_login .layui-tab-bar {
  display: none;
}

.dialog_login .layui-tab-title li {
  padding: 0;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  color: #79838d;
}

.dialog_login .layui-tab-title .layui-this {
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(155, 155, 155, 0.3);
  border-radius: 8px;
  color: #333;
}

.dialog_login .layui-tab-title .layui-this:after {
  border: none;
}

.dialog_login .forgot_password {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}

/* 底部悬浮 */
.flex_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9;
  padding: 20px 0;
  box-sizing: border-box;
}
.flex_bottom .bfa_body {
  width: 1440px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_bottom .bfa_body .phone_cont {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  width: 600px;
  margin-left: 10px;
}
.flex_bottom .bfa_body .phone_cont input {
  width: 490px;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  box-sizing: border-box;
}
.flex_bottom .bfa_body .phone_cont .timing_leave_phone {
  text-align: center;
  background: linear-gradient(113deg, #2550ae 0%, #4facfe 72%, #00f2fe 100%);
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  width: 110px;
}
.flex_bottom .bfa_body i {
  color: #fff;
  font-size: 32px;
  display: block;
  margin-left: 15px;
}
.flex_bottom .comm_cont {
  display: flex;
  margin-left: 15px;
}
.flex_bottom .bfa_free_ask {
  background: linear-gradient(90deg, #f28e26 0%, #fd644f 100%);
  color: #fff;
  border-radius: 20px;
  height: 40px;
  width: 100px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.flex_bottom .kszb_box {
  display: none;
}
.flex_bottom.not_bgc {
  background: none;
  width: 75px;
}
.flex_bottom .kszb_box {
  width: 75px;
}
.flex_bottom .kszb_box button {
  width: 75px;
  height: 75px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(43deg, #fff669 0%, #f28e26 22%, #fd644f 100%);
  color: #fff;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 6px 7px 20px 5px rgba(0, 0, 0, 0.15);
}
#popUp {
  width: 530px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}
.popTop {
  width: 100%;
  background-color: #efefef;
  height: 60px;
  text-align: center;
  position: relative;
}
.popTop i {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 34px;
  cursor: pointer;
}
.popTop .popTitle {
  color: #000;
  line-height: 60px;
  font-size: 19px;
  font-weight: 700;
}
.popTop .popTitle span {
  color: #1c42b0;
}
.popContent {
  text-align: center;
  padding: 8px 60px 0;
  box-sizing: border-box;
}
.popContent p {
  font-size: 16px;
  line-height: 16px;
  color: #4f71d4;
  font-weight: 700;
}
.popContent .popInpBox {
  margin-top: 12px;
  position: relative;
}
.popContent .popInpBox span {
  display: block;
  width: 15px;
  height: 15px;
  background: url(/static/default/images/public/yxf-dianhua.png);
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  left: 12px;
  top: 14px;
}
.popContent #pop_tel {
  width: 412px;
  border: 1px solid #dbdbdb;
  padding-left: 38px;
  box-sizing: border-box;
  line-height: 40px;
  border-radius: 20px;
}
.popContent .popContentBottom {
  text-align: left;
  text-indent: 40px;
  margin-top: 10px;
}
.popContent .popContentBottom span {
  color: #5d79c8;
}
#popUp .popContent button {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: linear-gradient(90deg, #09bbfe 0%, #5a42ec 100%);
  margin-top: 10px;
  color: #fff;
  border-radius: 24px;
  cursor: pointer;
}
.layui-layer-btn,
.layui-layer-dialog .layui-layer-content {
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
}
.layui-layer-title {
  font-size: 24px;
  text-align: center;
  padding: 0;
  border-bottom: 0;
  line-height: 32px;
  padding-top: 10px;
  box-sizing: border-box;
}
.layui-layer-btn .layui-layer-btn0 {
  background-color: #315da8;
  border-radius: 5px;
  margin: auto;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#footer p {
  text-align: center;
  font-size: 14px;
  color: #a8acb0;
}
/* .layui-layer .layui-layer-setwin .layui-layer-close2 {
  display: none;
} */
@media all and (max-width: 1440px) {
  #header .header {
    width: 100%;
  }
  #header .menu-main {
    margin: auto;
    width: 50%;
  }
  #header .menu-main .layui-form input {
    width: 100%;
  }
  #header .menu-main a {
    margin: 0 20px;
  }
}
@media all and (max-width: 1024px) {
  #header .menu-main a {
    margin: 0 12px;
  }
}
@media all and (max-width: 900px) {
  #header .menu-main a {
    margin: 0 8px;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  #header .menu-main a {
    margin: 0 5px;
    font-size: 12px;
  }
}
@media all and (max-width: 500px) {
  #footer {
    min-width: 100%;
  }
  #trademark .el-main {
    width: 100%;
    min-width: 100%;
  }
  .w1200 {
    width: 100% !important;
  }
  .layui-footer {
    min-width: 100%;
  }
  .layui-footer .w1200 {
    width: 100% !important;
  }
  .trademark-base .el-form .el-form-item {
    height: auto !important;
  }
}
