/*����Դ��,���ɱ༭��Դ����Ψһ���ص�ַ: http://www.bootstrapmb.com/item/8213�����˱�עֻ��������ʾվ�����ص�Դ�벻��������*/
/* ========== */
/* = css reset = */
/* ========== */

@charset "utf-8";
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    min-height: 100%;
    letter-spacing: 0px;
}
/* ����iPhone��Safari���ֺ��Զ����� */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: #1b1b1b;
    background: #fff;
    font-family: Microsoft Yahei,SimSun,Helvetica;
    min-width: 300px;
    /* max-width: 640px; */
    font-size: 1.5rem;
    line-height: 1.5;
    min-height: 100%;
}

fieldset,
img {
    border: 0;
    display: block;
}

ol,
ul,
dl {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

em,
s,
i {
    font-style: normal;
}

input,
button,
select,
textarea {
    border: 0;
    -webkit-appearance:none;
    border-radius: 0;
    font-family: Microsoft Yahei,SimSun,Helvetica;
    font-size: 1.5rem;
    outline: none;
}

textarea {
    resize: none;
}
/*�������ı��������������ڹȸ���*/

a {
    text-decoration: none;
    color: #1b1b1b;
}

a:hover {
    color: #1b1b1b;
    text-decoration: none;
}
/* ����HTML5Ԫ��Ϊ�� */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/* ����ͼƬ��Ƶ������Ӧ���� */

img {
    max-width: 100%;
    height: auto;
}

.video embed,
.video object,
.video iframe {
    width: 100%;
    height: auto;
}
/* 1.ȥ��android a/button/input��ǩ�����ʱ�����ı߿� 2.ȥ��ios a��ǩ�����ʱ�����İ�͸����ɫ���� */

a,
button,
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 1.5rem;
}
/*ȥ��iosĬ�ϵİ�ť��ʽ*/

input[type="submit"],
input[type="reset"],
input[type="button"]{
    -webkit-appearance: none;
}


::-moz-placeholder {
    color: #c6c6c6;
    font-size: 1.6rem;
    opacity: 1;
}
:-moz-placeholder {
    color: #c6c6c6;
    font-size: 1.6rem;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #c6c6c6;
    font-size: 1.6rem;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #c6c6c6;
    font-size: 1.6rem;
    opacity: 1;
}



/* ========== */
/* = global = */
/* ========== */
/*����*/

.fl {
    float: left;
}

.fr {
    float: right;
}
/*�������*/

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis2{
    text-overflow: ellipsis;
    display: -webkit-box; /** ������Ϊ��������ģ����ʾ **/
    -webkit-box-orient: vertical; /** ���û���������ж������Ԫ�ص����з�ʽ **/
    -webkit-line-clamp: 2; /** ��ʾ������ **/
    overflow: hidden;  /** ���س��������� **/
}
@media screen and (max-width: 374px) {
    html {
        font-size: 9px;
    }
}
.starlabel{color:red;padding:0 12px;font-weight:bold;}/*����Դ��,���ɱ༭��Դ����Ψһ���ص�ַ: http://www.bootstrapmb.com/item/8213�����˱�עֻ��������ʾվ�����ص�Դ�벻��������*/