@charset "UTF-8";
.container {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
}

.header-top {
  height: 40px;
  background-color: #f4f4f4;
}

.header-top .container {
  height: 100%;
  line-height: 40px;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}

.header-top .container .left {
  color: #666;
}

.header-top .container .right {
  color: #f07f00;
}

.header-top .container .right i {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}

.header {
  height: 88px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  background-color: #1E1F24;
  z-index: 1000;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 70%;
  line-height: 88px;
}

.header .logo {
  width: 316px;
}

.header .logo img {
  width: 100%;
}

.header .nav-box {
  display: flex;
  align-items: center;
}

.header .nav-box .item-box {
  position: relative;
}

.header .nav-box .item-box .item {
  display: inline-block;
  padding: 0 16px;
  font-size: 16px;
  color: #fff;
}

.header .nav-box .item-box .down-box {
  position: absolute;
  top: 88px;
  left: calc(50% - 70px);
  width: 140px;
  background-color: #fff;
  display: none;
}

.header .nav-box .item-box .down-box .d-item {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  display: block;
}

.header .nav-box .item-box .down-box .d-item:last-of-type {
  border-bottom: 0;
}

.header .nav-box .item-box .down-box .d-item:hover {
  color: #f07f00;
}

.header .nav-box .item-box .down-box .d-item:hover:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 22px;
  background-color: #f07f00;
  left: 0;
  top: 20px;
}

.header .nav-box .item-box:hover .down-box {
  display: block;
}

.header .nav-box .item-box.active, .header .nav-box .item-box:hover {
  color: #f07f00;
}

.header .nav-box .item-box.active span, .header .nav-box .item-box:hover span {
  position: relative;
  display: inline-block;
}

.header .nav-box .item-box.active span:after, .header .nav-box .item-box:hover span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f07f00;
  bottom: 20px;
  left: 0;
}

.product-title .t1 {
  text-shadow: black 3px 2px 10px;
}

.product-title .en {
  text-shadow: black 5px 2px 10px;
}

.com-title {
  text-align: center;
  position: relative;
  z-index: 10;
}

.com-title .t1 {
  font-size: 34px;
  line-height: 34px;
  color: #222;
}

.com-title .t1 .num {
  font-style: italic;
  font-size: 40px;
  margin-right: 10px;
}

.com-title .t2 {
  color: #666;
  font-size: 14px;
  margin-top: 13px;
  margin-bottom: 10px;
}

