* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.banner-inner, .intor-inner, .step-inner, .advantage-inner, .success-inner, .source-inner, .start-inner {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.intor-inner .title, .step-inner .title, .advantage-inner .title, .source-inner .title {
  text-align: center;
  margin-bottom: 60px;
}

.intor-inner .title .main_title, .step-inner .title .main_title, .advantage-inner .title .main_title, .source-inner .title .main_title {
  color: #222222;
  font-size: 36px;
  font-weight: bold;
  position: relative;
}

.intor-inner .title .main_title span, .step-inner .title .main_title span, .advantage-inner .title .main_title span, .source-inner .title .main_title span {
  color: #ea1447;
}

.intor-inner .title .main_title:after, .step-inner .title .main_title:after, .advantage-inner .title .main_title:after, .source-inner .title .main_title:after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: #ea1447;
  position: absolute;
  bottom: -52px;
  left: calc(50% - 28.5px);
}

.intor-inner .title .sub_title, .step-inner .title .sub_title, .advantage-inner .title .sub_title, .source-inner .title .sub_title {
  position: relative;
  font-size: 18px;
  color: #666666;
  line-height: 44px;
}

.intor-inner .title .sub_title:after, .step-inner .title .sub_title:after, .advantage-inner .title .sub_title:after, .source-inner .title .sub_title:after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: #ea1447;
  position: absolute;
  bottom: -8px;
  left: calc(50% + 4.5px);
}

.banner {
  width: 100%;
  height: 620px;
  background: url(../shangcheng/bannerbg.png) no-repeat #190705 center center;

}

.banner-inner {
  padding-top: 90px;
  overflow: hidden;
}

.banner-inner-left .in_mall {
  font-size: 122px;
  color: #ffffff;
  opacity: 0.2;
  font-weight: bold;
}

.banner-inner-left .extension {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
}

.banner-inner-left .into {
  font-size: 20px;
  color: #ffffff;
  opacity: 0.9;
}

.banner-inner-left .into span {
  position: relative;
  display: inline-block;
}

.banner-inner-left .into span::after {
  content: "";
  display: block;
  width: 32px;
  height: 6px;
  background: url(../shangcheng/line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

.banner-inner-left .dream {
  background: #ea1447;
  color: #ffffff;
  font-size: 18px;
  width: 223px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 20px 0 40px 0;
}

.banner-inner-left .btns {
  margin-bottom: 50px;
  width: 310px;
  position: relative;
}

.banner-inner-left .btns::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  bottom: -40px;
}

.banner-inner-left .btns a {
  display: inline-block;
  width: 142px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #ffffff;
  border-radius: 5rem;
  border: 1px solid #ffffff;
  text-align: center;
  transition: all 0.5s;
}

.banner-inner-left .btns a:hover {
  background: #ea1447;
}

.banner-inner-left .btns a:first-child {
  margin-right: 25px;
}

.banner-inner-left .help {
  width: 300px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.3;
  line-height: 24px;
}

.banner-inner-right {
  width: 668px;
  padding-left: 96px;
}

.banner-inner-right img {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  float: left;
}

.banner-inner-right img:nth-child(1), .banner-inner-right img:nth-child(2) {
  margin-left: 0;
  margin-top: 61px;
}

.banner-inner-right img:nth-child(2) {
  margin-left: 60px;
}

.banner-inner-right img:nth-child(3) {
  margin-left: 137px;
  margin-top: -514px;
}

.intor {
  width: 100%;
  height: 1145px;
  background: #ffffff;
}

.intor-inner {
  padding: 60px 0;
}

.intor-inner-content {
  padding-bottom: 60px;
  height: 100%;
}

.intor-inner-content .intor-item {
  width: 540px;
  height: 455px;
  background: #ffffff;
}

.intor-inner-content .intor-item .title {
  text-align: left;
  color: #666666;
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}

.intor-inner-content .intor-item .title::before {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 5px;
  background: #ea1447;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.intor-inner-content .intor-item .main_title {
  font-size: 26px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 40px;
}

.intor-inner-content .intor-item .sub_title {
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}

.intor-inner-content .intor-item .content {
  width: 375px;
  height: 116px;
  background: #f6f6f6;
  border-radius: 5px;
  overflow: hidden;
}

.intor-inner-content .intor-item .content.height {
  height: 227px;
  padding: 0;
}

.intor-inner-content .intor-item .content.height .content-item {
  padding-top: 10px;
}

.intor-inner-content .intor-item .content.height .content-item.low {
  padding-top: 10px;
}

.intor-inner-content .intor-item .content.height .content-item:last-child {
  cursor: pointer;
}

.intor-inner-content .intor-item .content.height .content-item:last-child p {
  color: #ea1447;
}

.intor-inner-content .intor-item .content-item {
  width: 125px;
  height: 116px;
  padding: 20px 0;
  text-align: center;
}

.intor-inner-content .intor-item .content-item p {
  margin-top: 15px;
  color: #222222;
  font-size: 16px;
  font-size: 600;
}

.intor-inner-content .intor-item1 {
  width: 660px;
  background: #ffffff;
  height: 455px;
}

.intor-inner-content .intor-item1 .title {
  text-align: right;
  color: #666666;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}

.intor-inner-content .intor-item1 .title::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  border-radius: 5px;
  background: #ea1447;
  position: absolute;
  bottom: -7px;
  right: 3px;
}

.intor-inner-content .intor-item1 .img1 {
  width: 363px;
  height: 361px;
  overflow: hidden;
}

.intor-inner-content .intor-item1 .img1 img {
  width: 100%;
  height: 100%;
}

.intor-inner-content .intor-item1 .img2 {
  margin-top: -330px;
  margin-left: 330px;
}

.intor-inner-content .intor-item1 .img2 img {
  width: 351px;
  height: 316px;
}

.intor-inner-content .intor-item2 {
  width: 660px;
  background: #ffffff;
  height: 455px;
}

.step {
  width: 100%;
  height: 435px;
  background: url(../shangcheng/step_bg.png) #302625;
}

.step-inner {
  padding: 60px 0;
}

.step-inner .title .main_title {
  color: #ffffff;
}

.step-inner .title .sub_title {
  color: #ffffff;
}

.step-inner .title .sub_title span {
  color: #fffc00;
}

.step-inner .step-content {
  text-align: center;
}

.step-inner .step-content-item {
  padding: 30px 0px;
  width: 132px;
  height: 143px;
  background: rgba(0, 0, 0, 0.3);
  margin-right: 35px;
  position: relative;
  transition: all 0.5s;
}

.step-inner .step-content-item:not(:first-child) {
  margin-left: 10px;
}

.step-inner .step-content-item:last-child {
  margin-right: 0;
}

.step-inner .step-content-item:last-child::after {
  display: none;
}

.step-inner .step-content-item p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 35px;
}

