@import url("font.css");
.videos {
    border: 0;
    width: 100%;
    height: 450px;
}

@media screen and (max-width: 700px) {
    .videos {
        height: 250px !important;
    }
}

* {
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
    font-family: "微软雅黑";
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.page, .page-group, body {
    background: #F6F6F6;
}


li {
    list-style: none;
}

.bar:after {
    display: none;
}

.bar-tab .tab-item.active, .bar-tab .tab-item:active {
    color: #ffa443;
}

.modal-text {
    font-size: 0.8rem;
}

#header {
    background: #2c2c2c;
    padding: 9px 0.7rem;
    color: #FFF;
    border-bottom: 1px solid #2c2c2c;
    position: relative;
}

#header > .back {
    float: left;
    width: 35px;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    color: #FFF;
}

#header > .titlea {
    float: left;
    text-align: center;
    padding: 0px 10px;
    height: 35px;
    font-weight: normal;
    font-size: 17px;
    overflow: hidden;
    line-height: 35px;
    color: #FFF;
    width: calc(100% - 35px - 25px - 11px);
}

#header > .logo {
    float: left;
    width: 84px;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
}

#header > .logo img {
    max-width: 100%;
    height: 30px;
    display: block;
    margin-top: 2.5px;
}

#header > .bar {
    float: left;
    margin-left: 3px;
    width: calc(100% - 84px - 25px - 3px - 11px);
    position: static;
    padding: 0;
    background: none;
    height: auto;
}

#header > .bar .searchbar {
    margin: 0;
    padding: 0;
    height: auto;
    background: rgb(68, 68, 68);
}

#header > .bar .searchbar .search-input .icon {
    padding: 0rem .1rem;
    color: #FFF;
    left: .5rem;
}

#header > .bar .searchbar .search-input input {
    height: 35px;
    border-radius: 3px;
    background: #505050;
    color: #FFF;
    padding: 7.5px 0;
    padding-left: 2rem;
    line-height: 20px;
}

#header > .bar .searchbar .search-input input::-webkit-input-placeholder {
    color: #FFF !important;
}

#header > .bar .searchbar .search-input input:-moz-placeholder {
    color: #FFF !important;
}

#header > .bar .searchbar .search-input input::-moz-placeholder {
    color: #FFF !important;
}

#header > .bar .searchbar .search-input input:-ms-input-placeholder {
    color: #FFF !important;
}

#header > .bar .searchbar .searchbar-cancel {
    color: #FFF;
    font-size: 0.7rem;
    height: 35px;
    line-height: 35px;
}

#header > .myico {
    width: 25px;
    height: 35px;
    line-height: 37px;
    text-align: right;
    font-size: 22px;
    color: #FFF;
    margin-left: 11px;
    float: right;
}

.theader {
    background: #444444 !important;
    border-bottom: 1px solid #444444 !important;
}

#footer ~ .content {
    bottom: 2.9rem;
}

#header ~ .content {
    top: 54px;
}

.titles {
    position: relative;
    height: 1.9rem;
    line-height: 1.6rem;
    text-indent: 1.01rem;
    font-size: 0.7rem;
    color: #5f5f5f;
}

.titles:after {
    content: " ";
    position: absolute;
    height: 0.7rem;
    width: 0;
    border: 1px solid #5298ff;
    left: 0;
    top: 0.4rem;
}

.titles .iconfont {
    float: right;
    height: 1.9rem;
    line-height: 1.6rem;
    font-size: 0.8rem;
    color: #d2d2d2;
}

.imgtitle {
    padding-left: 0 !important;
    text-align: left !important;
}

.imgtitle img {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.imgtitle .yke {
    display: inline-block;
    width: 1px;
    height: 42%;
    vertical-align: middle;
    background: #6d6d6d;
    margin-right: 11px;
    margin-left: 4px;
    margin-top: -2px;
}

.top {
    margin-top: 0.35rem;
    background: #FFF;
    padding: 0.6rem 0.7rem;
}

.top .xuhaoul {
    width: 100%;
    padding-top: 0.2rem;
}

.top .xuhaoul li {
    float: left;
    width: 100%;
    margin-bottom: 0.8rem;
}

.top .xuhaoul li:nth-child(1) a i {
    background: #ff2a2a;
    color: #FFF;
}

.top .xuhaoul li:nth-child(2) a i {
    background: #ff7171;
    color: #FFF;
}

.top .xuhaoul li:nth-child(3) a i {
    background: #ff9900;
    color: #FFF;
}

.top .xuhaoul li:nth-child(4) a i {
    background: #ffcc00;
    color: #FFF;
}

.top .xuhaoul li a {
    display: block;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 0.7rem;
    color: #5f5f5f;
    overflow: hidden;
}

.top .xuhaoul li a i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    margin-right: 0.5rem;
    background: #f3f3f3;
    width: 1.3rem;
    text-align: center;
    border-radius: 3px;
    color: #696969;
    font-size: 0.6rem;
    height: 1.15rem;
    line-height: 1.15rem;
    margin-top: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.suiji {
    margin-top: 0.35rem;
    background: #FFF;
    padding: 0.6rem 0.7rem;
}

.suiji .twdd {
    margin-top: 0.4rem;
}

.suiji .twdd li {
    margin-bottom: 1.2rem;
}

.suiji .twdd li:nth-last-child(1) {
    margin-bottom: 0.55rem;
}

.suiji .twdd li a {
    display: block;
}

.suiji .twdd li a .list-img {
    width: 5.2rem;
    height: 3.25rem;
    overflow: hidden;
    border-radius: 2px;
    float: left;
    margin-right: 0.9rem;
}

.suiji .twdd li a .list-img img {
    width: 100%;
}

.suiji .twdd li a .info {
    float: left;
    width: calc(100% - 5.2rem - 0.9rem);
}

.suiji .twdd li a .info h3 {
    font-size: 0.7rem;
    height: 0.9rem;
    line-height: 0.9rem;
    overflow: hidden;
    font-weight: normal;
    color: #5f5f5f;
}

.suiji .twdd li a .info font {
    display: block;
    margin-top: 0.4rem;
    line-height: 1rem;
    height: 1rem;
    overflow: hidden;
    font-size: 0.65rem;
    color: #b4b4b4 !important;
}

.suiji .twdd li a .info .new-date {
    color: #F30;
}

.footer {
    padding: 0.5rem 0.7rem;
}

.footer p {
    margin: 0;
    text-align: center;
    font-size: 0.65rem;
    color: #9e9e9e;
    margin-top: 0.3rem;
}

.footer div {
    text-align: center;
}

.footer div a {
    display: inline-block;
    font-size: 0.65rem;
    color: #9e9e9e;
    border-right: 1px solid #d2d2d2;
    line-height: 0.6rem;
    padding: 0 0.6rem;
}

.footer div a:nth-last-child(1) {
    border-right: 0;
}

#backtop {
    cursor: pointer;
    position: fixed;
    right: 7%;
    bottom: 4rem;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    display: none;
}

.infinite-scroll-preloader {
    margin-top: 1.2rem;
}

.infinite-scroll-preloader .preloader:after {
    background-size: 80%;
}

.no-mores {
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 0.7rem;
    color: #adadad;
    margin-top: 11px;
}

.no-data {
    padding: 2rem 0;
}

.no-data img {
    display: block;
    margin: 0px auto;
    width: 8rem;
    max-width: 100%;
}

.no-data span {
    display: block;
    text-align: center;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.72rem;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
    color: #9e9c9c;
}

.no-data a {
    display: block;
    height: 1.85rem;
    line-height: 1.84rem;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    font-size: 0.7rem;
    width: 7rem;
    color: #a2a2a2;
    margin: 0px auto;
    max-width: 100%;
}

body .baise {
    background: #ffffff !important;
    border-bottom: 1px solid #F6F6F6 !important;
}

body .baise > .back {
    color: #666 !important;
}

body .baise > .titlea {
    color: #666 !important;
}

.list-li {
    padding: 1.3rem 0.9rem;
    background: #FFF;
    display: none;
}

.list-li li {
    margin-bottom: 0.9rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #f9f9f9;
}

.list-li li:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.list-li li a {
    display: block;
}

