.p_video-box{
    max-width: 100%;
}
.p_video-box .video{
    width: 100%;
}
.p_video-box600{
    width: 100%;
    text-align: center;
}
.p_video-box600 .video{
    width: 600px;
}
.p_video-box375{
    width: 100%;
    text-align: center;
}
.p_video-box375 .video{
    width: 375px;
}

.g-bottom-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: 80px;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.g-bottom-banner.none {
    display: none;
}

.g-bottom-banner .b-sw-info {
    display: inline-block;
}

.g-bottom-banner .b-sw-info img {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 8px;
}

.g-bottom-banner .b-sw-info .title {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    vertical-align: middle;
}

.g-bottom-banner .down-box a {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.g-bottom-banner .down-box .high_speed {
    box-sizing: border-box;
    width: 165px;
    height: 60px;
    background-color: rgb(22, 189, 97);
    text-align: center;
    color: #fff;
    padding-top: 8px;
}

.g-bottom-banner .down-box .high_speed p {
    font-size: 22px;
    margin-bottom: 6px;
}

.g-bottom-banner .down-box .high_speed span {
    font-size: 10px;
    font-weight: 100;
}

.g-bottom-banner .down-box .local_download {
    box-sizing: border-box;
    width: 165px;
    height: 60px;
    border: solid 2px rgb(70, 138, 207);
    text-align: center;
    line-height: 54px;
}

.g-bottom-banner .down-box .local_download p {
    font-size: 22px;
    color: rgb(70, 138, 207);
}

.g-bottom-banner .down-box .u-btn-safe {
    width: 250px;
    height: 70px;
    background-color: #11c382;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.g-bottom-banner .down-box .u-btn-safe .icon_down{
    background-position: 35px -145px;
    width: 35px;
    height: 35px;
}

.g-bottom-banner .down-box .u-btn-safe .u-btn-safe-right{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.g-bottom-banner .down-box .u-btn-safe .u-btn-safe-right p{
    font-size: 22px;
    color: #fff;
}

.g-bottom-banner .down-box .u-btn-safe .u-btn-safe-right span{
    color: #fff;
    font-size: 12px;
}

.g-bottom-banner .down-box-local {
    background: rgb(0, 142, 225);
    width: 250px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.g-bottom-banner .down-box-local p {
    font-size: 22px;
    color: #fff;
}

.g-bottom-banner .down-box-local:hover {
    background-color: #07ade0;
}

.g-wrap {
    position: relative;
    width: 1200px;
    height: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}