@charset "UTF-8";

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

body,
dd,
dl,
ul,
li,
div,
p,
span,
img,
h1,
h2,
h3,
h4,
h5,
form,
input,
textarea,
select {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", "宋体", sans-serif;
    font-size: 16px;
}

ul,
li {
    list-style: none;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

a:focus {
    outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

em {
    font-style: normal;
}

table {
    border-collapse: collapse;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/*  */

.app-fixed-down a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-intro>h2,
.search-wrap .search-input,
.app-download a,
.app-download,
.page-wrap-inner,
.article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form,
input,
textarea,
select {
    padding: 0;
    margin: 0;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

buttton {
    border: none;
    outline: none;
}

input {
    border: 0;
}

textarea {
    resize: none;
    overflow: auto;
}

select,
input,
textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    border: 0;
}

select::-ms-expand {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

::-webkit-input-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #888;
}

::-ms-input-placeholder {
    color: #888;
}

::placeholder {
    color: #888;
}

html,
body {
    height: 100%;
    /* overflow: auto; */
    -webkit-overflow-scrolling: touch;
    font-family: PingFang SC;
}

::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #fff;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

.mls-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 750px;
    margin: 0 auto;
}

.index .mTop {
    display: flex;
    justify-content: space-between;
    padding: .5rem .5rem 0;
    color: #222222;
}

.index .mTop .address {
    display: flex;
    align-items: center;
}

.index .mTop .address img {
    width: .5rem;
    height: auto;
    margin-left: .25rem;
}

.index .mTop a {
    color: #222222;
}

.index .mTitle {
    text-align: center;
    font-weight: bold;
    color: #FF1A1A;
    text-shadow: 0px 3px 6px rgba(206, 205, 207, 0.18);
    font-size: 1.25rem;
}

.index .toSearch {
    padding: .75rem .5rem;
    position: sticky;
    top: 0rem;
    background: #fff;
    z-index: 100;
}

.index .mSearch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #212121;
    border-radius: .25rem;
    padding: .4rem .6rem;
    color: #B9B9B9;
    font-size: .6rem;
}

.index .mSearch img {
    width: .8rem;
    margin-right: .25rem;
}

.index .mSearch .left {
    display: flex;
    align-items: center;
    border-right: 1px solid #D6D6D6;
    width: 80%;
}

.index .mSearch p {
    width: 60%;
}

.index .mSearch .btn {
    font-weight: 500;
    color: #FF1919;
    font-size: .7rem;
}

.mOne {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .7rem;
    border-bottom: 0.6rem solid #F5F5F5;
}

.mOne .item {
    width: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: .5rem .3rem .75rem
}

.mOne .item img {
    width: 1.8rem;
    /* height: auto; */
}

.mOne .item .mRight {
    padding-left: 0.625rem;
    color: #878787;
    font-size: 0.6rem;
}

.mOne .item .mRight .title {
    font-size: 0.8rem;
    padding: 0 0 .2rem;
    font-weight: 600;
    color: #000000;
}

.index .toMune {
    position: sticky;
    top: 2.9rem;
    z-index: 10;
    background: #fff;
}

.index .menu-scroll {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: .6rem 0 0;
    border-bottom: 1px solid #f5f5f5;
}

.index .menu {
    width: 85%;
    display: flex;
    padding-left: 0.8rem;
    overflow: scroll;
    white-space: nowrap;
    height: 1.8rem;
}

.imodel {
    position: fixed;
    height: 100vh;
    background: #fff;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.imodel .g2 {
    position: absolute;
}

.imodel .top {
    padding: .5rem 1rem;
    text-align: center;
    position: relative;
}

.imodel .top .g2 {
    position: absolute;
    right: 0;
    top: 0;
    padding: .7rem 1rem;
}

.imodel .top .g2 img {
    width: .8rem;
}

.imodel .gxx{
    position: absolute;
    top: -1.8rem;
    right: 0rem;
    padding: 0 .8rem 0 .8rem;
    background: #fff;
    /* background: red; */
}
.imodel .gxx img{
    width: 1rem;
}
.imodel .con {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.imodel .con a {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    text-align: center;
    padding: .3rem 0;
    border: 1px solid #D3D3D3;
    margin-bottom: .8rem;
    color: #222222;
    font-size: .7rem;
    border-radius: .1rem;
}

.imodel .con .active {
    background: #FE0000;
    color: #fff;
    border: 1px solid #fe0000;
}

.imodel .con a:nth-child(3n) {
    margin-right: 0;
}

.index .menu>a {
    font-size: 0.8rem;
    display: inline-block;
    color: #000000;
}

.index .menu>a.cur {
    color: #FE0000
}

.index .menu>a+a {
    margin-left: 1.05rem
}

.index .menu-scroll .madd {
    width: 10%;
    position: relative;
}

.index .menu-scroll .madd::after {
    content: '';
    width: .18rem;
    height: 1.2rem;
    background: linear-gradient(to right, #fff, #eee);
    position: absolute;
    top: 0;
    left: -.8rem;
}

.index .menu-scroll .madd img {
    width: 1rem;
    margin-top: 2px;
}

.content .list {
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    padding: .7rem .5rem;
}

.content .list .left {
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: .5rem;
    width: 100%;
}

.content .list .left .title {
    font-size: .8rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content .list .left .desc .dleft {
    color: #9B9B9B;
    font-size: .6rem;
    display: flex;
    align-items: center;
}

.content .list .left .desc .dleft .square {
    width: .8rem;
    height: .8rem;
    background: #FFE8E8;
    border-radius: .1rem;
    display: inline-block;
}

.content .list .left .desc .dleft div {
    margin-right: .4rem;
}

.content .list .left .top {
    display: flex;
    align-items: center;
}

.content .list .left .top img {
    width: .8rem;
    height: .8rem;
    margin-right: .3rem;
}

.content .list .left .top .title1 {
    font-size: .8rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content .list .left .mintitle {
    color: #666666;
    font-size: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content .list .left .desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #9B9B9B;
    font-size: .65rem;
}

.content .list .left .desc span {
    color: #FF1A1A;
}

.content .list .left .desc .dright {
    background: #FFEFEF;
    border-radius: .1rem;
    padding: .15rem .7rem;
    color: #FF1A1A;
}

.content .list .left .desc .app {
    background: #F0F0F0;
    border-radius: .1rem;
    color: #333333;
    padding: .15rem .6rem;
}

.content .item {
    background: #F5F5F5;
    padding: .7rem .5rem;
}

.content .item .item-top {
    color: #000000;
    font-size: .7rem;
}

.content .item .item-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.content .item .item-box a {
    display: inline-block;
    width: 23.5%;
    background: #fff;
    padding: .2rem 0;
    border-radius: .1rem;
    margin-right: 2%;
    color: #000000;
    font-size: .65rem;
    text-align: center;
    margin-top: .6rem;
}

.content .item .item-box a:nth-child(4n) {
    margin-right: 0;
}

.content .list .right {
    width: 8rem;
    height: 4rem;
}

.content .list .right img {
    width: 100%;
    height: 100%;
}

.mls-wrap .lk {
    padding: 1rem .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.mls-wrap .lk a {
    width: 1.3rem;
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
    /* border-radius: .1rem; */
    margin: 0 .3rem;
    color: #222222;
}

.mls-wrap .lk .curr {
    border: 1px solid #FF3511;
}

.mls-wrap .lk a img {
    width: 8px;
}

/* lsub */
.lsub form {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.lsub input {
    width: 100%;
    background: #fff;
    padding: .7rem;
    box-sizing: border-box;
    font-size: .7rem;
    margin-bottom: .5rem;
}

.lsub textarea {
    width: 100%;
    box-sizing: border-box;
    padding: .7rem;
    font-size: .7rem;
}

.lsub button {
    margin-top: 1rem;
    width: 90%;
    padding: .6rem 0;
    background: #FF1A1A;
    border: none;
    border-radius: 2rem;
    font-size: .8rem;
    color: #fff;
    text-align: center;
}

.lsub .lsubbtn {
    text-align: center;
    margin-top: 1rem;
    width: 90%;
    padding: .6rem 0;
    background: #FF1A1A;
    border: none;
    border-radius: 2rem;
    font-size: .8rem;
    color: #fff;
}

.lsucces {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lsucces .sumodel {
    background: red;
    margin-bottom: 10rem;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: .5rem 1rem;
    font-size: .6rem;
}

/* lawcon */
.lawcon .ltop {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: .5rem;
}

.lawcon .ltop .title {
    font-weight: bold;
    font-size: .9rem;
    color: #222222;
    width: 100%;
}

.lawcon .ltop .desc {
    display: flex;
    padding: .5rem 0;
    width: 100%;
    font-size: .7rem;
    color: #9A9A9A;
    justify-content: space-between;
}

.lawcon .ltop .desc span {
    margin-right: .5rem;
}

.lawcon .ltop .lsubcon {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
}

.lawcon .ltop .lsubcon .hedit {
    border: 1px solid #FF1A1A;
    padding: .5rem;
    width: 100%;
    height: 5rem;
    border-radius: .1rem;
    font-size: .7rem;
}

.lawcon .ltop .lsubcon button {
    width: 20%;
    margin-top: .5rem;
    padding: .5rem;
    border: none;
    background: #FF1A1A;
    border-radius: .1rem;
    color: #fff;
    font-size: .7rem;
}

.lawcon .ltop .ltop-min{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: .7rem;
    color: #555;

}
.lawcon .ltop .ltop-min p{
    width: 85%;
    margin: 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.lawcon .ltop .ltop-con{
    position: relative;
    font-size: .7rem;
    margin: 8px 0 0;
    width: 100%;
    color: #555;
}
.ltop-hide{
    position: absolute;
    bottom: -1.9rem;
    padding: .5rem 0 .5rem .5rem;
    right: 0;
    font-size: .7rem;
    background: #fff;
    display: flex;
    align-items: center;
}
.ltop-hide img{
    width: 10px;
    height: auto;
    margin-left: 10px;
}

.lawcon .ltop .ltop-min .ltop-btn{
    width: 15%;
    padding-right: 6px;
    text-align: right;
}
.lawcon .ltwo {
    padding-bottom: .5rem;
    background: #fff;
}

.lawcon .ltwo .title {
    padding: .5rem;
    font-size: .8rem;
    color: #222222;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
}

.lawcon .ltwo .title span {
    font-size: .6rem;
    margin-left: .5rem;
    font-weight: normal;
    color: #9A9A9A;
}

.lawcon .ltwo .lcon {
    padding: .5rem;
}

.lawcon .ltwo .lcon .lname {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.lawcon .ltwo .lcon .lname .left{
    display: flex;
    font-size: .6rem;
    align-items: center;
    color: #9A9A9A;
}
.lawcon .ltwo .lcon .lname .right{
    font-size: .6rem;
    color: #FF1A1A;
    background: #FFDADA;
    padding: .3rem .5rem;
    border-radius: 1rem;
}

.lawcon .ltwo .lcon .lname img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin-right: .5rem;
}
.lawcon .ltwo .lcon .lname .img{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin-right: .5rem;
}

.lawcon .ltwo .lcon .lname .name {
    font-weight: bold;
    font-size: .7rem;
    color: #222222;
    margin-bottom: .1rem;
}

.lawcon .ltwo .lcon .ltext {
    line-height: 1rem;
    padding: .5rem 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: .8rem;
    color: #222222;
}

.lawcon .ltwo .ltwobtn {
    padding: 0 0 .5rem;
    text-align: center;
    color: #9A9A9A;
    font-size: .6rem;
}

.lawcon .ltwo .ltwodome {
    background: linear-gradient(0deg, #FF1A1A 0%, #FF4B0C 100%);
    margin: 0 .5rem;
    font-size: .7rem;
    color: #fff;
    padding: .7rem 0;
    text-align: center;
    border-radius: 2rem;
    font-weight: bold;
    box-sizing: border-box;
}


.lawcon .lrefer {
    background: #fff;
}

.lawcon .lrefer .top {
    padding: .5rem;
    font-size: .8rem;
    color: #222222;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
}

.lawcon .lrefer .list {
    display: inline-block;
    margin: 0 2.5%;
    padding: .5rem 0;
    border-bottom: 1px solid #f5f5f5;
    width: 95%;
    box-sizing: border-box;
}

.lawcon .lrefer .list .title {
    color: #343434;
    font-size: .8rem;
    font-weight: bold;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lawcon .lrefer .list .title span{
    color: #FD3B1B;
}
.lawcon .lrefer .list .desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .6rem;
    color: #9A9A9A;
    margin-top: .2rem;
}

.lawcon .lrefer .list .desc span {
    margin-right: 1rem;
}

.lawcon .lfooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: inline-block !important;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    z-index: 10;
}

.lawcon .lfooter div {
    width: 50%;
    padding: .8rem 0;
    font-size: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.lawcon .lfooter div img {
    width: 1rem;
    height: auto;
    margin-right: .5rem;
}

.lawcon .lfooter .fright {
    color: #fff;
    background: #FD3B1B;
}

.law .ctop{
    background: #fff;
    padding: .6rem .5rem .7rem;
    display: flex;
    /* align-items: center; */
}
.law .ctop .logo{
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    margin-right: .8rem;
}
.law .ctop .logo img{
    width: 100%;
    border-radius: 50%;
    height: 100%;
}
.law .ctop .right{
    width: 70%;
}
.law .ctop .right .title{
    font-size: .8rem;
    font-weight: bold;
    color: #222222;
}
.law .ctop .right .mcomtab{
    color: #686868;
    font-size: .7rem;
}
.law .ctop .right .title span{
    margin-left: .5rem;
    color: #999999;
    font-size: .6rem;
    font-weight: normal;
}
.law .ctop .right .add{
    font-size: .7rem;
    color: #999999;
    margin-top: .5rem;
}
.law .ctop .right .add span{
    background: #F2F2F2;
    color: #686868;
    padding: .1rem .3rem;
    margin-right: .2rem;
}
.law .cinput{
    margin-top: .5rem;
    background: #fff;
    padding: .5rem;
}
.law .cinput .top{
    display: flex;
    align-items: center;
    padding-bottom: .5rem;
}
.law .cinput .top .left{
    color: #222222;
    font-size: .8rem;
    margin-right: .5rem;
}
.law .cinput .score{
    position: relative;
    /* height: 1.1rem; */
}
.law .cinput .score .color{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.law .cinput textarea{
    width: 100%;
    height: 4rem;
    padding: .5rem;
    font-size: .7rem;
    border: 1px solid #B6B6B6;
    border-radius: .2rem;
}
.law .cbtn{
    width: 90%;
    margin: .5rem auto;
    background: linear-gradient(0deg, #FF1D1A 0%, #FF5837 100%);
    padding: .5rem 0;
    text-align: center;
    border-radius: 2rem;
    color: #fff;
    font-size: .7rem;
}

.mcomList{
    width: 94%;
    margin: auto;
    padding: .7rem 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
}
.mcomList .mcomlogo{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    padding: .2rem;
    box-shadow: 0px 0 12px rgba(0, 0, 0, 0.2);
}
.mcomList .mcomlogo img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.mcomList .mcomright{
    width: 68%;
}
.mcomList .mcomright .mcom-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .5rem;
}
.mcomList .mcomright .mcom-top .mcom-top-l{
    width: 60%;
}

.mcomList .mcomright .mcom-top .mcom-btn{
    padding: .3rem .8rem;
    border-radius: 1rem;
    font-size: .7rem;
    color: #fff;
    background: linear-gradient(0deg, #FF1515 0%, #FF6C1E 100%);
}
.mcomList .mcomright .mcom-top .desc{
    color: #222222;
    font-size: .7rem;
    margin: .2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mcomList .mcomright .mcom-top .title{
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .85rem;
}
.mcomList .mcomright .mcom-top .title img{
    width: .8rem;
    height: auto;
    margin-left: .3rem;
}
.mcomList .mcomright .mcomtab{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #999999;
    font-size: .7rem;
}

/* hsearch */
.hsearch{
    margin: .7rem .7rem .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
    border-radius: 2rem;
    padding: .3rem .5rem;
    font-size: .7rem; 
}
.hsearch .left{
    width: 1rem;
}
.hsearch img{
    width: 1rem;

}
.hsearch .title{
    /* padding: .5rem 0; */
    color: #999999;
}
.hcon{
    background: #F6F7F8;
    padding: .5rem .5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hcon .list{
    width: 48%;
    margin-right: 4%;
    border: 1px solid #E1E1E1;
    margin-bottom: .5rem;
    background: #F6F7F8;
}
.hcon .list:nth-child(2n){
    margin-right: 0;
}
.hcon .list img{
    width: 100%;
    height: 10rem;
}
.hcon .list .title{
    padding: .4rem .7rem;
    font-size: .8rem;
    color: #000000;
    border-top: 1px solid #E1E1E1;
    background: #fafafa;
    margin-top: -.2rem;
}
.hclass{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 2.5rem;
}
.hclass .left{
    width: 30%;
    height: 100%;
    overflow: auto;
}
.hclass .left li{
    display: inline-block;
    padding: .8rem 0;
    text-align: center;
    width: 100%;
    color: #666666;
    font-size: .75rem;
}
.hclass .left .active{
    border-left: 2px solid #FE0000;
    background: #fff;
    color: #FE0000;
}
.hclass .hidden{
    display: none;
}
.hclass .hright{
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: .8rem 0 0 .8rem;
    overflow: scroll;
}

/* .hclass .show{
    display: block;
} */
#box{
    width: 70%;
}
.hclass .hright .list{
    margin-bottom: .5rem;
    min-width: 46%;
    padding: .5rem;
    font-size: .8rem;
    margin-right: 4%;
    text-align: center;
    border: 1px solid #E4E4E4;
    color: #343434;
}
.hclass .hright .w100{
    width: 100%;
}
.hclass .hright a:hover{
    border: 1px solid #FE0000;
}

.hclass .hright .active{
    border: 1px solid #FE0000;
}

.hmodel{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 100;
}
.hmodel .hxx{
    padding: 1rem;
}
.hmodel .hxx img{
    opacity: .5;
    width: 1.5rem;
}
.hmodel .con{
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}
.hmodel .con .top{
    color: #222222;
    font-weight: bold;
    font-size: 1rem;
}
.hmodel .con img{
    width: 4rem;
    margin: 1rem 0 .5rem;
}
.hmodel .con .title{
    color: #222222;
    padding-bottom: .8rem;
    font-size: .8rem;
}
.hmodel .con .desc{
    color: #343434;
    font-size: .7rem;
}
.hmodel .con .desc span{
    color: #FE0000;
}
.hmodel .con .hbtn{
    margin-top: .8rem;
    padding: .5rem 2rem;
    border-radius: .1rem;
    background: #FE0000;
    color: #fff;
    font-size: .8rem;
}

/*  hsearch-top */
.hsearch-con{
    /* padding: .5rem; */
}
.hsearch-tab2{
    display: none;
}
.hsearch-con .top{
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hsearch-con .top .btn{
    color: #343434;
    font-size: .8rem;
}
.hsearch-con .top .left{
    background: #F2F2F2;
    border-radius: 2rem;
    width: 88%;
    display: flex;
    align-items: center;
}
.hsearch-con .top .left img{
    width: 1rem;
}
.hsearch-con .top .left input{
    width: 75%;
    height: 2rem;
    line-height: 2rem;
    background: none;
    font-size: .7rem;
}
.hsearch-con .title{
    padding: .5rem;
    color: #9A9A9A;
    font-size: .8rem;
}
.hsearch-con .con{
    display: flex;
    padding: 0 .5rem;
    flex-wrap: wrap;
}
.hsearch-con .con a{
    display: inline-block;
    padding: .3rem .8rem;
    background: #F2F2F2;
    color: #343434;
    font-size: .7rem;
    border-radius: 2rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
}
.hsearch-con .list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    padding: .5rem;
}
.hsearch-con .active{
    background: #F2F2F2;
}
.hsearch-con .list img{
    width: .5rem;
}
.hsearch-con .list .left{
    display: flex;
}
.hsearch-con .list .left img{
    width: 3rem;
    height: 3.5rem;
}
.hsearch-con .list .left>div{
    height: 3.5rem;
    margin-left: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hsearch-con .list .left>div .htitle{
    color: #343434;
    font-size: .8rem;
}
.hsearch-con .list .left>div .htitle span{
    color: #FE0000;
}
.hsearch-con .list .left>div .desc span{
    color: #9A9A9A;
    margin-right: .5rem;
    font-size: .7rem;
}
/* 登录 */

.login {
    height: 100%;
}

.login .top {
    padding: .5rem;
}

.login .top a img {
    width: .65rem;
}

.login .title {
    color: #212121;
    font-size: 1.3rem;
    font-weight: bold;
    padding: .7rem 1rem .2rem;
}

.login .desc {
    color: #999999;
    padding: 0 1rem;
    font-size: .8rem;
}

.login .con {
    padding: 1.5rem .5rem 0;
}

.login .con .input {
    position: relative;
}

.login .con .input .obtain {
    position: absolute;
    bottom: .5rem;
    right: 0;
    border-radius: .15rem;
    padding: .25rem .4rem;
    border: 1px solid #212121;
    color: #212121;
    font-size: .7rem;
}

.login .con input {
    margin-top: .8rem;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    padding: 0 .5rem;
    /* background: red; */
    font-size: .7rem;
}

.login .con .btn {
    background: #DCDCDC;
    margin-top: 2rem;
    border-radius: .1rem;
    padding: .7rem;
    text-align: center;
    color: #656565;
    font-size: .8rem;
    border: none;
    width: 100%;
}

.login .con .active {
    background: #FE3613;
    color: #fff;
}

.login .lfooter {
    margin-top: 1rem;
    /* position: fixed; */
    width: 100%;
    /* bottom: 1rem; */
    text-align: center;
    font-size: .6rem;
    color: #999999;
    line-height: 1rem;
}

.login .lfooter a {
    color: #212121;
    text-decoration: underline;
}


/* 成功 */

.login .success {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login .success .imgGo {
    width: 1.5rem;
    margin-top: 1rem;
}

.login .success .title {
    padding: 1rem 0 .6rem;
}

.login .success .desc {
    line-height: 1.3rem;
    font-size: .75rem;
    color: #434343;
    width: 80%;
    text-align: center;
    margin-bottom: 2rem;
}

.login .success .goIndex {
    padding: .4rem 1rem;
    border: 1px solid #999999;
    color: #FE0000;
    font-size: .8rem;
}

.login .success .item {
    display: flex;
    width: 80%;
    justify-content: space-between;
}

.login .success .item a {
    width: 6.5rem;
    height: 6.5rem;
    border: 1px solid #999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: .2rem;
    color: #212121;
    font-weight: bold;
}

.login .success .item a img {
    width: 3.5rem;
    margin-bottom: .5rem;
}

.login .success .item .active {
    border: 1px solid #FD0000;
}


/* law */
.law{
    width: 100%;
    height: 100%;
    
}
.law .bg{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    
}
.law .bg img{
    width: 100%;
}
.law .nav{
    position: fixed;
    top: 0;
    padding: .5rem 0;
    width: 100%;
    text-align: center;
    background: #fff;
    color: #fff;
    z-index: 10;
}
.law .nav span{
    position: absolute;
    left: .5rem;
    top: .5rem;
    font-size: 1rem;
}
.law .nav .lbtn{
    position: absolute;
    top: .5rem;
    right: .5rem;
}
.law .nav .lbtn img{
    width: 1rem;
}
.law .head{
    /* margin-top: 30px; */
    padding: .5rem .7rem 0;
    position: relative;
    
}
.law .head .con{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 8px 12px 1px rgba(115, 115, 115, 0.08);
    padding: 1rem;
}
.law .head .con .top{
    display: flex;
    justify-content: space-between;
    /* padding-bottom: .6rem; */
}
.law .head .con .top .logo{
    width: 4rem;
    border-radius: 50%;
    height: 4rem;
    box-shadow: 0px 8px 12px 1px rgba(115, 115, 115, 0.1);
}
.law .head .con .top .logo img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.law .head .con .top .left{
    width: 65%;
}
.law .head .con .top .left .one{
    display: flex;
    align-items: center;
    margin: .2rem 0 .3rem;
}
.law .head .con .top .left .one .title{
    max-width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    color: #222222;
    font-weight: bold;
}
.law .head .con .top .left .one img{
    width: 1rem;
    height: auto;
    margin-left: .5rem;
}
.law .head .con .top .left .address{
    font-size: .7rem;
    color: #999999;
}
.law .head .con .top .left .address span{
    margin-right: .2rem;
}
.law .head .con .top .left .phone{
    margin-top: .3rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #222222;
}
.law .head .con .top .left .phone img{
    width: .7rem;
    margin-right: .3rem;
}

.law .head .con .nclass{
    display: flex;
    align-items: center;
    margin-top: .5rem;
}
.law .head .con .nclass .plist{
    width: 24%;
    background: #F3F3F3;
    border-radius: .1rem;
    padding: .2rem 0;
    text-align: center;
    font-size: .6rem;
    color: #444444;
    margin-right: 1.5%;
}
.law .head .con .tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.law .head .con .tab .list{
    width: 25%;
    text-align: center;
    font-size: .6rem;
    color: #999999;
}
.law .head .con .tab .list .num{
    font-size: .8rem;
    color: #FF6C24;
    font-weight: bold;
    padding-bottom: .2rem;
}
.law .head .con .tab .l{
    width: 1px;
    height: 1.7rem;
    background: #eee;
}
.law .txt{
    margin-top: .5rem;
    padding: .7rem;
    display: flex;
    align-items: flex-end;
    font-size: .8rem;
    color: #222222;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
}
.law .txt>div{
    font-size: .6rem;
    color: #999999;
    font-weight: normal;
}
.law .onetab{
    background: #fff;
    padding: .7rem .7rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.law .onetab .list{
    width: 22%;
    background: #F3F3F3;
    margin-right: 3%;
    color: #444444;
    font-size: .7rem;
    padding: .3rem 0;
    border-radius: 2px;
    margin-bottom: .7rem;
    text-align: center;
}
.law .onetab .list:nth-child(4n){
    margin-right: 0;
}

.law .data{
    background: #fff;
    padding: 0 .7rem 0.5rem;
}
.law .data .dlist{
    display: flex;
    font-size: .7rem;
    justify-content: space-between;
    color: #999999;
    padding-top: .5rem;
}
.law .data .dlist .dtxt{
    width: 78%;
    color: #333333;
}
.law .data .dlist .dtxt span{
    color: #1478FF;
}

.law .legal{
    background: #fff;
    padding: 0 .7rem;
}
.law .legal a{
    font-size: .7rem;
    padding: .7rem;
    text-align: center;
    color: #999999;
    width: 100%;
    display: inline-block;
}
.law .legal .llist{
    padding: .5rem 0;
    border-bottom: 1px solid #eee;
    font-size: .7rem;

}
.law .legal .llist .q{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: .5rem;
}
.law .legal .llist .q .qtxt{
    background: #FF3514;
    border-radius: 2px;
    color: #fff;
    height: 1rem;
    width: 1rem;
    text-align: center;
}
.law .legal .llist .q .qcon{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #222222;
    font-weight: bold;
    width: 92%;
}

.law .legal .llist .a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.law .legal .llist .a .atxt{
    background: #1478FF;
    border-radius: 2px;
    color: #fff;
    height: 1rem;
    width: 1rem;
    text-align: center;
}
.law .legal .llist .a .acon{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #222222;
    width: 92%;
    font-size: .65rem;
}

.law .link{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #fff;
    padding: .6rem;
    font-size: .7rem;
}
.law .link span{
    margin: 0 3rem;
    line-height: .8rem;
}
.law .link a{
    height: 1rem;
}
.law .link img{
    width: .4rem;
    height: auto;
}
.law .service{
    background: #fff;
    padding: 0 .7rem;
}
.law .service .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 0;
}
.law .service .top .btn{
    color: #222222;
    border: 1px solid #222222;
    padding: .2rem 0;
    border-radius: .1rem;
    font-size: .7rem;
    width: 4rem;
}
.law .service .top .left{
    display: flex;
    align-items: center;
}
.law .service .top .left .num{
    font-weight: bold;
    font-size: 1rem;
    margin-right: .5rem;
    color: #222222;
}
.law .service .score{
    position: relative;
    height: 1.1rem;
}
.law .service .score .color{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.law .service .top .left .score .iconfont{
    font-size: 20px;
}
.law .service .score .iconfont{
    font-size: 14px;
}
.law .service .con{
    font-size: .7rem;
    color: #222222;
    padding-top: .2rem;
}
.law .service .slist{
    padding: .5rem 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
.law .service .slist .logo{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}
.law .service .slist .logo img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.law .service .slist .right{
    width: 83%;
}
.law .service .slist .right .top{
    padding: 0;
    align-items: flex-start;
    font-size: .7rem;
    color: #222222;
}
.law .service .slist .right .top .date{
    font-size: .6rem;
    color: #999999;
    line-height: 1.2rem;
}
.law .service .slist .right .address{
    font-size: .6rem;
    color: #999999;
}

.law .service a{
    font-size: .7rem;
    padding: .7rem;
    text-align: center;
    color: #999999;
    width: 100%;
    display: inline-block;
}


.law .lawfooter{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem;
    background: #fff;
    border-top: 2px solid #eee;
}
.law .lawfooter .icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 10%;
    font-size: .6rem;
    color: #999999;
}

.law .lawfooter .icon img{
    width: 1rem;
    height: auto; 
    margin-bottom: .2rem;
}
.law .lawfooter .lawbtn{
    width: 100%;
    text-align: center;
    font-size: .8rem;
    border-radius: .2rem;
    padding: .5rem 0;
    color: #fff;
    background: linear-gradient(-90deg, #FF1D1A 0%, #FF5938 100%);
}

.law .p{
    padding: 0 10px 20px;
    font-size: .7rem;
}
.law .p .title{
    text-align: center;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: bold;
    color: #222222;
}
.law .p .desc{
    line-height: 1.2rem;
}
.law .p .one{
    font-size: .8rem;
    padding: 10px 0;
    font-weight: bold;
}
.law .p .info{
    line-height: 1.2rem;
}
.law .p .info span{
    font-weight: bold;
}
/* vlogmodel*/

.logmodel{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 100;
}
.logmodel .hxx{
    padding: 1rem;
}
.logmodel .hxx img{
    opacity: .5;
    width: 1.5rem;
}
.logmodel .log-con{
    width: 100%;
    background: #fff;
    padding: 1.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logmodel .log-con .title{
    color: #222222;
    font-size: .8rem;
    padding-bottom: 1.5rem;
}
.logmodel .log-con .input{
    position: relative;
    width: 85%;
    margin-bottom: .8rem;
    
}
.logmodel .log-con .input input{
    width: 100%;
    font-size: .7rem;
    color: #222222;
    padding: .5rem;
    border: 1px solid #BCBCBC;
    border-radius: 4px;
}
.logmodel .log-con .input .yzm{
    position: absolute;
    top: 0;
    right: 0;
    padding: .5rem .8rem;
    font-size: .6rem;
    color: #FE6868;

}
.logmodel .log-con .input .yzm::after{
    content: '';
    position: absolute;
    width: 1px;
    height: .6rem;
    background: #999999;
    top: .6rem;
    left: 0;
}
.logmodel .log-con .btn{
    width: 85%;
    background: #FE0000;
    border-radius: 4px;
    text-align: center;
    font-size: .7rem;
    color: #fff;
    padding: .5rem 0;
}
/* dilist */
.di-con{
    background: #fff;
    padding: 0 .5rem;
}
.di-con .di-list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding: .5rem 0;
    color: #999999;
    font-size: .65rem;
}
.di-con .di-list img{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.di-con .di-list .img{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.di-con .di-list>div{
    width: 80%;
}
.di-con .di-list .di-top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.di-con .di-list .di-top .title{
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #222222;
    font-size: .8rem;
    font-weight: bold;
}
.di-con .di-list .di-top .title span{
    width: 6px;
    height: 6px;
    margin-left: .2rem;
    margin-bottom: 2px;
    display: inline-block;
    background: red;
    border-radius: 50%;
}
.di-con .di-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: .2rem;
}
.di-info{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.di-info .didata{
    margin: .6rem 0 0;
    background: #F3F3F3;
    border-radius: .2rem;
    width: 35%;
    font-size: .6rem;
    padding: .2rem;
    text-align: center;
    color: #999999;
}
.di-info .di-chat{
    width: 90%;
    background: #F2F2F2;
    margin-top: .6rem;
    padding: .5rem;
    border-radius: .2rem;
    box-sizing: border-box;
    font-size: .7rem;
    color: #222222;
    position: relative;
}
.di-info .di-lsl::after{
    content: '';
    position: absolute;
    top: .5rem;
    right: -8px;
    width: 0;
    height: 0;
    border-left: 10px solid #F2F2F2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.di-info .di-lsr{
    background: #FFCDCD;
}
.di-info .di-lsr::after{
    content: '';
    position: absolute;
    top: .5rem;
    left: -8px;
    width: 0;
    height: 0;
    border-right: 10px solid #FFCDCD;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.di-info .di-yhl{
    background: #FFCDCD;

}
.di-info .di-yhl::after{
    content: '';
    position: absolute;
    top: .5rem;
    right: -8px;
    width: 0;
    height: 0;
    border-left: 10px solid #FFCDCD;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.di-info .di-yhr::after{
    content: '';
    position: absolute;
    top: .5rem;
    left: -8px;
    width: 0;
    height: 0;
    border-right: 10px solid #F2F2F2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.di-info .di-a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem;
    box-shadow: 0px 3px 7px 0px rgba(35, 24, 21, 0.05);
}
.di-info .di-a img{
    width: .5rem;
}
.di-info .di-a .logo{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.di-info .di-a .di-con-top{
    width: 70%;
    color: #999999;
    font-size: .6rem;
}
.di-info .di-a .di-con-top .title{
    color: #222222;
    font-size: .8rem;
    font-weight: bold;
}
.di-info .di-a .di-con-top .load{
    margin-top: .2rem;
}
.di-info .di-a .di-con-top .title span{
    color: #999999;
    font-size: .6rem;
    margin-left: .5rem;
    font-weight: normal;
}
.di-footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    box-shadow: 0px -3px 7px 0px rgba(35, 24, 21, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem;
    box-sizing: border-box;
    background: #fff;
}
.di-footer input{
    font-size: .8rem;
    width: 80%;
    background: #F3F3F3;
    border-radius: 4px;
    padding: .5rem;
}
.di-footer .di-btn{
    color: #fff;
    border-radius: 3rem;
    padding: .3rem .8rem;
    font-size: .7rem;
    background: #FF0000;
}
/* 搜索 */

.search {
    height: 100%;
}

.search .top1 {
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.search .top1 a {
    width: 10%;
}

.search .top1 .lbtn {
    width: 10%;
    text-align: right;
}
.search .top1 .lbtn img{
    width: 1rem;
}
.search .top1 .lbtn button {
    padding: 0;
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: .8rem;
}
.search .top1 .input{
    width: 75%;
    padding: 2px .8rem;
    border-radius: 2rem;
    background: #fff;
    display: flex;
    align-items: center;
}
.search .top1 .input input{
    width: 90%;
    padding: .3rem 0;
    font-size: .7rem;
}
.search .top1 .input img{
    width: .8rem;
}
.search .top1 .ntab{
    padding-top: .5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search .top1 .ntab .nthree{
    margin-left: .2rem;
    width: 0;
    height: 0;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
} 
.search .top1 .ntan-model{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    top: 4rem;
    left: 0;
    z-index: 100;
}

.search .top1 .ntab-con{
    height: 300px;
    overflow: scroll;
    background: #fff;
}
.search .top1 .ntab-con .list{
    line-height: 2rem;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    color: #333333;
    font-size: .7rem;
    display: inline-block;
    width: 100%;
}
.search .top1 .ntab-con .active{
    color: #FF1A1A;
}
.smodel{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 2rem;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 150;
}
.smodel .smodel-con{
    background: #fff;
}
.smodel .smodel-con .smodel-a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .8rem 1rem;
    width: 100%;
    color: #222222;
}
.smodel .smodel-con .smodel-a img{
    width: .5rem;
}
.smodel .smodel-tab{
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .8rem 0;
}
.smodel .smodel-tab>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    color: #222222;
    font-size: .7rem;
    box-shadow: none;
    height: auto;
}
.smodel .smodel-tab a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    color: #222222;
    font-size: .7rem;
}
.smodel .smodel-tab>div img{
    width: 1.8rem !important;
    margin: 0 0 .3rem;
}
.smodel .smodel-tab a img{
    width: 1.8rem !important;
    margin: 0 0 .3rem;
}

.noinfo{
    width: 100%;
    margin-top: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search .top1 a img {
    width: .65rem;
    margin-top: .1rem;
}

.search .top1 .title {
    width: 50%;
    text-align: center;
    color: #FFFFFF;
    font-size: .9rem;
    font-weight: bold;
}

.search .mSearch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #212121;
    border-radius: .25rem;
    padding: .4rem .6rem;
    color: #B9B9B9;
    font-size: .6rem;
    width: 90%;
}

.search .mSearch img {
    width: .8rem;
    margin-right: .25rem;
}

.search .mSearch .left {
    display: flex;
    align-items: center;
    border-right: 1px solid #D6D6D6;
    width: 78%;
}

.search .mSearch .left input {
    width: 80%;
    font-size: .7rem;
}

.search .mSearch p {
    width: 60%;
}

.search .mSearch .btn {
    font-weight: 500;
    color: #FF1919;
    font-size: .7rem;
}

.search .scon {
    position: absolute;
    padding: 0 .5rem;
    top: 2.9rem;
    width: 100%;
    box-sizing: border-box;
    z-index: 1001;
    background: #fff;
    left: 0;
    display: none;
}

.search .scon .list {
    padding: .7rem 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: .8rem;
    display: inline-block;
    color: #333333;
    width: 100%;
}

.search .scon .list span {
    color: #FF1A1A;
}

/* info */
.info .one{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: .7rem 1rem .7rem .7rem;
    color: #666666;
    border-bottom: 1px solid #f5f5f5;
    font-size: .7rem;
    background: #fff;
}
.info .one .name span{
    color: #46c124;
}
.info .one .name .audit{
    color: #4b82ff;
}
.info .one .one-con{
   margin: 0 .5rem;
   width: 72%;
}
.info .one .img{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}
.info .one .name{
    width: 100%;
    padding: .5rem 0 0;
}
.info .one .nopost{
    color: #fe0000;
}
.info .one .out{
    color: #9A9A9A;
    padding-top: .5rem;
}
.info .two{
    padding: .7rem 1rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info .two img{
    width: 6rem;
}
.info .two .title{
    font-weight: bold;
    color: #222222;
    font-size: .8rem;
}
.info .two .desc{
    margin: .4rem 0;
    color: #666666;
    font-size: .7rem;
}
.info .two .btn{
    background: #FE0000;
    font-size: .6rem;
    color: #fff;
    padding: .3rem 0;
    border-radius: .1rem;
    width: 5rem;
    text-align: center;
}

.info a{
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .7rem;
    color: #343434;
    font-size: .8rem;
    border-bottom: 1px solid #f5f5f5;
    /* position: relative; */
}
.info a .di-dian{
    background: red;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    display: inline-block;
}
.info a img{
    width: .3rem;
}

.info .list{
    padding: .5rem;
    background: #fff;
    margin-bottom: .5rem;
}
.info .list a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    border: none;
}
.info .list .title{
    color: #222222;
    font-size: .8rem;
    padding: 0;
    border: none;
}
.info .list .desc{
    padding: .3rem 0;
    color: #666666;
    font-size: .7rem;

}
.info .list .data{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #9A9A9A;
    font-size: .6rem;
}
.info .list .data .delete{
    color: #FE0000;
    font-size: .8rem;
}
/* question */
.question{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.question .q-model{
    text-align: center;
    width: 80%;
    background: #fff;
    border-radius: .1rem;
    color: #222222;
    font-size: .8rem;
}
.question .q-model .top{
    padding: 1rem 0 0;
    line-height: 1.3rem;
}
.question .q-model .top .desc{
    font-size: .7rem;
    padding: .7rem 0;
    color: #999999;
}
.question .q-model .q-detele{
    padding: .5rem 0;
    border-top: 1px solid #f5f5f5;
}
.question .q-model .cancel{
    padding: .5rem 0;
    border-top: 1px solid #f5f5f5;
}
/* lawaut */
.myimg{
    width: 1rem;
}

.lcon {
    padding: 0 .5rem;

}

.lcon .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    color: #343434;
    font-size: .75rem;
}

.lcon .list>div {
    display: flex;
    align-items: center;
    padding: .3rem 0;
}

.lcon .list input {
    height: 2rem;
    width: 13rem;
    line-height: 2rem;
    font-size: .75rem;
    margin-left: .5rem;
}

.lcon .list .input {
    height: 2rem;
    width: 13rem;
    line-height: 2rem;
    margin-left: .5rem;
    color: #666666;
}

.lcon .list img {
    width: .3rem;
    height: auto;
}

.lcon .list .textarea{
    height: 5rem;
    width: 13rem;
    /* padding: .1rem 0; */
    margin: 0 .5rem;
    font-size: .75rem;
    color: #666666;
    align-items: flex-start;
    box-sizing: border-box;
    /* display: none; */
}
.lup{
    padding: .5rem;
}

.lup .top{
    font-size: .75rem;
    color: #333333;
}
.lup .desc{
    font-size: .65rem;
    color: #999999;
    margin: .3rem 0;
}
.lup .upload {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 1rem;
}

.lup .upload .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem;
    width: 48%;
    margin-right: 4%;
    position: relative;
}

.lup .upload .img img {
    width: 100%;
    height: 100%;
}
.lup .upload .img input{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.lup .upload .img:nth-child(2n) {
    margin-right: 0;
}
/* lmodel */
.lmodel{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff;
    overflow: scroll;
}
.lmodel .nav{
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8rem;
    border-bottom: 1px solid #eee;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
}
.lmodel .nav .img{
    width: 10%;
}
.lmodel .nav .save{
    width: 10%;
    color: #5980FF;
    text-align: right;
}
.lmodel .nav img{
    width: .5rem;
}
.lmodel .nav .lbtn{
    position: absolute;
    top: .5rem;
    right: .5rem;
}
.lmodel .tabcon{
    padding: .5rem;
    border-bottom: .5rem solid #eee;
    font-size: .7rem;
    color: #999999;
}
.lmodel .tabcon .tab{
    display: flex;
    padding: .5rem 0 0;
    flex-wrap: wrap;
    align-items: center;
    color: #333333;
}
.lmodel .tabcon .tab .list{
    /* width: 23%; */
    border: 1px solid #f5f5f5;
    margin-right: 2%;
    text-align: center;
    margin-bottom: .3rem;
    padding: .3rem;
}
.lmodel .tabone{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 0;
    border-bottom: 1px solid #f5f5f5;
}
.lmodel .tabone img{
    width: 1rem;
}
.lmodel .con{
    padding: .5rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* display: none; */
}
.lmodel .con .list{
    min-width: 23%;
    border: 1px solid #f5f5f5;
    margin-right: 2%;
    text-align: center;
    padding: .3rem;
    margin-bottom: .5rem;
    font-size: .7rem;
}
.lmodel .savesuccess{
    position: absolute;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    padding: .3rem .5rem;
    font-size: .7rem;
    display: none;
}
.article-item {
    padding: 0.75rem 0.6rem 0.75rem 0.6rem;
}

.article-item+.article-item {
    border-top: 1px solid #EAEAEA;
}

.article-item .inner:hover h3 {
    color: #fe0000;
}

.article-item h3 {
    font-weight: normal;
    text-align: justify;
}

.article-item h3 a {
    font-size: 0.95rem;
    color: #000000;
}

.article-item h3 strong {
    color: #FE0000;
    font-weight: normal;
}

p.info {
    margin-top: 0.75rem;
    font-size: 0.62rem;
    line-height: 0.625rem;
    color: #9B9B9B;
    display: flex;
    align-items: center;
}

p.info span {
    line-height: 0.625rem;
}

p.info span:first-child {
    display: flex;
    align-items: center;
}

p.info span+span {
    margin-left: 0.3rem;
}

p.info span.open_app {
    color: #FE0000;
}

p.info img {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.25rem;
}

.article-item .aside {
    margin-left: 0.9rem;
}

.article-item .aside a {
    display: block;
}

.article-item .aside img {
    width: 5.65rem;
    height: 3.65rem;
}

.article-item .inner {
    width: 100%;
}

.multi-image {
    margin-top: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.multi-image img {
    width: 5.5rem;
    flex-shrink: 0;
    height: 3.65rem;
}

.page-wrap {
    padding-bottom: 1rem;
    background: #F7F4F8;
}

.page-wrap-inner {
    justify-content: space-between;
    background: #ffffff;
    width: 100%;
    height: 2.5rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}

.page-wrap-inner a {
    width: 1.2rem;
    text-align: center;
    height: 1.2rem;
    line-height: 1.2rem;
    border: 0.025rem solid #999999;
    font-size: 0.75rem;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-wrap-inner a.curr {
    border-color: #FF3511;
}

.page-wrap-inner .prev {
    background: url("../image/m_prev.png") no-repeat center center;
    background-size: 0.375rem 0.65rem;
}

.page-wrap-inner .next {
    background: url("../image/m_next.png") no-repeat center center;
    background-size: 0.35rem 0.625rem;
}

.footer {
    position: fixed;
    /* height: 3.25rem; */
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    display: inline-block !important;
}

.app-download {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
    justify-content: space-between;
    height: 3.45rem;
    padding-left: 0.6rem;
    padding-right: 0.7rem;
}
.footer .link {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: center;
}

.app-download img{
    width: 2.3rem;
    /* margin-right: .5rem; */
    height: auto;
}
.app-download .title{
    width: 55%;
}

.app-download h2 {
    font-size: 0.8rem;
    font-weight: 500;
    background: url("../image/365.png") no-repeat left center;
    background-size: 2.15rem 2.15rem;
    padding-left: 2.5rem;
}

.app-download h2 span {
    font-size: 0.7rem;
    color: #666666;
}

.app-download a {
    background: #FE0000;
    border-radius: 1rem;
    width: 4.55rem;
    height: 1.7rem;
    color: #ffffff;
    font-size: 0.7rem;
    line-height: 1.7rem;
    justify-content: center;
}

.category-wrap {
    max-width: 750px;
    margin: 0 auto;
}

.category-wrap h1.category {
    background: url("../image/m_return.png") #FE0000 no-repeat 0.6rem center;
    background-size: 0.525rem 0.925rem;
}

.category-item {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.category-item p {
    font-size: 0.75rem;
    color: #888888;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.category-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category-item ul li {
    width: 5.45rem;
    text-align: center;
    height: 1.9rem;
    line-height: 1.9rem;
    border: 0.05rem solid #CCCCCC;
    margin-bottom: 0.6rem;
}

.category-item ul li.cur {
    background: #F0F0F0;
}

.category-item:nth-of-type(2) p {
    margin-top: 1.5rem;
}

.search-wrap {
    max-width: 750px;
    margin: 0 auto;
}

.search-wrap .search-input {
    height: 2.3rem;
    border: 0.05rem solid #000000;
    margin: 0.7rem 0.6rem 0;
    position: relative;
}

.search-wrap .search-input span.close {
    position: absolute;
    left: 12.8rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../image/m_close.png") no-repeat center center;
    background-size: 0.8rem 0.8rem;
}

.search-wrap .search-input>input[type=text] {
    height: 2rem;
    width: 14.675rem;
    font-size: 0.85rem;
    padding-left: 0.6rem;
}

.search-wrap .search-input>a {
    font-size: 0.85rem;
    color: #000000;
    height: 0.9rem;
    line-height: 0.9rem;
    border-left: 1px solid #C9C9C9;
    flex: 1;
    padding-left: 0.6rem;
}

.search-wrap .search-input+.article-list {
    background: #F4F4F4;
}

.search-wrap .search-input+.article-list .article-item {
    margin-bottom: 0.35rem;
    background: #ffffff;
}

.search-hint {
    color: #222222;
    margin: 0 0.7rem;
}

.search-hint p {
    font-size: 1.05rem;
    font-weight: bold;
    margin-top: 1.25rem;
    margin-bottom: 0.9rem;
}

.search-hint ul.search-keyword {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-hint ul.search-keyword li {
    background: #F8F8F8;
    width: 8.35rem;
    text-align: center;
    height: 2.15rem;
    line-height: 2.15rem;
    font-size: 0.8rem;
    border-radius: 0.1rem;
    margin-bottom: 0.55rem;
}

.article-wrap {
    max-width: 750px;
    margin: 0 auto;
}

.article-wrap .app-download {
    background: #ffffff;
    box-shadow: 0 0 18px 0 rgba(57, 141, 238, 0.12);
    margin-bottom: 0.25rem;
}

.article-main {
    background: #F4F5F6;
}

.article-main header {
    padding-top: 0.75rem;
    background: #ffffff;
}

.article-main header h2 {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.article-main header h2+p.info {
    padding-left: 0.3rem;
}

.article-main .article-content {
    position: relative;
    background: #ffffff;
    padding: 1rem 0.4rem;
}

.article-main .article-content p {
    font-size: 0.95rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.article-main .article-content img {
    width: 50%;
}

.article-intro {
    margin-top: 0.75rem;
    background: #ffffff;
}

.article-intro>h2 {
    height: 2.25rem;
    font-size: 0.95rem;
    padding-left: 0.6rem;
}

.article-intro>h2:before {
    content: "";
    width: 0.25rem;
    height: 1rem;
    background: #FE0000;
    margin-right: 0.5rem;
}

.non-pro-art-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 750px;
    margin: 0 auto;
}

.non-pro-art-top {
    position: absolute;
    top: 0;
    bottom: 2.25rem;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.non-pro-art-top .app-download h2 {
    height: 1.85rem;
    line-height: 1.85rem;
}

.app-fixed-down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #DDDDDD;
    background: #fff;
}

.app-fixed-down a {
    width: 50%;
    height: 2.25rem;
    text-align: center;
    font-size: 0.7rem;
    /* font-weight: 500; */
    color: #444444;
}

.app-fixed-down a::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-size: 100%;
    margin-right: 0.5rem;
}

.app-fixed-down a:nth-child(2) {
    background: #fe3513;
    color: white;
}

.app-fixed-down a:nth-child(2)::before {
    background: url("../image/consult.png") no-repeat center center;
    background-size: 100%;
}

.app-fixed-down a:first-child {
    color: #444444;
}

.app-fixed-down a:first-child::before {
    background: url("../image/index.png") no-repeat center center;
    background-size: 100%;
}
.app-fixed-down a:last-child {
    width: 100%;
    text-align: center;
    font-size: .6rem;
    height: unset;
}


.scroll-list {
    background: #F6F7F8;
}

.scroll-list-item {
    padding: 0.5rem 0.6rem 0.2rem;
    margin-bottom: 0.5rem;
    background: #ffffff;
}

.scroll-list-item+.everybody-watch {
    padding-top: 0 !important;
}

.scroll-list-item .article-main .article-content {
    padding-left: 0;
    padding-right: 0;
}

.scroll-list-item h2 {
    font-size: 1.05rem;
    color: #222222;
    line-height: 1.5rem;
}

.scroll-list-item h2 a {
    color: #222222;
}

.scroll-list-item .user-info {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    margin-top: 0.5rem;
}

.scroll-list-item .user-info>img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
}

.scroll-list-item .user-info .name {
    font-size: 0.75rem;
    color: #333333;
    margin-left: 0.5rem;
    margin-right: 0.875rem;
}

.scroll-list-item .user-info .date {
    font-size: 0.7rem;
    color: #999999;
}

.scroll-list-item .list-content p {
    font-size: 0.75rem;
    color: #222222;
    text-align: justify;
}

.scroll-list-item .list-content p .show-more {
    font-size: 0.9rem;
    color: #FE0000;
}

.everybody-watch {
    background: #F5F5F5;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.everybody-watch+.article-item {
    border-top: 1px solid transparent !important;
}

.everybody-watch>p {
    color: #222222;
    font-size: 0.8rem;
    padding-left: 0.6rem;
}

.everybody-watch .watch-list-scroll {
    height: 4.7rem;
    overflow: hidden;
}

.everybody-watch .watch-list-wrap {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 0.6rem;
    -webkit-overflow-scrolling: touch;
    padding-left: 0.6rem;
}

.everybody-watch .watch-list {
    height: auto;
    margin-bottom: 0.5rem;
}

.everybody-watch .watch-list a {
    display: inline-block;
    color: #000000;
    font-size: 0.7rem;
    padding: 0.4rem 0.5rem;
    background: #ffffff;
    margin-right: 0.5rem;
}

.scan {
    display: none;
}

@keyframes unfold-arrow-animation {
    from {
        margin-top: 0.5rem;
    }

    to {
        margin-top: 0.6rem;
    }
}

@media screen and (min-width: 1000px) {
    .index header.menu span {
        display: none;
    }
}


.mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 100;
    background: rgba(0,0,0,0.6)
}

.mask .dialog {
    width: 640px;
    height: 700px;
    background: #fff;
    box-shadow: 0 9px 55px 4px rgba(76,72,72,0.46);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 52px;
    padding-bottom: 190px;
    background: url("../image/PClinHunXieYi04.png") #fff no-repeat center bottom;
    background-size: 640px 170px
}

.mask .dialog .close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../image/PClinHunXieYi03.png") no-repeat center center;
    right: -32px;
    top: 12px;
}

.mask .dialog h1 {
    text-align: center;
    font-size: 38px;
    font-weight: normal
}

.mask .dialog .qrcode {
    width: 240px;
    height: 240px;
    background: #fff;
    border: 1px solid #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.mask .dialog .qrcode img,.mask .dialog .qrcode #canvas {
    width: 240px;
    height: 240px
}

.mask .dialog .explain {
    font-size: 16px;
    font-weight: 500;
    color: #502613
}
.scan {
    display: none;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateX(-50%)
}

.scan h2 {
    display: flex;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #4a4a4a;
    text-align: center
}

.scan h2 span {
    margin-right: 10px
}

.scan img {
    width: 160px;
    height: 160px
}

@media only screen and (min-width: 1000px) {
    .scan {
        display:block
    }
    .search .top1 {
        width: 750px !important;
    }
    .lawcon .lfooter{
        width: 750px !important;
    }
    .footer{
        width: 750px;
        margin: auto;
    }
    .imodel{
        width: 750px;
        left: 50%;
        margin-left: -375px;
    }
    .index .menu-scroll .madd img{
        width: 40px;
    }
    .question .q-model{
        width: 600px;
    }
    .lsucces{
        width: 750px;
    }
    .law .lawfooter{
        width: 750px;
    }
    .law .nav{
        width: 750px;
    }
    .smodel{
        width: 750px;
        left: 50%;
        transform: translateX(-50%);
    }
    .app-fixed-down{
        width: 750px;
        margin: auto;
    }
    .di-footer{
        width: 750px;
        left: 50%;
        transform: translateX(-50%);
    }
    .logmodel{
        width: 750px;
        left: 50%;
        transform: translateX(-50%);
    }
    .article-item{
       padding: 1.6rem 0.6rem 0.75rem 0.6rem;
    }
}



/*# sourceMappingURL=style.css.map */