﻿@charset "utf-8";

/*
 * 关于css样式的浏览器兼容模式
 * -webkit- 兼容 chrome and Safari
 * -moz- 兼容 firefox
 * -o- 兼容 open
 * -ms- 兼容 ie
 */

 /* 初始化样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

ul,
li,
ol {
    list-style: none;
}

p,
span,
i,
b,
strong {
    font-style: normal;
    letter-spacing: 0px;
}

span,
b,
i {
    display: inline-block;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
}

button,
input,
textarea {
    outline: none;
}

select:focus {
 outline: none;
}

pre {
    padding: unset;
    margin: unset;
    font-size: unset;
    line-height: unset;
    color: unset;
    background-color: unset;
    border: unset;
    border-radius: unset;
    word-break: unset;
    word-wrap: unset;
}

/* 去除输入框右边按钮 */
    input:: -webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input::-webkit-input-placeholder {
    font-size: 12px;
    font-family: SimSun;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 17px;
}


/* ============= 宽度样式 ============= */
.wl-10 {
    width: 10%;
}

.wl-20 {
    width: 20%;
}


.wl-30 {
    width: 30%;
}

.wl-40 {
    width: 40% !important;
}

.wl-50 {
    width: 50% !important;
}

.wl-60 {
    width: 60% !important;
}

.wl-70 {
    width: 70%;
}

.wl-80 {
    width: 80% !important;
}

.wl-90 {
    width: 90%;
}

.content {
    width: 100%;
}

/* ============= 细节样式 ============= */
.m0 {
    margin: 0 !important;
}
.p0{
    padding: 0 !important;
}

/* > margin */
/* div居中 */
.margin-auto {
    margin: auto;
}

