@charset "utf-8";

/* CSS Document */

body {
    margin: 0 auto;
    height: 100%;
    /* position: relative;*/
    font-size: 14px;
    width: 100%;
    font-family: "PingFangSC-Light", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    color: #333;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span {
    margin: 0;
    padding: 0
}

dl,
dt,
dd,
ul,
ol,
li,
input,
h1,
p,
img,
textarea {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0 none
}

input,
textarea,
select {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
textarea,
select {
    -webkit-appearance: none;
    -webkit-gradien: none;
    -webkit-linear-gradient: none;
    -moz-linear-gradient: none;
    -ms-linear-gradient: none;
    -o-linear-gradient: none;
    linear-gradient: none;
    border: 0 none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

a {
    color: #000;
    display: inline-block;
}


/*去掉点击a时背景变灰*/

a:link {
    text-decoration: none;
    /* 指正常的未被访问过的链接}
a:visited{text-decoration:none; /*指已经访问过的链接*/
}

a:hover {
    text-decoration: none;
    /*指鼠标在链接*/
}

a:active {
    text-decoration: none;
    /* 指正在点的链接*/
}


/*去掉点击时背景变灰*/

input,
textarea,
select {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}


/*去掉记住密码后背景变黄*/

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    color: #fff !important;
    background-color: #fff !important;
}


/*去掉input的样式*/

textarea {
    resize: none
}


/*公共样式 begin*/

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    text-decoration: none;
}

a:focus,
input,
button,
select,
textarea {
    outline: 0 none
}

button {
    border: none;
    cursor: pointer;
    background: none;
}

button:hover {
    opacity: 0.8;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.clear {
    clear: both;
}

.clear:after {
    content: '\20';
    clear: both;
    display: block;
    height: 0
}

.font {
    font-size: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.box-border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/*  */

.header-container {
    width: 7.5rem;
    height: 1.44rem;
    line-height: 1.44rem;
    font-size: 0;
}

.header-left {
    width: 2.8rem;
    display: block;
    font-size: 0.3rem;
    padding-top: 0.39rem;
    height: 1.44rem;
    padding-left: 0.43rem;
}

.header-left .header-logo {
    width: 2.8rem;
    height: 0.76rem;
}

.header-right {
    display: inline-block;
    padding: 0.52rem 0.4rem;
    width: 0.45rem;
    height: 0.4rem;
    background: url(/images/icon_menu.png) no-repeat;
    background-size: 0.45rem 0.4rem;
    background-position: left center;
}

.header-right-popup {
    position: fixed;
    width: 7.5rem;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

.header-right-popup.header-right-show {
    display: block;
}

.header-right-popup .header-popup-content {
    width: 3.44rem;
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 1.09rem;
}

.header-popup-logo {
    width: 2.53rem;
    height: 0.69rem;
    margin: 0 auto;
}

.header-popup-logo img {
    width: 2.53rem;
    height: 0.69rem
}

.header-menu {
    margin-left: 0.46rem;
    font-size: 0.35rem;
    margin-top: 0.3rem;
}

.header-menu .menu-item {
    width: 2.4rem;
    height: 1.29rem;
    line-height: 1.29rem;
    position: relative;
    border-bottom: 0.02rem solid #B5B5B5;
    padding-left: 0.3rem;
}

.header-menu .menu-item.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 0.09rem;
    height: 0.42rem;
    background: #EB6100;
    border-radius: 0.04rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.header-menu .menu-item.active a {
    color: #EB6100;
}

.header-menu .menu-item.last-menu {
    border-bottom: none;
}


/*公共底部*/

.mobile-footer-content {
    width: 100%;
    background: linear-gradient(88deg, #F27400, #FFA95A);
    font-size: 0.26rem;
    color: #fff;
    padding: 0.97rem 0.40rem 0.61rem 0.33rem;
    line-height: 1.8em;
}

.mobile-footer-code .logo-xcx {
    width: 3.4rem;
    height: 3.24rem;
    margin-bottom: 0.3rem;
}

.mobile-footer-code {
    font-size: 0.43rem;
    text-align: center;
    color: #000;
}

.mobile-footer-service {
    text-align: center;
    margin-top: 0.37rem;
    margin-bottom: 0.45rem;
    display: block;
    color: #fff;
}

.footer-service,
.footer-service-icon {
    display: inline-block;
    text-align: right;
}

.footer-service-icon {
    width: 0.28rem;
    height: 0.66rem;
    background: url(/images/icon_phone_1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.footer-service-time {
    font-size: 0.28rem;
}

.footer-service-number {
    font-size: 0.56rem;
}

.footer-top-about a,
.footer-top-beian a,
.footer-top-zizhi a {
    color: #fff;
    display: inline;
}

.footer-top-zizhi a {
    margin-right: 0.4rem;
}

.footer-partner-content {
    line-height: 1.4em;
    padding-left: 0.2rem;
}

.footer-bottom {
    padding: 0.36rem 0.26rem;
}

.footer-bottom .page-content {
    font-size: 0;
    line-height: 0;
}

.footer-inner-img {
    height: 0.57rem;
    margin-right: 0.1rem;
    display: inline-block;
    background: url(/images/bg_footer_inner_1.png) no-repeat;
    background-size: 100% 100%;
    width: 0.68rem;
}

.footer-inner-img-2 {
    width: 0.58rem;
    background-image: url(/images/bg_footer_inner_2.png);
}

.footer-inner-img-3 {
    background-image: url(/images/bg_footer_inner_3.png);
    width: 0.95rem;
}

.footer-inner-img-4 {
    background-image: url(/images/bg_footer_inner_4.png);
    width: 0.48rem;
}

.footer-inner-img-5 {
    background-image: url(/images/bg_footer_inner_5.png);
    width: 136px;
}

.footer-inner-img-6 {
    background-image: url(/images/bg_footer_inner_6.png);
    width: 1.1rem;
}

.footer-inner-img-7 {
    background-image: url(/images/bg_footer_inner_7.png);
    width: 0.77rem;
}

.footer-inner-img-8 {
    background-image: url(/images/bg_footer_inner_8.png);
    width: 0.55rem;
}

.footer-inner-img-9 {
    background-image: url(/images/bg_footer_inner_9.png);
    width: 0.56rem;
}

.footer-inner-img-10 {
    background-image: url(/images/bg_footer_inner_10.png);
    width: 0.57rem;
    margin-right: 0px;
}


/*  */

.notice-detailscontainer {
    background: #fff;
    padding-bottom: 0.30rem;
}

.notice-detailscontainer .page-top {
    margin-top: 0.08rem;
    padding: 0.20rem 0.30rem 0 0.30rem;
    border-bottom: 1px solid #E8E8E8;
}

.notice-detailscontainer .notice-title {
    color: #101010;
    font-size: 0.38rem;
    margin-bottom: 0.20rem;
}

.notice-detailscontainer .notice-time {
    font-size: 0.3rem;
    color: #BFBFBF;
    position: relative;
    padding-left: 0.28rem;
    height: 0.70rem;
    line-height: 0.70rem;
    border-bottom: 1px solid #E8E8E8;
}

.notice-detailscontainer .notice-time::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.04rem;
    height: 0.30rem;
    background: #FC940D;
    transform: translateY(-50%);
}

.notice-detailscontainer .page-content {
    margin: 0 0.30rem;
    padding: 0.30rem 0.08rem;
    font-size: 0.3rem;
    line-height: 1.4em;
}