.list-li li a .img {
    float: left;
    width: 35%;
    height: 4rem;
    overflow: hidden;
}

.list-li li a .img img {
    width: 100%;
    min-height: 100%;
    display: block;
}

.list-li li a .info {
    float: right;
    width: 60%;
}

.list-li li a .info .list-title {
    font-weight: normal;
    font-size: 0.7rem;
    color: #333;
    height: 2.1rem;
    line-height: 1.05rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-li li a .info div {
    margin-top: 0.5rem;
}

.list-li li a .info div font {
    float: left;
    color: #888;
    font-size: 0.64rem;
    height: 1.2rem;
    line-height: 1.2rem;
    max-width: 55%;
    overflow: hidden;
}

.list-li li a .info div .new-time {
    color: #f44;
}

.list-li li a .info div b {
    font-size: 0.62rem;
    float: right;
    font-weight: normal;
    color: #949494;
    border: 1px solid #f1f1f1;
    padding: 0 0.55rem;
    border-radius: 2px;
    height: 1.2rem;
    line-height: 1.1rem;
    max-width: 40%;
    overflow: hidden;
}

.data {
    background: #FFF;
    padding: 0.6rem 1rem;
    padding-top: 0;
}

.data .left {
    float: left;
    width: 48%;
    color: #b3b3b3;
    font-size: .65rem;
    line-height: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
}

.data .left i {
    margin-right: 5px;
}

.data .hover {
    color: #ff2c2c;
}

.data .right {
    float: right;
    width: 48%;
    text-align: right;
    font-size: .65rem;
    color: #b3b3b3;
    line-height: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
}

.more-list {
    background: #FFF;
    padding: 0.5rem 1rem;
    padding-bottom: 1rem;
    margin-top: 0.35rem;
}

.more-list > .titles {
    margin-bottom: 0.6rem;
    font-weight: normal;
}

.more-list > .titles:after {
    height: 0.5rem;
    top: 0.5rem;
}

.more-list li {
    margin-bottom: 0.9rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #F8F8F8;
}

.more-list li:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.more-list li .info {
    float: left;
    width: calc(100% - 7rem);
}

.more-list li .info h3 {
    font-size: 0.7rem;
    font-weight: normal;
    height: 2rem;
    line-height: 1rem;
    overflow: hidden;
    display: block;
    color: #5f5f5f;
}

.more-list li .info span {
    margin-top: 0.7rem;
    font-size: 0.6rem;
    color: #cacaca;
    height: 1rem;
    line-height: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.more-list li .img {
    float: right;
    width: 6rem;
    border-radius: 2px;
    height: 4rem;
    overflow: hidden;
}

.more-list li .img img {
    width: 100%;
    min-height: 100%;
}

.user-pl {
    background: #FFF;
    padding: 0.7rem 1rem;
    padding-bottom: 1rem;
    margin-top: 0.35rem;
}

.user-pl .titles {
    margin-bottom: 0.3rem;
    font-weight: normal;
}

.user-pl .titles:after {
    height: 0.5rem;
    top: 0.5rem;
}

.user-pl .titles font {
    float: right;
    max-width: 70%;
    font-size: 0.65rem;
    color: #b3b3b3;
}

.user-pl .send .textarea {
    position: relative;
}

.user-pl .send .textarea textarea {
    width: 100%;
    padding: 0.6rem 0.5rem;
    line-height: .9rem;
    font-size: 0.7rem;
    border: 1px solid #F6F6F6;
    height: 8rem;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 2px;
}

.user-pl .send .myinfo {
    margin-top: 0.7rem;
    margin-bottom: 0.3rem;
}

.user-pl .send .myinfo .logineds {
    display: none;
    width: calc(100% - 6rem);
    float: left;
}

.user-pl .send .myinfo .logineds .my-nick {
    float: left;
    max-width: calc(100% - 0.5rem - 1.5rem);
    height: 1.7rem;
    line-height: 1.7rem;
    color: #333;
    font-size: 0.65rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.user-pl .send .myinfo .logineds .my-nick img {
    border-radius: 5px;
    height: 1.3rem;
    width: 1.3rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    margin-top: -2px;
}

.user-pl .send .myinfo .logineds .exit {
    float: left;
    margin-left: 0.3rem;
    font-size: 0.65rem;
    background: none;
    border: 0;
    text-align: right;
    color: #a9a9a9;
    line-height: 1.7rem;
    height: 1.7rem;
    width: 1.5rem;
    cursor: pointer;
}

.user-pl .send .myinfo .sendpl {
    float: right;
    width: 5rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background: #5298ff;
    color: #FFF;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.65rem;
}

.user-pl .hot-list, .user-pl .new-list {
    margin-top: 1.5rem;
    display: none;
}

.user-pl .heihei li {
    width: 100%;
    margin-bottom: 30px;
}

.user-pl .heihei li:nth-child(1) {
    margin-top: 0.5rem;
}

.user-pl .heihei li:last-child {
    margin-bottom: 0;
}

.user-pl .heihei li:last-child .li-info {
    border-bottom: 0;
    padding-bottom: 0;
}

.user-pl .heihei li .li-img {
    float: left;
    margin-right: 0.6rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden;
}

.user-pl .heihei li .li-img img {
    width: 100%;
    height: 100%;
}

.user-pl .heihei li .li-info {
    float: left;
    width: calc(100% - 2rem - 0.6rem);
    border-bottom: 1px solid #F6F6F6;
    padding-bottom: 25px;
}

.user-pl .heihei li .li-info .li-nick {
    color: #379be9;
    font-size: 0.65rem;
    font-weight: bold;
    height: 1rem;
    line-height: 1rem;
    display: block;
    overflow: hidden;
}

.user-pl .heihei li .li-info .li-nick i {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.6rem;
    font-style: normal;
    color: #b9b9b9;
    vertical-align: middle;
    font-weight: normal;
    margin-top: -0.1rem;
}

.user-pl .heihei li .li-info .li-content {
    color: #4b4b4b;
    line-height: 1.1rem;
    margin-top: 0.2rem;
    font-size: 0.65rem;
}

.user-pl .heihei li .li-info .li-content img {
    max-width: 100px !important;
    max-height: 200px !important;
    cursor: pointer;
}

.user-pl .heihei li .li-info .li-go {
    margin-top: 0.3rem;
}

.user-pl .heihei li .li-info .li-go a {
    display: inline-block;
    margin-right: 0.8rem;
    line-height: 1rem;
    height: 1rem;
    overflow: hidden;
    color: #b9b9b9;
    font-size: 0.65rem;
}

.user-pl .heihei li .li-info .li-go a:nth-child(2) i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
    font-size: 16px;
}

.user-pl .heihei li .li-info .li-go a i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
    font-size: 0.65rem;
}

.user-pl .zi-pl {
    padding: 0.4rem 0.6rem;
    background: #f7f7f7;
    margin-top: 0.4rem;
    border-radius: 2px;
}

.user-pl .zi-pl li {
    margin-bottom: 5px !important;
}

.user-pl .zi-pl li:nth-child(1) {
    margin-top: 0;
}

.user-pl .zi-pl li:nth-last-child(1) {
    margin-bottom: 0px !important;
}

.user-pl .zi-pl li .zi-pl-content {
    color: #333;
    font-size: 0.65rem;
    line-height: 1.1rem;
}

.user-pl .zi-pl li .zi-pl-content .zi-nick {
    font-weight: bold;
    color: #333;
    font-size: 0.65rem;
    line-height: 1.1rem;
}

.user-pl .zi-pl li .zi-cz {
    line-height: 25px;
    color: #adadad;
    font-size: 13px;
}

.user-pl .zi-pl li .zi-cz a {
    height: 25px;
    line-height: 25px;
    color: #adadad;
    font-size: 13px;
}

.user-pl .zi-pl li .zi-cz a:hover {
    color: #FF5945;
}

.user-pl .zi-loadmore {
    display: block;
    width: 100%;
    color: #989898;
    height: 1.3rem;
    line-height: 1.3rem;
    font-size: 0.65rem;
}

.user-pl .disabled {
    background: #c3c3c3 !important;
    color: #FFF !important;
}

.user-pl .showMore {
    display: none;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    background-color: #f0f0f0;
    color: #adadad;
    font-size: 0.6rem;
    cursor: pointer;
    margin-top: 1rem;
}

.user-pl .everyone {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40%;
    height: 1rem;
    margin-top: -0.5rem;
    text-align: center;
    font-size: 0.65rem;
    color: #adadad;
}

.user-pl .everyone a {
    margin: 0px 7px;
    color: #78aaf3;
}

.user-pl .closepl {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #f9f9f9;
    border: 1px solid #ececec;
}

.user-pl .huifu {
    background: #FFF;
    margin-bottom: 0.5rem;
    margin-top: 0.3rem;
}

.user-pl .huifu input {
    float: left;
    width: 70%;
    height: 1.8rem;
    -webkit-appearance: none;
    appearance: none;
    line-height: 1rem;
    padding: 0.4rem 0.5rem;
    border: 1px solid #eaeaea;
    border-right: 0;
    border-radius: 3px 0px 0px 3px;
    resize: none;
    overflow: hidden;
    font-size: 0.65rem;
}

.user-pl .huifu .sendhf {
    float: right;
    width: 30%;
    height: 1.8rem;
    line-height: 1.8rem;
    background: #5298ff;
    color: #FFF;
    text-align: center;
    font-size: 0.65rem;
    cursor: pointer;
    transition: 0.2s all;
    border-radius: 0 3px 3px 0;
    font-weight: normal;
}

.user-pl .huifubtn {
    color: #b9b9b9 !important;
}

.user-pl .hover {
    color: #ff2c2c !important;
}

.nav {
    position: relative;
    border-bottom: 1px solid #F6F6F6;
}

.nav li {
    background: #FFF;
    float: left;
    width: 33.3333%;
}

.nav li a {
    display: block;
    line-height: 2.3rem;
    height: 2.3rem;
    text-align: center;
    font-size: 0.7rem;
    color: #666;
}

.nav .hover a {
    color: #ff6a29;
}

.nav .border-bottom {
    position: absolute;
    bottom: 0;
    height: 2px;
    border-radius: 5px;
    transition: 0.3s all;
    width: 33.3333%;
    left: 0;
}

.nav .border-bottom:after {
    height: 100%;
    width: 30%;
    margin: 0px auto;
    content: " ";
    display: block;
    background: #ff6a29;
}

.pl-lists {
    background: #FFF;
    padding: 1rem;
}

.pl-lists li {
    margin-bottom: 0.6rem;
    border-bottom: 1px solid #F8F8F8;
    padding-bottom: 0.6rem;
}

.pl-lists li:nth-last-child(1) {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.pl-lists li .info {
    width: 100%;
}

.pl-lists li .cons {
    line-height: 1.45rem;
    margin-top: 0.2rem;
    font-size: 0.65rem;
    color: #666;
}

.pl-lists li .cons i {
    font-style: normal;
    color: #8e8e8e;
    border: 1px solid #ececec;
    display: inline-block;
    padding: 0px 0.4rem;
    border-radius: 3px;
    margin-right: 0.5rem;
    font-size: 0.5rem;
    height: 1.1rem;
    line-height: 1.1rem;
}

.pl-lists li .dec {
    font-size: 0.6rem;
    height: 2.2rem;
    line-height: 1.5rem;
    padding-top: 7.5px;
}

.pl-lists li .dec .right {
    color: #6b6b6b;
    max-width: 50%;
    height: 1.5rem;
    overflow: hidden;
    float: right;
    color: #a2a2a2;
}

.pl-lists li .dec .left {
    max-width: 45%;
    height: 1.5rem;
    overflow: hidden;
    float: left;
    color: #a2a2a2;
}

.pl-lists li:nth-last-child(1) .info {
    border-bottom: 0;
}

/*单页面SPA的CSS*/
#index .swiper-slide {
    width: 100% !important;
    max-height: 6.8rem;
}

#index .swiper-slide img {
    width: 100%;
}