.com-title .en {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.com-title .cn {
  margin-bottom: 15px;
  font-size: 16px;
  color: #999;
}

.com-title .line {
  width: 20px;
  height: 3px;
  background-color: #333;
  display: inline-block;
}

.com-title .line01 {
  width: 40px;
  height: 2px;
  background-color: #999999;
  border-radius: 1px;
  display: inline-block;
}

.com-title.white .t1 {
  color: #fff;
}

.com-title.white .t2 {
  color: #fff;
}

.com-title.white .cn {
  color: #fff;
}

.com-title.white .en {
  color: #fff;
}

.com-title.white .line {
  background-color: #fff;
}

.com-title.white .line01 {
  background-color: #fff;
}

.com-title.white01 .t1 {
  color: #fff;
}

.com-more {
  width: 290px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #666;
  margin: 0 auto;
  margin-top: 40px;
  transition: all 0.6s;
}

.com-more i {
  font-size: 16px;
}

.com-more span {
  margin-left: 10px;
}

.com-more:hover {
  background-color: #f07f00;
  color: #fff;
  border: 1px solid #f07f00;
}

.bread-box {
  color: #999;
  font-size: 14px;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.bread-box .current {
  color: #333;
}

.bread-box a {
  color: #999;
}

.bread-box i {
  display: inline-block;
}

.bread-box .icon-87 {
  margin-right: 10px;
}

.bread-box .icon-88 {
  margin: 0 10px;
  font-size: 12px;
}

.pages-box {
  display: flex;
  justify-content: center;
}

.pages-box > a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #e6e6e6;
  transition: all 0.6s;
  color: #999;
}

.pages-box > a.active, .pages-box > a:hover {
  background-color: #f07f00;
  color: #fff;
  border: 1px solid #f07f00;
}

.pages-box > a.prev, .pages-box > a.next {
  color: #999;
  font-size: 12px;
}

.pages-box > a.prev:hover, .pages-box > a.next:hover {
  background-color: transparent;
  color: #f07f00;
}

.pages-box > a.prev {
  transform: rotate(180deg);
}

.pages-box > a.first, .pages-box > a.last {
  width: 55px;
}

.footer {
  width: 100%;
  background-color: #222;
}

.footer .foot-tops {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 45px;
}

.footer .foot-tops .left {
  display: flex;
}

.footer .foot-tops .left .items {
  margin-right: 110px;
}

.footer .foot-tops .left .items .tt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.footer .foot-tops .left .items .item {
  color: #999;
  font-size: 14px;
  line-height: 26px;
  display: block;
}

.footer .foot-tops .left .items:last-of-type {
  margin-right: 0;
}

.footer .foot-tops .right {
  display: flex;
}

.footer .foot-tops .right .code {
  width: 128px;
  height: 128px;
  padding: 10px;
  background-color: #fff;
  border-radius: 2px;
}

.footer .foot-tops .right .code img {
  width: 100%;
  height: 100%;
}

.footer .foot-tops .right .contact {
  margin-left: 28px;
}

.footer .foot-tops .right .contact .hot-line {
  color: #999;
  font-size: 14px;
}

.footer .foot-tops .right .contact .hot-line span {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}

.footer .foot-tops .right .contact .tel {
  font-size: 32px;
  line-height: 32px;
  color: #ff8a00;
  margin-top: 15px;
  margin-bottom: 14px;
}

.footer .foot-tops .right .contact .more {
  width: 150px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .foot-bottom {
  font-size: 14px;
  color: #666;
  border-top: 1px solid #333;
  height: 50px;
  display: flex;
  align-items: center;
}

.footer .foot-bottom .container {
  display: flex;
  justify-content: space-between;
}

.footer .foot-bottom a {
  color: #666;
}

.footer .foot-bottom .left {
  display: flex;
  align-items: center;
}

.footer .foot-bottom .left .beian {
  display: inline-block;
  margin-left: 70px;
}

.footer .foot-bottom .right {
  display: flex;
  align-items: center;
}

.footer .foot-bottom .right .copy-right {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.footer .foot-bottom .right .copy-right .police {
  width: 18px;
  height: 20px;
  background-size: 18px 20px;
  background-repeat: no-repeat;
  background-image: url("../images/34.png");
  display: inline-block;
  margin-right: 10px;
}

.inner-banner {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-banner img {
  width: 100%;
  opacity: 0;
}

.join-form {
  width: 600px;
  height: 354px;
  background-color: #fff;
  padding: 40px;
}

.join-form .line {
  width: 100%;
  height: 36px;
  display: inline-block;
}

.join-form .line .label {
  height: 36px;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 36px;
}

.join-form .line input {
  display: inline-block;
  float: left;
  width: 438px;
  height: 36px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f1f5fd;
  padding: 0 10px;
}

.join-form .line textarea {
  display: inline-block;
  float: left;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border: 1px solid #f1f5fd;
  padding: 10px;
  resize: none;
}

.join-form .line .load {
  width: 438px;
  height: 25px;
  background-color: #fff;
  border: none;
  margin-top: 6px;
  display: inline-block;
  float: left;
}

.join-form .line img {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
  height: 34px;
}

.join-form .line button {
  width: 120px;
  height: 38px;
  border-radius: 4px;
  background-color: #f07f00;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: none;
  float: right;
}

.join-form .line.heightauto {
  height: auto;
}

.second-box {
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
}

.second-box .item {
  font-size: 14px;
  color: #666;
  height: 100%;
  line-height: 60px;
  padding: 0 130px;
  position: relative;
  display: inline-block;
}

.second-box .item span {
  display: inline-block;
  padding: 0 20px;
}

.second-box .item.active {
  font-size: 14px;
  color: #f07f00;
  font-weight: bold;
}

.second-box .item.active span {
  position: relative;
}

.second-box .item.active span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f07f00;
  width: 90px;
  height: 2px;
}

.second-box .item:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #666;
  top: 24px;
  left: 0;
}

.second-box .item:last-of-type:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #666;
  top: 24px;
  right: 0;
}

.appointment-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1000;
}

.appointment-cover .appointment-box {
  width: 400px;
  height: 500px;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 36px 0 40px;
  position: fixed;
  top: calc(50% - 250px);
  left: calc(50% - 200px);
}

.appointment-cover .appointment-box .title-box {
  text-align: center;
}

