/*布局*/
html,
body {
    height: 100%;
    background-color: var(--color-bg);
    color: var(--color-black);
}

a{
    color: #333333;
}
a:hover,
a:focus {
    color: var(--color-primary);
}
a:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

::selection {
    background: var(--color-third);
    color: #ffffff;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-size: 100%;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
    margin-top: 0em;
}

p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
    margin: 0;
}

/* Ordered and unordered lists */
ul,
ol {
    padding:0;
}
/* Reset margin for nested lists */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin: 0;
}

.renhe-option-table tr td:first-child,.renhe-option-table tr td:first-child{
    width:180px;
}

.am-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1230px;
    width: 1230px !important; max-width: none;
}

/*修改am-list线条*/
.am-list > li {
    background-color: #fff;
    border-color: #eeeeee;
}

.am-modal-btn {
    color: #0aba08;
}

.am-panel-default > .am-panel-hd {
    color: #999999;
    background-color: #f8f8f8;
    border-color: #EEEEEE;
    padding: 10px;
}
.am-panel-default > .am-panel-bd {
    padding: 10px;
}

.am-panel {
    margin-bottom: 10px;
}
/*-------------手机版update---------------*/
.am-header {
    position: relative;
    width: 100%;
    height: 70px;
    padding: 0px;
}
.am-header .am-header-title {
    margin: 0 0;
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*.am-header .am-header-title img {
    margin-top: 10px;
    vertical-align: top;
    margin-left: 10px;
}*/

/*pc版图片*/
.am-header .am-header-nav img {
    margin-top: 5px;
    margin-left: 10px;
    height: 60px;
    width: auto;
    vertical-align: middle;
}
.am-header .am-header-nav {
    position: absolute;
    top: 0;
}

.am-header .am-header-left {
    left: 10px;
}
.am-header .am-header-right {
    right: 10px;
}

.am-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1010;
}
.am-with-fixed-header {
    padding-top: 60px;
}


/**
  * Header Theme: default
  */
.am-header-default {
    background-color: rgba(255,255,255,0.75);
}
.am-header-default .am-header-title {
    color: #fff;
}
.am-header-default .am-header-title a {
    color: #fff;
}
.am-header-default .am-header-icon {
    font-size: 20px;
}
.am-header-default .am-header-nav {
    color: #eeeeee;
}
.am-header-default .am-header-nav > a {
    display: inline-block;
    min-width: 36px;
    text-align: center;
    color: #eeeeee;
}
.am-header-default .am-header-nav .am-btn-default {
    color: #999999;
}
.am-header-default .am-header-nav-title,
.am-header-default .am-header-nav-title + .am-header-icon {
    font-size: 14px;
}

/*修改描边*/
.am-icon-border {
    padding: 2px;
    border: solid 1px #FF6B17;
    border-radius: 50%;
}

/*底部导航*/
.am-navbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    z-index: 1010;
    border-top: solid 1px #d6d6d6;
    padding-top:5px;
}
.am-navbar ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.am-navbar .am-navbar-nav {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    overflow: hidden;
}
.am-navbar .am-navbar-nav li {
    display: table-cell;
    width: 1%;
    float: none;
}
.am-navbar-nav {
    position: relative;
    z-index: 1015;
}
.am-navbar-nav a {
    display: inline-block;
    width: 100%;
    height: 55px;
    line-height: 20px;
}
.am-navbar-nav a img {
    display: block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    margin: 4px auto 0;
}
.am-navbar-nav a [class*="am-icon"] {
    width: 24px;
    height: 24px;
    margin: 4px auto 0;
    display: block;
    line-height: 24px;
}
.am-navbar-nav a [class*="am-icon"]:before {
    font-size: 22px;
    vertical-align: middle;
}
.am-navbar-nav a .am-navbar-label {
    padding-top: 2px;
    line-height: 1;
    font-size: 12px;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.am-navbar-more [class*="am-icon-"] {
    -webkit-transition: 0.15s;
    transition: 0.15s;
}
.am-navbar-more.am-active [class*="am-icon-"] {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.am-navbar-actions {
    position: absolute;
    bottom: 49px;
    right: 0;
    left: 0;
    z-index: 1009;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
.am-navbar-actions.am-active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.am-navbar-actions li {
    line-height: 42px;
    position: relative;
}
.am-navbar-actions li a {
    display: block;
    width: 100%;
    height: 40px;
    -webkit-box-shadow: inset 0 1px rgba(220, 220, 220, 0.25);
    box-shadow: inset 0 1px rgba(220, 220, 220, 0.25);
    padding-left: 20px;
    padding-right: 36px;
}
.am-navbar-actions li a :after {
    font-family: "FontAwesome", sans-serif;
    content: "\f105";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
}
.am-navbar-actions li a img {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    display: inline;
}
#am-navbar-qrcode {
    width: 220px;
    height: 220px;
    margin-left: -110px;
}
#am-navbar-qrcode .am-modal-bd {
    padding: 10px;
}
#am-navbar-qrcode canvas {
    display: block;
    width: 200px;
    height: 200px;
}
.am-with-fixed-navbar {
    padding-bottom: 54px;
}