#index #header > .bar .searchbar {
    background: rgb(44, 44, 44);
}

#index .index-list-nav {
    background: #FFF;
    padding: 0px 0.7rem;
    overflow: hidden;
}

#index .index-list-nav div {
    width: 1000px;
}

#index .index-list-nav div li {
    float: left;
    margin-right: 1.1rem;
}

#index .index-list-nav div li a {
    line-height: 2.1rem;
    height: 2.1rem;
    font-size: 0.7rem;
    color: #5f5f5f;
    display: block;
}

#index .fourico {
    background: #FFF;
    padding: 0.5rem 0;
}

#index .fourico li {
    float: left;
    width: 25%;
    padding: 0px 0.5rem;
}

#index .fourico li a {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    color: #5f5f5f;
}

#index .fourico li a img {
    display: block;
    max-width: 100%;
    height: 1.7rem;
    margin: 0px auto;
    margin-bottom: 0.3rem;
}

#index .news {
    margin-top: 0.35rem;
    background: #FFF;
    padding: 0.6rem 0.7rem;
}

#index .news ul li {
    float: left;
    width: 100%;
    margin-bottom: 0.1rem;
    overflow: hidden;
}

#index .news ul li a {
    height: 1.75rem;
    line-height: 1.75rem;
    display: block;
    float: left;
    font-size: 0.7rem;
    color: #5f5f5f;
    max-width: calc(100% - 2.5rem);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 0.7rem;
    position: relative;
}

#index .news ul li a:before {
    position: absolute;
    content: " ";
    width: 3px;
    height: 3px;
    background: #dcdcdc;
    left: 0;
    top: calc((1.75rem - 3px) / 2);
    border-radius: 50%;
}

#index .news ul li  .ad {
    width: 37px;
    height: 20px;
    display: inline-block;
    text-indent: 0;
    margin-right: 7px;
    background-size: 100% auto;
    line-height: 18px;
    font-style: normal;
    margin-top: -2px;
    vertical-align: middle;
    text-align: center;
    font-size: 0.6rem;
    border: 1px solid #F6F6F6;
    color: #a7a7a7;
}

#index .news ul li a .jx {
    background: url("../images/jx.png") no-repeat center center;
    width: 27px;
    height: 15px;
    display: inline-block;
    text-indent: 0;
    margin-right: 5px;
    vertical-align: middle;
    background-size: 100% auto;
    margin-top: -3px;
}

#index .news ul li font {
    float: right;
    height: 1.75rem;
    line-height: 1.75rem;
    display: block;
    font-size: 0.65rem;
    color: #969696;
    width: 2.5rem;
    text-align: right;
}

#index .news ul li .new-time {
    color: #fd2b2b;
}

#index .tg_new {
    margin-top: 0.35rem;
    background: #FFF;
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
}

#index .tg_new .overflows {
    width: 100%;
    overflow: hidden;
    padding: 0 0.7rem;
}

#index .tg_new .titles {
    margin: 0 0.7rem;
}

#index .tg_new ul {
    width: 1000px;
    padding-top: 0.2rem;
}

#index .tg_new ul li {
    float: left;
    margin-right: 1rem;
}

#index .tg_new ul li a {
    display: block;
    font-size: 0.6rem;
    width: 3rem;
    overflow: hidden;
    height: 4.2rem;
    color: #5f5f5f;
    text-align: center;
}

#index .tg_new ul li a img {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 0.6rem;
    margin-bottom: 0.3rem;
}

#index .top {
    margin-top: 0.35rem;
    background: #FFF;
    padding: 0.6rem 0.7rem;
}

#index .top .xuhaoul {
    width: 100%;
    padding-top: 0.2rem;
}

#index .top .xuhaoul li {
    float: left;
    width: 100%;
    margin-bottom: 0.2rem;
}

#index .top .xuhaoul li:nth-child(1) a i {
    background: #ff2a2a;
    color: #FFF;
}

#index .top .xuhaoul li:nth-child(2) a i {
    background: #ff7171;
    color: #FFF;
}

#index .top .xuhaoul li:nth-child(3) a i {
    background: #ff9900;
    color: #FFF;
}

#index .top .xuhaoul li:nth-child(4) a i {
    background: #ffcc00;
    color: #FFF;
}

