﻿@charset "UTF-8";
/*公用css*/
* {margin:0 auto; padding:0; list-style:none;}
body {
    background:#fff;   
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    text-align: center;
}
.text_align {
    text-align:left;
}
img {
    max-width: 100% !important;
}
.float_left {
    float:left;
}
.float_right {
    float:right;
}
.clearfix {
    clear:both;
}
.ui-border-c{
    border:1px solid #ddd;
    border-radius:5px;
}
.margin_10{
    margin:10px;
}
.margin_20 {
    margin:20px 0;
}
.margin_10_lr {
    margin: 0 10px;
}
.margin_20_lr {
    margin: 0 20px;
}
.padding_10 {
    padding:10px;
}
.padding_15 {
    padding:15px;
}
.padding_20 {
    padding:20px;
}
.padding_10_tb {
    padding:10px 0 10px 0;
}
.padding_15_tb {
    padding:15px 0 15px 0;
}
.margin_top_50 {
    margin-top:50px;
}
.margin_top_40 {
    margin-top:40px;
}
.margin_right_5 {
    margin-right:5px;
}
.margin_right_10 {
    margin-right:10px;
}
.margin_bottom_10{
    margin-bottom:10px;
}
.padding_bottom_50{
    padding-bottom:50px;
}
.padding_bottom_40{
    padding-bottom:40px;
}
.float_right {
    float:right;
}
.a_color {
    color:#FF8444;
}
.font_14 {
    font-size:14px;
}
.line_height_25 {
    line-height:25px;
}
/**/
.mui-input-range input[type='range'] {
    position: relative;
    width: 100%;
    height: 2px;
    margin: 17px 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    outline: none;
    background-color: #C3C3C3;
    -webkit-appearance: none !important;
}

.mui-input-range input[type='range']::-webkit-slider-thumb {
    width: 48px;
    height: 48px;
    border-color: #0062cc;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 2px 1px rgba(0,0,0,0.5);
    background-clip: padding-box;
    -webkit-appearance: none !important;
}



/*弹框*/
#msgTitle,#MmsgTitle {
    font-size:25px;
    line-height:60px;
}
#msgTitle h3,#MmsgTitle h3 {
    line-height:44px;
    margin-top:0;
}
#msgText,#MmsgText {
    font-size:24px;
    line-height:44px;
    margin-top:2%;
}
#msgxButton button,#MmsgxButton button {
    line-height: 70px;
    font-size:24px;
}
#ui_dialog_cnt,#Mui_dialog_cnt {
    width: 72%;
}