#banner_inside {
  height: 630px;
  position: relative;
}

#banner_inside .p1 {
  font-size: 75px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: 32px;
  padding-top: 150px;
  display: block;
  width: 1200px;
  margin: 0 auto;
  text-shadow: -5px 5px 5px #B4160D;
}

#banner_inside .p2 {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 60px;
  display: block;
  width: 1200px;
  margin: 60px auto 0;
  letter-spacing: 2px;
  display: block;
}

#banner_inside .p2 span {
  font-weight: bold;
  line-height: 60px;
  display: inline-block;
}

#banner_inside .p3 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

#banner_inside .register-btn {
  width: 200px;
  height: 56px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 20px;
  color: #FF2548;
  line-height: 56px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: #fff;
}

#banner_inside .register-btn:hover {
  opacity: .9;
}

#banner_inside .server-info {
  position: absolute;
  width: 1200px;
  padding: 0 40px;
  box-sizing: border-box;
  left: 50%;
  margin-left: -600px;
  bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

#banner_inside .server-info .server-line {
  width: 1px;
  height: 44px;
  background: #FFFFFF;
  opacity: 0.3;
}

#banner_inside .server-info .server-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#banner_inside .server-info .iconfont {
  font-size: 60px;
  margin-right: 10px;
}

#banner_inside .server-info .server-name {
  font-size: 24px;
  line-height: 40px;
}

#banner_inside .server-info .server-desc {
  font-size: 14px;
  line-height: 32px;
}

#banner_inside .p4 {
  width: 1200px;
  height: 368px;
  margin: 0 auto;
  transform: translateY(-300px);
}

.login-box {
  width: 350px;
  height: 368px;
  background-image: url('//assets.meitiplus.com/img/v1/login_box_bg.png');
  border-radius: 4px;
  padding: 30px 25px;
  box-sizing: border-box;
  margin-left: auto;
  position: relative;
}

.login-box .wx-login {
  border: 30px solid #FA4044;
  border-color: #FA4044 #FA4044 transparent transparent;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 4px;
}

.login-box .wx-login .iconfont {
  position: absolute;
  right: -25px;
  top: -20px;
  color: #fff;
  font-size: 20px;
}

.login-box.user-box {
  text-align: center;
  padding: 30px 45px;
  padding-top: 60px;
}

.login-box .avator {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
}

.login-box .user-vip {
  font-size: 14px;
  color: #ff9100;
  line-height: 25px;
}

.login-box .user-vip img{
  vertical-align: middle;
  margin-right: 5px;
}

.login-box .user-vip.filter{
  filter: grayscale(1);
}

.login-box .user-vip span{
  vertical-align: middle;
}

.login-box .user-name {
  font-size: 20px;
  color: #333;
  line-height: 24px;
  margin-top: 10px;
}

.login-box .user-btn {
  width: 100%;
  line-height: 44px;
  text-align: center;
  color: #fff;
  height: 44px;
  background: #FA9027;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-top: 30px;
}

.login-box .user-btn:hover{
  opacity: .9;
}

.login-box .user-handle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.login-box .user-handle a {
  flex: 1;
  color: #333;
  font-size: 14px;
}

.login-box .user-handle a:hover{
  color: #FA4543;
}

.login-box .user-handle a .iconfont{
  font-size: 24px;
  vertical-align: middle;
  color: #FA4543;
  margin-right: 5px;
}

.login-box .user-handle a span{
  vertical-align: middle;
  line-height: 24px;
  display: inline-block;
}

.login-box .user-handle a:first-child{
  border-right: 1px solid #F3D2CD;
}

.login-box .login-type {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}

.login-box .login-type span {
  margin-right: 25px;
  cursor: pointer;
}

.login-box .login-type span:hover {
  color: #333;
  font-weight: bold;
}

.login-box .login-type .active {
  color: #333333;
  font-weight: bold;
  border-bottom: 2px solid #333;
}

.login-box .error-msg {
  color: #FA4044;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 75px;
  display: none;
}