#index .top .xuhaoul li a {
    display: block;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 0.7rem;
    color: #5f5f5f;
    overflow: hidden;
}

#index .top .xuhaoul li a i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    margin-right: 0.5rem;
    background: #f3f3f3;
    width: 1.3rem;
    text-align: center;
    border-radius: 3px;
    color: #696969;
    font-size: 0.6rem;
    height: 1.15rem;
    line-height: 1.15rem;
    margin-top: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#index .others {
    margin-top: 0.35rem;
    background: #FFF;
    padding: 0.6rem 0.7rem;
}

#index .others ul {
    margin-top: 0.1rem;
}

#index .others ul li {
    float: left;
    width: 25%;
    margin-bottom: 0.35rem;
    text-align: center;
}

#index .others ul li a {
    line-height: 1rem;
    height: 1rem;
    display: block;
    font-size: 0.65rem;
    color: #5f5f5f;
}

#search_result .result-number {
    padding: 0.5rem 0.8rem;
    font-size: 0.65rem;
    margin: 0;
    background: #fff8f5;
    color: #ff9657;
    margin-bottom: 1.1rem;
}

#search_result .list-li {
    padding-top: 1.1rem;
}

.us-w {
    background: #FFF;
}

.us-w .baise {
    border-bottom: 0 !important;
}

.us-w form {
    padding: 2rem 1.2rem;
    padding-top: 1.5rem;
}

.us-w .inline {
    background: #f9f9f9;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 4px;
}

.us-w .inline i {
    float: left;
    width: 3rem;
    height: 2.15rem;
    line-height: 2.15rem;
    text-align: center;
    font-size: 0.9rem;
}

.us-w .inline input {
    float: left;
    width: calc(100% - 3rem);
    border: 0;
    background: none;
    height: 2.15rem;
    line-height: 1rem;
    padding: 0.575rem 0;
    font-size: 0.7rem;
    padding-right: 1rem;
}

.us-w .inline .imgcode {
    float: left;
    height: 2.15rem;
    width: 6rem;
    cursor: pointer;
}

.us-w .loo {
    margin-bottom: 1.2rem;
}

.us-w .loo .ks {
    float: left;
}

.us-w .loo .ks a {
    display: block;
    float: left;
    margin-right: 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.us-w .loo .ks a img {
    height: 1.2rem;
    vertical-align: middle;
}

.us-w .loo .zc {
    float: right;
}

.us-w .loo .zc a {
    float: left;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-left: 0.5rem;
    font-size: 0.65rem;
    color: #8e8e8e;
}

.us-w .btn {
    width: 100%;
    height: 2.1rem;
    line-height: 2.1rem;
    font-size: 0.7rem;
    border: 0;
    background: #5298ff;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font-weight: normal;
    text-align: center;
}

.us-w .u-logo {
    padding-top: 1.5rem;
    display: block;
    text-align: center;
    line-height: 47px;
    color: #333;
    font-size: 0.8rem;
}

.us-w .u-logo img {
    width: 6rem;
    vertical-align: middle;
}

.us-w .tgyz {
    display: block;
    text-align: right;
    font-size: 0.65rem;
    color: #ababab;
    line-height: 1rem;
    margin-top: 0.8rem;
}

#jh {
    background: #FFF;
}

#jh .content {
    padding: 3rem 1.2rem;
}

#jh .icon {
    width: 4rem;
    margin: 0px auto;
    display: block;
}

#jh .de {
    margin: 0px auto;
    padding: 0.3rem 0;
    color: #666;
    font-size: 0.7rem;
    line-height: 1.2rem;
    border-radius: 2px;
    margin: 1rem auto;
    text-align: center;
    max-width: 100%;
}

#jh .btn {
    width: 10rem;
    max-width: 100%;
    height: 2.1rem;
    line-height: 2.09rem;
    border: 1px solid #ececec;
    color: #7b7b7b;
    margin: 0px auto;
    display: block;
    text-align: center;
    font-size: 0.67rem;
    border-radius: 2px;
}

#forgetpass .inline {
    background: none;
    border-bottom: 1px solid #f3f3f3;
    border-radius: 0;
}

#forgetpass .inline i {
    text-align: left;
    width: 1.7rem;
}

#forgetpass .inline input {
    width: calc(100% - 1.7rem);
}

#forgetpass .btn {
    margin-top: 1.5rem;
}

#yhq .shop_li {
    padding: 0.5rem;
}

#yhq .shop_li li {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
    float: left;
    background: #FFF;
}

#yhq .shop_li li:nth-last-child(1) {
    margin-bottom: 0;
}

#yhq .shop_li li a {
    display: block;
}

#yhq .shop_li li .shop_url {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
}

#yhq .shop_li li .shop_url img {
    width: 40%;
    float: left;
}

#yhq .shop_li li .shop_url p {
    float: left;
    color: #ff5015;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.85rem;
    font-family: "微软雅黑";
    font-weight: bold;
    margin: 0;
}

#yhq .shop_li li .shop_url p i {
    font-style: normal;
    font-size: 0.6rem;
    margin-right: 0.25rem;
    font-weight: normal;
}

#yhq .shop_li li .shop_url b {
    float: right;
    font-weight: normal;
    font-size: 0.7rem;
    color: #ff2822;
    height: 1rem;
    line-height: 1rem;
}

#yhq .shop_li li .shop_url b i {
    font-style: normal;
    color: #9A9A9A;
}

#yhq .shop_li li .right_shop {
    float: right;
    width: 60%;
    padding: 0px 4%;
}

#yhq .shop_li li .right_shop .pras {
    height: 1rem;
    overflow: hidden;
    margin-top: 0.6rem;
}

#yhq .shop_li li .right_shop h3 {
    font-size: 0.7rem;
    height: 1.2rem;
    font-weight: normal;
    line-height: 1.2rem;
    margin-top: 0.6rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#yhq .shop_li li .pson {
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
}

#yhq .shop_li li .pson .right {
    float: right;
}

#yhq .shop_li li .coupon {
    max-width: 100%;
    border-radius: 3px;
    position: relative;
    background: linear-gradient(to right, #ff7438, #ff1f1f);
    font-size: 0.6rem;
    display: block;
    color: #FFF;
    text-align: center;
    padding: 0 0.75rem;
    height: 1.25rem;
    line-height: 1.25rem;
    overflow: hidden;
}

#yhq .shop_li li .lquan {
    width: 0.45rem;
    height: 0.45rem;
    display: block;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.225rem;
}

#yhq .shop_li li .rquan {
    width: 0.45rem;
    height: 0.45rem;
    display: block;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.225rem;
    right: -0.225rem;
}

#top .bgs {
    background: url("../images/top-banner.png") no-repeat center center;
    height: 160px;
    width: 100%;
    background-size: cover;
}

#top .person-list {
    padding: 1.5rem 1.1rem;
    background: #FFF;
}

#top .person-list li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f9f9f9;
}

#top .person-list li:nth-last-child(1) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
}

#top .person-list li a {
    display: block;
    position: relative;
}

#top .person-list li a .athuor_img {
    float: left;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

#top .person-list li a .info {
    float: left;
    margin-left: 1rem;
    width: calc(100% - 3rem - 4.5rem);
}

#top .person-list li a .info .nick {
    font-weight: normal;
    font-size: 0.7rem;
    overflow: hidden;
    color: #666;
    height: 1.15rem;
    line-height: 1.15rem;
}

#top .person-list li a .info .count {
    margin: 0px;
    font-size: 0.7rem;
    line-height: 1rem;
    height: 1rem;
    overflow: hidden;
    margin-top: 0.3rem;
    color: #b7b7b7;
}

#top .person-list li a .look {
    float: left;
    margin-left: 1rem;
    width: 2.5rem;
    font-size: 0.65rem;
    font-style: normal;
    color: #ff5b40;
    border: 1px solid #ff5b40;
    text-align: center;
    line-height: 1.29rem;
    height: 1.3rem;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 1.5rem;
}

#userIndex .ui-header {
    padding-bottom: 2.6rem;
    background: url("../images/img_bg.jpg") no-repeat center center;
    background-size: cover;
    background-color: #FFF;
}

