/*-------------------------------------------------------------------------公共css开始*/
@font-face {
    font-family: DIN-RegularAlternate;
    src: url(../../../Themes/SupportService/construction/font/DIN-Alternate-Bold.ttf);
}

html {
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: normal;
    font-family: 'MicrosoftYaHei';
}

body {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
}

li {
    list-style: none;
}

[v-cloak] {
    display: none
}

a, a:hover, a:focus, a:visited {
    color: #000;
}

.red {
    color: #f00;
    font-size: inherit;
}

.ib {
    display: inline-block;
}

.ell {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    overflow: hidden;
}

.clearfix:after {
    content: '';
    clear: both;
}

@font-face {
    font-family: SourceHanSansCN;
    src: url(../../../Themes/SupportService/construction/font/SourceHanSansCN-Bold.ttf);
}

.cut-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cut-three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/*-------------------------------------------------------------------------公共css结束*/
.BZ-IMG {
}

.app {
    width: 100%;
    background: #050b20;
}
/*banner*/
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 15rem;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(//image01.homedo.com/Files/Images/cms/www/20181019/4685077399085639349_pic1.jpg);
}

.banner .rules-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 6.1rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    border-radius: 0 0 0 .5rem;
    color: #fff;
    font-size: 1.2rem;
    background: #FF9C00;
}

.banner .rules-btn-share {
    width: 9rem;
    right: 5.5rem;
    background: #89BB1A;
}
.banner .rules-btn:last-of-type {
    /*display: none;*/
}
/*奖品列表*/
.prize-list {
    margin: 0 1.5rem 1rem;
}
.prize-list img {
    width: 100%;
}
.main {
    margin: 0 1.5rem;
    background: #4339E2;
    border-radius: .8rem;
    padding-bottom: .1px;
}
.act-rule {
    display: block;
    margin: 1rem 1.5rem;
    padding: 1rem;
    background: #4339E2;
    border-radius: .8rem;
    padding-bottom: .1px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
}
.act-rule .rule-title {
    margin-bottom: 1rem;
    width: 8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    background: #1b0f9f;
    border-radius: 2rem;
}
.act-rule p {
    margin-bottom: 1rem;
}
.act-rule p span {
    display: block;
    text-indent: 2rem;
}
.main-top {
    color: #fff;
    font-size: .9rem;
    line-height: 2;
}

.main-top .p1 {
    position: relative;
    padding: .5rem .5rem 0 6rem;
}

.main-top .p1 img {
    position: absolute;
    left: -.5rem;
    top: -.3rem;
    width: 5.4rem;
    height: 4.5rem;
}

.main-top .p2 {
    padding: 0 1rem;
}

.main-top .p3 {
    padding: 0 1rem;
}

.main-top .p3 em {
    font-size: 1.1rem;
    color: #fdf5ca;
}

.publish-area {
    margin: .75rem;
    padding: .5rem;
    background: #362cbd;
}

.type-list li:not(.last) {
    margin-right: .5rem;
    padding: 0 .5rem;
    height: 1.8rem;
    border-radius: 1.8rem;
    background: #1b0f9f;
    color: #fff;
    font-size: 1.3rem;
}

.type-list li .circle {
    position: relative;
    display: inline-block;
    width: .7rem;
    height: .7rem;
    border-radius: .7rem;
    border: 1px solid #01f8fc;
}

.type-list li.selected .circle .circle-inner {
    display: inline-block;
}

.type-list li .circle .circle-inner {
    display: none;
    position: absolute;
    margin: .2rem;
    width: .3rem;
    height: .3rem;
    border-radius: .5rem;
    background: #01f8fc;
}

.type-list li.last a {
    color: #f8bf6e;
    font-size: 1.2rem;
}

.type-list li.last {
    line-height: 1.5;
}

.type-list li.last a:visited {
    color: #f8bf6e;
}

.publish-area .input-wrap {
    margin-top: .5rem;
}

.publish-area .input-wrap label {
    color: #6d97d1;
    line-height: 3rem;
    text-indent: 5px;
}

.publish-area .input-wrap .input-real-wrap.no-login-publish-input {
    width: 70%;
    font-size: .6rem;
}

.publish-area .input-wrap .input-real-wrap {
    background: #fff;
    height: 3rem;
    width: 80%;
}

.publish-area .input-wrap .input-real-wrap input {
    outline: none;
    text-indent: .6rem;
    border: none;
    width: 66%;
    height: 100%;
    font-size: 1rem;
}

.publish-area .input-wrap .login-publish {
    width: 28%;
}

