*{margin: 0; padding: 0;}
html{
    font-size: 26.66667vw;
}
body{
    font-size: 16px;
}
a{
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
img{
    display: block;
}
#slide{width:100%;height:3rem;overflow: hidden;position:relative;}
#slide .swiper-slide{text-align:center;height:3rem;}
#slide .swiper-slide img{width:100%;height:auto;}
#slide .pagination{position: absolute; z-index: 20; bottom:5px; width:100%; text-align: center; right:0;}
#slide .swiper-pagination-bullet{display: inline-block; width:15px; height:5px; border-radius:0; background:orange; margin: 0 2px; opacity: 0.8; cursor: pointer;}
#slide .swiper-pagination-bullet-active{background:#fff;}
.nav{ 
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 20px;
}
.nav a{ display: block; width: 20%; margin-bottom: 20px; text-align: center;}
.nav_item{ 
    height: 64px; 
    text-align: center;
}

.nav_item img{
    width: 40px;
    height: 40px;    
    margin: 0 auto;
}
.nav_item p{
    width: 56px;
    height:16px;
    overflow:hidden;
    font-size: 12px;
    padding-top: 8px;
    margin: 0 auto;
}
.hidden {
    display: none;
}
.jingpin_box {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}
.jingpin_box h2{
    font-size: 16px;
    color: #333;
}
.jingpin_box .selon{
    color: #ff7900;
}

/*.jingpin_box h2:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 4px;
    left: 0;
    width: 4px;
    height: 16px;
    border-radius: 3px;
    background: #ff7900;
}*/
.jingpin_item_box{
    display: flex;
    justify-content: space-around;
    /* padding: 20px 10px 10px 10px; */
}
.jingpin_item{
    width: 45%;
}
.jingpin_item img{
    width: 100%;
}

.prodlist{
    padding: 0 16px;
}
.prodaditem{
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
}
.prodaditem a img{
    width: 100%;
}
.proditem{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
    /* box-shadow: 0 0 8px #ccc; */
}
.proditem_img_container{
    width: 143px;
    height: 105px;
    margin-right: 20px;
    border-radius: 5px;
}

.proditem_img_container img{
    width: 143px;
    height: 105px;
    border-radius: 5px;
}
.proditem_txt{
    width: 184px;
    height: 105px;
    color: #333;
    display: flex;
    flex-direction: column;
    position: relative;
}
.proditem_txt .part1 span {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proditem_txt .part2 {
    width: 100%;
    font-size: 12px;
    color: #333;
    margin-top: 5px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
.proditem_txt .blbtn {
    width: 81px;
    height: 24px;
    border-radius: 18px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff7900;    
    color: #fff;
}

.footer{
    
    padding: 0 20px;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 30px;
}
.company{
    border-top: 1px solid #e6e6e6;
    margin-bottom:60px;
}
.company p{
    text-align: center;
}
.login_box {
    background-color: #f1f1f1;
    font-size: 14px;
    color: #333;
    font-family: Helvetica Neue,Helvetica,sans-serif;
    min-height: 100vh;
    height: 100%;
}

.login_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login_title {
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    font-size: 32px;
    color: #ff7900;
    text-align: center;
    margin-top: 109px;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
    /* text-shadow:0 0 30px 0 rgb(43 86 112 / 10%); */
}

.login_input {
    display: block;
    width: 305px;
    height: 60px;
    margin: 16px auto;
    padding: 20px 26px;
    border-radius: 30px;
    outline: none;
    border: none;
    background-color: #f5f5f5;
    box-sizing: border-box;
    box-shadow: 0 0 30px 0 rgb(43 86 112 / 10%);
}

.login_btn {
    margin-top: 48px;
}

.invite-btn {
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 0;
    border-radius: 25px;
    background: linear-gradient(to right,#fb7f11,#ff5b00);
    color: #fff;
    font-size: 18px;
    letter-spacing: 16px;
    box-shadow: 0 0 30px 0 rgb(43 86 112 / 10%);
}

.login_link {
    margin-top: 82px;
    margin-bottom: 36px;
}