.submit-btn {
  	display: flex;
  	justify-content: center;
  	padding: 51px 0 100px;
  }

  .submit-btn button {
  	width: 210px;
  	height: 56px;
  	border-radius: 56px;
  	background: #225AFC;
  	color: #FFF;
  	border: 0;
  	font-size: 18px;
  	margin-bottom: 40px;
  }

  .money {
  	width: 100%;
  	display: flex;
  	justify-content: flex-end;
  	font-size: 18px;
  	color: #132547;
  	align-items: flex-end;
  	margin-top: 66px;
  	margin-bottom: 38px;
  }

  .money span {
  	font-size: 30px;
  	color: #f30d0d;
  	font-weight: 700;
  	margin: 0 5px;
  }

  /* 支付方式 */
  .payment {
  	width: 100%;
  	display: flex;
  	margin-top: 40px;
  	padding-bottom: 30px;
  	border-bottom: 1px solid #f2f4f5;
  }

  .payment-item {
  	width: 211px;
  	height: 66px;
  	border-radius: 6px;
  	border: 1px solid #d8dde5;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	margin-right: 38px;
  	cursor: pointer;
  }

  .payment-item.active {
  	border: 2px solid #225AFC;
  }

  .payment-item img {
  	margin-right: 10px;
  }

  /* 获取验证码 */
  .contact-shade {
  	position: fixed;
  	z-index: 998;
  	width: 100%;
  	height: 100vh;
  	top: 0;
  	left: 0;
  	background: rgba(0, 0, 0, .7);
  	display: flex;
  	justify-content: center;
  	align-items: center;
  }

  .contact {
  	width: 484px;
  	background: rgba(255, 255, 255, 0.99);
  	border-radius: 18px;
  	padding: 45px 32px 30px;
  }

  .contact-title {
  	font-size: 18px;
  	font-weight: bold;
  	color: rgba(21, 41, 78, 1);
  }

  .phone-input {
  	margin-top: 40px;
  	margin-bottom: 33px;
  	width: 100%;
  	height: 50px;
  	line-height: 50px;
  	padding: 0 17px;
  	border-radius: 5px;
  	border: 0;
  	border-bottom: 1px solid #d8dde5;
  	font-size: 18px;
  }

  .code-input {
	flex: 1;
  	width: 257px;
  	height: 50px;
  	margin-right: 24px;
  	border: 0;
  	border-bottom: 1px solid #d8dde5;
  	border-radius: 5px;
  	padding: 0 17px;
  	font-size: 16px;
  }

  .contact-code {
  	display: flex;
  	margin-bottom: 40px;
  }

  .get-code {
  	width: 174px;
  	height: 50px;
  	font-size: 16px;
  	border: 1px solid #edf0f2;
  	border-radius: 5px;
  }

  .get-codr-dark {
  	color: #fff;
  	background-color: #FFF;
  	transition: all 0.1s ease-in;
  	border: 1px solid rgba(34, 90, 252, 1);
  	border-radius: 10px;
  	font-size: 16px;
  	font-weight: 400;
  	color: rgba(35, 90, 250, 1);
  }

  .contact-submit {
  	height: 70px;
  	background: rgba(35, 90, 250, 1);
  	box-shadow: 0px 0px 20px 4px rgba(91, 133, 255, 0.21);
  	border-radius: 35px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	font-size: 18px;
  	font-weight: bold;
  	color: rgba(255, 255, 255, 1);
  	margin-bottom: 26px;
  	cursor: pointer;
  }

  .contact-msg {
  	font-size: 16px;
  	font-weight: 400;
  	color: rgba(101, 127, 174, 1);
  	line-height: 29px;
  }

  .get-codr-tint {
  	background: #edf0f2;
  	color: #b5c0d2;
  }

  /* 标题 */
  .platform-msg {
  	text-align: center;
  	font-size: 24px;
  	color: #15294e;
  	font-weight: 600;
  	margin-bottom: 17px;
  }
  
  .platform-msg-h2 {
  	text-align: center;
  	font-size: 20px;
  	color: #15294e;
  	font-weight: 500;
  	margin-bottom: 17px;
  }

  .platform-info {
  	text-align: center;
  	margin-bottom: 15px;
  	font-size: 14px;
  	color: #4B6595;
  }

  .platform-info span {
  	color: #F35618;
  }

  /* 文本框 */
  .platform-text {
  	width: 100%;
  	height: 162px;
  	display: flex;
  	flex-direction: column;
  	border-radius: 4px;
  	overflow: hidden;
  	position: relative;
  	box-shadow: 0px 0px 19px 9px rgba(206, 218, 255, 0.44);
  }

  .platform-text textarea {
  	width: 100%;
  	border: 0;
  	height: 162px;
  	padding: 32px 28px 70px;
  	font-size: 18px;
  }

  /* 盒子 */
  .platform-box {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
/*  	margin-top: 6px;*/
  	margin-bottom: 30px;
/*	padding-top: 30px;*/
  }

  .platform {
/*  	width: 960px;*/
  	background: #fff;
  	border-radius: 16px;
  	box-shadow: 0px 0px 33px 5px rgba(112, 148, 254, 0.18);
  	padding: 37px 0 0;
  }

  .platform-title {
  	display: flex;
  	align-items: center;
  	padding: 0 97px;
  }

  .msg-sort {
  	padding: 0 97px;
  }

  .platform-title span {
  	margin-right: 13px;
  	background: #225afc;
  	width: 5px;
  	height: 20px;
  }

  .platform-title h2 {
  	margin: 0;
  	padding: 0;
  	font-size: 17px;
  	font-weight: 600;
  	color: #15294e;
  }

  .msg-sort {
  	display: flex;
  	flex-wrap: wrap;
  	margin-top: 16px;
  }

  .msg-sort-item {
  	padding: 0 15px;
  	height: 38px;
  	border-radius: 24px;
  	margin-right: 16px;
  	background-color: #f0f5ff;
  	border: 1px solid #f0f5ff;
  	font-size: 16px;
  	color: #5f6c90;
  	margin-bottom: 8px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	cursor: pointer;
  	user-select: none;
  }

  .msg-sort-item.active {
  	background-color: #e2e9ff;
  	color: #225afc;
  	border: 1px solid #225AFC;
  	font-weight: 700;
  }

  .platform-text-submit {
  	position: absolute;
  	right: 20px;
  	bottom: 20px;
  }

  .platform-text-btn {
  	width: 96px;
  	height: 47px;
  	background: #225AFC;
  	color: #FFF;
  	border-radius: 6px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	font-size: 18px;
  	font-weight: 400;
  	cursor: pointer;
  }

  .type-msg {
  	padding: 10px 97px 15px;
  	font-size: 14px;
  	font-weight: 400;
  	color: rgba(21, 41, 78, 1);
  }

  /* 聊天框 */
  .chat {
  	width: 100%;
  	height: 260px;
  	background: rgba(251, 252, 255, 1);
  	box-shadow: inset 0px 2px 6px 0px rgba(135, 164, 251, 0.3);
  	padding: 33px 40px;
  	display: flex;
  	flex-direction: column;
  	overflow-y: auto;
  }

  .chat-my,
  .chat-his {
  	display: flex;
  	margin-bottom: 20px;
  }

  .chat-my {
  	justify-content: flex-end;
  }

  .chat-tx {
  	width: 62px;
  	height: 62px;
  	border-radius: 31px;
  	object-fit: cover;
  }

  .chat-my-msg,
  .chat-his-msg {
  	width: 613px;
  }

  .chat-my-msg {
  	display: flex;
  	justify-content: flex-end;
  }

  .chat-my-msg span,
  .chat-his-msg span {
  	max-width: 613px;
  	border-radius: 12px;
  	font-size: 16px;
  	padding: 23px 32px;
  	display: inline-block;
  }

  .chat-my-msg span {
  	margin-right: 22px;
  	color: rgba(255, 255, 255, 1);
  	background: rgba(73, 117, 247, 1);
  	box-shadow: 0px 2px 10px 0px rgba(135, 164, 251, 0.3);
  }

  .chat-his-msg span {
  	margin-left: 22px;
  	background: rgba(241, 244, 250, 1);
  	font-weight: bold;
  	color: rgba(21, 41, 78, 1);
  }

  .chat-lock {
  	width: 100%;
  	margin-bottom: 20px;
  	display: flex;
  	justify-content: center;
  }

  .chat-lock span {
  	display: inline-flex;
  	background: rgba(236, 241, 254, 1);
  	border-radius: 51px;
  	padding: 5px 15px;
  	align-items: center;
  	font-size: 13px;
  }

  .chat-lock span i {
  	font-size: 23px;
  	margin-right: 8px;
  	color: #6C7B98;
  }

  .loading-box {
  	width: 100%;
  	height: 162px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	flex-direction: column;
  }

  .loading-img {
  	width: 100px;
  }

  .loading-text {
  	font-size: .28rem;
  	margin-left: .2rem;
  	color: #6273a7;
  	font-weight: 700;
  }
    .lawyer-box {
        padding-top: 30px;
        display: flex;
        justify-content: center;
    }
    /* 新版律师主页 */
    .home-law {}

    .home-law-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .home-law-item {
        width: 24%;
        height: 335px;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 54px 3px rgba(172, 187, 228, 0.4);
        border-radius: 10px;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
    }

    .home-law-tx {
        width: 115px;
        height: 115px;
        border-radius: 115px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .home-law-tx img {
        width: 115px;
        height: 115px;
        object-fit: cover;
        transition: all 0.2s ease-in;
    }

    .home-law-item:hover .home-law-tx img {
        transform: scale(1.2);
    }

    .home-law-name {
        font-size: 18px;
        font-weight: bold;
        color: rgba(21, 41, 78, 1);
        margin-bottom: 16px;
    }

    .home-law-address {
        font-size: 14px;
        font-weight: 400;
        color: rgba(123, 136, 170, 1);
        margin-bottom: 9px;
    }

    .home-law-office {
        font-size: 14px;
        font-weight: 400;
        color: rgba(123, 136, 170, 1);
        padding-bottom: 14px;
        border-bottom: 1px solid #EEF1F9;
        margin-bottom: 16px;
        min-width: 221px;
        text-align: center;
    }

    .home-law-good {
        display: flex;
        width: 100%;
        padding: 0 17px;
    }

    .home-law-goodt {
        margin-right: 17px;
        font-size: 14px;
        font-weight: bold;
        color: rgba(139, 150, 179, 1);
        display: flex;
        align-items: center;
    }

    .law-goodt-list {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .law-goodt-item {
        width: 48%;
        height: 30px;
        border: 1px solid rgba(226, 230, 233, 1);
        border-radius: 8px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(34, 90, 252, 1);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .chat-his-right{
            display: flex;
    box-sizing: border-box;
   
        justify-content: flex-end;
    }