* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", Tahoma, Arial, sans-serif;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", "simhei", Tahoma, Arial, sans-serif;
    color: black;
    background: #f8f8f8;
    font-size: 14px;
}

html {
    /* 关闭字体大小自动调整功能 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body {
    width: 100%;
    min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight:normal;
}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

em, i {
    font-style: normal;
}

strong {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: black;
}

a:hover, a:active, a:visited {
    text-decoration: none;
}

a, a:hover {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

input[type='text'] {
    outline: none;
    background: none;
    border: 0px;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #859AA9;
    font-size: 14px;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #859AA9;
    font-size: 14px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #859AA9;
    font-size: 14px;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #859AA9;
    font-size: 14px;
}

button {
    border: 0px;
    outline: none;
    background: none;
}


.mt20 {
    margin-top: 20px;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.text-c {
    text-align: center;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

.indent {
    text-indent: 2em;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.more {
    display: inline-block;
    position: absolute;
    font-weight: normal;
    top: 0px;
    right: 5px;
    font-size: 12px;
}

.more:focus {
    outline: none;
}

.c66 {
    color: #666;
}

.c99 {
    color: #999;
}

.ccc {
    color: #ccc;
}

.c_blue {
    color: blue;
}

.c_red {
    color: red;
}

.bg_white {
    background: #fff;
}

.main-h66 {
    height: 66px;
}

.main-h40, .main-pt40, .main-bt40 {
    height: 40px;
}

.main-h44 {
    height: 44px;
}

.main-h50, .main-pt50, .main-bt50 {
    height: 55px;
}

.no-data{
    color:#999;
    line-height:40px;
    text-align:center;
    font-size:14px;
    padding:6px;
}

/* 顶部底色 */

.top-bgco {
    background:#fff;
    /*padding-top: 20px;*/
    /*background: -webkit-linear-gradient(left, #6880F2, #8474F3);
    background: -o-linear-gradient(right, #6880F2, #8474F3);
    background: -moz-linear-gradient(right, #6880F2, #8474F3);*/
    background: linear-gradient(to right, #6880F2, #8474F3);
}

.top-bgco1 {
    /*padding-top: 10px;
    background: -webkit-linear-gradient(left, #6880F2, #8474F3);
    background: -o-linear-gradient(right, #6880F2, #8474F3);
    background: -moz-linear-gradient(right, #6880F2, #8474F3);
    background: linear-gradient(to right, #6880F2, #8474F3);*/
}

.bot-menu {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-color: white;
    z-index: 99;
    padding-top: 5px;
    border-top: 1px solid #f1f1f1;
}

.no-top-bottom .bot-menu {
    display: none;
}

.bot-menu li {
    float: left;
    width: 25%;
    height: 50px;
    text-align: center;
}

.bot-menu a {
    display: block;
    padding: 3px 0px;
}

.bot-menu li img {
    width: 20px;
    height: 20px;
}

.bot-menu li p {
    font-size: 12px;
    margin-top: 1px;
}

.bot-menu li .p-co {
    color: #777CF2;
}

.ad-award {
    margin-top:10px;
}


.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(left, #6880F2, #8474F3);
    background: -o-linear-gradient(right, #6880F2, #8474F3);
    background: -moz-linear-gradient(right, #6880F2, #8474F3);
    background: linear-gradient(to right, #6880F2, #8474F3);
    z-index: 999;
}

.title {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.title a:first-child {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 40px;
    height: 40px;
}

.title a:first-child i {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -7px;
    content: " ";
    display: inline-block;
    border-width: 0px 0px 1px 1px;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.title a:nth-child(2) {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999em;
    background: url(../images/icons/icon_btn_add.png) no-repeat center center;
    background-size: 45% auto;
}

.title a.icon_edit {
    background-image: url(../images/icon/icon_edit.png);
    background-size: 55% auto;
}

.title a.icon_remove {
    background-image: url(../images/icon/icon-delete-white.png);
    background-size: 55% auto;
}

.title .search {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999em;
    background: url(../images/icon/search.png) no-repeat center center;
    background-size: 45% auto;
}

.basic-bg {
    height: 350px;
}

.body-padding {
    padding-top: 70px;
}

.body-padding1 {
    padding-top: 50px;
}
/* 弹出更新样式 */
.overfloat {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    /*display:none;*/
    z-index: 99;
    background-color: rgba(0, 0, 0,0.2);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.update-html {
    width: 80%;
    height: 70%;
    top: 15%;
    margin: 0 auto;
    background: url(../themes/default/images/update.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.update-html span {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 35px;
}

.update-cont {
    width: 80%;
    height: 60%;
    position: absolute;
    left: 10%;
    top: 35%;
    text-align: center;
}

.update-cont h3 {
    width: 80%;
    height: 20%;
    display: inline-block;
}

.update-cont p {
    font-size: 14px;
    padding: 5px 0;
    text-align: left;
}

.update-btn {
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    left: 10%;
    bottom: 10%;
    background: -webkit-linear-gradient(left, #6880F2, #8474F3);
    background: -o-linear-gradient(right, #6880F2, #8474F3);
    background: -moz-linear-gradient(right, #6880F2, #8474F3);
    background: linear-gradient(to right, #6880F2, #8474F3);
}

/****模拟alert弹窗样式****/
.promot {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 998;
}

.promot .layer-con {
    min-height: 54px;
    padding: 25px 20px;
    width: 90%;
    margin: 0px 5%;
    margin-top: 54%;
    background: #fff;
    line-height: 24px;
    border-radius: 5px;
    box-sizing: border-box;
}

.promot .layer-text {
    text-align: center;
}

.promot .layer-btn {
    margin-top: 10px;
    text-align: center;
}

.promot .layer-btn .btn {
    display: inline-block;
    padding: 0px 15px;
    background: #6880F2;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}

/***模样弹出页面样式***/
.win-frame {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    background: #f8f8f8;
}

.win-header {
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    font-size: 16px;
    width: 100%;
    background: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
    z-index: 100;
}

.win-header .btn-link {
    display: block;
    width: 44px;
    height: 40px;
    position: absolute;
    text-indent: -9999em;
    overflow: hidden;
    left: 0;
    top: 0;
    background: url(../images/back.png) no-repeat center center;
    background-size: auto 16px;
}

.win-body {
    padding-top: 40px;
    box-sizing: border-box;
}


.win-form {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.win-form .win-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 1;
}

.alert-form {
    position: absolute;
    top: 30%;
    left: 2%;
    width: 96%;
    text-align: center;
    z-index: 10;
}

.alert-content {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    line-height: 30px;
    padding: 8px 20px;
    background: rgba(0,0,0,.8);
}
