@charset "utf-8";

@font-face {
    font-family: 'iconfont';
    /* Project id 4646608 */
    src: url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: 0.2px; */
    -moz-osx-font-smoothing: grayscale;

}

@font-face {
    font-family: DINProM;
    src: url('../font/DINPro-Medium.eot');
    /* IE9 */
    src: url('../font/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINPro-Medium.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINPro-Medium.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINPro-Medium.svg') format('svg');
    /* ios 4.1 */
}

/* reset */
* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
th,
td,
button,
input,
select,
textarea {
    font: 14px/1.6 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    resize: none;
}

html,
body {
    *position: static;
    width: 100%;
}

body {
    overflow-x: hidden;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body {
    min-width: 1230px;
    background: #F2F4F7;
}

strong {
    font-weight: bold !important;
}

ul,
ol,
li,
dl {
    list-style-type: none;
}

label {
    cursor: pointer;
}

fieldset,
img {
    border: 0;
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
    font-size: 100%;
}


/*去掉select的默认样式 */

select {
    -webkit-appearance: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #666;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
    vertical-align: middle;
}

i {
    display: inline-block;
    font-style: normal;
}

i,
s,
b,
em {
    font-weight: normal;
    font-style: normal;
}

textarea.resize {
    resize: both !important;
}

input {
    border-radius: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
    border: 0;
}

button,
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
    cursor: pointer;
}

textarea,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=tel],
input[type=text] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}


/* 去掉number输入框右边点击上下的小三角 */

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}


/*placeholder 文字颜色设置*/

input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}


/*placeholder 文字颜色设置*/

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #919797;
    font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #919797;
    font-size: 16px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #919797;
    font-size: 16px;
}

input[type="number"] {
    -moz-appearance: textfield;
}


/* Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/

input:focus,
textarea:focus,
select:focus {
    outline: none;
}


/* 如果有输入内容IE会给输入框右边加一个大大的X */

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

/* 消除input元素 type="number" 时默认的 加减按钮---moz版*/
input[type="number"] {
    -moz-appearance: textfield;
}

/* 消除记录蓝色背景 */
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}



.w12 {
    width: 1200px;
    margin: 0 auto;
}

.hide {
    display: none;
}


table {
    border-collapse: collapse;
    border-spacing: 0
}

/* 修改默认滚动条 */
::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    overflow: visible
}

::-webkit-scrollbar-thumb {
    border: solid transparent;
    border-width: 1px 0;
    background-clip: padding-box;
    background: #c6c8cc
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9198a6
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

::-webkit-scrollbar-button:hover {
    border-color: #5f6366
}

::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
    display: none
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* reset 结束*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.01);
}

.header .w12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_nav,
.header_r {
    display: flex;
    align-items: center;
}

.header_nav .nav_item {
    position: relative;
    margin-right: 32px;
}

.header_nav .nav_item .nav_a {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 60px;
    transition: all .3s;
}



.header_r .btn {
    display: block;
    width: 104px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.header_r .login_btn {
    color: #0EB790;
    background: #FFFFFF;
}



.header_r .reg_btn {
    color: #fff;
    background: #0EB790;
    margin-left: 8px;
}

.header_r .login_btn:hover {
    color: #fff !important;
    background: #0EB790 !important;
}

.header_r .reg_btn:hover {
    opacity: .8;
}

.header_nav .nav_item:hover .nav_a {
    color: #0EB790 !important;
}

.header_nav .nav_item.on .nav_a {
    font-weight: 600;
    color: #0EB790 !important;
}

.header_nav .nav_item.on:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    content: '';
    width: 20px;
    height: 4px;
    background: url(../imgs/hu.png) no-repeat center;
    background-size: cover;
}

.header.c {
    background: #fff !important;
}

.header.c .header_nav .nav_item .nav_a {
    color: #21282D;
}

.header.c .header_r .login_btn {
    color: #0EB790;
    background: rgba(14, 183, 144, 0.10);
}

.nav_child {
    position: absolute;
    left: -20px;
    top: 120px;
    width: 300px;
    height: 244px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    border: 1px solid #DEE8F6;
    padding: 12px;
    display: none;
    opacity: 0;
}