.appointment-cover .appointment-box .title-box .title {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #f07f00;
}

.appointment-cover .appointment-box .title-box .desc {
  font-size: 14px;
  color: #999;
  position: relative;
  margin-top: 15px;
}

.appointment-cover .appointment-box .title-box .desc:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #e6e6e6;
  right: 0;
  top: 10px;
}

.appointment-cover .appointment-box .title-box .desc:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #e6e6e6;
  left: 0;
  top: 10px;
}

.appointment-cover .appointment-box .lines {
  padding-left: 40px;
  background-position: left 12px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 40px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}

.appointment-cover .appointment-box .lines input {
  width: 100%;
  height: 100%;
  border: 0;
}

.appointment-cover .appointment-box .lines.name {
  background-image: url("../images/133.png");
}

.appointment-cover .appointment-box .lines.tel {
  background-image: url("../images/134.png");
}

.appointment-cover .appointment-box .lines.code {
  background-image: url("../images/135.png");
}

.appointment-cover .appointment-box .lines .code-btn {
  position: relative;
  display: block;
  height: 100%;
  line-height: 40px;
  padding: 0 10px 0 15px;
  flex-shrink: 0;
  background-color: #fff;
  border: 0;
  color: #f07f00;
}

.appointment-cover .appointment-box .lines .code-btn:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #f07f00;
  left: 0;
  top: calc(50% - 4px);
}

.appointment-cover .appointment-box .appointment-btn {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #f07f00;
  border-radius: 2px;
  border: 0;
}

.appointment-cover .appointment-box .text-box .online {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #f07f00;
  text-align: center;
}

.appointment-cover .appointment-box .text-box .online img {
  width: 24px;
}

.appointment-cover .appointment-box .text-box .online span {
  font-style: italic;
  display: inline-block;
  margin-left: 10px;
}

.appointment-cover .appointment-box .text-box .text {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.appointment-cover .appointment-box .close-btn {
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  background-image: url("../images/136.png");
  position: absolute;
  bottom: -50px;
  left: calc(50% - 17px);
  cursor: pointer;
}

.video-layer {
  background-color: #000 !important;
}

.video-layer .layui-layer-content {
  width: 800px !important;
  height: 450px !important;
  overflow: hidden !important;
}

.video-layer video {
  width: 100% !important;
  height: 100% !important;
}

.BMapLabel {
  border: 0 !important;
  background-color: transparent !important;
}

.BMapLabel .info-div-map {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 15px;
  position: relative;
  background-color: #f07f00;
}

.BMapLabel .info-div-map:before {
  content: '';
  position: absolute;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #f07f00 transparent transparent;
  /*灰 透明 透明 */
  bottom: -8px;
  left: 20px;
}

.right-nav {
  width: 60px;
  position: fixed;
  right: 0;
  top: calc(50% - 185px);
  z-index: 999;
}

.right-nav .item {
  width: 100%;
  height: 60px;
  background-color: #333;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all 0.6s;
  margin-bottom: 1px;
  position: relative;
}

.right-nav .item > img {
  height: 22px;
}

.right-nav .item p {
  color: #fff;
  font-size: 12px;
  margin-top: 6px;
}

.right-nav .item:hover {
  background-color: #f07f00;
}

.right-nav .item .code-img {
  padding: 5px;
  background-color: #f07f00;
  position: absolute;
  width: 130px;
  height: 130px;
  left: -145px;
  top: 0;
  display: none;
}

.right-nav .item .code-img img {
  width: 100%;
}

.right-nav .item .code-img:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #f07f00;
}

.right-nav .item.code-hover:hover .code-img {
  display: block;
}

.right-nav .top {
  width: 100%;
  height: 60px;
  background-color: #333;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all 0.6s;
  cursor: pointer;
}

.right-nav .top img {
  height: 14px;
}

.right-nav .top p {
  color: #fff;
  font-size: 12px;
  margin-top: 6px;
}

.right-nav .top:hover {
  background-color: #f07f00;
}

.foot_bg {
  width: 100%;
  height: 96px;
  background: #1b1b1b;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.wpsf {
  position: fixed;
}

.foot_con {
  width: 100%;
  min-width: 1200px;
  max-width: 1500px;
  margin: 0 auto;
  height: 100%;
}

.baise {
  color: #fff !important;
}

.foot_bjimg {
  bottom: 8px;
  left: 0;
  z-index: 10;
}

.wpsr {
  position: relative;
}