.publish-area .input-wrap span {
    display: inline-block;
    height: 3rem;
    width: 18%;
    line-height: 3rem;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: -webkit-linear-gradient(to right, #ff8e52, #fb0425); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right, #ff8e52, #fb0425); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right, #ff8e52, #fb0425); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff8e52, #fb0425);
}

.view-type-list-wrap {
    padding-top: .1px;
    width: 106%;
    margin-left: -3%;
    height: 5rem;
    background: url(//image01.homedo.com/Files/Images/cms/www/20190218/5548496396084387122_pic1.png) center/100% 100%;
}

.view-type-list {
    margin: 1rem 1rem 0;
}

.view-type-list li {
    color: #ED4A2B;
    font-size: 1.5rem;
    width: 25%;
    height: 3rem;
    background: url(//image01.homedo.com/Files/Images/cms/www/20190218/5395951079649872311_pic1.png) center/100% 100%;
}

.view-type-list li.selected {
    color: #fff;
    background: url(//image01.homedo.com/Files/Images/cms/www/20190218/5288077118433947594_pic1.png) center/100% 100%;
}

.view-type-list li > div {
    height: 80%;
}

.view-type-list li img {
    /*margin: .8rem .5rem 0 1rem;*/
    width: .85rem;
    height: .85rem;
    display: none;
}


.view-type-list li span {
    /*display: inline-block;*/
    /*margin-top: .5rem;*/
    /*vertical-align: top;*/
    /*font-size: 1rem;*/
    /*color: #fff;*/
}

.view-type-list li:last-of-type {
    margin-right: 0;
}

.chat-list-wrap {
    padding-top: .1rem;
    padding-bottom: 1rem;
    margin: .75rem;
    background: #fff;
    border-radius: 10px;
}

.time-list {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.3;
}

.time-list li {
    padding: 0 1rem;
}

.time-list li.selected {
    color: #222;
    font-weight: bold;
}

.time-list li:first-of-type {
    border-right: 1px solid #bbb;
}

.content-list {
    margin-left: 1rem;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1;
}

.content-list li {
    padding-bottom: 1rem;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 1rem;
}

.content-list li .top img {
    margin-right: .5rem;
    width: 3rem;
    height: 3rem;
}

.content-list li .top .msg {
    width: 85%;
    line-height: 1.6;
    font-size: 1.3rem;
}

.content-list li .top .msg .name {
    color: #222222;
    font-weight: bold;
}

.content-list li .top .msg .type {
    color: #6097d6;
}

.content {
    color: #676767;
    word-break: break-all;
}

.content-list li .bottom {
    margin-top: 1rem;
}

.content-list li .bottom .time {
    color: #b4b4b4;
}

.content-list li .bottom .hand-list a,
.content-list li .bottom .operate-list span {
    margin-right: 1rem;
}

.content-list li .bottom .operate-list img,
.content-list li .bottom .hand-list img {
    width: .9rem;
    height: auto;
}
.content-list li .bottom .ajax-share-btn em {

}
.content-list li .bottom .hand-list em {
    color: #B4B4B4;
}

.content-list li .bottom .hand-list em.red {
    color: #ff2327;
}

.check-more {
    text-align: center;
}

.check-more img {
    width: 1rem;
    height: auto;
}

.tip-popover {
    position: fixed;
    top: 30%;
    left: 10%;
    z-index: 10000;
    width: 80%;
    height: 3rem;
    font-size: 1.2rem;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    line-height: 3rem;
    text-align: center;
    border-radius: 3px;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
}

.diolog-wrap {
    position: absolute;
    width: 70%;
    top: 10rem;
    left: 15%;
    background: #4339E2 url(//image01.homedo.com/Files/Images/cms/www/20190219/5534997780283721158_pic1.png) 0 -2rem/127% auto no-repeat;
    border-radius: 7px;
}

.diolog-wrap .close {
    position: absolute;
    bottom: -5rem;
    width: 100%;
    text-align: center;
}

.diolog-wrap .close img {
    width: 3.5rem;
}

.diolog-title {
    text-align: center;
    line-height: 3.5rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

.dialog {
    padding: 1rem;
    box-sizing: border-box;
    margin: 0 .8rem 1rem;
    background: #F4F8FD;
    border-radius: 7px;
}

.dialog .line {
    margin-bottom: 1rem;
}

.dialog .submit-wrap {
    position: relative;
    text-align: center;
}

.dialog .submit-wrap .red {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: -.5rem;
}

.dialog .submit {
    display: inline-block;
    margin-top: 1.5rem;
    width: 11.5rem;
    height: 3.2rem;
    text-align: center;
    line-height: 3.2rem;
    border-radius: 2rem;
    background: -webkit-linear-gradient(to right, #ff8e52, #fb0425);
    background: -o-linear-gradient(to right, #ff8e52, #fb0425);
    background: -moz-linear-gradient(to right, #ff8e52, #fb0425);
    background: linear-gradient(to right, #ff8e52, #fb0425);
    color: #fff;
    font-size: 1.2rem;
}

.dialog label {
    color: #222;
    line-height: 2rem;
    font-size: 1.1rem;
}

.dialog textarea,
.dialog input {
    display: block;
    border: 1px solid #dedede;
    width: 100%;
    height: 2.8rem;
    line-height: 2.8rem;
    outline: none;
    text-indent: .5rem;
    background: #fff;
}

.dialog textarea {
    height: 9rem;
    line-height: 1.5;
    resize: none;
    -webkit-appearance: none;
    appearance: none;
}

/*媒体查询 开始*/
@media only screen and (max-width: 350px) {
    .type-list li:not(.last) {
        font-size: .8rem;
    }
     .tip-popover {
        font-size: 1rem;
    }
    .diolog-wrap {
        top: 7rem;
    }
}
/*用户公约 开始*/
.usr-banner {
    width: 100%;
}

.usr-rule-content-wrap {
    padding: .5rem;
    margin: 0 2rem 5rem;
    border-radius: 10px;
    background: #4339E2;
}

.usr-rule-content {
    padding-top: .1px;
    padding-bottom: 1rem;
    background: #fff;
    border-radius: 10px;
}

.usr-rule-content pre,
.usr-rule-content p {
    margin: 1.4rem 1rem;
    color: #050b20;
    font-size: 1.1rem;
}

.usr-rule-content p:last-of-type {
    margin-bottom: 0;
}

.usr-go-back {
    display: inline-block;
    text-align: center;
    line-height: 4.4rem;
    background: -webkit-linear-gradient(to right, #ff8e52, #fb0425);
    background: -o-linear-gradient(to right, #ff8e52, #fb0425);
    background: -moz-linear-gradient(to right, #ff8e52, #fb0425);
    background: linear-gradient(to right, #ff8e52, #fb0425);
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

/*用户公约 结束*/