.login-box .error-msg .iconfont {
  margin-right: 5px;
  vertical-align: middle;
}

.login-box .login-form .form-box {
  display: none;
  margin: 40px 0 30px;
}

.login-box .login-form .form-box.active {
  display: block;
}

.login-box .login-form .form-item {
  position: relative;
  margin-bottom: 15px;
  display: flex;
}

.login-box .login-form input {
  height: 44px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 15px;
  box-sizing: border-box;
  color: #333;
}

.login-box .login-form .get-code,
.login-box .login-form .code-count {
  position: absolute;
  right: 15px;
  top: 0;
  color: #333;
  line-height: 44px;
  cursor: pointer;
}

.login-box .login-form .code-count {
  display: none;
}

.login-box .login-form .img-item{
  display: none;
}

.login-box .login-form .imgCode{
  width: 60px;
  margin-right: 5px;
  border-radius: 4px;
}

.login-box .login-form .img-btn{
  width: 60px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  height: 44px;
  background: #FA9027;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 5px;
  flex-shrink: 0;
}

.login-box .get-voice {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  position: absolute;
  top: 218px;
  right: 25px;
  cursor: pointer;
  display: none;
}

.login-box .form-tip {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
}

.login-box .form-tip .iconfont {
  color: #1BDB9A;
  margin-right: 5px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.login-box .form-btn {
  width: 100%;
  line-height: 44px;
  text-align: center;
  color: #fff;
  height: 44px;
  background: #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.login-box .form-btn.active{
  background: #FB9028;
}

.login-box .form-btn:hover {
  background: 0.9;
}

.login-box .form-register {
  width: 100%;
  height: 40px;
  background: #FED0CA;
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #FA4044;
}


#content .title {
  font-size: 34px;
  color: #333;
  text-align: center;
  padding: 80px 0 60px;
}


#content .service {
  padding-bottom: 90px;
}

#content .service .service_box {
  padding: 35px 0;
  width: 1200px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 320px bottom;
}

#content .service .service_box .type_box {
  display: none;
  justify-content: space-between;
  align-items: center;
}

#content .service .service_box .type_box.active {
  display: flex;
}

#content .service .service_box .market_box {
  width: 570px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px;
  box-sizing: border-box;
  padding-right: 200px;
  box-shadow: 0px 0px 32px 0px rgba(51, 51, 51, 0.06);
  position: relative;
}

#content .service .service_box .market_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 318px;
  height: 160px;
  background: #F6F6F6;
  border-radius: 4px;
  padding: 30px 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
  transition: all .3s;
}

#content .service .service_box .market_type:hover {
  transform: translateY(-5px);
}

#content .service .service_box .market_type .icon {
  width: 60px;
  height: 60px;
  background: #F96F65;
  border-radius: 50%;
  line-height: 60px;
  color: #fff;
  display: inline-block;
}

#content .service .service_box .market_type .icon i {
  font-size: 30px;
  display: inline-block;
}

#content .service .service_box .market_type .name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  text-align: center;
}

#content .service .service_box .market_type .desc {
  width: 160px;
  height: 96px;
  font-size: 14px;
  color: #666666;
  margin-left: 10px;
  line-height: 20px;
  text-align: justify;
}

#content .service .service_box .market_type .desc span {
  font-weight: bold;
  color: #333;
}

#content .service .service_box .market_box .market_type:last-child {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 180px;
  height: 340px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 18px;
}

#content .service .service_box .market_box .market_type:last-child .desc {
  width: 140px;
  margin-top: 20px;
}

#content .service .service_box .media_box {
  width: 570px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 4px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  box-shadow: 0px 0px 32px 0px rgba(51, 51, 51, 0.06);
}

#content .service .service_box .media_box .media_type {
  width: 160px;
  height: 160px;
  box-sizing: border-box;
  background: #F6F6F6;
  border-radius: 4px;
  text-align: center;
  padding: 15px;
  transition: all .3s;
}