.wpsa {
  position: absolute;
}

.foot_fx_r {
  margin-left: 190px;
}

.woverflow {
  overflow: hidden;
}

.foot_ys_text {
  width: 36px;
  margin-top: 24px;
  margin-right: 15px;
}

.wleft {
  float: left !important;
}

.foot_shu {
  margin-top: 29px;
}

.wleft {
  float: left !important;
}

.mdr20 {
  margin-right: 20px;
}

.foot_shu span {
  width: 130px;
}

.textb {
  font-weight: bold;
}

.ids {
  display: inline-block;
}

.font35 {
  font-size: 35px;
}

.width55_ {
  width: 55%;
}

.ds {
  display: block;
}

.mdl20 {
  margin-left: 20px;
}

.foot_form_ul {
  margin-top: 25px;
}

.foot_form_ul li {
  height: 50px;
  border-radius: 5px;
  width: 31.33%;
  margin: 0 1%;
  background: #313131;
  float: left;
}

.foot_form_ul li input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 12px;
  color: #fff;
  border: 0;
  background-color: transparent;
}

.foot_form_ul li input[type="button"] {
  background-color: #f07f00;
}

.mj_ico {
  right: 5%;
  line-height: 50px;
  color: #808080;
  top: 2px;
}

.dsnone {
  display: none;
}

.foot_fx_tel_box {
  margin-top: 15px;
}

.font26 {
  font-size: 26px !important;
}

.foot_fx_tel {
  color: #f08200;
}

.textb {
  font-weight: bold;
}

.foot-height {
  height: 96px;
  width: 100%;
}

.close-icon-foot {
  width: 48px;
  height: 48px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-image: url("../images/308.png");
  position: absolute;
  right: 40px;
  top: 24px;
  cursor: pointer;
}

.left-button {
  display: block;
  position: fixed;
  bottom: 0;
  left: -30px;
  z-index: 9999;
  color: #ffffff;
  font-size: 14px;
  width: 30px;
  height: 77px;
  line-height: 1.3em;
  padding: 3px 0;
  border-radius: 0 5px 5px 0;
  background: #f07f00;
  text-align: center;
  cursor: pointer;
}

.com-tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-box {
  width: 410px;
  height: 40px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}

.search-box input {
  width: 100%;
  padding-left: 20px;
  height: 100%;
  border: 0;
  background-color: transparent;
}

.search-box .btn {
  width: 60px;
  height: 100%;
  flex-shrink: 0;
  cursor: pointer;
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/214.png");
}

.design-nav {
  border: 1px solid #ccc;
}

.design-nav .lines {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #ccc;
}

.design-nav .lines .label {
  min-width: 120px;
  padding: 16px 0 16px 24px;
  color: #222;
  background-color: #f4f4f4;
}

.design-nav .lines .right {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0 15px;
  flex: 1;
  position: relative;
}

.design-nav .lines .right .item {
  padding: 0 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 25px;
  cursor: pointer;
  position: relative;
}

.design-nav .lines .right .item.active, .design-nav .lines .right .item:hover {
  background-color: #f07f00;
  color: #fff;
}

.design-nav .lines .right .item .tag {
  width: 30px;
  position: absolute;
  top: -18px;
  right: -27px;
}

.design-nav .lines .right .item .tag img {
  width: 100%;
}

