﻿::-webkit-scrollbar {
    display: none;
}

/*隐藏轮播图*/
.zyt_banner {
    display: none;
}

.g-main{ width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%; background-image: url(../picture/body_bg.jpg);}

/*覆盖layui.css的body全局样式*/
body { line-height: 1.6; color: #333; color: rgba(0,0,0,.85); font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif; }

/*确保头部样式一致*/
.zyt_header {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
    box-sizing: border-box;
}

.zyt_give_name {
    font-size: 0.9vw;
    color: #000;
    display: flex;
    align-items: center;
}

.zyt_login {
    width: 15%;
    text-align: right;
    color: #0066ff;
}

.zyt_main {
    width: 100%;
    background-image: url(../image/zyt_main.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner_img {
    width: 100%;
   
}

.banner_img img {
    max-width: 100%;
    height: auto;
}

.about_conent {
    width: 70vw;
    padding: 2vw;
    box-sizing: border-box;
    margin: 3vw auto;
    background-color: #ffffff80;
    height: auto;
}

.rega {
    font-size:2.0vw;
    text-align: center;
    font-weight: bold;
}

.rega_conent {
    margin-top: 2vw;
    line-height: 2vw;
    font-size: 1.1vw;
    text-align: justify;
}
.rega_conent img{max-width:100%}