html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
fieldset,
legend,
input,
textarea,
blockquote,
address,
pre {
    margin: 0;
    padding: 0;
}

em,
i,
address,
cite {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
fieldset,
hr,
iframe {
    border: 0;
}

img {
    display: inline-block;
    border: none;
    vertical-align: middle;
}

a,
del,
ins {
    text-decoration: none;
    color: #4c4c4c;
}

li {
    list-style: none;
}

body,
input,
textarea,
select {
    font: normal 12px/1.667 "Open Sans", Arial, "Hiragino Sans GB", "PingFangSC-Regular", "Microsoft YaHei", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    color: #4c4c4c;
}

/* body {
    background-color: #f7f7f7;
} */

input[type=text],
input[type=password],
input[type=button],
input[type=submit],
input[type=reset],
input[type=number],
input[type=email],
input[type=tel],
input[type=search] {
    border: none;
    background: none;
    outline: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #b7b7b7;
}

html,
body {
    min-height: 100.99999999%;
}

.vm {
    vertical-align: middle;
}

.cp {
    cursor: pointer;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.over-hid {
    overflow: hidden;
}

.over-show {
    overflow: inherit;
}

.w-115 {
    min-width: 0 !important;
    width: 115px;
}

.w-50 {
    min-width: 0 !important;
    width: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.colfff {
    color: #fff;
}

.gray {
    color: #a3a3a3;
}

.red {
    color: #e93838;
}

.fixed-bar {
    position: fixed;
    width: 100%;
}

.bottom {
    bottom: 0px;
}

.block {
    display: block;
}

.iblock {
    display: inline-block;
}

.none {
    display: none;
}

.border {
    border: 1px solid #ededed;
}

.bd-b {
    border-bottom: 1px solid #ededed;
}

.bd-t {
    border-top: 1px solid #ededed;
}

.bd-l {
    border-left: 1px solid #ededed;
}

.bd-r {
    border-right: 1px solid #ededed;
}

.flex-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
}

.flex-box>* {
    -ms-flexbox: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
}

.bg-red {
    background-color: #dd3932;
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.nf {
    float: none;
}

.ftb {
    font-weight: bold;
}

.cp {
    cursor: pointer;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.linh20 {
    line-height: 20px;
}

.mt0 {
    margin-top: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mg0 {
    margin: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mg5 {
    margin: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mg10 {
    margin: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mg15 {
    margin: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mg20 {
    margin: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mg25 {
    margin: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mg30 {
    margin: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mg35 {
    margin: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mg40 {
    margin: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mg45 {
    margin: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mg50 {
    margin: 50px !important;
}

.pdt0 {
    padding-top: 0px !important;
}

.pdl0 {
    padding-left: 0px !important;
}

.pdr0 {
    padding-right: 0px !important;
}

.pdb0 {
    padding-bottom: 0px !important;
}

.pd0 {
    padding: 0px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdr5 {
    padding-right: 5px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pd5 {
    padding: 5px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdr10 {
    padding-right: 10px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pd10 {
    padding: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdl15 {
    padding-left: 15px !important;
}

.pdr15 {
    padding-right: 15px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pd15 {
    padding: 15px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdl20 {
    padding-left: 20px !important;
}

.pdr20 {
    padding-right: 20px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pd20 {
    padding: 20px !important;
}

.pdt25 {
    padding-top: 25px !important;
}

.pdl25 {
    padding-left: 25px !important;
}

.pdr25 {
    padding-right: 25px !important;
}

.pdb25 {
    padding-bottom: 25px !important;
}

.pd25 {
    padding: 25px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdl30 {
    padding-left: 30px !important;
}

.pdr30 {
    padding-right: 30px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pd30 {
    padding: 30px !important;
}

.pdt35 {
    padding-top: 35px !important;
}

.pdl35 {
    padding-left: 35px !important;
}

.pdr35 {
    padding-right: 35px !important;
}

.pdb35 {
    padding-bottom: 35px !important;
}

.pd35 {
    padding: 35px !important;
}

.pdt40 {
    padding-top: 40px !important;
}

.pdl40 {
    padding-left: 40px !important;
}

.pdr40 {
    padding-right: 40px !important;
}

.pdb40 {
    padding-bottom: 40px !important;
}

.pd40 {
    padding: 40px !important;
}

.pdt45 {
    padding-top: 45px !important;
}

.pdl45 {
    padding-left: 45px !important;
}

.pdr45 {
    padding-right: 45px !important;
}

.pdb45 {
    padding-bottom: 45px !important;
}

.pd45 {
    padding: 45px !important;
}

.pdt50 {
    padding-top: 50px !important;
}

.pdl50 {
    padding-left: 50px !important;
}

.pdr50 {
    padding-right: 50px !important;
}

.pdb50 {
    padding-bottom: 50px !important;
}

.pd50 {
    padding: 50px !important;
}

.ft0 {
    font-size: 0px !important;
}

.ft12 {
    font-size: 12px !important;
}

.ft13 {
    font-size: 13px !important;
}

.ft14 {
    font-size: 14px !important;
}

.ft15 {
    font-size: 15px !important;
}

.ft16 {
    font-size: 16px !important;
}

.ft17 {
    font-size: 17px !important;
}

.ft18 {
    font-size: 18px !important;
}

.ft19 {
    font-size: 19px !important;
}

.ft20 {
    font-size: 20px !important;
}

.ft21 {
    font-size: 21px !important;
}

.ft22 {
    font-size: 22px !important;
}

.ft23 {
    font-size: 23px !important;
}

.ft24 {
    font-size: 24px !important;
}

.ft25 {
    font-size: 25px !important;
}

.ft26 {
    font-size: 26px !important;
}

.ft27 {
    font-size: 27px !important;
}

.ft28 {
    font-size: 28px !important;
}

.ft29 {
    font-size: 29px !important;
}

.ft30 {
    font-size: 30px !important;
}

.lh15 {
    line-height: 15px !important;
}

.w5 {
    width: 5px !important;
}

.h5 {
    height: 5px !important;
}


.c2d {
    color: #2d2d2d;
}

.c333 {
    color: #333333;
}

.c59 {
    color: #595959;
}

.cbf {
    color: #bfbfbf;
}

.c80 {
    color: #808080;
}

.cff {
    color: #ffffff;
}

.c00 {
    color: #000000;
}

.c59 {
    color: #595959;
}

.c015d7e {
    color: #015d7e;
}

.red {
    color: #fe584d;
}

.green {
    color: #07B25F;
}

.gray {
    color: #b2b2b2;
}

.c95 {
    color: #959595;
}

.gray-dark {
    color: #808080;
}

.light-gray {
    color: #d9d9d9;
}

.delete {
    color: #d9d9d9;
    text-decoration: line-through;
}

.endgray {
    color: #d9d9d9;
}

.c-4c4c4c {
    color: #4c4c4c;
}

.ft-12 {
    font-size: 12px;
}

.ft-13 {
    font-size: 13px;
}

.ft-14 {
    font-size: 14px;
}

.ft-15 {
    font-size: 15px;
}

.ft-16 {
    font-size: 16px;
}

.ft-18 {
    font-size: 18px;
}

.ft-20 {
    font-size: 20px;
}

.ft-22 {
    font-size: 22px;
}

.ft-24 {
    font-size: 24px;
}

.icon {
    background-image: url('../images/icon-global.png');
    background-image: -webkit-image-set(url('../images/icon-global.png') 1x, url('../images/icon-global@2x.png') 2x);
    background-image: -moz-image-set(url('../images/icon-global.png') 1x, url('../images/icon-global@2x.png') 2x);
    background-image: -ms-image-set(url('../images/icon-global.png') 1x, url('../images/icon-global@2x.png') 2x);
    background-image: -o-image-set(url('../images/icon-global.png') 1x, url('../images/icon-global@2x.png') 2x);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 500px auto;
    background-size: 500px auto;
}

.icon-praise {
    background-position: 0 -183px;
}

.icon-comment {
    background-position: -30px -183px;
}

.icon-pointed-star {
    background-position: -210px -220px;
}

.icon-text-shadow {
    background-position: -30px -573px;
}

.icon-left-zan {
    background-position: 0px -279px;
}

.icon-left-share {
    background-position: -30px -279px;
}

.icon-left-shoucang {
    background-position: -60px -279px;
}

.icon-arrow {
    background-position: -92px -280px;
}

.icon-left-weixin {
    background-position: 1px -309px;
}

.icon-left-pengyou {
    background-position: 0px -350px;
}

.icon-left-weibo {
    background-position: 1px -394px;
}

.icon-left-qq {
    background-position: 3px -429px;
}

.icon-left-qzone {
    background-position: 0px -470px;
}

.icon-article-zan {
    background-position: 0px -550px;
}

.icon-bottom-share {
    background-position: -30px -268px;
    opacity: 0.7;
}

.icon-phone {
    background-position: -477px 3px;
}

.icon-lock {
    background-position: -477px -30px;
}

.icon-weibo {
    background-position: -475px -145px;
}

.icon-qq {
    background-position: -475px -184px;
}

.border-left {
    border-left: 1px solid #f2f2f2;
}

.border-right {
    border-right: 1px solid #f2f2f2;
}

.border-top {
    border-top: 1px solid #f2f2f2;
}

.border-bottom {
    border-bottom: 1px solid #f2f2f2;
}

.hover-red:hover,
.hover-red:hover * {
    color: #fe584d !important;
}

input[type=checkbox] {
    position: relative;
    bottom: 2px;
}

input[type=checkbox]:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: #fff url("../images/icon-nochecked.png") no-repeat center center;
    -moz-background-size: 13px auto;
    background-size: 13px auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

input[type=checkbox]:checked:before {
    background: #fff url("../images/icon-checked.png") no-repeat center center;
    -moz-background-size: 13px auto;
    background-size: 13px auto;
}


.btn {
    background: #fe584d;
    line-height: 24px;
    color: #fff;
    min-width: 65px;
    font-size: 12px;
    display: block;
    text-align: center;
    transition: 'all 0.5s';
    -webkit-transition: 'all 0.5s';
    -ms-transition: 'all 0.5s';
    -moz-transition: 'all 0.5s';
    -o-transition: 'all 0.5s';
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.btn.white {
    background: #fff;
    color: #fe584d;
}

.btn.white:hover {
    background: #fff;
}

.btn.white.border {
    border: 1px solid #fe584d;
}

.btn.red {
    color: #fe584d;
    background: #fe584d !important;
    color: #fff !important;
}

.btn.red:hover {
    background: #ec463b !important;
}

.btn.c-red {
    color: #fe584d !important;
    border: 1px solid #fe584d;
    background: #fff !important;
}

.btn.gray {
    background: #c1c1c1 !important;
    color: #fff !important;
}

.btn.gray:hover {
    background: #c1c1c1 !important;
}

.btn.green {
    background: #80c269 !important;
    color: #fff !important;
}

.btn.green:hover {
    background: #6eb057 !important;
}

.btn.c-green {
    background: none;
    color: #07B25F;
    cursor: default;
}

.btn.c-green:hover {
    background: none;
}

.btn:hover {
    background: #ec463b;
}

.btn .icon {
    display: inline-block;
}
.txtc {
    text-align: center;
}
.hidden {
    display: none;
}
.blue {
    color: #0084b4;
}
.underline-bold {
    text-decoration: underline;
    font-weight: bold;
}
.ellipsis-uniline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-multiline {
	display: box !important;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /*第几行出现省略号*/
}
.footer-wrap{ height: 294px;}
