.only-for-pc {
  display: block !important;
}
.only-for-mobile {
  display: none !important;
}
#mobileHeader,
#mobileSite,
#mobileFooter,
#mobileNavBox,
#mobileHeader-new {
  display: none;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 122px;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
#header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  height: 72px;
  border-bottom: 1px solid #f2f2f2;
}
#header .header-top .chinawrr-logo {
  width: 410px;
  height: 34px;
  cursor: pointer;
}
#header .header-top .search-box {
  display: flex;
  width: 400px;
  border: 1px solid #f2f2f2;
}
#header .header-top .search-box .layui-unselect {
  width: 70px;
  font-size: 12px;
  border: none;
}
#header .header-top .search-box .layui-unselect .layui-input {
  height: 34px;
  padding: 0 20px;
}
#header .header-top .search-box .layui-unselect .layui-edge {
  display: inline-block;
  border: none;
  width: 15px;
  height: 14px;
  right: 5px;
  top: 12px;
  margin-top: -2px;
  font-size: 16px;
  color: #ccc;
}
#header .header-top .search-box .layui-unselect .layui-form-selected .layui-edge {
  border-width: 5px;
  top: 33%;
  margin-top: -2px;
}
#header .header-top .search-box .layui-unselect dl {
  top: 33px;
}
#header .header-top .search-box .layui-unselect dl dd {
  color: #1C2A53;
  background-color: #fff;
  text-align: center;
}
#header .header-top .search-box .layui-unselect dl dd.layui-this {
  color: #247EFF;
}
#header .header-top .search-box #headerSearchInput {
  border: none;
  height: 34px;
  font-size: 12px;
}
#header .header-top .search-box .icon-sousuo {
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  color: #f2f2f2;
  cursor: pointer;
}
#header .header-top .search-box .icon-sousuo.active {
  color: #247EFF;
}
#header .header-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  height: 50px;
}
#header .header-nav .menu {
  display: flex;
  color: #333;
}
#header .header-nav .menu a,
#header .header-nav .menu span {
  display: inline-block;
  color: #333;
}
#header .header-nav .menu a:hover,
#header .header-nav .menu span.hover,
#header .header-nav .menu .submenu-title:hover {
  color: #247EFF;
}
#header .header-nav .menu .menu-item {
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 0;
}
#header .header-nav .menu .menu-item span {
  cursor: pointer;
}
#header .header-nav .menu .submenu {
  position: relative;
}
#header .header-nav .menu .submenu .submenu-title {
  height: 50px;
  line-height: 50px;
  padding: 0;
  cursor: pointer;
}
#header .header-nav .menu .submenu .submenu-title .iconfont {
  position: absolute;
  font-size: 18px;
  vertical-align: middle;
  color: #666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#header .header-nav .menu .submenu .submenu-title .iconfont.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#header .header-nav .menu .submenu .drop-down {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 500px;
  margin: 2px 0;
  z-index: 2000;
  background: transparent;
}
#header .header-nav .menu .submenu .drop-down .menu {
  padding: 6px 0;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
#header .header-nav .menu .submenu .drop-down .menu .menu-item {
  height: 36px;
  line-height: 36px !important;
  padding: 0 20px !important;
  font-size: 14px !important;
}
#header .header-nav .menu .submenu .drop-down .menu .menu-item a {
  display: block;
  color: #333;
}
#header .header-nav .menu .submenu .drop-down .menu .menu-item a:hover {
  color: #247EFF;
}
#header .header-nav .login-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 50px;
  border-radius: 0 !important;
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #247eff;
  font-weight: normal;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}
