body,html {
    width: 100%;
    font-family: PingFangTC-Regular;
}

.container{
    padding-top:2.2rem;
}

.artDetail {
    /*margin-top: 2.2rem;*/
    width: 100%;
    background-color: #ffffff;
}
.artTitle {
    width: 92%;
    margin-left: 4%;
    padding: 1.5rem 0 0.25rem 0;
    font-family: PingFang-SC-Medium;
    color: #333333;
    font-size: 1.2rem;
    line-height: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.artTag {
    width: 92%;
    margin: 0.25rem 4%;
    clear: both;
}
.artlabel {
    color: #999999;
    font-size: 0.6rem;
    padding: 0.1rem 0.3rem;
    border: 0.05rem solid #e4e4e4;
    border-radius: 0.15rem;
}
.artView {
    float: right;
    clear: both;
    margin-top: 0.5rem;
    font-family: SFNSDisplay-Regular;
    color: #BCBCBC;
    font-size: 0.6rem;
    clear: both;
    position: relative;
}
.artView:before {
    content: '';
    display: inline-block;
    width: 0.725rem;
    height: 0.6rem;
    position: absolute;
    top: 0.15rem;
    left: -0.8rem;
    background: url("../../image/market/look.png") center center no-repeat;
    background-size: cover;
}
.rich-text {
    padding: 0 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0.25rem 0;
}
.rich-text * {
    line-height: 1.625!important;
    word-break: break-all!important;
    font-size: 0.8rem !important;
}
.rich-text hr {
    max-width: 100%!important;
}
.rich-text h1 {
    font-size: 1.2rem !important;
}
.rich-text h2 {
    font-size: 1.1rem !important;
}

.rich-text h3 {
    font-size: 1rem !important;
}
.rich-text h4 {
    font-size: 0.9rem!important;
}
.rich-text h5 {
    font-size: 0.85rem !important;
}
.rich-text a {
    display: inline;
    color: #3c78e8;
    text-decoration: underline;
}
.rich-text img {
    margin: 0.8rem 0;
    width: 100%!important;
    height: auto!important;
    opacity: 1;
}

.marketInfo {
    margin-top: 0.3rem;
    width: 100%;
    padding: 0 4%;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.marketTitle {
    width: 92%;
    height: 3.15rem;
    color: #666666;
    font-size: 0.8rem;
    padding-top: 1.3rem;
    border-bottom: 0.05rem solid #f1f1f1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.marketTel, .marketAddress {
    width: 92%;
    height: 2.1rem;
    color: #666666;
    font-size: 0.8rem;
    line-height: 2.1rem;
    border-bottom: 0.05rem solid #f1f1f1;
    padding-left: 1.2rem;
}
.marketAddress {
    height: 3.15rem;
}
.phone, .address{
    position: relative;
}
.phone:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -1.2rem;
    top: 0.15rem;
    width: 0.6rem;
    height: 0.8rem;
    background: url("../../image/market/phone.png") center center no-repeat;
    background-size: cover;
}
.address:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -1.2rem;
    top: 0.15rem;
    width: 0.6rem;
    height: 0.8rem;
    background: url("../../image/market/address.png") center center no-repeat;
    background-size: cover;
}