@charset "utf-8";

* {
	margin: 0;
	padding: 0
}

body,
html body {
	color: #262626;
	font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, sans-serif
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑
}

fieldset,
img {
	border: 0
}

ul,
ol,
li {
	list-style: none;
	font-family: microsoft yahei
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	background-color: #fff;
	border: none
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

input,
button,
textarea {
	*font-size: 100%
}

ol,
ul {
	list-style: none
}

table,
tr,
td {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0
}

caption,
th {
	text-align: left
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline
}

.fr {
	float: right;
	display: inline
}

.fl {
	float: left;
	display: inline
}

.ehn,
.otw,
.tow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.clearfix {
	clear: both;
	zoom: 1
}

.clearfix:after {
	display: block;
	clear: both;
	content: "\0020";
	visibility: hidden;
	height: 0
}

.m5 {
	margin: 5px
}

.m10 {
	margin: 10px
}

.m20 {
	margin: 20px
}

.mt5 {
	margin-top: 5px
}

.mt10 {
	margin-top: 10px
}

.mt20 {
	margin-top: 20px
}

.mt30 {
	margin-top: 30px
}

.mt50 {
	margin-top: 50px
}

.mt100 {
	margin-top: 100px
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px
}

.mb20 {
	margin-bottom: 20px
}

.mb30 {
	margin-bottom: 30px
}

.mb50 {
	margin-bottom: 50px
}

.mb100 {
	margin-bottom: 100px
}

.ml5 {
	margin-left: 5px
}

.ml10 {
	margin-left: 10px
}

.ml20 {
	margin-left: 20px
}

.ml30 {
	margin-left: 30px
}

.ml50 {
	margin-left: 50px
}

.ml100 {
	margin-left: 100px
}

.mr5 {
	margin-right: 5px
}

.mr10 {
	margin-right: 10px
}

.mr20 {
	margin-right: 20px
}

.mr30 {
	margin-right: 30px
}

.mr50 {
	margin-right: 50px
}

.mr100 {
	margin-right: 100px
}

.p5 {
	padding: 5px
}

.p10 {
	padding: 10px
}

.p20 {
	padding: 20px
}

.pt5 {
	padding-top: 5px
}

.pt10 {
	padding-top: 10px
}

.pt20 {
	padding-top: 20px
}

.pt30 {
	padding-top: 30px
}

.pt50 {
	padding-top: 50px
}

.pt100 {
	padding-top: 100px
}

.pb5 {
	padding-bottom: 5px
}

.pb10 {
	padding-bottom: 10px
}

.pb20 {
	padding-bottom: 20px
}

.pb30 {
	padding-bottom: 30px
}

.pb50 {
	padding-bottom: 50px
}

.pb100 {
	padding-bottom: 100px
}

.pl5 {
	padding-left: 5px
}

.pl10 {
	padding-left: 10px
}

.pl20 {
	padding-left: 20px
}

.pl30 {
	padding-left: 30px
}

.pl50 {
	padding-left: 50px
}

.pl100 {
	padding-left: 100px
}

.pr5 {
	padding-right: 5px
}

.pr10 {
	padding-right: 10px
}

.pr20 {
	padding-right: 20px
}

.pr30 {
	padding-right: 30px
}

.pr50 {
	padding-right: 50px
}

.pr100 {
	padding-right: 100px
}

.mycontainer {
	width: 30%;
	margin: 40px auto
}


.sliderWrap {
	float: left;
	cursor: default;
	padding: 10px 20px;
}

.sliderBar {
	height: 6px;
	background: #f38c48;
	border-radius: 999px;
	position: relative;
}

.range {
	cursor:pointer;
	outline: none;
	height: 6px;
	width: 150px;
	background: linear-gradient( to left, #13c3fe 0%, #05d0fe 100%);
	border-radius: 999px;
	position: relative;
	bottom: 2px;
	left: 20px;
	-webkit-appearance: none;
	/*清除系统默认样式*/
}
/* .input_color[type='color']::-webkit-color-swatch{
	border: 0;border-radius: 10px;
	} */
	.input_color[type='color']::-webkit-color-swatch-wrapper{padding: 0;}
input[type="range"]::-webkit-slider-thumb {
	background-image: url(../images/faguangyuan.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	z-index: 10;
	/* border-radius: 50%; */
	/* border: 8px #1ea0fa solid; */
	/* background-color: #fff; */
	/* box-shadow: 0 0 2px rgba(0, 0, 0, 0.3),
		0 3px 5px rgba(0, 0, 0, 0.2); */
	cursor: pointer;
	-webkit-appearance: none;
	/* border: 0; */
}


.sliderDot {
	width: 5px;
	height: 5px;
	background: #1ea0fa;
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 100;
	border-radius: 999px;
}

.sliderDot::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	background: #fff;
	border-radius: 999px;
}

.sliderMark {
	position: relative;
}

.sliderMark dl {
	user-select: none;
	position: absolute;
	top: 8px;
	width: 1px;
}

.sliderMark dt {
	width: 1px;
	height: 10px;
	background: #8c8c8c;
}

.sliderMark dd {
	position: absolute;
	top: 8px;
	color: #8c8c8c;
	font-size: 12px;
	white-space: nowrap;
	transform: translateX(-50%);
}

.sliderInput {
position: absolute;
    left: 234px;
    /* top: 94px; */
    float: right;
    height: 24px;
    line-height: 24px;
    width: 60px;
    background-color: #26292b;
    text-align: center;
    margin-left: 23px;
    border-radius: 6px;
    border: 1px solid #04528e;
    margin-top: -15px;
	color: #bdeced;
}
.sliderInput1{
	position: absolute;
	    left: 234px;
	    /* top: 94px; */
	    float: right;
	    height: 24px;
	    line-height: 24px;
	    width: 60px;
	    background-color: #26292b;
	    text-align: center;
	    margin-left: 23px;
	    border-radius: 6px;
	    border: 1px solid #04528e;
	    margin-top: -6px;
		color: #bdeced;
}
#pianyi {
	position: relative;
	top: 17vh;
	left: 1.7vh
}

#fileModel1 {
	cursor: pointer;
}

.tankuang {
	cursor: pointer;
}

.tk {
	display: none;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 100;
}