/**
  * Navbar Theme: default
  * Author: hzp (hzp@yunshipei.com)
  */
.am-navbar-default a {
    color: #999999;
}
.am-navbar-default .am-navbar-nav {
    background-color: #fcfcfc;
}
.am-navbar-default .am-navbar-actions {
    background-color: #0d86c4;
}
.am-navbar-default .am-navbar-actions a {
    border-bottom: 1px solid #0b6fa2;
}


/*===========*/
/* ==========================================================================
   Component: Nav
 ============================================================================ */
.am-nav {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.am-nav > li > a {
    position: relative;
    display: block;
    padding: 0.4em 1em;
    border-radius: 0;
    color: #888888;
}
.am-nav > li > a:hover,
.am-nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.am-nav > li.am-active > a,
.am-nav > li.am-active > a:hover,
.am-nav > li.am-active > a:focus {
    color: #f39800;
    background-color: transparent;
    cursor: default;
}

/*修改placeholder默认字体*/
input::-webkit-input-placeholder {
    /*font-size: 14px;*/
}

textarea::-webkit-input-placeholder {
    color: #999999;
    /*font-size: 14px;
    padding-left:5px;*/
}


/*修改搜索框*/
.am-input-group-lg>.am-form-field, .am-input-group-lg>.am-input-group-btn>.am-btn, .am-input-group-lg>.am-input-group-label {
    height: 44px;
    font-size: 14px!important;
}

.am-input-group-warning .am-input-group-btn>.am-btn, .am-input-group-warning .am-input-group-label, .am-input-group-warning.am-input-group .am-form-field {
    border-color: #F37B1D;
    border-width: 2px;
}
/*去除input移入发光效果*/
.form-field{
    transition: none;
}

/*文本输入框*/
.am-input-group-primary .am-input-group-label {
    background: #FF6B17;
    color: #fff;
}
.am-input-group-primary .am-input-group-label,
.am-input-group-primary .am-input-group-btn > .am-btn,
.am-input-group-primary.am-input-group .am-form-field {
    border-color: #FF6B17;
}

/*修改默认按钮颜色*/
.am-btn-primary {
    color: #fff;
    background-color: #FF6B17;
    border-color: #FF6B17;
}
a.am-btn-primary:visited {
    color: #fff;
}
.am-btn-primary:hover,
.am-btn-primary:focus,
.am-btn-primary:active,
.am-btn-primary.am-active,
.am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
    color: #fff;
    border-color: #FF6B17;
}
.am-btn-primary:hover,
.am-btn-primary:focus {
    background-color: #FF6B17;
}
.am-btn-primary:active,
.am-btn-primary.am-active,
.am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
    background-image: none;
    background-color: #f66000;
}
.am-btn-primary.am-disabled,
.am-btn-primary[disabled],
fieldset[disabled] .am-btn-primary,
.am-btn-primary.am-disabled:hover,
.am-btn-primary[disabled]:hover,
fieldset[disabled] .am-btn-primary:hover,
.am-btn-primary.am-disabled:focus,
.am-btn-primary[disabled]:focus,
fieldset[disabled] .am-btn-primary:focus,
.am-btn-primary.am-disabled:active,
.am-btn-primary[disabled]:active,
fieldset[disabled] .am-btn-primary:active,
.am-btn-primary.am-disabled.am-active,
.am-btn-primary[disabled].am-active,
fieldset[disabled] .am-btn-primary.am-active {
    background-color: #FF6B17;
    border-color: #FF6B17;
}