#userIndex .nav-lists {
    background: #FFF;
    padding: 0px 1rem;
}

#userIndex .nav-lists li {
    padding: 0.5rem 0;
}

#userIndex .nav-lists li:nth-last-child(1) {
    border-bottom: 0;
}

#userIndex .nav-lists li a {
    display: block;
    cursor: pointer;
}

#userIndex .nav-lists li a .ico {
    float: left;
    width: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

#userIndex .nav-lists li a .ico img {
    width: 100%;
    vertical-align: middle;
    margin-top: -2px;
}

#userIndex .nav-lists li a span {
    float: left;
    width: calc(100% - 1rem - 1.5rem);
    padding-left: 0.7rem;
    font-size: 0.7rem;
    color: #666;
    height: 1.5rem;
    line-height: 1.5rem;
}

#userIndex .nav-lists li a .icon-gengduo {
    float: right;
    width: 1.5rem;
    text-align: right;
    color: #d2d2d2;
    font-size: 0.8rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

#userIndex .athuor {
    padding: 0.8rem 1.2rem;
    display: block;
}

#userIndex .athuor .img {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    float: left;
}

#userIndex .athuor .info {
    width: calc(100% - 5rem);
    float: right;
}

#userIndex .athuor .info .nick {
    color: #FFF;
    font-weight: normal;
    font-size: 0.85rem;
    height: 1.4rem;
    line-height: 1.4rem;
    overflow: hidden;
}

#userIndex .athuor .info .nick img {
    margin-right: 0.5rem;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    width: 1.1rem;
}

#userIndex .athuor .info p {
    margin: 0px;
    font-size: 0.6rem;
    color: #FFF;
    line-height: 1rem;
    max-height: 1.5rem;
    margin-top: 0.8rem;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.25rem 0.6rem;
    border-radius: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

#userIndex .btns {
    width: 100%;
    padding: 0.7rem 1.2rem;
}

#userIndex .btns .back {
    float: left;
    line-height: 1.5rem;
    height: 1.5rem;
    color: #FFF;
    font-weight: bold;
    font-size: 0.8rem;
}

#userIndex .btns .icon-shezhi1 {
    float: right;
    line-height: 1.5rem;
    height: 1.5rem;
    color: #FFF;
    font-weight: bold;
    font-size: 1rem;
}

#u-comment .no-mores {
    margin-bottom: 11px;
}

#u-comment .no-data {
    padding-bottom: 0.6rem;
    padding-top: 1.5rem;
}

#u-record .no-mores {
    margin-bottom: 11px;
}

#u-record .no-data {
    padding-bottom: 0.6rem;
    padding-top: 1.5rem;
}

#u-record .list-li li a .info .list-title {
    height: 1.2rem;
    line-height: 1.2rem;
    -webkit-line-clamp: 1;
}

#u-record .list-li li a .info .list-title i {
    font-style: normal;
    font-size: 0.65rem;
    border: 1px solid #ececec;
    padding: 0 0.4rem;
    margin-right: 0.6rem;
    color: #8e8e8e;
    vertical-align: middle;
    border-radius: 3px;
    height: 1.1rem;
    line-height: 1rem;
    display: inline-block;
}

#u-record .list-li li a .info div font {
    max-width: 100%;
}

#u-record .list-li li a .img {
    position: relative;
}

#u-record .list-li li a .success:after {
    background: url("/img/tg-success.png") no-repeat center center;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.7rem;
    height: 1.7rem;
    background-size: 100% 100%;
}

#u-record .list-li li a .bad:after {
    background: url("/img/tg-bad.png") no-repeat center center;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.7rem;
    height: 1.7rem;
    background-size: 100% 100%;
}

#u-record .list-li li a .wait:after {
    background: url("/img/tg-wait.png") no-repeat center center;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.7rem;
    height: 1.7rem;
    background-size: 100% 100%;
}

#u-record-detail .left {
    float: left;
    width: 100%;
}

#u-record-detail .right {
    float: right;
    text-align: left;
    width: 100%;
}

#u-record-detail .intr {
    padding: 1rem;
    background: #FFF;
}

#u-record-detail .intr > div {
    margin-bottom: 1rem;
    font-size: 0.7rem;
    line-height: 1.5rem;
}

#u-record-detail .intr > div:nth-last-child(1) {
    margin-bottom: 0;
}

#u-tg {
    background: #FFF;
}

#u-tg .iframes {
    width: 100%;
    display: block;
    border: 0;
    min-height: 100vh;
}

#u-tg #header > .myico {
    color: #666 !important;
}

#person {
    position: relative;
}

#person .bgs {
    position: relative;
    padding-bottom: 1.4rem;
}

#person .bgs .txbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#person .bgs .txbg div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    filter: blur(2rem);
    -webkit-filter: blur(2rem);
}

#person .bgs .hsbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

#person .bgs .user-img {
    position: relative;
    z-index: 1;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    margin: 0px auto;
    display: block;
}

#person .bgs .btns {
    width: 100%;
    padding: 0.7rem 1.2rem;
    position: relative;
    z-index: 1;
    margin-bottom: 0.2rem;
}

#person .bgs .btns .back {
    float: left;
    line-height: 1.5rem;
    height: 1.5rem;
    color: #FFF;
    font-weight: bold;
    font-size: 0.8rem;
}

#person .bgs .nick {
    position: relative;
    z-index: 1;
    color: #FFF;
    font-weight: normal;
    font-size: 0.9rem;
    text-align: center;
    padding: 0px 1rem;
    height: 2rem;
    line-height: 2rem;
    margin-top: 0.4rem;
    overflow: hidden;
}

#person .list {
    padding: 1rem;
    background: #FFF;
}

#person .my-info li {
    line-height: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

#person .my-info li:nth-last-child(1) {
    margin-bottom: 0.5rem;
}

#person .my-info li h3 {
    float: left;
    max-width: 30%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.7rem;
    font-weight: normal;
    color: #666;
}

#person .my-info li span {
    float: right;
    max-width: 65%;
    text-align: right;
    font-size: 0.7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
}

#person .foobtn {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 800px;
    width: 100%;
    padding: 0.5rem 0.5rem;
    background: #FFF;
    box-shadow: 0px -3px 14px #f3f3f3;
}

#person .foobtn a {
    display: block;
    float: left;
    width: 48.5%;
    height: 2rem;
    line-height: 1.9rem;
    background: #FFF;
    color: #797979;
    border: 1px solid #F6F6F6;
    text-align: center;
    border-radius: 2px;
    font-size: 0.7rem;
}

#person .foobtn a:nth-child(1) {
    margin-right: 3%;
    background: #ff6a29;
    color: #FFF;
    border: 1px solid #ff6a29;
}

#person .list-li {
    padding: 0;
}

#person .list-li li .info font {
    color: #a9a9a9;
}

#person .list-li li .info b {
    border: 0;
    line-height: 1.2rem;
    color: #bdbdbd;
}

#person .list-li li .info .success {
    color: #27941b;
}

#person .list-li li .info .bad {
    color: #fb4a2b;
}

#person .pl-lists {
    padding: 0;
}

#person .add-more {
    display: block;
    font-size: 0.6rem;
    width: 5rem;
    text-align: center;
    background: #f3f3f3;
    margin: 0px auto;
    height: 1.6rem;
    line-height: 1.6rem;
    margin-top: 1.7rem;
    color: #5d5d5d;
    margin-bottom: 0.5rem;
    border-radius: 0.15rem;
}

#person .no-mores {
    margin-top: 0.8rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.65rem;
}

#person .introduce {
    font-size: 0.6rem;
    background: #f9f9f9;
    color: #565656;
    padding: 0.4rem 0.6rem;
    line-height: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

#u-change .popup-trim .content-block {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#u-change #trim {
    height: 100%;
    width: 100%;
    border: 0;
}

#u-change .change-list {
    background: #FFF;
    margin-bottom: 0.3rem;
    padding: 0rem 0.9rem;
}

#u-change .change-list li {
    border-bottom: 1px solid #F8F8F8;
}

#u-change .change-list li:nth-last-child(1) {
    margin-bottom: 0;
    border-bottom: 0;
}

#u-change .change-list li a {
    display: block;
}

