:root * {
    -webkit-filter: none !important;
    filter: none !important;
    box-sizing: border-box;
}
@font-face {
    font-family: 'num';
    src: url('fonts/num.ttf') format('truetype');
    font-style: normal;
}

html {
    font-family: 'microsoft yahei';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
    background: #f5f5f5;
}

a, input, textarea, select, button {
    outline: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: middle;
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input, select, button {
    vertical-align: baseline;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

i {
    font-style: normal;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    margin: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

textarea {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: auto;
    resize: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ff5065;
}

img {
    vertical-align: middle;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper{
    width: 1224px;
    margin: auto;
}
.main-header {
    background: #ffcc32;
    width: 100%;
    height: 70px;
}
.main-header .wrapper{
    display: flex;
    align-items: center;
    height: 70px;
}
.main-header .logo{
    height: 40px;
}
.main-header .nav{
    width: 100%;
    display: flex;
    justify-content:center;
}
.main-header .nav li{
    position: relative;
    height: 36px;
}
.main-header .nav a{
    font-size: 18px;
    display: block;
    padding: 0 24px;
    line-height: 36px;
}
.main-header .nav a:hover{
    color: #000;
}
.main-header .nav li.active a{
    font-weight: bold;
}

.main-header .mbutton{
    height: 32px;
    display: flex;
    align-items: center;
    justify-content:center;
    background: #000;
    color: #ffcc32;
    border-radius: 20px;
    padding: 0 15px 0 10px;
    margin-left: 24px;
    font-size: 14px;
    white-space: nowrap;
}
.main-header .mbutton:hover{
    background: #324057;
}
.main-header .unav{
    padding: 19px 0 19px 24px;
    position: relative;
    z-index: 2;
    height: 70px;
}

.main-header .unav img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.main-header .unav .sub{
    width: 100px;
    background: rgba(0,0,0,.9);
    border-radius:3px;
    position: absolute;
    top: 70px;
    left: -10px;
    display: none;
    transition: all .2s;
}
.main-header .unav .sub::before{
    position: absolute;
    content: '';
    border-bottom: 10px solid rgba(0,0,0,.9);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -10px;
    left: 40px;
}
.main-header .unav:hover .sub{
    display: block;
    padding: 12px 0;
}
.main-header .unav:hover .sub a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    border-top: 1px solid #000;
}
.main-header .unav:hover .sub a:nth-child(1){
    border-top: none;
}
.main-header .unav:hover .sub a:hover{
    color: #ffcc32;
}

.main-footer{
    background: #fff;
    height: 148px;
    padding: 24px 0;
}
.main-footer .wrapper{
    display: flex;
}
.main-footer .text{
    width: 100%;
}
.main-footer .img{
    width: 100px;
    position: relative;
    flex-shrink: 0;
    margin-left: 24px;
}
.main-footer .img img{
    width: 100px;
    height: 100px;
    padding: 6px;
    background: #fff;
    border-radius:3px;
    border: 1px solid #e6e6e6;
}
.main-footer .text .links a{
    padding-right: 24px;
    line-height: 40px;
    color: #666;
}
.main-footer .text .links a:hover{
    color: #333;
}
.main-footer .text .copyright{
    font-size: 14px;
    line-height: 30px;
    color: #999;
}
.main-footer .text .copyright a{
    color: #999;
}
.home-focus{
    margin: 24px auto;
    display: flex;
}

.home-focus .home-swiper{
    width: 808px;
    height: 268px;
    background: #fff;
    border-radius:3px;
    overflow: hidden;
}
.home-focus .home-article{
    width: 392px;
    height: 268px;
    background: #fff;
    margin-left: auto;
    border-radius:3px;
}


.offers-condition.fixed{
    background: #f5f5f5;
    padding: 24px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
}

.offers-condition .wrapper{
    display: flex;
}

.offers-condition .condition{
    width: 184px;
    height: 56px;
    margin-right: 24px;
    background: #fff;
    border-radius:3px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    cursor: pointer;
}
.offers-condition .condition:hover{
    color: #4f6588;
}
.offers-condition .condition span{
    display: block;
    width: 100%;
}
.offers-condition .condition.search{
    width: 392px;
    margin-right: 0;
    cursor: default;
    display: flex;
    align-items: center;
}
.offers-condition .condition.search input{
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    border: none;
}
.offers-condition .condition.search .iconfont{
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background: #ffcc32;
    color: #000;
    border-radius:50%;
    margin-left: 12px;
    flex-shrink: 0;
    cursor: pointer;
}
.offers-condition .condition.search .clear{
    background: #eee;
    width: 60px;
    height: 24px;
    border-radius:30px;
    display: block;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    line-height: 24px;
    cursor: pointer;
}
.offers-list{
    display: flex;
    flex-wrap: wrap;
}
.offers-list.withfixed{
    padding-top: 56px;
}
.offers-list li{
    position: relative;
    padding: 16px;
    width: 392px;
    background: #fff;
    border-radius:3px;
    margin: 24px 24px 0 0;
}
.offers-list li:hover{
    border: 1px solid #e6e6e6;
    padding: 15px;
}
.offers-list li:nth-child(3n){
    margin-right: 0;
}

.offers-list li .oflex{
    display: flex;
    align-items: center;
}
.offers-list li .title{
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.offers-list li .reward{
    color: #ff5065;
    font-size: 14px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: right;
    padding-left: 24px;
}
.offers-list li .currency{
    font-size: 20px;

    color: #ff5065;
}

.offers-list li .tag{
    padding: 12px 0;
}
.offers-list li .tag span{
    font-size: 12px;
    display: inline-block;
    background: #f0f0f0;
    padding: 3px 12px;
    border-radius:30px;
    margin-right: 6px;
}
.offers-list li .avatar{
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    border-radius:50%;
}
.offers-list li .nickname{
    font-size: 12px;
    color: #666;
    padding-left: 4px;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.offers-list li .city,.offers-list li .posttime{
    color: #666;
    font-size: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: auto;
    padding-left: 12px;
}

.offers-list li .city .iconfont,.offers-list li .posttime .iconfont{
    font-size: 16px;
}

.conditioncon{
    display: none;
}
.citycon{
    display: none;
}
.imcodecon{
    display: none;
}
.imcodecon img{
    height: 360px;
    width: 360px;
    padding: 10px;
}
.citycon .letter{
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    background: #f8f8f8;
}
.citycon .letter span{
    width: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.citycon .letter span:nth-child(1){
    width: 80px;
    flex-shrink: 0;
}
.citycon .letter span.active{
    background: #fff;
    color: #ff5065;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}
.citycon .letter span.active:after{
    content: " ";
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
}
.citycon .citys{
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
}
.citycon .citys li{
    padding: 12px;
    width: 20%;
}
.citycon .citys li span{
    display: block;
    text-align: center;
    line-height: 36px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    background: #f8f8f8;
}
.citycon .citys li span:hover{
    color: #ff5065;
    background: #fff;
}

.offer-loadmore{
    height: 56px;
    background: #fff;
    text-align: center;
    line-height: 56px;
    border-radius:3px;
    margin: 24px 0;
    cursor: pointer;
}
.offer-loading{
    height: 56px;
    background: #fff;
    text-align: center;
    border-radius:3px;
    margin: 24px 0;
}
.offer-loading .iconfont{
    height: 56px;
    width: 56px;
    line-height: 56px;
    display: block;
    margin: auto;
    font-size: 36px;
    animation: amturn 2s linear infinite;
}


@keyframes amturn {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.nooffer {
    width: 1224px;
    background-color:#fff;
    background-image: url('images/nomsg.png');
    background-size: 500px 270px;
    background-position: center 50px;
    background-repeat: no-repeat;
    text-align: center;
    height: 400px;
    padding-top: 320px;
    border-radius:3px;
    color: #999;
    font-size: 14px;
    margin: 24px 0;
}






.users-wrapper{
    width: 1224px;
    margin: auto;
    display: flex;
    padding: 24px 0;
}
.users-left{
    width: 160px;
    background: #fff;
    border-radius:3px;
}
.users-right{
    width: 1040px;
    margin-left: auto;
    background: #fff;
    border-radius:3px;
    min-height: calc(100vh - 268px);
}
.users-left .uheader{
    padding: 24px;
    border-bottom: 1px solid #f0f0f0;
}
.users-left .uheader img{
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius:50%;
}
.users-left .uheader span{
    display: block;
    text-align: center;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 10px;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.users-left .unav{
    padding: 24px;
}
.users-left .unav a{
    display: block;
    line-height: 40px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
    border-radius:3px;
    background: #f8f8f8;
    color: #333;
}
.users-left .unav a:hover{
    background: #fff;
}
.users-left .unav a.active{
    background: #ffcc32;
    color: #000;
    border: 1px solid #ffcc32;
}


.users-form .item{
    padding: 24px;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.users-form .item.noborder{
    border-bottom: none;
}
.users-form .item .item-name{
    width: 100px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-right: 12px;
    flex-shrink: 0;
    text-align: right;
}
.users-form .item .item-option{
    width: 100%;
}

.users-form .item .getsms{
    border: 1px solid #e6e6e6;
    height: 40px;
    width: 150px;
    border-radius:3px;
    background: #fafafa;
    font-size: 14px;
    margin-left: 6px;
    cursor: pointer;
}
.users-form .item .item-option .avatar{
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius:50%;
    cursor: pointer;
}
.users-form .item .item-option .avatar:hover{
    opacity: .8;
}
.users-form .item .item-option .avatar span{
    display: block;
    background: rgba(0,0,0,.3);
    color: #fff;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
}
.users-form .item .item-option .avatar img{
    width: 120px;
    height: 120px;
}
.users-form .item .item-option input,.users-form .item .item-option .itemtext{
    border: 1px solid #e6e6e6;
    height: 40px;
    padding: 0 12px;
    line-height: 38px;
    width: 100%;
    border-radius:3px;
    background: #fafafa;
    font-size: 14px;
}
.users-form .item .item-option .itemtext{
    cursor: pointer;
}

.users-form .item .item-option .itemtext em{
    font-size: 12px;
    padding: 0 12px;
    background: #fff;
    font-style: normal;
    border-radius:20px;
    margin-left: 12px;
    border: 1px solid #f0f0f0;
}

.users-form .item .item-icontip{
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.users-form .item .item-option textarea{
    border: 1px solid #e6e6e6;
    width: 100%;
    border-radius:3px;
    background: #fafafa;
    padding: 12px;
    min-height: 400px;
    vertical-align: middle;
    resize: vertical;
    font-size: 14px;
}

.users-form .item .item-option input.validform_error,.users-form .item .item-option textarea.validform_error{
    color: #ff5065;
}


.users-form .button-group{
    padding: 12px;
    display: flex;
}
.users-form .button-group .submit{
    height: 50px;
    font-size: 18px;
    background: #ffcc32;
    color: #000;
    width: 100%;
    border: none;
    margin: 12px;
    border-radius: 3px;
    cursor: pointer;
}
.users-form .button-group .cancel{
    height: 50px;
    font-size: 18px;
    background: #fafafa;
    width: 100%;
    margin: 12px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
}
.users-form .button-group button:hover{
    opacity: .8;
}

.rc-block input {
    display: none
}

.rc-block label {
    border: 1px solid #e6e6e6;
    color: #333;
    padding: 0 24px;
    line-height: 38px;
    min-width: 80px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    background-color: #fafafa;
    margin-right: 12px;
    font-size: 14px;
}

.rc-block input:checked + label {
    background: #fff url("images/checkon.svg") no-repeat right bottom;
    border: 1px solid #ff5065;
    background-size: 21px 21px;
    color: #ff5065
}

.rc-block input:disabled + label {
    opacity: 0.7;
}

.myoffers-list li{
    display: flex;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #f0f0f0;
}
.myoffers-list li:nth-child(1){
    background: #fafafa;
    font-weight: bold;
}
.myoffers-list li:hover{
    background: #fafafa;
}

.myoffers-list li .posttime{
    width: 180px;
    flex-shrink: 0;
}
.myoffers-list li .title,.myoffers-list li .reward{
    width: 100%;
    padding-right: 24px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.myoffers-list li .pub{
    width: 84px;
    flex-shrink: 0;
    padding-left: 24px;
}
.myoffers-list li .action{
    width: 60px;
    flex-shrink: 0;
    padding-left: 12px;
}
.myoffers-list li .action a{
    line-height: 24px;
    width: 48px;
    border-radius: 24px;
    background: #324057;
    border: none;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 13px;
}
.myoffers-list li .action a:hover{
    opacity: .8;
}
.myoffers-list li .action a.refresh{
    background: #1E9FFF;
}
.myoffers-list li .action a.delete{
    background: #ff5065;
}
.myoffers-list li .pub .pubstatus{
    width: 60px;
    height: 24px;
    border-radius: 24px;
    background: #eee;
    display: block;
    position: relative;
    cursor: pointer;
}
.myoffers-list li .pub .pubstatus:before{
    content: '上线';
    width: 48px;
    height: 24px;
    border-radius: 20px;
    background: #0dc76d;
    display: block;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 24px;
    transition: all .2s;
    color: #fff;
}

.myoffers-list li .pub .pubstatus.offline:before{
    content: '暂停';
    left: 0;
    right: auto;
    background: #ddd;
}

.pages {
    display: block;
    padding: 0 24px;
}

.pages a {
    border: #f0f0f0 1px solid;
    padding: 3px 12px;
    margin-right: 12px;
    background: #fafafa;
    display: block;
    float: left;
    border-radius: 2px;
    color: #333;
}
.pages a:hover{
    background: #fff;
}

.pages span {
    padding: 3px 12px;
    background: #000;
    color: #ffcc32;
    border: #000 1px solid;
    margin-right: 12px;
    display: block;
    float: left;
    border-radius: 3px;
}

.pages span em {
    font-style: normal;
}

.pages a, .pages span {
    margin: 24px 12px 24px 0;
}

.croplayer{
    display: none;
    width: 600px;
}
.cropbox {
    width: 600px;
    padding: 24px;
    display: flex;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.cropbox .cropimage {
    max-width: 400px;
    max-height: 400px;
}

.cropbox .croparea {
    width: 400px;
    height: 400px;
    border-radius: 3px;
    overflow: hidden;
    flex-shrink: 0;
}

.cropbox .cropaction {
    width: 152px;
    margin-left: 24px;
}


.cropbox .cropaction input{
    display: none;
}

.cropbox .cropaction label {
    width: 128px;
    height: 40px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 25px;
    display: block;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    margin-top: 24px;
    font-size: 16px;
}

.cropbox .cropaction button {
    width: 128px;
    height: 40px;
    background: #ffcc32;
    color: #000;
    cursor: pointer;
    margin-top: 24px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
}
.cropbox .cropaction button:disabled{
    color: #fff;
    background: #ddd;
    cursor: not-allowed;
}

.cropbox .cropaction img {
    height: 128px;
    width: 128px;
    border-radius: 50%;
}

.nickname-form,.phone-form,.wechat-form{
    display: none;
}

.offers-header{
    background-color: #324057;
    background-image: url("images/offersbg.jpeg");
    background-size: cover;
    color: #fff;
}
.offers-header .wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 260px;
}
.offers-header .desc{
    width: 832px;
    padding-right: 24px;
}
.offers-header .contact{
    width: 392px;
    margin-left: auto;
    text-align: center;
}
.offers-header .title{
    font-size: 24px;
}
.offers-header .title span{
    padding-left: 24px;
    font-size: 14px;
    color: rgba(255,255,255,.5);
}
.offers-header .reward{
    font-size: 18px;
    color: #ff5065;
    display: flex;
    align-items: center;
}
.offers-header .reward .iconfont{
    font-size: 28px;
    padding-right: 12px;
}
.offers-header .tag {
    padding: 24px 0;
}
.offers-header .tag span{
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
}


.offers-header .contact img{
    height: 60px;
    width: 60px;
    border-radius:50%;
    display: block;
    margin: auto;
}

.offers-header .contact .nickname{
    line-height: 28px;
    display: inline-block;
    font-size: 12px;
    padding: 0 12px;
    background: rgba(0,0,0,.5);
    border-radius:32px;
    margin: 12px 0;
}

.offers-header .contact .actions span{
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background:#1E9FFF;
    margin: 0 6px;
    border-radius:50%;
    font-size: 24px;
    cursor: pointer;
    position: relative;
}
.offers-header .contact .actions span:nth-child(2){
    background: #0dc76d;
}
.offers-header .contact .actions span:nth-child(3){
    background: #ff5065;
}

.detail-wrapper{
    width: 1224px;
    margin: auto;
    display: flex;
    padding: 24px 0;
}
.detail-left{
    width: 808px;
    background: #fff;
    border-radius:3px;
}
.detail-right{
    width: 392px;
    margin-left: auto;
    background: #fff;
    border-radius:3px;
    min-height: calc(100vh - 528px);
}

.dtitle{
    height: 64px;
    font-size: 20px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: bold;
    padding: 0 24px;
    display: flex;
    align-items: center;
}

.offers-content{
    padding: 24px;
    line-height: 2;
}

.dtitle .exchange{
    height: 30px;
    width: 60px;
    display: block;
    margin-left: auto;
    border: 1px solid #e6e6e6;
    border-radius:3px;
    cursor: pointer;
}
.dtitle .exchange:hover{
    background: #fbfbfb;
}


.offers-rec li{
    position: relative;
    padding: 24px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.offers-rec li:hover{
    background: #fbfbfb;
}
.offers-rec li .oflex{
    display: flex;
    align-items: center;
}
.offers-rec li .title{
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.offers-rec li .reward{
    color: #ff5065;
    font-size: 14px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: right;
    padding-left: 24px;
}
.offers-rec li .currency{
    font-size: 20px;

    color: #ff5065;
}

.offers-rec li .tag{
    padding: 12px 0;
}
.offers-rec li .tag span{
    font-size: 12px;
    display: inline-block;
    background: #f0f0f0;
    padding: 3px 12px;
    border-radius:30px;
    margin-right: 6px;
}
.offers-rec li .avatar{
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    border-radius:50%;
}
.offers-rec li .nickname{
    font-size: 12px;
    color: #666;
    padding-left: 4px;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.offers-rec li .city,.offers-rec li .posttime{
    color: #666;
    font-size: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: auto;
    padding-left: 12px;
}

.offers-rec li .city .iconfont,.offers-rec li .posttime .iconfont{
    font-size: 16px;
}





.article-list {
    width: 1224px;
    margin: 24px auto;
    border-radius:3px;
    background: #fff;
    overflow: hidden;
}

.article-list li {
    overflow: hidden;
    display: flex;
    padding: 24px;
    border-bottom: 1px solid #f0f0f0;
}
.article-list li:nth-child(2n){
    background: #fbfbfb;
}
.article-list li:last-child{
    border-bottom: none;
}

.article-list li .img {
    width: 240px;
    height: 135px;
    overflow: hidden;
    border-radius:3px;
}

.article-list li .img img {
    width: 240px;
    height: 135px;
    transition: all 1s;
}

.article-list li:hover .img img {
    transform: scale(1.1);
}
.article-list li:hover a b{
    color: #ff5065;
}

.article-list li .text {
    width: 100%;
    padding-left: 24px;
}

.article-list li .text b {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 12px;
    color: #333;
}

.article-list li .text p {
    height: 40px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.article-list li .text span {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px;
}

.article-list li .text span .iconfont {
    font-size: 16px;
}

.article-list li .text span .iconfont:nth-child(2) {
    padding-left: 24px;
}


.article-rec a{
    display: flex;
    position: relative;
    padding: 24px 24px 0 24px;
    list-style: none;
}
.article-rec.detail-article-rec a{
    padding: 24px;
    border-bottom: 1px solid #f0f0f0;
}

.article-rec a img{
    flex-shrink: 0;
    height: 66px;
    width: 88px;
    border-radius:3px;
}
.article-rec a .text{
    width:100%;
    padding-left:12px;
}
.article-rec a .text .title{
    font-size:16px;
    line-height:20px;
    height: 40px;
    overflow: hidden;
}
.article-rec a .text .ot{
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
}
.article-rec a .text .ot .iconfont{
    font-size: 16px;
}
.article-rec a .text .ot .iconfont:nth-child(2){
    padding-left: 24px;
}




.article-deatil-title{
    font-size: 24px;
    line-height: 1.2;
    padding: 24px 24px 0 24px;
}
.article-deatil-info{
    border-bottom: 1px dotted #f0f0f0;
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0;
    margin: 0 24px;
}

.article-deatil-info .iconfont {
    font-size: 16px;
}

.article-deatil-info .iconfont:nth-child(2) {
    padding-left: 24px;
}


.article-deatil-content{
    padding: 24px;
    line-height: 2;
}
.article-deatil-content p{
    padding: 12px 0;
}
.article-deatil-content  img{
    max-width: 100%;
    border-radius:2px;
}


.doc-content{
    padding: 24px;
    line-height: 2;
}
.doc-content p{
    padding: 12px 0;
}
.doc-content  img{
    max-width: 100%;
    border-radius:2px;
}
.about-advs{
    margin-top: 24px;
}
.about-advs ul{
    display: flex;
}
.about-advs ul li{
    background: #f8f8f8;
    width: 100%;
    padding: 24px;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    border-radius:3px;
}
.about-advs ul li:nth-child(2){
    margin: 0 24px;
    border-radius:3px;
}
.about-advs ul li .iconfont{
    height: 60px;
    width: 60px;
    display: block;
    margin: auto;
    line-height: 60px;
    font-size: 40px;
    background: #ffcc32;
    color: #000;
    border-radius:50%;
    text-align: center;
}
.about-advs ul li strong{
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 2;
    color: #333;
}

.noauth{
    text-align: center;
    padding: 48px;
}
.noauth img{
    width: 100px;
    height: 100px;
    border-radius:50%;
    background: #000;
    padding: 10px;
    margin: 24px auto;
}
.noauth a{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: #ffcc32;
    color: #000;
    width: 200px;
    margin: 48px auto;
    border-radius: 30px;
    cursor: pointer;
    display: block;
}
.noauth a:hover{
    opacity: .8;
}