﻿/* 
* @Author: wangguirong
* @Date:   2019-03-18 13:29:56
* @Last Modified by:   anchen
* @Last Modified time: 2019-03-21 16:22:21
*/
@charset "utf-8";
html{color:#fff;font-family:Microsoft YaHei,sans-serif,Arial,'宋体';}
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,strong{padding:0;margin:0;font-family:Microsoft YaHei,sans-serif,Arial,'宋体';}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
a{text-decoration:none; outline:none;}/*此处待添加默认链接颜色*/
var,em,strong{font-style:normal;}
address,caption,cite,code,dfn,em,strong,th,var, optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
ul,li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit;font-style:inherit;font-weight:inherit;outline:none;border:none;}
input,button,textarea,select{*font-size:100%;}
.clear {clear:both;overflow:hidden;} 
.nowrap{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.fl{float:left;}
.fr{float:right;}
.re{position: relative;}
.ab{position:absolute;}
.disno{display: none;}
.dis-no{display: none;}
.space{padding:0 4%;}
.fontb{font-weight:700;}
.underline{text-decoration: underline;}
.black_bg{background: #1d1a23;}
/*radius*/
.radius{border-radius:10px;}
.radius05{border-radius:5px;}
/*font*/
.font01{font-size:.8rem;}
.font02{font-size:.86rem;}
.font03{font-size:.93rem;}
.font04{font-size:1rem;}
.font05{font-size:1.06rem;}
.font06{font-size:1.13rem;}
.font07{font-size:1.2rem;}
/*border*/
.border{border:1px solid #696572;}
.border01{border:1px solid #b8aec3;}
/*color*/
.bg{background: #1d1a23;}
.pink{color:#b8aec3;}
.yellow{color:#f6a01c;}
/*button*/
.make_input {padding: 0 6% .5rem; height:2.6rem;}
.make_input button { outline:none;width: 45%; height: 2.6rem; border-radius: 4px; color: #fff;border:none;-webkit-appearance:none; }
.make_input button:nth-of-type(1) { background-color: #524d5a; }
.make_input button:nth-of-type(2) { background-color: #f6a01c; }
input[type=button], input[type=submit], input[type=file], button{ cursor: pointer;-webkit-appearance:none;border: none;outline: none; } 
/*间距*/
.mt{margin-top:.7rem;}