/* >> margin-top */
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt22 {
    margin-top: 22px !important;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt80 {
    margin-top: 80px;
}

.mt85 {
    margin-top: 85px;
}

.mt100 {
    margin-top: 100px;
}

.mt105{
    margin-top: 105px !important;
}

.mt110 {
    margin-top: 110px;
}

.mt130 {
    margin-top: 130px;
}

.mt150 {
    margin-top: 150px !important;
}

/* >> margin-right */
.mr0{
    margin-right: 0 !important;
}
.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}
.mr25{
    margin-right: 25px !important;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.mr100 {
    margin-right: 100px;
}

/* >> margin-bottom */
.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb180 {
    margin-bottom: 180px !important;
}

/* >> margin-left */
.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml80 {
    margin-left: 80px;
}

.ml100 {
    margin-left: 100px;
}

/* > padding */
.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p40 {
    padding: 40px;
}

.p50 {
    padding: 50px;
}

.p-0-90 {
    padding: 0 90px;
}

/* >> padding-top */
.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt90 {
    padding-top: 90px;
}

.pt110 {
    padding-top: 110px;
}

/* >> padding-right */
.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

/* >> padding-bottom */
.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb95 {
    padding-bottom: 95px;
}

.pb110 {
    padding-bottom: 110px !important;
}

.pb270 {
    padding-bottom: 270px !important;
}

/* >> padding-left */
.pl0 {
    padding-left: 0 !important;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl70 {
    padding-left: 70px;
}

.pl80 {
    padding-left: 80px;
}

/* border solid  实线*/
.border-sol {
    border: 1px solid #ccc;
}

.border-sol-bottom {
    border-bottom: 1px solid #E5E5E5;
}

.border-sol-right {
    border-right: 1px solid #CCC;
}

/* border dotted 点状*/
.border-dot {
    border: 1px dotted #ccc;
}

.border-bottom-dot {
    border-bottom: 1px dotted #E8E8E8;
}

/* border dashed 虚线 */
.border-das {
    border: 1px dashed #ccc;
}

/* 字体大小  默认为12px*/
.f12 {
    font-size: 12px !important;
}
.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f17 {
    font-size: 17px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f22 {
    font-size: 22px !important;
}

.f24 {
    font-size: 24px !important;
}

.f26 {
    font-size: 26px !important;
}

.f28 {
    font-size: 28px !important;
}

.f32 {
    font-size: 32px !important;
}

/* 行高 */
.lh20 {
    line-height: 20px;
}
.lh30 {
    line-height: 30px;
}

.lh40 {
    line-height: 40px;
}


/* 过渡动画时间 */
.transition {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

/* 背景颜色 */
.bg-theme {
    background: #FF9F00;
}

.bg-donate-link {
    background: #FFB237;
}

.bg-donate {
    background: #fdd692;
}

.bg-timeAxis {
    background: #364857;
}

.bg-fbfbfb {
    background: #fbfbfb;
}

.bg-footer {
    background: #59c9b9;
}

.bg-fff {
    background: #fff !important;
}


/* 字体颜色 */
.color-default {
    color: #666;
}

.color-fff {
    color: #fff;
}

.color-detailed {
    color: #8C8788;
}

.color-theme {
    color: #FF9F00 !important;
}

.color-explicit {
    color: #000;
}

.color-transparent {
    /* 字体透明 */
    color: transparent;
}
.color-money {
    color: #FFF946;
}
.color-999 {
    color: #999;
}
.color-666 {
    color: #666;
}
.color-333 {
    color: #333;
}
.color-tabel-theme {
    color: #E86729;
    font-size: 12px;
    font-family: Helvetica !important;
}

.color-000 {
    color: #000;
}

.color-red {
    color: #F73B3B;
}


/* 对齐方式 */
.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* 相对定位 绝对定位 浮动定位 */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}


/* 集成样式  as : .btn .hide .show */
.bg {
    background-color: #F8F8F8;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

.block {
    display: block;
}

.block {
    display: block;
}

.img {
    width: 100%;
    max-width: 100%;
}

.opacity-0 {
    opacity: 0;
    transition: all .5s;
}

.border-0 {
    border: 0 !important;
}

.beyond-div-hide {
    overflow: hidden;
}

.text-hide {
    visibility: hidden;
}

.inline-block {
    display: inline-block !important;
}

.font-bold {
    /*粗体字*/
    font-weight: bold;
}

.font-thin {
    /*细体字*/
    font-weight: normal !important;
}

.img-flt-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clear {
    clear: both;
}

.text-indent {
    text-indent: 5px
}

.shadow-unset {
    box-shadow: unset !important;
}

.close {
    font-weight: lighter !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.txt-ellipsis {
    width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

/* 弹性布局类型 */

/* 父元素-横向排列（主轴） */
.flex-h {
    display: box; /* OLD - Android 4.4- */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

/* 父元素-纵向排列（主轴） */
.flex-v {
    display: box; /* OLD - Android 4.4- */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: vertical;
    /* 12版 */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.flex-center {
    display: -webkit-flex;
    display: -ms-flexbox; /* TWEENER - IE 10 */
    -ms-justify-content: center;
    -ms-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-wrap {
    display: -webkit-flex;
    display: -ms-flexbox; /* TWEENER - IE 10 */
    -ms-flex-direction: row;
    -ms-align-items: center;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.flex-reverse {
    display: -webkit-flex;
    display: -ms-flexbox; /* TWEENER - IE 10 */
    -ms-flex-direction: row-reverse;
    -ms-align-items: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.flex-start {
    display: -webkit-flex;
    display: -ms-flexbox; /* TWEENER - IE 10 */
    -ms-justify-content: flex-start;
    -ms-align-items: flex-start;
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-between-center {
    display: -webkit-flex;
    display: -ms-flexbox; /* TWEENER - IE 10 */
    -ms-justify-content: space-between;
    -ms-align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-between-start {
    display: -webkit-flex;
    display: -ms-flexbox; /* TWEENER - IE 10 */
    -ms-justify-content: space-between;
    -ms-align-items: flex-start;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-column-center {
    display: -webkit-flex;
    display: -ms-flexbox; /* TWEENER - IE 10 */
    -ms-flex-direction: column;
    -ms-justify-content: center;
    -ms-align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* 字体类型 */
/* 宋体 */
.font-songTi {
    font-family: SimSun !important;
}
/* 出版业常用字体 */
.font-Helvetica{
    font-family: Helvetica !important;
}


/* 自定义复选框 */
.checkbox-inline {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 0 !important;
}

    .checkbox {
        position: absolute;
        width: 0;
        height: 0;
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

.check-mark {
    position: absolute;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 2px;
}

.checkbox-inline input:checked ~ .check-mark {
    background-color: #FF9F00;
    border: 1px solid #FF9F00;
}

    .checkbox-inline input:checked ~ .check-mark:after {
        display: block;
    }

.checkbox-inline .check-mark:after {
    display: none;
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-inline .check-name {
    font-family: Helvetica !important;
}
/* 自定义单选按钮 */
label.radios-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

label.radios-label .radios {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    background-color: #F4F4F4;
    border: 1px solid #CCC;
    border-radius: 50%;
    vertical-align: -2px;
    margin-right: 5px;
}

label.radios-label input[type="radio"]:checked + .radios:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #F4F4F4;
    border-radius: 50%;
    top: 3px;
    left: 3px;
}

label.radios-label input[type="radio"]:checked + .radios {
    background-color: #FF9F00;
    border: 1px solid #FF9F00;
}

label.radios-label input[type="radio"]:disabled + .radios {
    background-color: #e8e8e8;
    border: 1px solid #979797;
}

label.radios-label input[type="radio"]:disabled:checked + .radios:after {
    background-color: #c1c1c1;
}

label.radios-label .radios {
    -webkit-transition: background-color ease-out .3s;
    transition: background-color ease-out .3s;
}

/* 自定义下拉列表样式 */
.form-control {
    display: inline-block;
    height: 42px !important;
    border: 1px solid transparent;
    background: #F8F8F8;
    font-size: 12px;
    font-family: SimSun;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    border-radius: 2px;
    box-shadow: unset !important;
    color: transparent !important;
}

.chosen-container {
    cursor: pointer;
}

.chosen-container .chosen-results li {
    font-family: SimSun;
    color: #333;
}

.form-control ~ .chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
    color: #333 !important;
}

.select-query ~ .chosen-container-single .chosen-single {
    background-color: #fff !important;
    border: 1px solid #FF9F00 !important;
    height: 32px;
    line-height: 32px;
}

.select-query ~ .chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
    font-family: Helvetica !important;
    color: #FF9F00 !important;
}

.select-query ~ .chosen-container .chosen-results li {
    font-family: Helvetica;
    color: #333;
    text-align: center;
    padding: 6px 0;
}

.theme ~ .chosen-container-single .chosen-single {
    background: #FFFFFF !important;
    border: 1px solid #FF9F00 !important;
}

.theme ~ .chosen-container .chosen-drop {
    background: #fff !important;
}

.form-control.transparent {
    width: 80px !important;
    height: 24px !important;
    line-height: 22px !important;
    background: transparent !important;
}

    .form-control.transparent ~ .chosen-container-single .chosen-single {
        height: 24px !important;
        line-height: 22px !important;
        background: transparent !important;
        border: 1px solid transparent !important;
    }