/*通用类*/
html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0 auto;
    font-size: 14px;
    font-family: "Microsoft Yahei", Adobe Heiti Std, Arial, sans-serif;
    color: #333;
    background: #fff;
    height: auto;
    overflow-x: hidden;
    cursor: pointer;
}

body.h100 {
    height: 100%;
}

img {
    border: none;
}

a {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

em {
    font-style: normal;
}

/*input {
    outline: none;
    -webkit-appearance: none;
}
*/
input[type="text"] {
    text-indent: 0.5em;
}

input.sub,
label {
    border: none;
    cursor: pointer;
}

input, button, select, textarea {
    outline: none
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
}

div.clear {
    font: 0px Arial;
    line-height: 0;
    height: 0;
    clear: both;
}

.font-grey {
    color: #666;
}

.font-light-grey {
    color: #999 !important;
}

.font-red {
    color: #993300 !important;
}

.font-white {
    color: #fff;
}

.font-yellow {
    color: #ffff00;
}

.text-center {
    text-align: center;
}

.ta_r {
    text-align: right !important;
}

.justify {
    overflow: hidden;
    text-align: justify;
}

.btn {
    display: block;
    height: 35px;
    line-height: 35px;
    /*width: 140px;*/
    border-radius: 17.5px;
    border: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    margin: 0 auto;
}

.btn a {
    display: block;
    color: #fff;
    width: 100%;
}

.btn-lg {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.shadow-btn:hover {
    box-shadow: 2px 2px 3px #ccc, -2px -2px 3px #ccc;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-t10 {
    margin-top: 10px;
}

.m-r10 {
    margin-right: 10px;
}

.hide {
    display: none;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.d-static {
    position: static !important;
}

.d-fixed {
    position: fixed !important;
}

.d-relative {
    position: relative !important;
}

.d-absolute {
    position: absolute !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.width-auto {
    width: auto !important;
}

.margin-no {
    margin: 0 !important;
}

.margin-auto {
    margin: 0 auto;
}

.padding-no {
    padding: 0 !important;
}

.border-no {
    border: 0 !important;
}

.border-radius-no {
    border-radius: 0 !important;
}

.hide {
    display: none !important;
}

.full-cover-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
}

.bg-white {
    background: #fff;
}

body.bg-white,
body.bg-brown {
    min-height: 100%;
}

.bg-brown {
    background: rgb(180, 153, 126);
}

.bg-pink {
    background: #ff5c7f;
}

.bg-grey {
    background: #f4f3ef;
}

.bg-green {
    background: #9ac937;
}

.bg-dark-grey {
    background: #9e9e9e !important;
}

.bg-dark {
    background: rgb(73, 89, 105);
}

.bg-blue {
    background: #007feb;
}

.bg-purple {
    background: #d15291;
}

.bg-orange {
    background: #ff9a23;
}

.bg-light-blue {
    background: #aed7ff;
    color: #007feb;
}

.cursor {
    cursor: pointer;
}

.grey-bottom {
    border-bottom: 10px solid #f2f2f2;
}

.w100 {
    width: 100% !important;
    float: left;
    overflow: hidden;
}

.line {
    width: auto;
    height: 1px;
    background: #ccc;
    float: left;
}

.o-visible {
    overflow: visible !important;
}

.o-hidden {
    overflow: hidden !important;
}

.s-container {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

/* header start */
.header {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #7a91ee;
    color: #fff;
    text-align: center;
    font-size: 17px;
    position: relative;
}

.header .href-back {
    position: absolute;
    width: 80px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-indent: 15px;
    font-size: 16px;
    color: #fff;
    top: 0px;
    left: 5%;
    background: url(./img/href-back.png) no-repeat left center / 10px auto;
}

.header .message-tip {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 7.5px;
    right: 5%;
    background: url(../images/public/i-message2.png) center no-repeat;
    background-size: 23px auto;
}

.header .message-tip span {
    position: absolute;
    font-size: 8px;
    /* padding: 5px; */
    color: #fff;
    background: #ff5f81;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 17px;
    top: -5px;
    right: -7px;
}

.header .href-back img {
    display: block;
    width: 10px;
    margin-top: 2px;
}

/* header end */

/* footer Start */
.height-site {
    width: 100%;
    height: 50px;
    float: left;
}

.footer {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    color: #343434;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 10000;
}

.footer ul {
    width: 100%;
    -webkit-display: flex;
    display: flex;
    justify-content: space-around;
}

.footer li {
    min-width: 80px;
    text-align: center;
    position: relative;
    background-size: 40px auto;
    height: 50px;
    line-height: 75px;
    font-size: 12px;
}

.footer li.on span{
    color:#ef5326;
}

.footer li span {
    color: #81827e;
}

.footer li.fore1 {
    background: url(../images/public/home@2x.png) center 5px no-repeat;
    background-size: auto 20px;
}

.footer li.fore1.on {
    background: url(../images/public/home@2x-on.png) center 5px no-repeat;
    background-size: auto 20px;
}

.footer li.fore2 {
    background: url(../images/public/ablum@2x.png) center 7px no-repeat;
    background-size: auto 18px;
}

.footer li.fore2.on {
    background: url(../images/public/ablum@2x-on.png) center 7px no-repeat;
    background-size: auto 18px;
}

.footer li.fore3 {
    background: url(../images/public/update@2x.png) center 5px no-repeat;
    background-size: auto 20px;
}

.footer li.fore3.on {
    background: url(../images/public/update@2x-on.png) center 5px no-repeat;
    background-size: auto 20px;
}

.footer li.fore4 {
    background: url(../images/public/data@2x.png) center 5px no-repeat;
    background-size: auto 20px;
}

.footer li.fore4.on {
    background: url(../images/public/data@2x-on.png) center 5px no-repeat;
    background-size: auto 20px;
}

/* footer end */

/* tab */
.tab-content {
    display: none;
}

.tab-content.on {
    display: block;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #fff;
}

.b-padding {
    padding-top: 44px;
}

.b-padding95 {
    padding-top: 95px;
}

.back-header {
    box-sizing: border-box;
    height: 44px;
    padding: 11px 3%;
    line-height: 22px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

.back-header .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
}

.back-header .title.width-auto {
    width: auto;
    left: 10%;
}

.back-header .i-back img {
    display: block;
    width: 12px;
    position: relative;
    z-index: 10;
}

.href-bg {
    background: url('../img/icon-href.png') no-repeat 97% center / 6.5px auto;
}

.back-header .i-right {
    color: rgb(102, 102, 102);
    font-size: 14px;
    position: relative;
    z-index: 10;
}

select.in-select {
    width: 70%;
    height: 49px;
    font-size: 14px;
    color: rgb(153, 153, 153);
    direction: rtl;
    margin-right: 10px;
    border: none;
    outline: none;
    /*将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: none;
}

select.in-select-left {
    direction: ltr;
    width: 65%;
}

select.in-select::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
    direction: rtl;
}

@media screen and (min-width: 375px ) {
    select.in-select {
        width: 75%;
    }

    select.in-select-left {
        width: 65%;
    }
}

@media screen and (min-width: 425px ) {
    select.in-select {
        width: 77%;
    }

    select.in-select-left {
        width: 70%;
    }
}

@media screen and (min-width: 768px ) {
    select.in-select {
        width: 85%;
    }

    select.in-select-left {
        width: 80%;
    }
}

@media screen and (min-width: 1024px ) {
    select.in-select {
        width: 90%;
    }

    select.in-select-left {
        width: 85%;
    }
}

/* 提示层 */
.layer {
    min-width: 150px;
    position: fixed;
    height: 45px;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    padding: 0 20px;
    text-align: center;

    line-height: 45px;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    border-radius: 4px;
    z-index: 100000000000;
    /*display: none;*/
}




