.main .onean_font_p{
	width: auto;
	margin-top: 44px;
}

	@font-face {
    font-family: "Thin";
    src: url("//webfont.zfont.cn/onean/ONEAN-Thin.woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}
		@font-face {
    font-family: "Light";
    src: url("//webfont.zfont.cn/onean/ONEAN-Light.woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}
		@font-face {
    font-family: "Regular";
    src: url("//webfont.zfont.cn/onean/ONEAN-Regular.woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}
		@font-face {
    font-family: "Medium";
    src: url("//webfont.zfont.cn/onean/ONEAN-Medium.woff2"); 
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}
		@font-face {
    font-family: "Bold";
    src: url("//webfont.zfont.cn/onean/ONEAN-Bold.woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}



:focus {
    outline: 0;
}



.box {
    padding: 0px;
    min-width: 1000px;
    max-width: 1000px;
}

.edit_box{
	font-size: 150px;
    -webkit-user-modify: read-write-plaintext-only;
    padding: 20px;
    transition:0.0s;
    text-align: center;
    
    line-height: 170px;
    transition:all 0.2s;
    -moz-transition:all 0.2s; /* Firefox 4 */
    -webkit-transition:all 0.2s; /* Safari and Chrome */
    -o-transition:all 0.2s; /* Opera */
}

.edit_box:after{
    content: ' ';
    display: inline-block;
    width: 2px;
    height: -0.3em;
    border-radius: 2px;
    background: #636363;
    position: relative;
    top: -0.0em;
    left: 12px;
    animation: text-cursor 1.2s infinite;
}

.edit_box:focus:after{
    display: none
}

@keyframes text-cursor {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}
input[type=range] {
    -webkit-appearance: none;
/*
background:#F2F2F2;
background-size: 50% 100%;
*/
	background: -webkit-linear-gradient(#346fff, #346fff) no-repeat;
	background-size: 50% 100%;
    width: 300px;
    border-radius: 10px;
    width: 150px;
	transition:0.0s;
	box-shadow: 0 0px 0px #def3f8, inset 0 0px 10px #0d11121c;
      -webkit-appearance: none; /*清除系统默认样式.        */
      height: 5px; /*横条的高度*/
      margin-top: 14px;
}

 input[type="range"]::-webkit-slider-thumb {
    width: 17px;
    height: 17px;
    border-radius: 20px;
    background-color: #fff;
    border: 4px solid #0066FF;
    cursor: pointer;
    -webkit-appearance: none;
    
    transition:all 0.2s;
    -moz-transition:all 0.2s; /* Firefox 4 */
    -webkit-transition:all 0.2s; /* Safari and Chrome */
    -o-transition:all 0.2s; /* Opera */
  }
  
input[type="range"]::-webkit-slider-thumb:hover{
    width: 22px;
}
input[type="range"]::-webkit-slider-thumb:active{
}
  
  
  .rangeMain {
      text-align: center;
      margin-bottom: 50px;
  }
.onean_font_p .tips{
    color: #585F67;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
}
.weight_select{
    width: 840px;
    height: 74px;
    background: #F7F8F9;
    margin-top: 45px;
    border-radius: 6px;
    line-height: 80px;
    text-transform:uppercase;
}
.weight_select ul{
    text-align: center;
}
.weight_select li{
    display: inline-block;
    list-style: none;
    color: #0D0C0C;
    margin-left: 15px;
    margin-right: 15px;
    
    margin-top: 4px;
    font-size: 22px;
    
    padding: 0 18px;
    margin: 0 24px;
    width: auto;
    border: 1px solid #F7F8F9;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;

}
.weight_select li a{
color: #0D0C0C;
}
.weight_select li:hover{
	box-sizing: border-box;
	color: #0D0C0C; 
	border: 1px solid #0D0C0C;
}
.weight_select .active{
    box-sizing: border-box;
	
	border: 1px solid #0D0C0C;
	background:#0D0C0C ;
}.weight_select .active a{
    color: #fff; 
}
.weight_select .active:hover{
    color: #e2e2e2; 
}


/*  下载按钮 */
.down {
    overflow: hidden;
    background: #0066FF;
    position: relative;
    display: block;
    margin:auto;
    width: 380px;
    height: 68px;
    margin-top: 45px;
    line-height: 69px;
    border-radius: 50px;
    overflow: visible;
    background: #0066FF;
    text-align: center;
    font-size: 26px;
    color: white;
}

.down:hover {
    background: #111111;
}

.down div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.down:hover span {
    transform: translateX(20px);
}

.down:hover svg {
    opacity: 1;
    transform: translateX(40px);
}

.down span {
    transition: transform .3s cubic-bezier(.455,.03,.515,.955);
}

.down svg {
    position: absolute;
    top: 22px;
    left: 80px;
    height: 25px;
    width: 25px;
    fill: white;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity .3s .05s cubic-bezier(.455,.03,.515,.955), transform .3s .05s cubic-bezier(.455,.03,.515,.955);
}
.pop_link {
    font-size: 18px;
    color: #585F67;
    text-align: center;
    margin: auto;
    display: block;
    text-decoration:underline;
    margin-top: 45px;
    margin-bottom: 45px;
}