#u-change .change-list li a .left {
    color: #797979;
    float: left;
    font-size: 0.65rem;
    height: 2.6rem;
    line-height: 2.6rem;
    width: 30%;
}

#u-change .change-list li a .right {
    float: right;
    font-size: 0.65rem;
    height: 2.6rem;
    line-height: 2.6rem;
    width: 50%;
}

#u-change .change-list li a .right i {
    color: #dcdcdc;
    float: right;
    width: 1.2rem;
    text-align: right;
}

#u-change .change-list li a .right .cont {
    float: left;
    text-align: right;
    color: #9a9a9a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 1.2rem);
}

#u-change .user-img {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    margin-top: 0.45rem;
}

#u-change .icon-nan {
    color: #2fb9f1 !important;
}

#u-change .icon-nv {
    color: #ff5f8a !important;
}

#u-change .genico {
    font-size: 0.9rem;
}

.genden {
    background: #ececec;
}

.genden .picker-items-col-center {
    width: 100%;
}

.genden .picker-item {
    font-size: 0.8rem;
}

.genden .picker-center-highlight:after {
    background: #dedede;
}

.genden .picker-center-highlight:before {
    background: #dedede;
}

.genden .bar:before {
    background-color: #e6e6e6;
}

.genden .bar:after {
    background-color: #e6e6e6;
}

#changeGexin .dede {
    background: #FFF;
    padding: 1.5rem 1rem;
}

#changeGexin .dede h3 {
    font-weight: normal;
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
}

#changeGexin .input {
    height: 2rem;
    display: block;
    width: 100%;
    line-height: 0.8rem;
    border: 0;
    border-bottom: 1px solid #F6F6F6;
    padding: 0.6rem 0rem;
    margin-bottom: 1.2rem;
    border-radius: 0;
    font-size: 0.7rem;
}

#changeGexin .sendGexin {
    background: #5298ff;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    border: none;
    text-align: center;
    color: #FFF;
    border-radius: 2px;
    font-size: 0.7rem;
}

#changeGexin #header > .myico {
    color: #666 !important;
}

#changepass .dede {
    background: #FFF;
    padding: 1.5rem 1rem;
}

#changepass .dede h3 {
    font-weight: normal;
    font-size: 0.7rem;
}

#changepass .input {
    height: 2rem;
    display: block;
    width: 100%;
    line-height: 0.8rem;
    border: 0;
    border-bottom: 1px solid #F6F6F6;
    padding: 0.6rem 0rem;
    margin-bottom: 1.2rem;
    border-radius: 0;
    font-size: 0.7rem;
}

#changepass .changeBtn {
    background: #5298ff;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #FFF;
    border-radius: 2px;
    font-size: 0.7rem;
}

#changepass #header > .myico {
    color: #666 !important;
}

#bind .bind-list {
    padding: 1rem 0.8rem;
    background: #FFF;
}

#bind .bind-list li {
    margin-bottom: 0.9rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #F9F9F9;
}

#bind .bind-list li:nth-last-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

#bind .bind-list li img {
    float: left;
    height: 1rem;
    width: 1rem;
    margin-top: 0.2rem;
    margin-right: 0.5rem;
}

#bind .bind-list li span {
    float: left;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.7rem;
    width: calc(100% - 1rem - 4rem - 0.5rem - 1rem);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#bind .bind-list li i {
    float: right;
    width: 4rem;
    font-size: 0.6rem;
    font-style: normal;
    text-align: center;
    border: 1px solid #F8F8F8;
    color: #9e9e9e;
    height: 1.4rem;
    line-height: 1.39rem;
    border-radius: 2px;
}

#bind .popup-phone .button.button-fill.button-big {
    height: 1.9rem;
    line-height: 1.9rem;
    border-radius: 0.1rem;
    font-size: 0.7rem;
}

#bind .popup-phone #send_code {
    border: 0;
    text-align: right;
    padding: 0;
}

#bind .popup-phone .list-block .item-media + .item-inner {
    margin-left: 0.3rem;
    padding-right: 1.25rem;
}

#bind .popup-phone .row {
    margin-left: 0;
}

#bind .popup-phone .list-block ul:before {
    display: none;
}

#bind .popup-phone input {
    font-size: .7rem;
}

#bind .popup-phone .row .col-50 {
    width: 44%;
    margin: 0 3%;
}

#bind .popup-phone .content-block {
    margin-top: 1.5rem;
}

#bind .popup-phone .list-block {
    margin-bottom: 0;
}

#intro .content > div {
    padding: 1.8rem 1rem;
    background: #FFF;
}

#intro .content-block {
    padding: 0px 1rem;
    margin: 1rem 0;
}

#intro .introTeaxt {
    width: 100%;
    height: 8rem;
    border-radius: 0;
    border: 1px solid #F6F6F6;
    color: #868686;
    font-size: 0.66rem;
    box-shadow: none;
    text-indent: 0;
    padding: 0.6rem 0.6rem;
    -webkit-appearance: none;
    appearance: none;
}

#intro .btnTwo {
    margin-top: 0.9rem;
}

#intro .btnTwo a {
    float: left;
    width: 47%;
    text-align: center;
    background: #5298ff;
    border: 1px solid #5298ff;
    color: #FFF;
    font-size: 0.65rem;
    height: 2rem;
    line-height: 1.99rem;
    border-radius: 2px;
}

#intro .btnTwo a:nth-child(2) {
    background: #FFF;
    border: 1px solid #F6F6F6;
    color: #8e8e8e;
    margin-left: 6%;
}

/*关于我们 - 通用样式*/
.ab .titles:after {
    height: 0.5rem;
    top: 0.55rem;
}

.ab p {
    margin: 0;
}

.ab .text-content {
    background: #FFF;
    padding: 1rem;
}

.ab .text-content p {
    line-height: 1.3rem;
    font-size: 0.65rem;
    margin-bottom: 0.5rem;
    color: #666;
}

.ab .text-content .icon {
    height: 1.2rem;
    margin-right: 0.4rem;
    vertical-align: middle;
    margin-top: -0.1px;
}

.ab .text-content a {
    color: #104eaf;
}

#article .a-header {
    padding: 1rem 0.8rem;
    padding-bottom: 1.2rem;
    background: #FFF;
    font-size: 1rem;
}

#article .a-header .a-title {
    line-height: 1.7rem;
    color: #333;
    font-size: 1.1rem;
}

#article .a-header .athuor {
    margin-top: 1rem;
    display: block;
}

#article .a-header .athuor .left {
    float: left;
    width: calc(100% - 4rem);
}

#article .a-header .athuor .left img {
    float: left;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-top: 0.1rem;
    margin-right: 0.6rem;
}

#article .a-header .athuor .left div {
    float: left;
    width: calc(100% - 1.5rem - 0.6rem);
}

#article .a-header .athuor .left div h3 {
    font-size: 0.65rem;
    font-weight: normal;
    height: 0.75rem;
    line-height: 0.75rem;
    display: block;
    color: #666;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#article .a-header .athuor .left div span {
    font-size: 0.65rem;
    margin-top: 0.2rem;
    height: 0.75rem;
    display: block;
    line-height: 0.75rem;
    color: #b3b3b3;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#article .a-header .athuor .right {
    float: right;
    width: 3rem;
}

#article .a-header .athuor .right i {
    margin-top: 0.2rem;
    height: 1.3rem;
    line-height: 1.2rem;
    text-align: center;
    font-weight: normal;
    font-size: 0.65rem;
    border: 1px solid #ececec;
    color: #9c9c9c;
    border-radius: 2px;
    display: block;
    width: 3rem;
    font-style: normal;
}

#article .article-content {
    padding: 0 0.8rem;
    background: #FFF;
    font-size: 0.75rem;
    padding-bottom: 0.6rem;
    overflow: hidden;
}

#article .article-content * {
    word-wrap: break-word;
    word-break: normal;
    font-size: 0.7rem !important;
}

#article .article-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

#article .article-content p {
    margin: 0;
    display: block;
    line-height: 34px;
}

#soft .titles {
    margin-bottom: 0.3rem;
    font-weight: normal;
}

#soft .titles:after {
    height: 0.5rem;
    top: 0.5rem;
}