#content .service .service_box .media_box .media_type:hover {
  transform: translateY(-5px);
}


#content .service .service_box .media_box img {
  max-width: 120px;
}

#content .service .service_box .media_box .iconfont {
  width: 60px;
  height: 60px;
  background: #FA6F7D;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  line-height: 60px;
}

#content .service .service_box .media_box .icon-muying {
  background-color: #DF65F9;
}

#content .service .service_box .media_box .icon-shishang {
  background-color: #7DC9FE;
}

#content .service .service_box .media_box .icon-yundong {
  background-color: #F78C4C;
}

#content .service .service_box .media_box .icon-meishi {
  background-color: #FBC112;
}

#content .service .service_box .media_box .icon-lvhang {
  background-color: #7AEC85;
}

#content .service .service_box .media_box .media_name {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  display: block;
}

#content .service .service_box .media_box .media_name:hover {
  color: #FB3348;
}

#content .service .service_box .media_box .line {
  height: 1px;
  background-color: #EEEEEE;
  margin: 5px 0;
}

#content .service .service_box .media_box:nth-child(2) .line {
  margin: 5px 0;
}

#content .service .service_box .media_box .media_price {
  font-size: 24px;
  color: #FB3348;
}

#content .service .service_box .media_box .media_price span:first-child {
  font-size: 14px;
  color: #333;
}

#content .service .service_box .media_box .media_price span:last-child {
  font-size: 14px;
}

#content .service .service_box .media_box a {
  font-size: 14px;
  color: #FB3348;
  line-height: 40px;
}

#content .service .service_box .media_box .media_flex {
  display: flex;
  width: 245px;
  height: 160px;
  background: #F6F6F6;
  border-radius: 4px;
  margin-top: 20px;
  align-items: center;
}

#content .service .service_box .media_box .media_flex img {
  margin-right: 20px;
}

#content .service .service_box .service_info {
  width: 480px;
}

#content .service .service_box .service_name {
  font-size: 24px;
  color: #333333;
  line-height: 32px;
}

#content .service .service_box .dots {
  margin: 10px 0;
}

#content .service .service_box .dots span {
  width: 5px;
  height: 5px;
  background: #FA4044;
  display: inline-block;
  margin-right: 5px;
}

#content .service .service_box .service_desc {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

#content .service .service_box .service_btn {
  width: 110px;
  height: 40px;
  background: #FA4044;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  display: block;
  text-align: center;
  margin: 30px 0;
}

#content .service .service_box .service_btn:hover {
  opacity: .9;
}

#content .service .type_list {
  display: flex;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto 20px;
}

#content .service .service_type {
  font-size: 20px;
  color: #333333;
  line-height: 36px;
  cursor: pointer;
  position: relative;
}

#content .service .service_type.active::before {
  width: 24px;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -12px;
  height: 4px;
  bottom: -10px;
  background: #FB3348;
  border-radius: 2px;
}

#content .service .service_type.active {
  color: #FB3348;
}

#content .advantage {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#content .advantage .advantage_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

#content .advantage .advantage_type {
  width: 440px;
  box-sizing: border-box;
  margin-top: 35px;
  background-color: #F5F2F2;
  padding: 30px 85px;
  position: relative;
}

#content .advantage .advantage_type:hover {
  background-color: #fdf1f0;
}

#content .advantage .advantage_img {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-top: -200px;
  margin-left: -219px;
  padding: 20px;
  background-color: #fff;
}

#content .advantage .advantage_type .no {
  width: 42px;
  height: 42px;
  background: #FB3348;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 42px;
  position: absolute;
  left: 20px;
  top: 35px;
  font-size: 18px;
  font-weight: bold;
}

#content .advantage .advantage_type:nth-child(2),
#content .advantage .advantage_type:nth-child(4) {
  padding-left: 120px;
  padding-right: 20px;
}

#content .advantage .advantage_type:nth-child(2) .no {
  background-color: #DC33FB;
  left: 60px;
}

