/* 富文本滚动条-start */
.w-e-text::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
    display: block !important;
}
.w-e-text::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 10px;
}
.w-e-text::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
/* 富文本滚动条-end */

::-webkit-scrollbar {
    display: none;
}

::-moz-placeholder {
    color: #aaa;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

html {
    color: #333;
}

body {
    min-width: 1200px;
}

html,
body {
    margin: 0;
    height: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #3d3d3d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'PingFangSC', 'helvetica neue', 'hiragino sans gb', 'arial', 'microsoft yahei ui', 'microsoft yahei', 'simsun', 'sans-serif' !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    height: 1px;
    background: #ccc;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

a {
    color: #0e90d2;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

a:active,
a:hover {
    outline: 0;
}

button {
    outline: 0;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    width: 100%;
    border-radius: 4px;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

em {
    font-style: normal;
}

h2,
h3 {
    font-weight: 100;
}

.ydc-flex {
    margin-left: -10px;
    margin-right: -10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.ydc-user-info-func a:not(:first-child):before {
    content: ' ';
    border-left: 1px solid #707070;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

textarea {
    outline: none;
}

textarea:focus {
    background: none;
    outline: none;
}

input:focus,
textarea:focus {
    outline: none;
}

input:focus,
textarea:focus {
    outline: none;
    border: 1px solid #ff5f5f;
}

.btn {
    position: relative;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 1px solid #d7dde4;
    margin: 0;
    background-color: #f2f2f2;
    color: #324050;
    outline: 0;
}

.btn,
.btn:active,
.btn:focus {
    outline: 0;
}

.ydc-right-head-info dl + dl:before {
    content: ' ';
    float: left;
    width: 1px;
    height: 50px;
    margin-top: 8px;
    border-left: 1px solid #ddd;
}

.clearfix::after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

.rdolist,
.chklist {
    display: none;
}

.rdobox,
.chkbox {
    display: inline-block;
    padding: 10px;
    height: 86px;
    line-height: 16px;
    /* background: #eee; */
    border-radius: 3px;
    width: 100%;
    color: #666;
}

.unchecked {
    /* background: #ECF0F1; */
    color: #666;
    transition-property: background;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}

.checked {
    color: #fff;
}

.ydc-reg-form-button .btn-border {
    background-color: #fff;
    color: #ff6980;
    margin-right: 20px;
}

.foldpanel {
    width: 100%;
    border-bottom: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-bottom: 1px dashed #ddd;
}

.foldpanel dt,
.foldpanel dd {
    border-top: 1px dashed #ddd;
    margin: 0px;
}

.foldpanel dt {
    cursor: pointer;
    padding: 16px 17px 16px 40px;
    font-size: 15px;
    color: #333;
    position: relative;
}

.foldpanel dd {
    padding: 12px 70px;
}

.foldpanel dt:before {
    position: absolute;
    top: 23px;
    left: 18px;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #000;
}