#soft .titles font {
    float: right;
    max-width: 70%;
    font-size: 0.65rem;
    color: #b3b3b3;
}

#soft .s-header {
    padding: 1rem 0.8rem;
    padding-bottom: 1.2rem;
    background: #FFF;
    font-size: 1rem;
}

#soft .s-header .a-title {
    line-height: 1.7rem;
    color: #333;
    font-size: 1.1rem;
}

#soft .s-header .athuor {
    margin-top: 1rem;
    display: block;
}

#soft .s-header .athuor .left {
    float: left;
    width: calc(100% - 4rem);
}

#soft .s-header .athuor .left img {
    float: left;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-top: 0.1rem;
    margin-right: 0.6rem;
}

#soft .s-header .athuor .left div {
    float: left;
    width: calc(100% - 1.5rem - 0.6rem);
}

#soft .s-header .athuor .left div h3 {
    font-size: 0.65rem;
    font-weight: normal;
    height: 0.75rem;
    line-height: 0.75rem;
    display: block;
    color: #666;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#soft .s-header .athuor .left div span {
    font-size: 0.65rem;
    margin-top: 0.2rem;
    height: 0.75rem;
    display: block;
    line-height: 0.75rem;
    color: #b3b3b3;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#soft .s-header .athuor .right {
    float: right;
    width: 3rem;
}

#soft .s-header .athuor .right i {
    margin-top: 0.2rem;
    height: 1.3rem;
    line-height: 1.2rem;
    text-align: center;
    font-weight: normal;
    font-size: 0.65rem;
    border: 1px solid #ececec;
    color: #9c9c9c;
    border-radius: 2px;
    display: block;
    width: 3rem;
    font-style: normal;
}

#soft .s-content {
    padding-top: 1.1rem;
}

#soft .s-content .nomp4 {
    margin-bottom: 1rem;
    border: 1px solid #F6F6F6;
}

#soft .s-content .nomp4 .img {
    text-align: center;
    height: 10rem;
    line-height: 10rem;
    overflow: hidden;
    position: relative;
}

#soft .s-content .nomp4 .img i {
    background: url("../images/fmico.png") no-repeat center center;
    background-size: 100% 100%;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 0;
}

#soft .s-content .nomp4 .img img {
    min-height: 100%;
    width: 100%;
    vertical-align: middle;
}

#soft .s-content .mp4 {
    height: 12rem;
    background: #FFF;
    margin-bottom: 1rem;
    border: 1px solid #F6F6F6;
}

#soft .s-content .mp4 iframe {
    height: 100%;
    width: 100%;
    border: 0;
}

#soft .s-content .downBtn a {
    float: left;
    width: 47%;
    height: 2rem;
    line-height: 1.9rem;
    text-align: center;
    font-size: 0.65rem;
    color: #666;
    border: 1px solid #F6F6F6;
    border-radius: 2px;
}

#soft .s-content .downBtn a img {
    vertical-align: middle;
    margin-top: -5px;
    width: 1.2rem;
    margin-right: 5px;
}

#soft .s-content .downBtn a:nth-child(2) {
    margin-left: 6%;
}

#soft .s-introduce {
    background: #FFF;
    padding: 0.8rem 0.8rem;
    margin-top: 0.35rem;
}

#soft .s-introduce .si-content {
    font-size: 0.7rem;
}

#soft .s-introduce .si-content * {
    word-wrap: break-word;
    word-break: normal;
    font-size: 0.7rem !important;
}

#soft .s-introduce .si-content img {
    max-width: 100%;
}

#soft .s-introduce .si-content p {
    margin: 0;
    display: block;
    line-height: 1.2rem;
    margin-bottom: 0.2rem;
}

#soft .s-introduce .si-content p:nth-last-child(1) {
    margin-bottom: 0;
}

.native-scroll i {
    cursor: pointer
}

#appdown {
    background: url(/template/layres/mobile/images/app-m-bg.png) no-repeat center center / cover;
}

#appdown > div {
    overflow-y: auto;
    height: 100%;
}

#appdown .logos {
    display: block;
    width: 9.5rem;
    margin: 0px auto;
    padding-top: 4rem;
}

.appBtn {
    width: 70%;
    margin: 0px auto;
    margin-top: 2.2rem;
}

.appBtn a {
    display: block;
    margin-bottom: 1.2rem;
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.8rem;
    text-align: center;
    background: #FFF;
    color: #fd8a2f;
    font-weight: bold;
    border-radius: 3px;
}

.appdownload {
    height: 2.5rem;
    padding: 0.2rem 0.8rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #FFF;
    box-shadow: 0px -1px 9px #efefef;
}

.appdownload .icon-guanbi {
    float: left;
    width: 0.9rem;
    height: 0.9rem;
    margin-top: 0.6rem; /*background:rgba(0,0,0,0.5);*/
    color: #afafaf;
    text-align: center;
    line-height: 1rem;
    border-radius: 50%;
    font-size: 0.62rem;
}

.appdownload .href {
    float: right;
    width: calc(100% - 0.9rem - 0.8rem);
}

.appdownload .href img {
    float: left;
    height: 1.8rem;
    width: 1.8rem;
    margin-top: 0.15rem;
}

.appdownload .href span {
    float: left;
    width: calc(100% - 1.8rem - 2.8rem - 1.4rem);
    margin: 0px 0.7rem;
    font-size: 0.6rem;
    height: 2.1rem;
    line-height: 2.1rem;
    color: #333;
}

.appdownload .href b {
    float: left;
    width: 2.8rem;
    font-weight: normal;
    height: 1.2rem;
    line-height: 1.22rem;
    margin-top: 0.45rem;
    color: white;
    background: #ff7800;
    text-align: center;
    font-size: 0.65rem;
    border-radius: 33px;
}

#shop .shop_li {
    padding-top: 0.5rem;
    width: calc(100% - 1rem);
    margin: 0px auto;
}

#shop .shop_li li {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
    float: left;
    background: #FFF;
}

#shop .shop_li li:nth-last-child(1) {
    margin-bottom: 0;
}

#yhq .shop_li li a {
    display: block;
}

#shop .shop_li li .shop_url {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
}

#shop .shop_li li .shopImg {
    width: 40%;
    float: left;
}

#shop .shop_li li .shopImg img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

#shop .shop_li li .shop_url p {
    float: left;
    color: #ff5015;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.85rem;
    font-family: "微软雅黑";
    font-weight: bold;
    margin: 0;
}

#shop .shop_li li .shop_url p i {
    font-style: normal;
    font-size: 0.6rem;
    margin-right: 0.25rem;
    font-weight: normal;
}

#shop .shop_li li .shop_url b {
    float: right;
    font-weight: normal;
    font-size: 0.7rem;
    color: #ff2822;
    height: 1rem;
    line-height: 1rem;
}

#shop .shop_li li .shop_url b i {
    font-style: normal;
    color: #9A9A9A;
}

#shop .shop_li li .right_shop {
    float: right;
    width: 60%;
    padding: 0px 4%;
}

#shop .shop_li li .right_shop .pras {
    height: 1rem;
    overflow: hidden;
    margin-top: 0.6rem;
}

#shop .shop_li li .right_shop h3 {
    font-size: 0.7rem;
    height: 1.2rem;
    font-weight: normal;
    line-height: 1.2rem;
    margin-top: 0.6rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#shop .shop_li li .pson {
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
}

#shop .shop_li li .pson .right {
    float: right;
}

#shop .shop_li li .coupon {
    max-width: 100%;
    border-radius: 3px;
    position: relative;
    background: linear-gradient(to right, #ff7438, #ff1f1f);
    font-size: 0.6rem;
    display: block;
    color: #FFF;
    text-align: center;
    padding: 0 0.75rem;
    height: 1.25rem;
    line-height: 1.25rem;
    overflow: hidden;
}

#shop .shop_li li .lquan {
    width: 0.45rem;
    height: 0.45rem;
    display: block;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.225rem;
}

#shop .shop_li li .rquan {
    width: 0.45rem;
    height: 0.45rem;
    display: block;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.225rem;
    right: -0.225rem;
}