.design-nav .lines .right .down-up {
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.design-nav .lines .right .down-up .icon-27 {
  font-size: 12px;
  color: #999;
}

.design-nav .lines:last-of-type {
  border-bottom: 0;
}

.classify-nav {
  height: 50px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.classify-nav .label {
  padding: 0 20px;
  background-color: #f4f4f4;
  height: 100%;
  line-height: 50px;
  flex-shrink: 0;
  border-right: 1px solid #ccc;
}

.classify-nav .right {
  display: flex;
  align-items: center;
  height: 100%;
}

.classify-nav .right .item {
  font-size: 14px;
  color: #333;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 50px;
  border-right: 1px solid #ccc;
  cursor: pointer;
}

.classify-nav .right .item .arr {
  width: 7px;
  height: 11px;
  display: inline-block;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/208.png");
  margin-left: 10px;
}

.classify-nav .right .item.active {
  color: #f07f00;
}

.classify-nav .right .item.active .arr {
  background-image: url("../images/209.png");
}

.design-detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}

.design-detail .design-left {
  width: 75%;
}

.design-detail .design-left .design-items {
  width: 100%;
  padding: 24px;
  border: 1px solid #ccc;
  margin-bottom: 24px;
}

.design-detail .design-left .design-items .tops-box {
  display: flex;
}

.design-detail .design-left .design-items .tops-box .pic {
  width: 166px;
  flex-shrink: 0;
}

.design-detail .design-left .design-items .tops-box .pic img {
  width: 100%;
}

.design-detail .design-left .design-items .tops-box .info-box {
  width: 60%;
  margin-left: 24px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.design-detail .design-left .design-items .tops-box .info-box .tops .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.design-detail .design-left .design-items .tops-box .info-box .tops .title .tag {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  background-color: #f07f00;
  border-radius: 11px;
  color: #fff;
  padding: 0 6px;
  margin-left: 6px;
  display: inline-block;
}

.design-detail .design-left .design-items .tops-box .info-box .tops .desc {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 15px;
}

.design-detail .design-left .design-items .tops-box .info-box .bottoms {
  display: flex;
  align-items: center;
}

.design-detail .design-left .design-items .tops-box .info-box .bottoms .items {
  padding: 0 18px;
  border-right: 1px solid #ccc;
  text-align: center;
}

.design-detail .design-left .design-items .tops-box .info-box .bottoms .items .t1 {
  font-size: 16px;
  line-height: 22px;
}

.design-detail .design-left .design-items .tops-box .info-box .bottoms .items .t2 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}

.design-detail .design-left .design-items .tops-box .info-box .bottoms .items .t2 .num {
  font-size: 24px;
}

.design-detail .design-left .design-items .tops-box .info-box .bottoms .items img {
  width: 16px;
  margin-right: 4px;
}

.design-detail .design-left .design-items .tops-box .info-box .bottoms .items:first-child {
  padding: 0 18px 0 0;
}

.design-detail .design-left .design-items .tops-box .info-box .bottoms .items:last-of-type {
  border-right: 0;
}

.design-detail .design-left .design-items .bottoms-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.design-detail .design-left .design-items .bottoms-box .item {
  width: 32%;
  margin-right: 2%;
  display: inline-block;
}

.design-detail .design-left .design-items .bottoms-box .item:nth-child(3n) {
  margin-right: 0;
}

.design-detail .design-left .design-items .bottoms-box .item img {
  width: 100%;
}

.design-detail .design-form {
  border: 1px solid #ccc;
  padding: 24px;
  width: 24%;
  position: sticky;
  top: 0;
}

.design-detail .design-form .calc {
  width: 100%;
}

.design-detail .design-form .info {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 0 10px;
}

.design-detail .design-form .info span {
  display: inline-block;
  width: 50%;
}

.design-detail .design-form .lines-box {
  margin-top: 35px;
}

.design-detail .design-form .lines-box .lines {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 20px 0 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.design-detail .design-form .lines-box .lines img {
  width: 16px;
  flex-shrink: 0;
}

.design-detail .design-form .lines-box .lines input {
  width: 100%;
  border: 0;
  height: 100%;
  padding-left: 10px;
}

.design-detail .design-form .lines-box .lines span {
  flex-shrink: 0;
  color: #999;
}

.design-detail .design-form .desc {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: right;
  margin: 40px 0 10px;
}

.design-detail .design-form .form-btn {
  height: 44px;
  border: 0;
  line-height: 44px;
  text-align: center;
  background-color: #f07f00;
  font-size: 18px;
  color: #fff;
}

.index-link {
  padding: 14px 0;
  background-color: #222;
}

.index-link .container {
  display: flex;
  align-items: flex-start;
}

.index-link .label {
  flex-shrink: 0;
  font-size: 16px;
  color: #fff;
}

.index-link .link-items {
  display: flex;
  flex-wrap: wrap;
}

.index-link .link-items .item {
  margin-right: 14px;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

.s-mark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.success-box {
  width: 480px;
  border-radius: 10px;
  background-color: #fff;
  padding: 50px 10px 30px;
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.success-box img {
  width: 80px;
}

.success-box .text {
  color: #333;
  font-size: 20px;
  margin: 30px 0;
  text-align: center;
}

.success-box .btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  color: #fff;
  background-color: #F07F00;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 1900px) {
  .header .container {
    width: 85%;
  }
}

@media screen and (max-width: 1460px) {
  .header .nav-box .item-box .item {
    font-size: 14px;
  }
}