#content .advantage .advantage_type:nth-child(3) .no {
  background-color: #FB9B33;
}

#content .advantage .advantage_type:nth-child(4) .no {
  background-color: #8333FB;
  left: 60px;
}

#content .advantage .advantage_type .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}

#content .advantage .advantage_type .desc {
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}

#content .resource {
  height: 630px;
  background-position: center center;
  background-repeat: no-repeat;
}

#content .resource .resource_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#content .resource .resource_box .resource_type {
  width: 590px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 27px 0px rgba(183, 183, 183, 0.2);
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s;
}

#content .resource .resource_box .resource_type:hover {
  transform: translateY(-5px);
}

#content .resource .resource_box .media_box {
  padding: 0 30px;
  flex: 1;
}

#content .resource .resource_box .type_name {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
}

#content .resource .resource_box .type_name a {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}

#content .resource .resource_box .type_name a:hover {
  color: #FB3348;
}

#content .resource .resource_box .media_data {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
}

#content .resource .resource_box .media_data .media_type {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

#content .resource .resource_box .media_data .media_type:nth-child(2n) {
  margin-right: 0;
}

#content .resource .resource_box .media_data .number {
  font-size: 20px;
  color: #FB3348;
  font-weight: bold;
}

#content .resource .brand_box {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}

#content .resource .brand_box img {
  margin: 0 20px;
  transition: all .3s;
}

#content .resource .brand_box img:hover {
  transform: translateY(-5px);
}

#content .resource .brand_type {
  background: #FFFFFF;
  box-shadow: 0px 0px 27px 0px rgba(183, 183, 183, 0.2);
  border-radius: 4px;
  padding: 20px 20px 20px 30px;
  transition: all .3s;
}

#content .resource .brand_type:hover {
  transform: translateY(-5px);
}

#content .resource .brand_type:first-child {
  width: 300px;
  flex-shrink: 0;
}


#content .resource .brand_type:last-child {
  width: 170px;
  flex-shrink: 0;
  margin-left: 20px;
}

#content .resource .brand_type .brand_name {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 20px;
}

#content .resource .brand_type .brand_text a {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
}

#content .resource .brand_type .brand_text a:hover {
  color: #fb3348;
}

#content .package {
  height: 730px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#content .package .package_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#content .package .package_type {
  width: 320px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
}

#content .package .package_type .discount {
  width: 46px;
  padding: 5px 5px 0;
  box-sizing: border-box;
  height: 65px;
  background: #FB3348;
  position: absolute;
  right: 20px;
  top: 0;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
}

#content .package .package_type .discount::after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  transform: scaleX(1.5) translate(30%, -30px) rotate(45deg);
  left: -25px;
  bottom: -75px;
  background-color: #FFF;
}

#content .package .package_type .package_name {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}

#content .package .package_type .package_desc {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 15px;
}

#content .package .package_type .package_price {
  font-size: 24px;
  font-weight: bold;
  color: #FB3348;
  line-height: 24px;
  margin-top: 20px;
}

#content .package .package_type .package_media {
  border-top: 1px solid #EEEEEE;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#content .package .package_type .package_media a {
  text-align: center;
  line-height: 44px;
  margin-top: 10px;
}

#content .package .package_type .package_media img {
  width: 90px;
}

#content .package .package_type .package_media i {
  width: 36px;
  height: 36px;
  background: #FA6F7D;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  margin-right: 20px;
  color: #fff;
  font-size: 18px;
}

#content .package .package_type .package_media a:nth-child(2) i {
  background: #DF65F9;
}

#content .package .package_type .package_media a:nth-child(3) i {
  background: #7DC9FE;
}

#content .package .package_type .package_media a:nth-child(4) i {
  background: #F78C4C;
}

#content .package .package_type .package_media a:nth-child(5) i {
  background: #FBC112;
}

#content .package .package_type .package_media a:nth-child(6) i {
  background: #7AEC85;
}

#content .package .package_type .oversea_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -300px;
  background: #fff;
  padding: 20px 30px;
  transition: all .3s;
}