body .products-dialog {
  width: 570px;
  height: 300px;
  background: url('../img3/Img_BG.png') no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
body .products-dialog .layui-layer-title {
  height: auto;
  font-size: 16px;
  line-height: 24px;
  padding: 40px 40px 20px;
  color: #1C2A53;
  font-weight: bold;
  border-bottom: none;
}
body .products-dialog .layui-layer-setwin {
  color: #1C2A53;
  top: 44px;
  right: 40px;
}
body .products-dialog .layui-layer-content {
  padding: 0 40px 40px;
}
body .products-dialog .product-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .products-dialog .product-box .product-item {
  margin-right: 20px;
  padding: 20px 12px;
  text-align: center;
  cursor: pointer;
}
body .products-dialog .product-box .product-item .img {
  width: 120px;
  height: 85px;
}
body .products-dialog .product-box .product-item .name {
  margin-top: 20px;
  font-size: 12px;
  color: #1C2A53;
  line-height: 20px;
}
body .products-dialog .product-box .product-item:last-child {
  margin-right: 0;
}
body .products-dialog .product-box .product-item:hover {
  background: #fff;
  border-radius: 8px;
}
body .products-dialog .product-box .product-item:hover .name {
  color: #247EFF;
}
#header-new {
  position: fixed;
  top: 0;
  width: 100%;
  height: 72px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 99999;
}
#header-new .header {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  margin: auto;
  height: 72px;
  padding: 18px 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header-new .header .logo-warp {
  display: flex;
  align-items: center;
}
#header-new .header .logo-warp .logo {
  width: 84px;
  height: 36px;
}
#header-new .header .logo-warp .logo img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#header-new .header .logo-warp .line {
  width: 1px;
  height: 26px;
  background: #e1e1e1;
  margin: 0 10px;
}
#header-new .header .logo-warp .title {
  cursor: pointer;
}
#header-new .header .logo-warp .title .name {
  height: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #1c2a53;
  line-height: 15px;
  margin-bottom: 5px;
}
#header-new .header .logo-warp .title .desc {
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 12px;
}
#header-new .header .header-search-container {
  margin-left: 40px;
  position: relative;
}
#header-new .header .header-search-container i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #cccccc;
  cursor: pointer;
}
#header-new .header .header-search-container > input {
  width: 400px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  padding-left: 10px;
  padding-right: 30px;
}
#header-new .header .header-search-container > input::-webkit-input-placeholder {
  font-weight: 400;
  color: #cccccc;
  font-size: 12px;
}
#header-new .header .header-search-container > input:-moz-placeholder {
  font-weight: 400;
  color: #cccccc;
  font-size: 12px;
}
#header-new .header .header-search-container > input:-ms-input-placeholder {
  font-weight: 400;
  color: #cccccc;
  font-size: 12px;
}
#header-new .header .text {
  margin-left: 97px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
#header-new .header .text:hover {
  color: #d5262a;
}
#header-new .header .home {
  margin-left: 800px;
  cursor: pointer;
}
#header-new .header .home:hover {
  color: #d5262a;
}
#header-new .header .login-group {
  margin-left: 80px;
  display: flex;
}
#header-new .header .login-group .line {
  height: 20px;
  width: 1px;
  background-color: #cccccc;
  margin: 0 15px;
}
#header-new .header .login-group .login,
#header-new .header .login-group .register {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
#header-new .header .login-group .login:hover {
  color: #D5262A;
}
#header-new .header .login-group .register {
  color: #d5262a;
}
#header-new .header .login-group .register:hover {
  color: #AA1E21;
}
#footer {
  min-width: 1100px;
  background: #F4F8FF;
  color: #1C2A53;
}
#footer a {
  color: #1C2A53 !important;
}
#footer .link-blue {
  color: #247EFF;
}
#footer .footer {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 12px;
}
#footer .footer .footer-top {
  display: flex;
  border-bottom: 1px solid #1C2A53;
}
#footer .footer .footer-top > div {
  flex: 1;
  margin-right: 20px;
  color: #1C2A53;
}
#footer .footer .footer-top > div > p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
#footer .footer .footer-top > div ul {
  line-height: 22px;
}
#footer .footer .footer-top .follow-us {
  flex: none;
  width: 100px;
  margin: 0;
  padding-top: 44px;
  text-align: center;
}
#footer .footer .footer-top .follow-us p {
  font-size: 14px;
  margin-bottom: 19px;
}
#footer .footer .footer-top .follow-us img {
  width: 100px;
  height: 100px;
  padding: 5px;
  background: linear-gradient(180deg, #F3F5F8 0%, #FEFEFF 100%);
  box-shadow: 0px 0px 8px 0px rgba(141, 168, 221, 0.25);
  border-radius: 4px;
  border: 2px solid #FFFFFF;
  margin-bottom: 10px;
}
#footer .footer .footer-top .contact-us .chinawrr-logo {
  height: 34px;
  margin-bottom: 10px;
}
#footer .footer .footer-top .contact-us li {
  display: flex;
}
#footer .footer .footer-bottom {
  padding-top: 20px;
  text-align: center;
  line-height: 22px;
}
#footer .footer .footer-bottom .copy-right span {
  display: inline-block;
  margin: 0 5px;
}
#footer .footer a:hover {
  color: #247EFF !important;
}
body .layui-layer.cl-open {
  border-radius: 8px;
}
body .layui-layer.cl-open .cl-img {
  text-align: center;
}
body .layui-layer.cl-open .cl-img img {
  max-width: 780px;
}
body .cl-open .layui-layer-title {
  text-align: center;
  padding: unset;
  border-bottom: unset !important;
  font-size: 16px;
  font-weight: 600;
}
body .cl-open .layui-layer-content {
  max-height: 540px !important;
}
body .cl-open .layui-layer-setwin a {
  margin-left: -30px;
}