.step-inner .step-content-item:after {
  content: "";
  width: 45px;
  height: 35px;
  display: block;
  position: absolute;
  background: url(../shangcheng/step_arrow.png) no-repeat;
  background-position: 50% 50%;
  right: -45px;
  top: 50%;
  margin-top: -17.25px;
}

.step-inner .step-content-item:hover {
  background: #ea1447;
}

.advantage {
  width: 100%;
  height: 855px;
  background: url(../shangcheng/advantage_bg.png) no-repeat;
  background-size: 100% 100%;
}

.advantage-inner {
  padding: 60px 0;
}

.advantage .advantage-content {
  margin: 0 auto;
  width: 1120px;
  height: 577px;
  padding-bottom: 55px;
  background: url(../shangcheng/advantage_bg1.png) no-repeat;
  background-position: 100% 100%;
}

.advantage .advantage-content-inner {
  padding: 45px 0;
  width: 1066px;
  height: 553px;
  background: #ffffff;
  box-shadow: -5px -5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.advantage .advantage-content-inner .inner-left {
  width: 408px;
  height: 100%;
  text-align: right;
}

.advantage .advantage-content-inner .inner-left .high {
  padding: 14px 50px 14px 0;
}

.advantage .advantage-content-inner .inner-left h1 {
  font-size: 36px;
  font-weight: bold;
  color: #ea1447;
  margin-bottom: 70px;
}

.advantage .advantage-content-inner .inner-left p {
  font-size: 18px;
  color: #222222;
  margin-bottom: 18px;
  padding-right: 50px;
  position: relative;
}

.advantage .advantage-content-inner .inner-left p::after {
  content: "";
  display: block;
  height: 33px;
  width: 33px;
  background: url(../shangcheng/select_icon.png) no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16.5px;
}

.advantage .advantage-content-inner .inner-left p:last-child {
  margin: 0;
}

.advantage .advantage-content-inner .inner-left p span {
  color: #ea1447;
  font-weight: bold;
}

.advantage .advantage-content-inner .inner-center {
  width: 250px;
  height: 100%;
  text-align: center;
  position: relative;
}

.advantage .advantage-content-inner .inner-center h1 {
  font-size: 36px;
  font-weight: bold;
  color: #ea1447;
  margin-bottom: 70px;
}

.advantage .advantage-content-inner .inner-center p {
  width: 112px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  background: #ea1447;
  margin: 20px auto;
  position: relative;
}

.advantage .advantage-content-inner .inner-center p::before {
  content: "-------";
  display: block;
  color: #ea1447;
  height: 1px;
  width: 61px;
  position: absolute;
  left: -65px;
  top: -2px;
}

.advantage .advantage-content-inner .inner-center p::after {
  content: "-------";
  display: block;
  color: #666666;
  height: 1px;
  width: 61px;
  position: absolute;
  right: -65px;
  top: -2px;
}

.advantage .advantage-content-inner .inner-right {
  width: 408px;
  height: 100%;
}

.advantage .advantage-content-inner .inner-right h1 {
  font-size: 36px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 70px;
}

.advantage .advantage-content-inner .inner-right P {
  font-size: 18px;
  margin-bottom: 18px;
  padding-left: 50px;
  position: relative;
  color: #666666;
}

.advantage .advantage-content-inner .inner-right P::after {
  content: "";
  display: block;
  height: 33px;
  width: 33px;
  background: url(../shangcheng/close-icon.png) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16.5px;
}

.success {
  width: 100%;
  height: 815px;
  background: #ffffff;
  padding: 69px 0 71px;
}

.success-inner-left {
  width: 525px;
  height: 675px;
}

.success-inner-left .title h1 {
  font-size: 36px;
  color: #222222;
}

.success-inner-left .title h1 span {
  color: #ea1447;
}

.success-inner-left .title p {
  font-size: 18px;
  color: #666666;
  margin: 24px 0 32px;
  position: relative;
}

.success-inner-left .title p::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 5px;
  background: #ea1447;
  position: absolute;
  bottom: -32px;
  left: 0;
}

