.layui-form-item>.required:before {
    content: '*';
    color: red;
    font-weight: bold;
    line-height: 1.8em;
}

.page {
    background: #f6f6f6;
}

.layui-progress {
    height: 18px;
}

.layui-progress-bar {
    height: 18px;
    background: -webkit-linear-gradient(right, #95C6FF, #226EBC);
    /*  Safari 5.1 到 6.0 */
    background: -o-linear-gradient(right, #95C6FF, #226EBC);
    /*  Opera 11.6 到 12.0 */
    background: -moz-linear-gradient(right, #95C6FF, #226EBC);
    /*  Fx 3.6 到 15 */
    background: linear-gradient(to right, #95C6FF, #226EBC);
}

.layui-form-radio * {
    display: inline;
}

.page .bottom_main {
    width: 1170px;
    margin: auto;
    padding: 110px 0 30px 0 !important;
}

.page .bottom_main .team-banner {
    background: url(//file.zhupinhr.com/law/law-team-bg.jpg) no-repeat 50% 0;
    background-size: 100%;
    padding: 40px 50px 40px 100px;
    border-radius: 8px;
}

.page .bottom_main .team-banner h3 {
    color: #fff;
    font-size: 18px;
}

.page .bottom_main .team-banner .company-info {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page .bottom_main .team-banner .company-info .company-info-left {
    padding: 15px;
    background: #fff;
    width: 200px;
}

.page .bottom_main .team-banner .company-info .company-info-left img {
    width: 200px;
}

.page .bottom_main .team-banner .company-info .company-info-right {
    color: #FFFFFF;
    padding: 0 120px 0 50px;
}

.page .bottom_main .team-banner .company-info .company-info-right .company-name {
    font-size: 20px;
}

.page .bottom_main .team-banner .company-info .company-info-right .company-attr {
    padding: 15px 0;
}

.page .bottom_main .team-banner .company-info .company-info-right .company-attr span:nth-child(2) {
    padding: 0 10px;
}

.page .bottom_main .team-banner .company-info .company-info-right .company-desc {
    font-size: 12px;
    padding-bottom: 15px;
    color: #e9e9e9;
    line-height: 20px;
}


.page .bottom_main .team-list {

    padding-top: 50px;
}

.page .bottom_main .team-list h3 {
    font-size: 24px;
    padding-bottom: 20px;
    text-align: center;
}

.page .bottom_main .team-list .team-desc {
    color: #777;
    /*width: 500px;*/
    /*padding: 2px 136px;*/
    text-align: center;
}


.page .bottom_main .team-list .team-box .lawyer-item .lawyer-face{
    width: 210px;
    /*height: 308px;*/
    background: linear-gradient( 127deg, rgba(137,192,255,0.7) 3%, rgba(137,192,255,0) 52%);
    border-radius: 8px 8px 0px 0px;
    padding: 15px 0 0 15px;
}

.page .bottom_main .team-list .team-box {
    margin-top: 30px;
    /*background: #fff;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.page .bottom_main .team-list .team-box .lawyer-item {
    width: 205px;
    height: 390px;
    margin-bottom: 45px;
}

.page .bottom_main .team-list .team-box .lawyer-item:nth-child(4n - 2){
    margin-right: 116.5px;
    margin-left: 116.5px;
}

.page .bottom_main .team-list .team-box .lawyer-item:nth-child(4n - 1) {
    margin-right: 116.5px;
}

.page .bottom_main .team-list .team-box .lawyer-item .lawyer-face img {
    width: 190px;
    height: 220px;
    border-radius: 8px 8px 0 0;
}


.page .bottom_main .team-list .team-box .lawyer-item .lawyer-info .lawyer-name {
    font-size: 15px;
    color: #1E4BA8;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #1E4BA8;
    margin-bottom: 10px;
}

.page .bottom_main .team-list .team-box .lawyer-item .lawyer-info p {
    font-size: 12px;
    line-height: 20px;
    color: #555;
}

.page .bottom_main .team-list .team-box .lawyer-item .lawyer-info p .layui-icon {
    color: #1E4BA8;
}

.page .bottom_main .team-list .team-box .lawyer-item .lawyer-info .lawyer-desc {
    display: flex;
}

.page .bottom_main .team-list .team-box .lawyer-item .lawyer-info .lawyer-desc span:nth-child(2) {
    display: inline-block;
}