@charset "utf-8";

/*==========@@HTML默认 开始@@==========*/
/*基本*/
* {
    padding: 0px;
    margin: 0px
}

body {
    font-size: 100px;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

.trans {
    transition: all .3s ease-in;
}

html {
    width: 100%;
    min-height: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    font: .24rem/1.6 'PingFangSC-Light', 'microsoft yahei', Arial, Helvetica, sans-serif, "Hiragino Sans GB";
    color: #333;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    position: relative;
}

body:before, body:after {
    content: "";
    width: 100%;
    display: block;
}

body:before {
    height:1.174rem;
}

body:after {
    /* height: 1.2rem; */
}

img {
    border: 0px;
}

em {
    font-style: normal;
}

s, i {
    font-style: normal;
}

ul, ol {
    list-style-type: none;
}

li {
    list-style: none outside none;
}

strong, b {
    font-weight: normal;
}

/*表单*/
input, button, select, textarea {
    outline: none;
    font-family: "Microsoft Yahei", Arial;
    font-size: .24rem;
    -webkit-appearance: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

/*公用样式*/
.layout {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 101;
    background: #000;
    opacity: 1;
}

.blue {
    color: #28a5f4;
}

/*链接*/
a, a:link, a:visited, a:hover, a:active {
    color: #666;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
}

a:focus {
    outline: none;
}

a:hover, a:active {
    color: #27426F;
    outline: none;
}

/*标题*/
h1, h2, h3, h4, h5, h6, h7 {
    font-weight: normal;
}

/*字体*/
html {
    font-size: 20px;
}

@media only screen and (min-width: 320px) {
    html {
        font-size: 32px !important;
    }
}
@media only screen and (min-width: 360px) {
    html {
        font-size: 36px !important;
    }
}

@media only screen and (min-width: 375px) {
    html {
        font-size: 37.5px !important;
    }
}
@media only screen and (min-width: 390px) {
    html {
        font-size: 39px !important;
    }
}

@media only screen and (min-width: 400px) {
    html {
        font-size: 40px !important;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 41.4px !important;
    }
}

@media only screen and (min-width: 480px) {
    html {
        font-size:48px !important;
    }
}

@media only screen and (min-width:540px) {
    html {
        font-size: 54px !important;
    }
}
@media only screen and (min-width:590px) {
    html {
        font-size: 59px !important;
    }
}
@media only screen and (min-width:640px) {
    html {
        font-size: 64px !important;
    }
}

@media only screen and (min-width: 750px) {
    html {
        font-size: 75px !important;
    }
}

.flex1 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.flex2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.flex3 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

.flex4 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
}

.flex5 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: end;
    align-items: center;
}

.flex6 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
}
.flex7 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.wrap {
    width: calc(10rem - .8rem);
    margin: 0 auto;
}
.single-text{
    text-overflow: ellipsis;

}
.more-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



/* pager */
.pager {
	width: 97%;
	padding: 40px 0 20px;
	text-align: right;
}

.pager > * {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background: #FFF;
	border: 1px solid #ddd;
	margin: 0 5px;
font-size: 15px;
}

.pager > *:first-child {
	display: none;
}

.pager > *:first-child + * {
	margin-left: 0px;
}

.pager > span {
	cursor: no-drop;
}

.pager > span.cur {
	cursor: default;
	background: #d69962;
	color: #fff;
	font-weight: bold;
}

.pager > a:hover {
	background: #f9f9f9;
}

.pager .current {
	background: #d69962;
	color: #ffffff;
	border: 1px solid #d69962;
}