.success-inner-left .left-content {
  height: 482px;
  width: 100%;
  padding-top: 116px;
}

.success-inner-left .left-content .hoverclass {
  background: #ea1447;
}

.success-inner-left .left-content .hoverclass::after {
  content: "";
  display: block;
  width: 297px;
  height: 13px;
  background: url(../shangcheng/ququ-xian.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -297px;
  z-index: 99;
  top: 50%;
  margin-top: -6.5px;
}

.success-inner-left .left-content div {
  width: 164px;
  height: 47px;
  line-height: 47px;
  border-radius: 5px;
  background: #696b70;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 19px;
  transition: all 0.3s;
  position: relative;
}

.success-inner-left .left-content div:hover::after {
  content: "";
  display: block;
  width: 297px;
  height: 13px;
  background: url(../shangcheng/ququ-xian.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -297px;
  z-index: 99;
  top: 50%;
  margin-top: -6.5px;
}

.success-inner-left .left-bottom {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}

.success-inner-left .left-bottom .icon-zuanshi {
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url(../shangcheng/zuanshi.png) no-repeat;
  background-size: 100% 100%;
}

.success-inner-right {
  width: 675px;
  height: 675px;
  background: #40c0ff;
  position: relative;
}

.success-inner-right::before {
  content: "";
  display: block;
  width: 92px;
  height: 266px;
  position: absolute;
  left: -72px;
  top: 50%;
  margin-top: -133px;
  background: url(../shangcheng/right-sqr.png) no-repeat;
  background-size: 100% 100%;
}

.success-inner-right .group-one, .success-inner-right .group-two, .success-inner-right .group-three {
  width: 100%;
  height: 100%;
  display: none;
}

.success-inner-right .group-one .fl, .success-inner-right .group-two .fl, .success-inner-right .group-three .fl {
  width: 50%;
  height: 50%;
  border: 1px solid #ffffff;
  overflow: hidden;
  transition: all 0.3s;
}

.success-inner-right .group-one .fl:hover, .success-inner-right .group-two .fl:hover, .success-inner-right .group-three .fl:hover {
  transform: scale(1.1);
}

.source {
  width: 100%;
  height: 760px;
  background: #f7f7f7;
}

.source-inner {
  height: 100%;
  padding: 60px 0;
}

.source-inner .title {
  margin-bottom: 50px;
}

.source-inner .source-content {
  width: 100%;
}

.source-inner .source-content .source-left {
  width: 530px;
  height: 460px;
  border: 5px solid #ea1447;
  margin-right: 65px;
  position: relative;
}

.source-inner .source-content .source-left img {
  margin-top: 25px;
  margin-left: -25px;
}

.source-inner .source-content .source-left a {
  display: block;
  width: 200px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: #ffffff;
  background: #ea1447;
  background: linear-gradient(to left, #f83f48, #f3285e);
  position: absolute;
  left: 25%;
  bottom: -7px;
  z-index: 99;
  font-size: 20px;
  padding-left: 25px;
  transition: all 0.3s;
}

.source-inner .source-content .source-left a .kefu-icon {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../shangcheng/kefu-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20%;
  top: 50%;
  margin-top: -12.5px;
}

.source-inner .source-content .source-left a:hover {
  transform: translateY(-2px);
}

.source-inner .source-content .source-right {
  width: 605px;
}

.source-inner .source-content .source-right .s-item h1 {
  font-size: 20px;
  color: #222222;
  line-height: 20px;
  margin-bottom: 30px;
}

.source-inner .source-content .source-right .s-item h1 .build-icon {
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url(../shangcheng/build.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
}

.source-inner .source-content .source-right .s-items {
  width: 500px;
  margin-bottom: 55px;
}

.source-inner .source-content .source-right .s-items p {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  color: #444444;
}

.source-inner .source-content .source-right .s-items p.plus {
  width: 100%;
}

.source-inner .source-content .source-right .s-items p span {
  display: inline-block;
  font-size: 14px;
  height: 18px;
  width: 18px;
  color: #ea1447;
  border-radius: 50%;
  border: 1px solid #ea1447;
  text-align: center;
  line-height: 18px;
  margin-right: 10px;
}

.source-inner .tips {
  font-size: 16px;
  color: #444444;
  margin-top: 20px;
}

.source-inner .tips span {
  color: #ea1447;
  margin-right: 5px;
}

.start {
  width: 100%;
  height: 516px;
  background: url(../shangcheng/start_bg.png) no-repeat top center;
  background-size: 100%;
  padding: 65px 0 60px;
  position: relative;
  overflow: hidden;
}

.start-inner {
  position: relative;
}

.start-inner h1 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 119px;
}

.start-inner h1 span {
  color: #ea1447;
}

.start-inner p.title {
  font-size: 18px;
  color: #ffffff;
  margin: 27px 0;
  width: 226px;
  text-align: center;
  border: 1px solid #ffffff;
}

.start-inner p.sub_title {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
}

.start-inner p.person {
  position: absolute;
  bottom: -200px;
  left: 44%;
  width: 244px;
  margin-left: -122px;
  z-index: 99;
}

.start-inner .form {
  width: 564px;
  height: 455px;
  border-radius: 5px;
  border: 3px solid #ea1447;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -227.5px;
  background: #ffffff;
  text-align: center;
  padding: 27px 0 22px;
}

.start-inner .form .title {
  color: #ea1447;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
}

.start-inner .form-item {
  width: 100%;
}

.start-inner .form-item .item {
  text-align: left;
  padding-left: 30px;
  float: left;
  width: 50%;
  margin-bottom: 7px;
}

.start-inner .form-item .item.plus {
  width: 100%;
}

.start-inner .form-item .item p {
  color: #222222;
  font-size: 16px;
  width: 221px;
  margin-bottom: 5px;
}

.start-inner .form-item .item .step1:hover .more, .start-inner .form-item .item .step2:hover .more {
  height: 123px;
}

.start-inner .form-item .item .select {
  width: 221px;
  height: 41px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  position: relative;
}

.start-inner .form-item .item .select .deepcolor {
  color: #222222 !important;
}

.start-inner .form-item .item .select.plus {
  width: 483px;
  height: 71px;
  overflow: hidden;
}

.start-inner .form-item .item .select .holder1, .start-inner .form-item .item .select .holder2 {
  padding: 10px;
  font-size: 12px;
  color: #999999;
}

.start-inner .form-item .item .select .holder1::after, .start-inner .form-item .item .select .holder2::after {
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  background: url(../shangcheng/icon-font.png) no-repeat;
  background-size: 100% 100%;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.start-inner .form-item .item .select .more {
  transition: all 0.5s;
  width: 220px;
  height: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 99;
  overflow: hidden;
}

.start-inner .form-item .item .select .more .inner {
  width: 240px;
  overflow: auto;
  max-height: 123px;
}

.start-inner .form-item .item .select .more .inner p {
  padding-left: 10px;
  background: #ffffff;
  line-height: 41px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  font-size: 12px;
}

.start-inner .form-item .item .select .more .inner p:hover {
  background: #eeeeee;
}

.start-inner .form-item .item .select .more .inner p:last-child {
  border: 0;
}

.start-inner .form-item .item textarea {
  border: 0;
  padding: 10px;
}

.start-inner .form-item .item input {
  height: 100%;
  width: 100%;
  padding: 10px;
}

.start-inner .form button {
  width: 227px;
  height: 45px;
  border-radius: 5rem;
  cursor: pointer;
  background: #ea1447;
  background: linear-gradient(to left, #f83f48, #f3285e);
  color: #ffffff;
  font-size: 18px;
  margin-top: 5px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
