﻿@charset "utf-8";

* {
    padding: 0px;
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
}


.flex-heng {
    display: flex;
    flex-direction: row;
}

.flex-heng-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-grow-1 {
    flex-grow: 1;
}

/*滚动条*/
.ova {
    overflow: auto;
}

.ova::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
}

.ova::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    background: #aaa;
}

.ova::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #f1f1f1;
}

.ova-blue-light {
    overflow: auto;
}

.ova-blue-light::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
}

.ova-blue-light::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(101,193,219,0.2);
    background: #65c1db;
}

.ova-blue-light::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(101,193,219,0.2);
    border-radius: 10px;
    background: #f1f1f1;
}

.ovh {
    overflow: hidden;
}

.fl {
    float: left;
}

.fsb{font-weight:bold;}

/*boxsz*/
.boxsz {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newHtml {
    padding: 20px;
}

.newHtml-content {
    max-width: 677px;
    margin: 0 auto;
}

.js_title_inner {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 14px;
    font-weight: 700;
    white-space: pre-wrap;
    color: rgba(0, 0, 0, .9);
text-align:center; 
padding-bottom:20px;
}

.ruhuiForm{
width:100%;
}

.title-line {
    padding-top: 20px;
}
.title-img {
    padding-top: 3px;
}

.title-style {
    font-size: 16px;
    font-weight: bold;
    color: rgb(85, 85, 85);
    line-height: 28px;
    word-break: break-word;
    padding: 0px 10px;
    border-bottom: 3px #fba30e solid;
}

.rich_media_content {
    width: 100%;
    padding: 36px 14px 8px 14px;
}

.rich_media_content-main {
    border: 1px rgb(85, 85, 85) solid;
    border-radius: 5px;
    padding: 2px;
}

.rich_media_content-main-dashed {
    border: 1px rgba(219,217,217) dashed;
    padding: 14px;
}

.rich_media_content-main-dashed .p1 {
    font-size: 15px;
    line-height: 32px;
    color: #222222;
}

.rich_media_content-main-dashed .p2 {
    font-size: 15px;
    line-height: 30px;
    color: #191919;
}

.rich_media_content-main-dashed .kg {
    height: 24px;
}
