body {
    font-size: .14rem;
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box !important;
    /*border: .01rem solid red;*/
}

.flex-auto {
    flex: 1 auto;
    display: flex;
}

.flex-right-auto {
    flex: 1 auto;
    display: flex;
    justify-content: right;
}

.flex-left-auto {
    flex: 1 auto;
    display: flex;
    align-items: center;
    justify-content: left;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
}

.w50 {
    width: 50%;
}

.mt10 {
    margin-top: .1rem;
}

.mt15 {
    margin-top: .2rem;
}

.mt20 {
    margin-top: .15rem;
}

.mr0 {
    margin-right: 0 !important;
}

.mr10 {
    margin-right: .1rem;
}

.ml10 {
    margin-left: .1rem;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.home-logo {
    height: .57rem;
}

.home-container {
    width: 12rem;
    margin: 0 auto;
}

.home-container-slider{
    /*height: 100px;
    margin-top: 320px;*/

    height: 50px;
    margin-top: 452px;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    line-height: 40px;
}
.home-container-slider h2 {
    font-size: .18rem !important;
    max-width: 50rem !important;
    line-height: 1.6 !important;
    width: 100% !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
}
/*
.cd-hero__content h2 {
   !* width: 90%;
    max-width: 50rem !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*!
}*/
.home-nav-top-container {
    display: flex;
    align-items: center;
    height: 1rem;
}

.home-nav-top {
    background: RGBA(233, 235, 239, 1.00);
}

.home-nav-top-sep {
    width: 1px;
    height: .35rem;
    background: #808181;
    border-radius: 2px;
    opacity: 0.4;
    margin: 0 .1rem;
}

.home-nav-top-desc {
    font-size: .24rem;
    font-weight: 900;
    color: #666666;
    line-height: .21rem;
    flex-shrink: 0;
    margin-right: 20px;
}

.home-nav {
    background: #213764;
}

.home-nav-container {
    display: flex;
    align-items: center;
    height: .94rem;
    margin-left: -.26rem;
}

.home-nav-link {
    font-size: .18rem;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0 .26rem;
    line-height: .94rem;
}

.home-nav-link.active, .home-nav-link:hover {
    color: #FFFFFF !important;
    font-weight: bold !important;
}

.home-search-container {
    width: 100%;
    max-width: 7rem;
    display: flex;
    align-items: center;
    border-radius: .05rem;
    margin-right: .22rem;
}

.home-search-container .layui-input {
    border: 1px solid #CCCCCC;
    border-right: none;
    border-radius: .05rem 0 0 .05rem;
}

.home-search-container .layui-btn {
    width: 1.1rem;
    padding: 0;
    border: none;
}

/*slides*/
/*overwrite layui*/
.layui-input, .layui-select, .layui-textarea {
    height: .4rem;
    line-height: .4rem;
    border: 1px solid #CCCCCC;
    border-radius: .05rem;
    font-size: .14rem;
}

.layui-btn, .layui-btn-primary, .layui-btn-danger, .layui-btn-green {
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    padding: 0 .18rem;
    font-size: .14rem;
    border-radius: .05rem;
}

.layui-btn {
    background: #883a7f;
}

.layui-btn-large {
    height: .45rem;
    font-size: .16rem;
}

.layui-btn-primary, .layui-btn-primary:hover {
    background: #fff;
    color: #213764;
    border: 1px solid #213764;;
}

.layui-btn-danger, .layui-btn-danger:hover {
    background: #FF4158;
    color: #fff;
    border: 1px solid #FF4158;;
}

.layui-btn-green, .layui-btn-green:hover {
    background: #70B502;
    color: #fff;
    border: 1px solid #70B502;;
}

/*panel*/
.home-panel {
    width: 100%;
    min-height: 1rem;
    background: #FFFFFF;
    border-radius: 0 0 1px 1px;
    border: 1px solid #E6E6E6;
    border-top: 1px solid #314A7E;
}

.home-panel-title {
    height: .48rem;
    background: #FFFFFF;
    color: #213763;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 .2rem;
    font-size: .16rem;
    position: relative;
}

.home-panel-more, .home-panel-more:hover {
    position: absolute;
    right: .2rem;
    font-size: .14rem;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}

.home-panel-content {
    padding: .15rem .2rem;
}

.home-banner {
    height: 2rem;
    background: url("../img/banner.png");
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: .5rem;
}

.home-content {
    min-height: 6rem;
}

.home-footer {
    background: #282828;
    color: #fff;
    height: 1.9rem;
    margin-top: .2rem;
}

.home-footer .home-container {
    position: relative;
}

.home-page-title {
    font-size: .38rem;
    font-weight: bold;
    font-style: italic;
}

.home-page-sub-title {
    font-size: .16rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .24rem;
    margin-top: .2rem;
}

.home-index {
    margin: -.1rem;
}

.home-index-right {
    flex-direction: column;
}

.home-index-left, .home-index-right {
    margin: .1rem;
}

.home-index-left {
    width: 8rem;
}

.home-index-right {

}

.home-quick-links {
    display: flex;
    justify-content: space-around;
}

.home-quick-link {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-quick-link img {
    width: .6rem;
}

.home-quick-link span {
    font-size: .14rem;
    font-weight: 400;
    color: #333333;
    line-height: .21rem;
    margin-top: 2px;
}

.home-category {
    display: flex;
}

.home-category-left {
    width: 1.8rem;
    border-right: 1px solid #E6E6E6;
    flex-shrink: 0;
}

.home-category-link, .home-category-link:hover {
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    color: #999;
    border-right: 4px solid #fff;
    font-size: .16rem;
    height: .3rem;
    line-height: .3rem;
    margin-bottom: .15rem;
}


.home-category-link.active, .home-category-link:hover {
    background: #fff;
    color: #333333;
    font-weight: bold;
    border-right: 4px solid #213763;
}

.home-category-link.home-category-root {
    background: #213763 !important;
    color: #fff !important;
    border-right: 4px solid #213763;
    font-size: .2rem;
    height: .45rem;
    line-height: .45rem;
    font-weight: 400;
}

.home-category-right {
    flex-direction: column;
    padding-left: .2rem;
}

.home-sub-navs {
    display: flex;
    align-items: center;
    height: .45rem;
    font-size: .16rem;
    color: #999999;
    border-bottom: 1px solid #E6E6E6;
}

.home-sub-navs a {
    margin: 0 5px;
}

.home-sub-navs a.active, .home-sub-navs a:hover {
    color: #213764;
    font-weight: bold;
}

.home-icon {
    display: inline-block;
    width: .16rem;
    height: .16rem;
    background-size: cover;
    margin-right: .05rem;
}

.home-icon-small {
    width: .12rem;
    height: .12rem;
}

.home-icon-large {
    width: .24rem;
    height: .24rem;
}

.home-icon-home {
    background-image: url("../img/home.png");
}
.home-icon-home-two {
    background-image: url("../img/homeTwo.png");
}

.home-icon-info {
    background-image: url("../img/info.png");
}

.home-icon-num1 {
    background-image: url("../img/one.png");
}

.home-icon-num2 {
    background-image: url("../img/two.png");
}

.home-icon-num3 {
    background-image: url("../img/three.png");
}

.home-icon-num4 {
    background-image: url("../img/four.png");
}

.home-icon-num5 {
    background-image: url("../img/five.png");
}

.home-footer-links {
    align-items: flex-end;
    padding-top: .42rem;
}

.home-footer-links a {
    font-size: .14rem !important;
    color: #fff !important;
    padding-left: .3rem;
    font-weight: 400;
}

.home-friend-links {
    margin-top: .22rem;
}

.home-friend-links, .home-friend-links a {
    font-size: .14rem !important;
    color: #fff !important;
}

.home-copyright {
    font-size: .12rem;
    margin-top: .1rem;
}

.home-footer-center {
    width: 100%;
    position: absolute;
    text-align: center;
    top: .47rem;
}

.home-footer-support {
    position: absolute;
    top: .6rem;
    right: .1rem;
    text-align: center;
}

.home-footer-support-title {
    font-size: .16rem;
    font-weight: 400;
    color: #FFFFFF;
}

.home-footer-support-content {
    font-size: .28rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .2rem;
}

.home-category-item {
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    padding: .15rem;
    display: flex;
}

.home-category-item img, .home-category-item .no-img{
    margin-right: .12rem;
    width: 1rem;
    height: 1rem;
    border-radius: 4px;
    object-fit: cover;
    box-shadow: 0 10px 0 -10px;
}

.home-category-item .no-img{
    background: #000;
    opacity: .4;
    color: #fff;
    font-size: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-category-item-content {
    position: relative;
    flex-direction: column;
}

.equip-title {
    font-size: .16rem;
    font-weight: 400;
    color: #191919;
    line-height: .24rem;
    display: flex;
    align-items: center;
}

.equip-title .home-icon {
    margin-left: .12rem;
}

.equip-brand {
    font-size: .12rem;
    font-weight: 400;
    color: #999999;
    line-height: .18rem;
}

.equip-contact {
    font-size: .14rem;
    font-weight: 400;
    color: #666666;
    line-height: .21rem;
}

.equip-contact span:first-child {
    margin-right: .24rem;
}

.equip-open-region {
    position: absolute;
    bottom: 0;
    font-size: .14rem;
    font-weight: bold;
    color: #F05F00;
    line-height: .21rem;
}

.equip-intro {
    color: #0076FF;
    font-size: .14rem;
}

.home-category-item {
    margin-bottom: .2rem;
}

.home-category-item-ops {
    position: absolute;
    bottom: 0;
    right: 0;
}

.home-category-item-tags {
    position: absolute;
    top: 0;
    right: 0;
}

.home-category-tag {
    display: inline-block;
    padding: 0.04rem .12rem;
    background: RGBA(210, 84, 27, .1);
    border-radius: 5px;
    color: #F05F00 !important;
    font-size: .14rem;
    margin-right: .06rem;
}

.home-category-tag:last-child {
    margin-right: 0;
}

.home-hot-links {

}

.home-hot-link {
    display: block;
    margin-top: .2rem;
}

.home-hot-link-icon {
    width: .24rem;
    height: .24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .06rem;
}

.home-hot-link:first-child {
    margin-top: 0;
}

.home-hot-link-title {
    font-size: .16rem;
    font-weight: 400;
    color: #000000;
    line-height: .24rem;
    display: flex;
    align-items: center;
}

.home-hot-link-remark {
    font-size: .14rem;
    font-weight: 400;
    color: #999999;
    padding-left: .3rem;
    margin-top: .12rem;
}

/*login*/
#home-login {
    display: flex;
}

.home-login-left {
    width: 40%;
    background: #5e1956;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-login-left.register {
    background: RGBA(70, 160, 252, 1.00);
}

.home-login-right {
    width: 60%;
    padding: .2rem .5rem;
}

.home-tabs {
    display: flex;
    align-items: center;
}

.home-tab {
    flex-grow: 1;
    text-align: center;
    font-size: .18rem;
    font-weight: 500;
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid #ddd;
    cursor: pointer;
    color: #333;
}

.home-tab.active {
    border-bottom: 4px solid #883a7f;
}

.home-login {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-login-content {
    color: #883a7f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.home-login-form {
    margin: .4rem 0;
}

.home-login-form .layui-input {
    width: 100%;
    padding: 0 .2rem;
    margin-top: .2rem;
}

.home-login-form .layui-input:first-child {
    margin-top: 0 !important;
}

.home-login-content-right {
    margin-left: .15rem;
    text-align: center;
}

.home-login-content .icon-login {
    font-size: .5rem;
}

.home-identity-title {
    font-size: .18rem;
    font-weight: 500;
    letter-spacing: .05rem;
}

.home-identity-sub-title {
    font-size: .15rem;
    color: RGBA(174, 174, 174, 1.00);
    margin-top: .05rem;
}

.home-login-btn {
    display: block;
    color: #fff;
    width: 100%;
    border: none !important;
    cursor: pointer;
}

.home-login-btn.register {
    background: RGBA(70, 160, 252, 1.00);
}

.home-captcha-area {
    display: flex;
    align-items: center;
    margin-top: .2rem
}

.home-captcha-area img {
    height: .4rem;
    cursor: pointer;
}

.home-captcha-area input {
    margin-top: 0 !important;
    margin-right: .1rem;
    flex: 1 auto;
}

.home-login-links {
    color: #999;
    font-size: .14rem;
    margin-top: .15rem;
    display: flex;
}

.home-login-links a, .home-sms-btn, .home-login-link {
    color: #409EFF;
    cursor: pointer;
    font-size: .14rem;
}

.home-login-title {
    color: #0C0C0C;
    font-weight: 500;
    font-size: .18rem;
}

.home-login-form-line {
    display: flex;
    align-items: center;
    margin-top: .2rem;
    position: relative;
}

.home-login-form-line:first-child {
    margin-top: 0;
}

.home-login-form-line label {
    font-size: .14rem;
    margin-right: .1rem;
}

.home-login-form-line input {
    margin: 0 !important;
}

.home-login-form-line input[type="radio"] {
    margin-right: .05rem !important;
}

.home-login-form-line .layui-input {
    flex-grow: 1;
}

.home-login-form-label {
    width: .9rem;
    font-size: .14rem;
    font-weight: 400;
    padding-right: .1rem;
    text-align: right;
    color: #333;
    flex-shrink: 0;
}

.home-sms-btn, .home-sms-counter-remark {
    position: absolute;
    right: .1rem;
    font-size: .14rem;
}

.home-sms-counter-remark {
    color: #999;
}

.company-link {
    display: block;
    text-align: right;
    font-size: .14rem;
    flex-grow: 1;
}

.company-input {
    flex-grow: unset !important;
    width: 2.1rem !important;
}

.company-line {
    margin-top: .05rem !important;
}

.home-login-remark {
    font-size: .14rem;
    color: #999;
}

.home-company-step {
    width: 50%;
}

.home-company-step:first-child {
    padding-right: .1rem;
}

.home-company-step:last-child {
    padding-left: .1rem;
}

.home-form-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
    height: .3rem;
    margin-bottom: .5rem;
    position: relative;
}

.home-form-step {
    height: 4px;
    background: #999;
}

.home-form-step-25 {
    width: 25%;
}

.home-form-step-75 {
    width: 75%;
}

.home-form-step-descs {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
}

.home-form-step-desc {
    flex-grow: 1;
    /*border: 1px solid #0a78d5;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.home-form-step-num {
    width: .3rem;
    height: .3rem;
    border-radius: .15rem;
    background: #999;
    color: #fff;
    font-size: .16rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-form-step-remark {
    color: #333;
    font-size: .14rem;
    margin-top: .05rem;
}

.home-form-step.active, .home-form-step-desc.active .home-form-step-num {
    background: RGBA(21, 126, 251, 1);
}

.home-form-step-desc.active .home-form-step-remark {
    color: RGBA(21, 126, 251, 1);
}

.required {
    color: red;
}

.home-login-fileupload, .home-login-fileupload img {
    width: 1.5rem;
    height: 1.5rem;
    background: #eee;
    color: #ccc;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#fileUpload {
    position: absolute;
    z-index: -1;
    left: 1rem;
    width: 0;
    height: 0;
}

.home-login-left.mention {
    display: none;
}

.mention-counter {
    color: #999;
    font-size: .14rem;
    margin-top: .5rem;
}

.home-login-mention .home-login-right{
    width: 100%;
}

.home-register-mention{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: .2rem 0;
}

.mention-title{
    font-size: .2rem;
    font-weight: bold;
}

.mention-sub-title{
    font-size: .16rem;
    font-weight: 400;
    color: #333;
}

.mention-sub-title.orange{
    color: #F59A23;
}

.home-login-btn.mention{
    width: 60%;
    margin-top: .5rem;
}

.pay-code{
    color: #0076FF;
}

.home-success-icon {
    font-size: .8rem !important;
    margin: .1rem 0 .3rem 0;
    color: #00a7d0;
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item a{
    height: .36rem;
    min-width: .36rem;
    padding: 0 .1rem    ;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .05rem;
    color: #999999;
    font-weight: 400;
    font-size: .14rem;
}

.page-item.active a{
    background: #213763;
    color: #fff;
}

.page-item .sr-only{
    display: none;
}

.notice-item{height: 120px; border-bottom: 1px solid #E6E6E6; padding: 10px;}
.notice-left-title{height:40px;font-size: 18px;font-weight: bold;color: #191919;line-height: 40px;}
.notice-right-date{text-align: right;height:40px;font-size: 14px;color: #999999;line-height: 40px;}
.notice-summary{
    height:60px;font-size: 16px;color: #666666;line-height: 30px;display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home-sub-notice .layui-table-tool {
    height: 30px !important;
    padding: 0px;
    text-align: center;
    background-color: transparent;
    border: none;
}
.home-sub-notice .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #000000;
}

.channel_info_list .time {
    background: url(../../home/img/li_bg.png) left top no-repeat;
    background-size: 100% 100%;
    width: 74px;
    height: 64px;
    border-left: 4px solid #213764;
}
.channel_info_list .fl {
    float:left;
}
.channel_info_list .dd {
    text-align: center;
    font-size: 22px;
    padding: 14px 0 10px;
    line-height: 17px;
    color: #fff;
}
.channel_info_list .yM {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
}
.channel_info_list .t_s {
    width: 670px;
    margin-right: 0px;
    padding-left: 10px;
}
.channel_info_list .fr {
    float: right;
}
.channel_info_list li {
    height: 115px;
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
}
.channel_info_list li:hover .title {color: #138ce9;font-weight: bold;}
.channel_info_list li:hover {border-top: 1px solid #138ce9 !important;}
.channel_info_list li:hover .demo-icon {color: #138ce9 !important;}
.channel_info_list li:hover .time {
    background: url(../../home/img/li_hover_bg.png) left top no-repeat;
    border-left: 4px solid #138ce9;
}
.channel_info_list li:hover .dd {
    color: #fff;
}
.channel_info_list li:hover .yM {
    color: #fff;
}

.channel_info_list li .title {
    line-height: 18px;
    font-size: 16px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.channel_info_list li .channel_name {
    padding: 0 5px;
    color: #cea971;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    border-left: 1px solid #cea971;
    border-right: 1px solid #cea971;
    margin-right: 10px;
}
.channel_info_list li .summary {
    max-height: 78px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    width: 100%;
    margin: 10px 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}