html {
    font-size: 62.5%;
}
*{margin: 0px;padding: 0px;}
.hidden{display: none;}
.fontweight{
    font-weight: 600;
}
/* .minSize{ font-size: 1.4rem;} */
.mTop{
    margin-top: 0px;
}
/* .indent{text-indent: 1em;} */
.indent input{
    padding-right: 1em;
}

.infoBg{  
    background-color: #e1dbde3b;
}

/* select */
select::-ms-expand{ display: none; }

/* --火狐、谷歌清除--*/

select{
     /* background: url("arrow.png") no-repeat scroll right center transparent; */
 /*清除select默认样式*/
 appearance:none;
 -moz-appearance:none;
 -webkit-appearance:none;
 -ms-appearance:none;
border:0px solid transparent;
background-color:#FFFFFF;
 /*ie下,原默认的箭头样式还是会显示，所以这里把自定义的样式给去除了*/
 /* background:#ffffff; */
 color:#666;
 outline:none;
 height: 24px;
 direction: rtl;
}
/*select 多选*/

select option::-ms-expand{ display: none; }
select option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none; 
    direction: ltr;
}
/* --背景色字体颜色--*/
option:hover{
    color:#fff;
    background-color:#1E90FF;
}
#reason{max-width:100%;}
#Cash{margin-right:1.4rem;}
/* select end */
.selRight{text-align:right; }
.fontColor{
    color: #232332;
    font-size: 1.6rem;
}
.color{color:red;}
sup {
    color: #e10000;
}

.flex {
    display: flex;
}

.flex>div {
    width: 100%;
}
.inlineBlock select{
    width:33%;
}
/*修改单选框样式*/
/*修改单选框样式*/
.radios {
    position: relative;
    margin-top: 6px;
}

.radios label {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 16px;
    height: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}

.radios span {
    border-bottom: 0px solid #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    color: #7b7b7b;
}

.radios input[type='checkbox'],
.radios input[type='radio'] {
    width: 20px;
    height: 20px;
    opacity: 0;
}

.radios input:checked+label {
    background-color: #5CB77A;
    border: 1px solid #5CB77A;
}

.radios input:checked+label::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 0px;
    left: 5px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}

input{
    text-align: right;
    font-size: 1.5rem !important;
}
input[type="date"]{
    text-align: right;
    /* color: red; */
}
textarea{font-size: 1.5rem !important;}
/* input placeholder 大小 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
    color: #afafaf;
}

/* 使用webkit内核的浏览器 */
input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 1.4rem;
    color: #afafaf;
}

/* Firefox版本4-18 */
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 1.4rem;
    color: #afafaf;
}

/* Firefox版本19+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 1.4rem;
    color: #afafaf;
}

/* IE浏览器 */

.btnCookie {
    width: 80%;
}