/*修改table标题下面横线*/
.am-table-bordered>thead+tbody>tr:first-child>td, .am-table-bordered>thead+tbody>tr:first-child>th {
    border-top: 0px;
}

/*修改横线颜色*/
.am-table-bordered>tbody>tr>td, .am-table-bordered>tbody>tr>th, .am-table-bordered>tfoot>tr>td, .am-table-bordered>tfoot>tr>th, .am-table-bordered>thead>tr>td, .am-table-bordered>thead>tr>th {
    border-left: 1px solid #EEEEEE;
}

.am-table>tbody>tr>td, .am-table>tbody>tr>th, .am-table>tfoot>tr>td, .am-table>tfoot>tr>th, .am-table>thead>tr>td, .am-table>thead>tr>th {
    padding: 1rem;
    line-height: 2.3;
    vertical-align: top;
    border-top: 1px solid #EEEEEE;
}

/*修改下拉选框小勾颜色*/
.am-selected-list li.am-checked .am-icon-check {
    opacity: 1;
    color: #FF6B17;
}

.am-checkbox.renhe-primary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.renhe-primary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.renhe-primary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.renhe-primary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox.renhe-primary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.renhe-primary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.renhe-primary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.renhe-primary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
    color: #FF6B17;
}
.am-checkbox.renhe-primary .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio.renhe-primary .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox-inline.renhe-primary .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio-inline.renhe-primary .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox.renhe-primary .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio.renhe-primary .am-ucheck-radio:checked + .am-ucheck-icons,
.am-checkbox-inline.renhe-primary .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio-inline.renhe-primary .am-ucheck-radio:checked + .am-ucheck-icons {
    color: var(--color-third);
}

/*去除slider的阴影*/
.am-slider-b2,.am-slider-a1 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.am-slider-a1 .am-control-nav li a.am-active {
    background-color: var(--color-primary);
    cursor: default;
}

.am-slider-a1 .am-control-nav li a {
    width: 12px;
    height: 12px;
    display: block;
    background-color: white;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.am-slider-a1 .am-control-nav li a:hover {
    background-color: var(--color-third);
}

.am-slider-a1 .am-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    line-height: 0;
}

.am-slider-c1 .am-control-nav li a.am-active {
    background-color: #FF6B17;
    cursor: default;
}

.am-input-group-warning .am-input-group-label {
    background: #FF6B17;
    color: #fff;
}
.am-input-group-warning .am-input-group-label,
.am-input-group-warning .am-input-group-btn > .am-btn,
.am-input-group-warning.am-input-group .am-form-field {
    border-color: #FF6B17;
}

.am-slider-c2 .am-slider-desc {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    padding: 4px;
    width: 100%;
    height: 30px;
    color: #fff;
    text-align: center;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    object-fit: cover;
}

.am-slider-c2 .am-slider-desc-m {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    padding: 2px 0px;
    width: 100%;
    height: 24px;
    color: #fff;
    text-align: center;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    object-fit: cover;
}

.am-gallery-overlay .am-gallery-title {
    font-weight: normal;
    font-size: 1.4rem;
    color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-indent: 5px;
    height: 35px;
    line-height: 35px;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    object-fit: cover;
}

.am-input-group-white .am-input-group-label {
    background: rgba(255,255,255,0.3);
    color: #fff;
}
.am-input-group-white .am-input-group-label,
.am-input-group-white .am-input-group-btn > .am-btn,
.am-input-group-white.am-input-group .am-form-field {
    border-color: transparent;
}

.am-datepicker-next-icon, .am-datepicker-prev-icon {
    padding-top: 9px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

label{
    margin-bottom: 0px;
}
/*.am-form-group {
    margin-bottom: 0px;
}*/
.weui-label {
    width: 80px;
}

.am-breadcrumb>li+li:before {
    padding: 0 0px;
}
.am-form-file input[type="file"] {
    font-size: 2.5rem;
}

