/* 棣栭〉澶撮儴 */
.header-wrap{
    width: 100%;
    height: 80px;
    background-color: #19222F;
}

.header-left{
    width: 900px;
    height: 100%;
    line-height: 80px;
}

.header-right{
    height: 100%;
    width: 300px;
    margin-top: 20px;
}

.header-logo{
    width: 260px;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
  
}

.header-logo img{
    display: inline-block; 
    object-fit: cover;
}

.header-reg:hover{
    color: #0CC5AE;
}

.header-login:hover{
    color: #ffffff;
}
.header-tab a{
    font-size: 16px;
    color: #ffffff;
    margin-right: 30px;
    border-bottom: 2px solid transparent;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.header-tab a:hover{
    border-bottom: 2px solid #0CC5AE;
    padding-bottom: 15px;
    box-sizing: border-box;
    color: #0CC5AE;
}

.header-tab .c-active{
    color: #0CC5AE;
    border-bottom: 2px solid #0CC5AE;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.header-tab a:last-child{
    margin-right: 0;
}


.header-login{
    width: 80px;
    height: 40px;
    border-radius: 8px;
    line-height: 40px;
    background-color: #0CC5AE;
    color: #ffffff;
    text-align: center;
    margin-right: 20px;
    box-sizing: border-box;
}

.header-reg{
    width: 80px;
    height: 40px;
    border-radius: 8px;
    line-height: 40px;
    border: 1px solid #0CC5AE;
    color: #0CC5AE;
    text-align: center;
    box-sizing: border-box;
}

.header-right-loginAvatar{
    position: relative;
}

.header-right-loginAvatar .login-avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
}
.c-login-tab a{
    border-bottom: 4px solid transparent;
}
.c-login-tab-active{
    border-bottom: 4px solid #0CC5AE!important;
}

.header-right-loginAvatar ul{
    z-index: 102;
    position: absolute;
    display: none;
    top: 60px;
    right: 11px;
    width: 125px;
    border-radius: 6px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
}

.header-right-loginAvatar ul::after {
    position: absolute;
    content: '';
    width: 0;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #ffffff;
}

.header-right-loginAvatar ul>li {
    width: 100%;
    margin: 15px 0;
}


.header-right-loginAvatar ul>li a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 0;
}

.header-right-loginAvatar:hover ul{
    display: block;
}

.header-right-loginAvatar ul>li:hover a{
    color: #0CC5AE;
}

/* 棣栭〉寮€濮� */
.index-box1{
    width: 100%;
    height: 440px;
    background-color: #282C34;
}

.index-box1-p1{
    padding-top: 50px;
    color: #0CC5AE;
    font-size: 70px;
    font-weight: 600;
}

.index-box1-p2{
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 30px;
}

.index-box1-p3{
    width: 28%;
    margin: 40px auto auto auto;
    color: #ffffff;
}

.index-box1-btn{
    margin-top: 40px;
}

.index-box1-btn a{
    display: inline-block;
    margin: 0 15px;
    width: 110px;
    height: 50px;
    border-radius: 8px;
    line-height: 50px;
    text-align: center;
}

.index-box1-btn a:first-child{
    background-color: #0CC5AE;
    color: #ffffff;
}

.index-box1-btn a:nth-child(2){
    border: 1px solid #0CC5AE;
    color: #0CC5AE;
    text-align: center;
    box-sizing: border-box;
}

.index-box1-img{
    position: absolute;
    right: 0px;
    bottom: -100px;
}

.index-box2{
    width: 100%;
    background-color: #f4f7fa;
}

.index-box2-p1{
    text-align: center;
    padding-top:40px;
    color: #101010;
    font-size: 46px;
    font-weight: 600;
}

.index-box2-p2{
  margin-top: 20px;
  font-size: 16px;
  color: #858E99;  
}