.nav_child:after {
    position: absolute;
    left: 60px;
    top: -6px;
    content: '';
    width: 12px;
    height: 8px;
    background: url(../imgs/sj.png) no-repeat center;
    background-size: cover;
}

.nav_child_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    transition: all .3s;
    padding: 0 12px;
}

.nav_child_item:hover {
    background: #F6F8FA;
}

.nav_child_item span {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #21282D;
}

.nav_child_item span img {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    margin-right: 12px;
}

.nav_child_item em {
    font-family: DINProM;
    color: #FE574A;
}

/* footer */
.rtb_footer {
    width: 100%;
    background: #181C29;
}

.rtb_footer .foot_nav {
    display: flex;
    padding: 36px 0;
}

.rtb_footer .item {
    flex: 1;
    display: flex;
    align-items: center;

}

.rtb_footer .item img {
    width: 48px;
    height: 48px;
}

.rtb_footer .item .r {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.rtb_footer .item h4 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.rtb_footer .item p {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

.rtb_footer .footer_bot {
    padding: 22px 0 22px;
    border-top: 1px solid rgba(216, 216, 216, .1);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    line-height: 17px;
}

.rtb_footer .footer_bot img {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.rtb_footer .footer_bot a {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    line-height: 17px;
}

.rtb_footer .footer_bot a:hover {
    color: rgba(255, 255, 255, 1);
}

/* rtb footer end */

/* 返回顶部 */
.return_top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 999;
    display: none;
}

.return_top .item {
    position: relative;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    transition: all .5s;
    cursor: pointer;
}

.return_top .item i {
    color: #333;
    font-size: 20px;
    transition: all .6s;
}

.return_top .item:hover {
    background: #0EB790;
}

.return_top .item:hover i {
    color: #fff;
}

.common_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 60px 0 40px 0;
}

.common_title h2 {
    font-size: 36px;
    color: #21282D;
    line-height: 42px;
}

.common_title p {
    font-size: 16px;
    color: #505B64;
    line-height: 20px;
    margin-top: 20px;
}

.common_title.c h2 {
    color: #FFFFFF;
}

#body_wrap {
    width: 100%;
    padding-top: 60px;
}

/* 分页 */

#pageIndex {
    text-align: center;
    padding: 20px 0;
}

#pageIndex .layui-laypage {
    margin: 0;
}

#pageIndex .layui-laypage-skip {
    background: none !important;
}

#pageIndex a,
#pageIndex span {
    margin: 0 5px;
}

#pageIndex a,
#pageIndex button,
#pageIndex input,
#pageIndex select,
#pageIndex span {
    border: none;
}

#pageIndex .layui-laypage-btn:hover {
    transition: all .3s;
    color: #fff;
    background-color: #0EB790;
}

#pageIndex .layui-laypage-last {
    display: none !important;
}

#pageIndex .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0EB790;
}

/* 空白 */
.common_result {
    padding-bottom: 60px;
}

.nothing_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    margin: 0 auto;
}

.nothing_box img {
    width: 100%;
}

.nothing_box span {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 16px;
    color: #788190;
}

/* 面包屑 */
.bread {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
}

.bread .icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.bread a,
.bread i {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    margin: 0 2px;
}

.bread a:hover {
    color: rgba(0, 0, 0, 1);
}

.bread span {
    font-size: 14px;
    color: #000000;
    margin: 0 2px;
}

.w900 {
    width: 900px;
}

/* 详情 侧边 */
.slide_bar {
    width: 104px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-top: 300px;
    padding: 12px;
}

.slide_bar.sticky {
    position: fixed;
    bottom: auto;
    top: 300px !important;
    margin-top: 0 !important;
}

.slide_bar a {
    display: block;
    height: 36px;
    font-size: 14px;
    color: #505B64;
    line-height: 36px;
    text-align: center;
}

.slide_bar a:hover {
    color: #0EB790;
}

.slide_bar a.active {
    background: #F6F8FA;
    color: #0EB790;
    border-radius: 6px;
}

.layui-layer {
    background-color: transparent !important;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0) !important;
}

.loginPop,
.regPop {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}