#shop .ds-intro {
    background: #ffe9c1;
    font-size: 0.65rem;
    color: #e27a2d;
    padding: 0.4rem 0.7rem;
    line-height: 1.1rem;
}

#shop_detail {
}

#shop_detail .img {
    background: #FFF;
    text-align: center;
}

#shop_detail .img img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    top: -2px;
}

#shop_detail .info {
    padding: 0.8rem 4%;
    padding-bottom: 1.1rem;
    background: #FFF;
}

#shop_detail .shop-title {
    font-size: 0.75rem;
    line-height: 1.1rem;
    padding: 0 0px;
    color: #333;
    font-weight: normal;
}

#shop_detail .price-sell {
    height: 1rem;
    line-height: 1rem;
    margin-top: 0.8rem;
}

#shop_detail .price-sell .price {
    float: left;
    font-size: 0.9rem;
    color: #F30;
}

#shop_detail .price-sell .price b {
    font-weight: normal;
    font-size: 0.65rem;
    color: #737373;
}

#shop_detail .price-sell .price i {
    font-style: normal;
    font-size: 0.6rem;
}

#shop_detail .price-sell .sell {
    float: right;
    color: #737373;
    font-size: 0.65rem;
}

#shop_detail .s-introduce {
    background: #FFF;
    padding: 0.4rem 4%;
    padding-bottom: 1rem;
    margin-top: 0.5rem;
}

#shop_detail .s-introduce > p {
    font-size: 0.65rem;
    color: #737373;
    margin: 0;
    margin-top: -0.2rem;
    line-height: 1.1rem;
}

#shop_detail .shop_li {
    margin: 0px auto;
    margin-top: 0.2rem;
}

#shop_detail .shop_li li {
    width: 100%;
    margin-bottom: 0.7rem;
    padding: 0;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #F6F6F6;
    float: left;
    background: #FFF;
}

#shop_detail .shop_li li:nth-last-child(1) {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

#shop_detail .shop_li li a {
    display: block;
}

#shop_detail .shop_li li .shop_url {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
}

#shop_detail .shop_li li .shopImg {
    width: 35%;
    float: left;
}

#shop_detail .shop_li li .shopImg img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

#shop_detail .shop_li li .shop_url p {
    float: left;
    color: #ff5015;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.85rem;
    font-family: "微软雅黑";
    font-weight: bold;
    margin: 0;
}

#shop_detail .shop_li li .shop_url p i {
    font-style: normal;
    font-size: 0.6rem;
    margin-right: 0.25rem;
    font-weight: normal;
}

#shop_detail .shop_li li .shop_url b {
    float: right;
    font-weight: normal;
    font-size: 0.7rem;
    color: #ff2822;
    height: 1rem;
    line-height: 1rem;
}

#shop_detail .shop_li li .shop_url b i {
    font-style: normal;
    color: #9A9A9A;
}

#shop_detail .shop_li li .right_shop {
    float: right;
    width: 65%;
    padding-left: 4%;
}

#shop_detail .shop_li li .right_shop .pras {
    height: 1rem;
    overflow: hidden;
    margin-top: 0.6rem;
}

#shop_detail .shop_li li .right_shop h3 {
    font-size: 0.7rem;
    height: 1.2rem;
    font-weight: normal;
    line-height: 1.2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#shop_detail .shop_li li .pson {
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
}

#shop_detail .shop_li li .pson .right {
    float: right;
}

#shop_detail .lately {
    width: 100%;
    margin-top: 0.4rem;
}

#shop_detail .lately li {
    margin-bottom: 1.5rem;
    width: 100%;
}

#shop_detail .lately li:nth-last-child(1) {
    margin-bottom: 0;
}

#shop_detail .lately li a {
    color: #333;
    display: block;
}

#shop_detail .lately li a img {
    float: left;
    border-radius: 10px;
    height: 3rem;
    width: 3rem;
}

#shop_detail .lately li a .infos {
    float: left;
    padding-left: 0.8rem;
    width: calc(100% - 3rem);
}

#shop_detail .lately li a .infos h3 {
    font-weight: 500;
    font-size: 0.65rem;
    margin: 0;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
}

#shop_detail a:hover {
    color: inherit;
}

#shop_detail .lately li a .infos span {
    font-size: 0.6rem;
    line-height: 1rem;
    height: 1rem;
    margin-top: 0.3rem;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: darkgrey;
}

#shop_detail .rightNow {
    width: 100%;
    background: linear-gradient(to right, #F19B37, #E94130);
    color: #FFF;
    padding: 0.9rem 0;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 1.2rem;
    display: block;
    border-radius: 0.1rem;
    color: #FFF;
}

#shop_detail .rightNow:hover {
    color: #FFF;
}

#shop_detail .rightNow .left {
    float: left;
    height: 2rem;
    line-height: 1rem;
    width: 65%;
    font-size: 0.65rem;
    overflow: hidden;
    padding: 0px 4%;
}

#shop_detail .rightNow .right {
    float: right;
    height: 2rem;
    width: 35%;
    line-height: 2rem;
    font-size: 0.7rem;
    overflow: hidden;
    padding: 0px 4%;
    border-left: 1px dashed #FFF;
}

#shop_sure {
}

#shop_sure .order-sure {
    background: #FFF;
    padding: 1.1rem 4%;
}

#shop_sure ul li {
    float: left;
    margin-right: 15px;
    border: 1px solid #ececec;
    border-radius: 2px;
}

#shop_sure ul li a {
    padding: 8px 15px;
    display: block;
    color: #696969;
    font-size: 14px;
    cursor: pointer;
}

#shop_sure ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
}

#shop_sure ul .active {
    border-color: #ff972d;
}

#shop_sure ul .active a {
    color: #ff972d;
}

#shop_sure .order-input {
    border: 1px solid #F6F6F6;
    height: 2rem;
    line-height: 1rem;
    padding: 0.5rem;
    font-size: 0.7rem;
    width: 100%;
    display: block;
    margin-bottom: 0.9rem;
    border-radius: 0.1rem;
    -webkit-appearance: none;
}

#shop_sure .order-textarea {
    border: 1px solid #F6F6F6;
    height: 2rem;
    line-height: 1rem;
    padding: 0.4rem 0.5rem;
    font-size: 0.7rem;
    width: 100%;
    display: block;
    margin-bottom: 0.9rem;
    height: 4rem;
    -webkit-appearance: none;
    border-radius: 0.1rem;
}

#shop_sure .goPay {
    margin-top: 0.9rem;
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    border: 0;
    background: #ff3b3b;
    color: #FFF;
    font-size: 0.7rem;
    border-radius: 0.1rem;
}

#u-shop .list-title i {
    font-style: normal;
    margin-right: 0.4rem;
    padding: 0px 0.3rem;
    line-height: calc(1.05rem - 2px);
    border-radius: 2px;
    border: 1px solid #38ad23;
    color: #38ad23;
    font-size: 0.6rem;
}

#u-shop .no-mores {
    margin-top: 0;
}

#u-shop .list-li {
    padding: 1.3rem 5%;
}

#u-shop .list-li li a .info .list-title {
    line-height: 1.05rem;
    height: 1.05rem;
    -webkit-line-clamp: 1;
}

#u-shop .list-li li a .img {
}

#u-shop .list-li li a .info {
    padding-left: 1rem;
}

#u-shop .list-li li a .img img {
    min-height: auto;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

#u-shop-detail .left {
    float: left;
    width: 100%;
}

#u-shop-detail .right {
    float: right;
    text-align: left;
    width: 100%;
}

#u-shop-detail .intr {
    padding: 1rem;
    background: #FFF;
}

#u-shop-detail .intr > div {
    margin-bottom: 1rem;
    font-size: 0.7rem;
    line-height: 1.5rem;
}

#u-shop-detail .intr > div:nth-last-child(1) {
    margin-bottom: 0;
}

/*APP首次推广代码*/
.firstAppDown {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(/template/layres/mobile/images/app-m-bg.png) no-repeat center center / cover;
    overflow-y: auto;
    padding-bottom: 1rem;
}

.firstAppDown .logos {
    display: block;
    width: 9.5rem;
    margin: 0px auto;
    padding-top: 4rem;
}