.index-box2-content{
    width: 100%;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.index-box2-item{
    width: 387px;
    height: 459px;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(12, 197, 174,0.5);
    box-sizing: border-box;
    border-radius: 6px;
}

.index-box2-item p{
    font-size: 28px;
    color: #101010;
    font-weight: 600;
}

.index-box2-dec{
    font-size: 24px;
    color: #858E99;
    line-height: 40px;
}

.index-bxo3-p1{
    text-align: center;
    padding-top:40px;
    color: #101010;
    font-size: 46px;
    font-weight: 600;
}


.index-box3-p2{
    margin-top: 20px;
    font-size: 16px;
    color: #858E99;  
}

.index-box3-item{
    display:inline-block;
    width: 23.5%;
    height: 344px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 2%;
    transition: all 250ms;
}

.index-box3-item:hover{
    transform: translateY(-15px);
    transition: all 250ms;
}


.index-box3-item:nth-child(4n){
    margin-right: 0;
}

.index-box3-item img{
    height: 183px;
    object-fit: cover;
}

.index-box3-tag {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-box3-tag span{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    color: #0CC5AE;
    background-color: #F0FBF9;
    margin-right: 10px;
}

.index-box3-tag span:last-child{
    margin-right: 0;
}

.index-box3-item .three-line{
    height: 63px;
    color: #858E99;
    line-height: 22px;
}

.index-box3-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.index-box3-more a{
    display: inline-block;
    width: 231px;
    text-align: center;
    height: 50px;
    border-radius: 8px;
    background-color: #0CC5AE;
    color: #ffffff;
    line-height: 50px;
    font-size: 16px;
}

.index-box3-more a:hover{
    color: #ffffff;
}


.index-box4-top{
    width: 100%;
    height: 460px;
    background-image: url('../img/index/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.index-box4-p1{
    text-align: center;
    padding-top:40px;
    color: #ffffff;
    font-size: 46px;
    font-weight: 600;
}

.index-box4-p2{
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;  
}

.index-box4-item{
    width: 32%;
    border-radius: 10px;
    border-top-right-radius: 100px;
    background-color: #ffffff;
    height: 460px;
    transition: all 250ms;
    transform: translateY(62px);
    overflow: hidden;
 
}

.index-box4-more{
    background-color: #0CC5AE;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
}

.index-box4-more a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.index-box4-more a:hover{
    color: #ffffff;
}

.index-box4-item .limit{
    width: 30%;
    height: 2px;
    background-color: #0CC5AE;
    margin-top: 20px;
}

.index-box4-content{
    margin-top: -269px;
    overflow: hidden;
}

.index-box4-content .c-active{
    transition:all 250ms;
    transform: translateY(0);
}

.index-box4-more{
    margin-top: 10px;
}

.index-box5{
    position: relative;
    width: 100%;
    height: 310px;
    background-color: #282C34;
    margin-top: 40px;
    overflow: hidden;
}

.index-box5-img{
    position: absolute;
    left: 0;
    bottom: -143px;
}

.index-box5-p1{
    text-align: center;
    padding-top:60px;
    color: #ffffff;
    font-size: 46px;
    font-weight: 600;
}

.index-box5-btn a {
    display: inline-block;
    margin: 0 15px;
    width: 110px;
    height: 50px;
    border-radius: 8px;
    line-height: 50px;
    text-align: center;
}

.index-box5-btn a:first-child {
    background-color: #0CC5AE;
    color: #ffffff;
}

.index-box5-btn a:nth-child(2) {
    border: 1px solid #0CC5AE;
    color: #0CC5AE;
    text-align: center;
    box-sizing: border-box;
}



/* 搴曢儴鏍峰紡 */
.footer-wrap{
    width: 100%;
    background-color: #19222F;
}

.footer-left{
    display: flex;
    justify-content: space-between;
    width: 43%;
}

.footer-left a{
    color: #A6B4C8;
}

.footer-left ul>li:first-child{
    font-size: 16px;
    color: #ffffff;
}

.footer-left ul>li{
    margin-bottom: 20px;
}

/* 浠ヤ笅涓鸿涓氭ā鍧� */
.c-filter-left{
    width: 21%;
}

.c-filter-right{
    width: 77.5%;
}

.filter-sort{
    position: relative;
    display: inline-block;
    width: 9px;
    color: #858E99;
}

.filter-sort .fa-sort-asc{
    position: absolute;
    right: 7px;
    top: -13px;
}

.filter-sort .fa-sort-desc{
    position: absolute;
    right: 7px;
    bottom: -3px;
}

.filter-sort  a{
    color: #858E99;
}

.filter-sort .c-active{
    color: #0CC5AE;
}

.sliderDown{
    cursor: pointer;
}



.c-filter-tab{
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #E6ECF5;
}

.c-filter-tab a{
    color: #858E99;
}

.c-filter-tab .c-active{
    font-weight: 600;
    color: #0CC5AE;
    font-size: 18px;
}

.c-filter-item{
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #E6ECF5;
}

.c-filter-item:last-child{
    border-bottom: none;
}

.c-filter-title span{
    font-size: 16px;
    color: #101010;
}

.c-filter-title i{
    color: #A6B4C8;
    font-size: 20px;
}

.hangye-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hangye-item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 8px;
    overflow: hidden;
}

.hangye-item:nth-child(3n){
    margin-right: 0;
}

.hangye-item .c-fengmian{
    width: 100%;
    height: 123px;
    object-fit: cover;
}

.hangye-item-user{
    z-index: 999999;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: -30px;
}

.hangye-item-user img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}

.hangye-item-user span{
    margin-top: 30px;
    color: #101010;
}

.c-sw-top .c-fengmian{
    width: 369px;
    height: 196px;
    object-fit: cover;
    border-radius: 6px;
}

.c-sw-top-right{
    width: calc(100% - 389px);
}

.c-sw-tag span{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    color: #0CC5AE;
    background-color: #F0FBF9;
    margin-right: 10px;
}

.c-sw-tag span:last-child{
    margin-right: 0;
}

.c-sw-left{
    width: 860px;
}

.c-sw-right{
    width: 320px;
}

.c-sw-tab a{
    margin-right: 30px;
    font-size: 16px;
    color: #101010;
    padding-bottom: 10px;
}

.c-sw-tab .c-active{
    color: #0CC5AE;
    border-bottom: 2px solid #0CC5AE;
}

.syzn-fj-dec{
    padding: 10px;
    border-radius: 3px;
    background-color: #FBB854;
    color: #ffffff;
}

.syzn-fj-download .syzn-fj-download-left{
    width: 44px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #FBB854;
}

.syzn-fj-download  .syzn-fj-download-right{
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    background-color: #F5F7F6;
    height: 40px;
    line-height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.c-sw-sq{
    padding: 15px 0;
    border-bottom: 1px solid #E6ECF5;
}

.c-upload-user .c-avatar{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.c-other-worke-item{
    margin-top: 15px;
}

.c-other-worke-item img{
    width: 112px;
    height: 64px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 5px;
}

.c-other-worke-item-right{
    width: calc(100% - 122px);
}

/* 鎻掍欢 */
.chajian-item{
    border-radius: 6px;
    overflow: hidden;
    transition: all 250ms;
    margin-bottom: 20px;
}
.chajian-item .c-fengmian{
    width: 256px;
    height: 149px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 6px;
}

.chajian-item-right{
    width: calc(100% - 271px);
}

.chajian-item-right-content{
    width: 78%;
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 6px;
    box-sizing: border-box;
}

.chajian-item-right-price{
    width: 22%;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
    border-left: 2px solid #E6ECF5;
    margin: 10px 0;
}

.chajian-item-tag span{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    color: #0CC5AE;
    background-color: #F0FBF9;
    margin-right: 10px;
}

.chajian-item-tag span:last-child{
    margin-right: 0;
}

.chajian-item:hover{
    transform: translateY(-2px);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    transition: all 250ms;
}

/* 纰庣墖 */
.suipian-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.suipian-item{
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 6px;
    overflow: hidden;
    transition: all 250ms;
}

.suipian-item:nth-child(2n){
    margin-right: 0;
}

.suipian-item:hover{
    transform: translateY(-3px);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    transition: all 250ms;
}

.suipian-item .c-fengmian{
    width: 170px;
    height: 132px;
    object-fit: cover;
    margin-right: 10px;
}

.suipian-item-tag span{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    color: #0CC5AE;
    background-color: #F0FBF9;
    margin-right: 10px;
}

.suipian-item-tag span:last-child{
    margin-right: 0;
}


/* 浣跨敤鎵嬪唽 */
.intro-left{
    width: 260px;
}

.intro-right{
    width: 920px;
}

.intro-left form{
    position: relative;
    width: 100%;
}

.intro-left form input{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #e6ecf5;
    padding-left: 25px;
    box-sizing: border-box;
}

.intro-left form button{
    position: absolute;
    left: 0;
    top: -2px;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.c-sy-title:hover span{
    color: #0CC5AE;
}

.c-sy-item-list-title{
    padding-left: 15px;
    box-sizing: border-box;
}

.c-sy-item-list-title:hover span{
    color: #0CC5AE;
}

.c-sy-item-list ul{
    padding-left: 10px;
    border-left: 1px solid #E6ECF5;
    margin-left: 35px;
}

.c-sy-item-list ul>li{
    margin-top: 10px;
}

.c-sy-item-list ul>li:hover a{
    color: #0CC5AE;
}

/* 绀惧尯妯″潡 */
.bbs-left{
    width: 260px;
}

.bbs-right{
    width: 920px;
}

.bbs-user-info .c-avatar{
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;

}

.bbs-news-bbs{
    border-bottom: 1px solid #E6ECF5;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.bbs-news-bbs:last-child{
    border-bottom: none;
}

.bbs-right-tab a{
    display: inline-block;
    margin-right: 20px;
    padding: 5px 15px;
    box-sizing: border-box;
    color: #101010;
    background-color: #F4F7FA;
}

.bbs-right-tab .c-active{
    color: #0CC5AE;
    background-color: #F0FBF9;
}

.bbs-list-item{
    padding: 15px 0;
    border-bottom: 1px solid #E6ECF5;
}


.bbs-list-item:first-child{
    padding-top: 0;
}

.bbs-list-item .c-tuijian{
    display: inline-block;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #FBB854;
    background-color: #FAECD8;
    border-radius: 5px;
}

.bbs-list-item .c-zhiding{
    display: inline-block;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #FE564D;
    background-color: #FFDDDB;
    border-radius: 5px;
}

/* 绀惧尯甯栧瓙娣诲姞 */

.bbs-add-left{
    width: 860px;
}

.bbs-add-right{
    width: 320px;
}

.bbs-add-userInfo img{
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.bbs-add-userInfo-right{
    width: calc(100% - 116px);
}

.bbs-right-content{
    width: 615px;
}

.bbs-right-other{
    width: 285px;
}

.bbs-right-content-tag a{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    color: #0CC5AE;
    background-color: #F0FBF9;
    margin-right: 10px; 
}

/* 涓炬姤寮圭獥 */
.jubao-content{
    background-color: #F4F5F6;
    border-radius: 6px;
    margin-top: 10px;
}
.jubao-content img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.jubao-content-right{
    width: 92%;
    max-height: 58px;
    overflow: hidden;
}

.c-jubao-type{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(242, 242, 245, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 2%;
}

.c-jubao-type-active{
    background-color: #F0FBF9;
    color: #0CC5AE;
}

.jubao-submit-btn{
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color:#0CC5AE;
    color: #ffffff;
    font-size: 14px;
    text-align: center;

}


/* 璇勮鐨勬牱寮� */
.comment-tab .active{
    color: #0CC5AE;
    font-weight: 600;
}

.comment-list-item-handle img{
    width: 24px;
    margin-right: 5px;
}

.comment-list-item-handle  .handle-item{
    margin-right: 20px;
    color: #999999;
}

.comment-list-item-handle .handle-item:last-child{
    margin-right: 0;
}

.comment-list-item-content{
    color: #515365;
}

.comment-list-item-left{
    position: relative;
    width: 36px;
    height: 36px;
}

.comment-list-item-left .avatar{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.comment-list-item-left .v-tag{
    position: absolute;
    right: -2px;
    bottom: -5px;
    width: 20px;
}

.comment-list-item-right{
    width: 90%;
    margin-left: 10px;
}

.comment-list-item{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(230, 236, 245, 100);
}


.comment-form input{
    width: 100%;
    border-radius: 6px;
    height: 40px;
    background-color: #edf2f6;
    border: none;
}

.comment-form .bqb{
    width: 30px;
}

.comment-form  .comment-pinglun-btn{
    width: 53px;
    height: 27px;
    line-height: 27px;
    background-color:#0CC5AE;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.comment-tab a{
    color: #101010;
}

/* 娉ㄥ唽鐧婚檰蹇樿瀵嗙爜 */
.login-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/user/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.login-header{
    width: 100%;
    padding: 3vh;
    box-sizing: border-box;
}

.login-header-toIndex{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 107px;
    height: 39px;
    border-radius: 40px;
    color: #0CC5AE;
    font-size: 18px;
    text-align: center;
    border: 2px solid #0CC5AE;
}

.login-header-toIndex img{
    width: 24px;
    margin-right: 10px;
}

.login-header-toIndex:hover{
    color: rgba(250, 99, 66, 100);
}

.login-wrap{
    margin: 30px auto auto auto;
    width: 1050px;
    height: 530px;
    background-image: url('../img/user/limg.png');
    background-repeat: no-repeat;
    background-position: 100% 66%;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.login-wrap-left{
    width: 50%;
    height: 100%;
    text-align: center;
    padding: 52px 30px;
    box-sizing: border-box;
}

.login-wrap-right{
    width: 50%;
    background-color: #ffffff;
    padding: 40px 30px;
    box-sizing: border-box;
}

.login-wrap-left img{
    width: 50%;
}

.login-wrap-left h2{
    font-size: 3rem;
    color: #ffffff;
}

.c-login-item .layui-form-checked:hover {
	color: #0CC5AE;;
}

.c-login-item .layui-form-checked[lay-skin=primary] i {

	color: #fff;
}

.c-login-item .layui-form-checkbox[lay-skin="primary"]:hover i {
	border-color: #0CC5AE!important;
	color: #fff;
}

.c-login-tab {
	font-size: 15px;
	margin-bottom: 30px;
}

.c-login-tab a {
	padding-bottom: 5px;
	margin-right: 20px;
	color: #4d4d4d;
	text-decoration: none !important;
    font-weight: 600;
}

.c-login-tab a:active {
	text-decoration: none !important;
}


.c-login-wrap form {
	width: 100%;
	padding: 3px 0;
	box-sizing: border-box;
}

.c-login-item {
	width: 100%;
}

.c-phone-in {
	position: relative;
	display: block;
	width: 100%;
	height: 42px;

}

.c-login-switch {
	margin-bottom: 20px;
}

.c-phone-in input {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	transition: 300ms all;
	border: 1px solid #e6e6e6;
	color:#2d2d2d;
}

.c-phone-in input:focus {
	border: 1px solid #0CC5AE;;
	transition: 300ms all;
}

.c-phone-in-checkbox {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.c-phone-in-checkbox input {
	z-index: 100;
	margin-right: 5px;
	opacity: 0;
}


.c-phone-in-checkbox i {
	position: absolute;
	left: 0;
	z-index: 10;
	font-size: 16px;
	cursor: pointer;
	transition: all 250ms;
}

.c-check {
	opacity: 0;
}

.c-noCheck {
	opacity: 1;
	font-size: 17px;
}

.c-phone-in-checkbox input:checked+.c-check {
	opacity: 1;
	transition: all 250ms;
}

.c-phone-in-checkbox input:checked+.c-noCheck {
	opacity: 0;
	transition: all 250ms;
}


.c-phone-in-sub {
	width: 100%;
    text-align: center;
}

.c-phone-in-sub input {
	width: 100%;
	height: 45px;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;
}

.c-phone-in-other {
	width: 100%;
	color: #4d4d4d;
}

.c-phone-in-other p:first-child {

	padding-bottom: 10px;
}

.c-forget-in{
    color: #0CC5AE;
}

.c-phone-in-other p:nth-child(2) a {
	margin-right: 15px;
}

.c-phone-check {
	width: 76%;
	height: 42px;
}

.c-login-tab-active{
    color: #0CC5AE!important;
}

.c-phone-check input {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}

.c-get-check {
	width: 20%;
	height: 42px;
}

.c-get-check input {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
}


.c-phone-in i {
	position: absolute;
	top: 24%;
	right: 10px;
	font-size: 20px;
	color: #999;
	cursor: pointer;
}

.c-phone-in input[type='password'] {
	padding-right: 40px;
	box-sizing: border-box;
}


.c-login-content .layui-input {
    width: 100%;
}

.c-login-content .z-phone-code-btn {
    width: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
    height: 42px;
    border-radius: 6px;
    color:  #0CC5AE;
    border-color:  #0CC5AE;
    background-color: #ffffff;
    border: 1px solid;
}

.c-login-content .submit-btn {
    width: 229px;
    height: 45px;
    border-radius: 30px;
    background-color: #0CC5AE;;
    margin: 0 auto;
}


.z-get-code {
    width: 100px;
    margin-left: 20px;
}

.c-login-content input{
    border-radius: 30px;
    background-color: #F4F7FA;
    border: none;
}

.login-bot{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.login-bot span{
    font-size: 20px;
    color: #0CC5AE;
}

.login-bot hr{
    display: inline-block;
    width: 100px;
    height: 1;
    background-color: #0CC5AE;
}

/* 鍏充簬鎴戜滑 */
.about-us-top{
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url('../img/user/us.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-top-cover{
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.2);
}

.about-us-top .middle{
    z-index: 999;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 400px;
    margin: auto;
    color: #ffffff;
}

.about-us-dec{
    width: 100%;
    height: 293px;
}

.about-us-zujian{
    width: 100%;
    background-color: #f4f7fa;
}

.about-us-zujian-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-us-zujian-item{
    width: 25%;
    height: 325px;
}

.about-us-zujian-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-zujian-item-zujian{
    display: inline-block;
    width: 71px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    margin-left: 30px;
    color: #ffffff;
}

.about-us-address{
    width: 100%;
    height: 665px;
    background-image: url('../img/user/abg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    box-sizing: border-box;
}

/* 鐩稿叧鍗忚 */
.protocol-left{
    width: 260px;   
}

.protocol-right{
    width: 920px;
}

.protocol-left a{
    display:block;
    width: 220px;
    height: 49px;
    line-height: 49px;
    border-radius: 4px;
    text-align: center;
}

.protocol-left .c-active{
    color: #0CC5AE;
    background-color: #F0FBF9;
}

.protocol-left a:hover{
    color: #0CC5AE;
    background-color: #F0FBF9; 
}

/* 鐢ㄦ埛淇敼璧勬枡 */
.user-aside{
    width: 260px;
}

.user-aside .user-avatar{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
}

.user-tab-item ul{
    width: 100%;
}

.user-tab-item ul>li{
    width: 100%;
    height: 50px;
}

.user-tab-item a{
    display: block;
    text-align: center;
    line-height: 50px;
}

.user-tab-item .c-active{
    color: #0CC5AE;
    background-color: #F0FBF9;
}

.user-tab-item a:hover{
    color: #0CC5AE;
    background-color: #F0FBF9;
}

.user-right{
    width: 920px;
}


.user-avatar-tag{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    cursor: pointer;
    opacity: 0;
}

.user-aside .user-avatar:hover +.user-avatar-tag{
    opacity: 1;
}

.user-aside .user-avatar-tag:hover{
    opacity: 1;
}

/* 鎴戠殑鏀惰棌 */
.user-collect-tab{
    display: flex;
    align-items: center;
}

.user-collect-tab a{
    color: #101010;
    margin-right: 30px;
}

.user-collect-tab .c-active{
    color: #0CC5AE;
}

.back-list{
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid #0CC5AE;
    color: #0CC5AE;
}

.c-form-btn{
    line-height: 43px;
    height: 43px!important;
    width: 133px;
}

table img{
    object-fit: cover;
}