html {
    /*overflow: hidden;*/
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

html, body {
    height: 100%;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.imgwidth img {
    width: 100%;
    max-width: none;
    max-height: none;
}

a, a:hover {
    color: #000;
    text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
    display: block;
}

body, button, dd, section, dl, dt, fieldset, form, h1, h2, h3, h4, h5,
h6, input, legend, li, ol, p, select, table, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

img, fieldset {
    border: none;
}

input, img {
    outline: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    cursor: pointer;
    border: none;
}

textarea {
    word-wrap: break-word;
    resize: none;
}

ul, dl, ol {
    list-style: none;
}

h2, h3 {
    font-size: 14px;
    font-weight: normal;
}

.form-group .register-phone-verifycode button {
    padding: 5px;
    border-radius: 3px;
    vertical-align: top;
}

/* 去除输入框、文本域默认边框和IOS4下的内阴影 */
input[type=checkbox] {
    width: 15px;
    height: 15px;
}

/* 设置webkit内核下输入框属性placeholder中值的文件颜色 */
::-webkit-input-placeholder {
    color: #C4C4C4;
}

/* 禁止长按链接、按钮、输入框出现系统默认弹框菜单 */
a, button, input {
    -webkit-touch-callout: none;
    outline: none;
}

a, a:visited {
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "SimHei", "Helvetica Neue", Arial, "Droid Sans", sans-serif;
    color: #333;
    -webkit-user-select: none; /* 禁止选中文本 */
    position: relative;
    font-size: 14px;
    height: 100%;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.block {
    display: block;
}

.mui-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*//如果伸缩容器设置了“wrap”属性值，当伸缩项目在伸缩容器中无法在一行中显示的时候会另起一行排列。*/
}

.flex {
    /* 设置弹性布局 */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-1 {
    /* 子元素自动占据剩余的空间 */
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-2 {
    /* 子元素自动占据剩余的空间 */
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.flex-pack-center {
    /* 水平布局下的子元素 水平居中 */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-align-center {
    /* 水平布局下的子元素 垂直居中 */
    -webkit-box-align: center; /* android 2.1-3.0, ios 3.2-4.3 */
    -webkit-align-items: center; /* Chrome 21+ */
    -ms-flex-align: center; /* WP IE 10 */
    align-items: center; /* android 4.4 */
}

.flex-pack-justify {
    /* 水平布局下的子元素 2端对齐 */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.padlr10 {
    padding: 0 10px;
}

.padlr8 {
    padding: 0 8px;
}

.padt_b10 {
    padding: 10px 0;
}

.pad10 {
    padding: 10px;
}
.pad8 {
    padding: 8px;
}

.padl {
    padding-left: 8px;
}

.pad-bt {
    padding-bottom: 5px;
}

.pad-top {
    padding-top: 10px;
}

.mar_top {
    margin-top: 10px;
}

.pad-top2 {
    padding-top: 20px;
}

.pad-r {
    padding-right: 10px;
}

.mar-bt {
    margin-bottom: 10px;
}

.padt0 {
    padding: 10px 10px 0 10px;
}

.padr5 {
    padding-right: 5px;
}

/*图标*/
.fa-angle-left, .a-bars {
    font-size: 30px;
    color: #bfbfbf;
}

.fa-caret-right, .fa-angle-down, .fa-check, .fa-angle-right, .fa-minus {
    font-size: 20px;
    vertical-align: middle;
}

.bgf2 {
    background: #f2f2f2;
}

.bgf3 {
    background: ghostwhite;
}

.bgf4 {
    background: white;
}

.bort {
    border-top: solid 1px #dedede;
}

header {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 200;
}

.head-bar {
    height: 40px;
    background: #fff;
    padding: 0 10px;
    border-bottom: solid 1px #dedede;
}

.navbar {
    height: 57px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 hsla(0, 6%, 58%, .6);
    -webkit-box-shadow: 0 0 10px 0 hsla(0, 6%, 58%, .6);
    -moz-box-shadow: 0 0 10px 0 hsla(0, 6%, 58%, .6);
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    border-top: solid 1px #dedede;
}

.navbaractive {
    background: #000;
}

.navbar span {
    display: block;
    font-size: 22px;
}

.containe {
    padding: 0;
    margin: 0;
    background: #fff;
    height: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 100;
}

.clr53 {
    color: #f15353;
}

.clrbf {
    color: #bfbfbf;
}

.cla4 {
    color: #a40000;
}

.cl0 {
    color: #000;
}

.cl70 {
    color: #707070;
}

.bgfaf3 {
    background: #fffaf3;
}

.font16 {
    font-size: 16px;
}

.font14 {
    font-size: 14px;
}

.font12 {
    font-size: 12px;
}

.nav {
    height: 57px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav a {
    color: #666;
}

.nav .clr53 {
    color: #f15353;
}

.bor-btom {
    border-bottom: solid 1px #dedede;
}

.common-layer-nav {
    position: absolute;
    width: 125px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    right: 6px;
    top: 42px;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    visibility: hidden;
}

.addnav {
    visibility: visible;
}

.common-layer-nav .nav-ul {
    padding-left: 15px;
}

.common-layer-nav .nav-ul li {
    height: 40px;
    line-height: 40px;
}

.common-layer-nav .nav-ul a {
    color: #fff;
}

.common-layer-nav .nav-ul .fa {
    width: 20%;
    display: inline-block;
}

.common-layer-nav .nav-ul .lay-nav-text {
    height: 40px;
    display: inline-block;
    width: 76%;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.arrow-box {
    margin-top: -15px;
    text-align: right;
    padding-right: 5px;
}

.arrow-box .arrow-up {
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .9);
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #06c
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid yellow
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent
}

footer {
    padding-top: 20px;
    color: #848689;
}

footer a {
    color: #848689;
}

.pos_relative {
    position: relative;
}

.ft_top div {
    border-right: solid 1px #dedede;
}

.ft_top a {
    height: 30px;
    line-height: 30px;
}

.text_overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.overtouch {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.a_btn {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 4px;
    border: solid 1px #f25454;
    color: #f25454;
}

.flex-25p {
    width: 25%;
}