#content .package .package_type:hover .oversea_link {
  bottom: 0;
}

#content .package .package_type .oversea_link a {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  display: inline-block;
  margin-top: 25px;
}

#content .package .package_type .oversea_link a:last-child {
  color: #FB3348;
}

#content .package .package_type .oversea_link a:hover {
  color: #fb3348;
}

#content .package .moredesc {
  font-size: 30px;
  color: #333333;
  line-height: 21px;
  text-align: center;
  margin-top: 40px;
}

#content .package .morebtn {
  width: 130px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  color: #FB3348;
  line-height: 40px;
  margin: 40px auto;
  text-align: center;
  display: block;
}

#content .package .morebtn:hover {
  background-color: #fb3348;
  color: #fff;
}

#content .process .process_info {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#content .process .process_info .process_type {
  flex: 1;
}


#content .process .process_info .dot {
  position: relative;
  margin-top: 20px;
}

#content .process .process_info .dot span {
  width: 10px;
  height: 10px;
  background: #EEEEEE;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 10;
}

#content .process .process_info .dot::before {
  position: absolute;
  content: '';
  border: 1px dashed #eee;
  left: 0;
  right: 0;
  top: 9px;
}

#content .process .process_info .iconfont {
  color: #FE2D4F;
  font-size: 48px;
}

#content .process .process_info .name {
  color: #333;
  font-size: 16px;
  margin-top: 30px;
}

#content .process .process_type:hover .name {
  color: #fb3348;
}

#content .process .process_type:hover .dot span {
  background-color: #fb3348;
}

#content .case {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 60px;

}

#content .case .case-container {
  overflow: hidden;
}

#content .case .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#content .case .swiper-slide .caseImg {
  width: 529px;
  height: 322px;
  background: #333333;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  margin-right: 70px;
}

#content .case .launchItem {
  margin-bottom: 30px;
}


#content .case .launchItem:last-child {
  margin-bottom: 0;
}

#content .case .launchItem .itemName {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  position: relative;
  padding-left: 10px;
}

#content .case .launchItem .itemName::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  width: 4px;
  height: 16px;
  background: #FF2549;
  border-radius: 2px;
}

#content .case .launchItem .itemDesc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 5px;
}


#content .case .swiper-pagination {
  bottom: 0;
}

#content .case .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FF2549;
  border-radius: unset;
}

#content .consultant {
  height: 320px;
  background-position: center center;
  background-repeat: no-repeat;
}

#content .consultant .consultant_box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  margin-top: -30px;
}

#content .consultant .consultant_box .consultant_inner {
  width: 400px;
  margin-left: 580px;
}

#content .consultant .consultant_box .consultant1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  position: relative;
}

#content .consultant .consultant_box .consultant1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 394px;
  height: 1px;
  background: linear-gradient(-90deg, #FB3348 0%, #FFFFFF 55.00000000000001%);
}

#content .consultant .consultant_box .consultant1 .phoneicon {
  margin-right: 20px;
}

#content .consultant .consultant_box .consultant1 .phonetitle {
  font-size: 20px;
  color: #fff;
  line-height: 35px;
}

#content .consultant .consultant_box .consultant1 .phonenum {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  line-height: 37px;
}

#content .consultant .consultant_box .consultant2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
  display: inline-block;
}

#content .consultant .consultant_box .consultant2 span {
  color: #fff;
  font-size: 32px;
}

#content .consultant .consultant_box .consultant2 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin: 25px 0;
  position: relative;
}

#content .consultant .consultant_box .consultantline {
  margin-right: 60px;
}

#content .consultant .consultant_box .consultantline::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff;
  right: -30px;
  top: 7px;
}

#content .consultant .consultant_box .consultant3 {
  width: 140px;
  height: 44px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #FF2548;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

#content .consultant .consultant_box .consultant3:hover {
  opacity: .9;
}

footer .service_box {
  margin-top: 0;
}
