﻿@charset "utf-8";
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	margin:0;
	padding:0;
}
body,input,textarea,select,button,table{
	font-size:16px;
	line-height:1.25em;
	font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;
}
/*取消按钮点击的时候有阴影*/
a,img,button,input,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-ms-tap-highlight-color:rgba(255,255,255,0);
	-moz-tap-highlight-color:rgba(255,255,255,0);
	-o-tap-highlight-color:rgba(255,255,255,0);
}
button, input, textarea, select {
    border: medium none;
    outline: medium none;/*取消chrome下input和textarea的聚焦边框*/
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
body{
    min-width:320px;
    height: 100vh;
	font-size:1em;
	-webkit-text-size-adjust:none; 
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit; 
	font-weight: normal;
}
header,footer,section,nav,menu,details,hgroup,figure,figcaption,article,aside{
	margin:0;
	padding:0;
	display:block;
}
img,fieldset{
	border:0;
}
img { 
	vertical-align:middle;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse; 
	width: 100%;
}
a{
	color:#666;
	text-decoration:none;
}
.cl:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.cl{
	zoom:1
}
.rel{
    position: relative;
}
.abs{
	position: absolute;
}
.dis{
    display: block;
}
.hide{
    display: none;
}
.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  top: 50%;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_down:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 48%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_up:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 50%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.15rem; 
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
body {
	background-color: #fff;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
.flex-x-between{
   display: flex;
   justify-content: space-between;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
/*index*/
.home{
    padding-bottom: 140px;
}
.home-top{
    width: 100%;
    height: 160px;
    background: url(../images/dafu_bg.2c398e4b.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.home-top span:first-child{
    font-size: 17px;
    color: #df4b11;
    font-weight: bold;
    margin-top: 80px;
    width: 74%;
    text-align: center;
}
.home-top span:nth-child(2){
    font-size: 17px;
    color: #895d54;
    width: 74%;
    text-align: center;
    margin-top: 5px;
}
.home-center .center-top .top-item{
    border-bottom: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 14px;
}
.home-center .center-top .top-item span:nth-child(1){
    width: 180px;
    color: #333;
}
.home-center .center-top .top-item span:nth-child(2){
    width: calc(100% - 180px);
    color: #666;
    text-align: right;
    word-wrap: break-word;
}
.dTitle{
    line-height: 20px;
    margin-top: 15px;
}
.home .home-center .center-content1{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.home .home-center .center-content1 .content1-title{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
}
.home .home-center .center-content1 .content1-title2 {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
}
.home .home-center .center-content1 .content1-input{
    background-color: #f8f8f8;
    height: 100px;
    margin: 15px 15px 0;
}
.home .home-center .center-content1 .content1-input .input-item{
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}
.home .home-center .center-content1 .content1-input .input-item span{
    font-size: 14px;
    color: #333;
}
.home .home-center .center-content1 .content1-input .input-item input{
    height: 100%;
    border: none;
    outline: none;
    background: none;
    width: 25%;
    font-size: 14px;
    color: #666;
}
.content1-change{
    padding: 0 15px;
}
.content1-change .change-item{
    margin-right: 35px;
}
.content1-change .change-item span:nth-child(1){
    background: url(../images/check.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
}
.content1-change .change-item span:nth-child(2){
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}
.content1-change .change-item.active span:nth-child(1){
    background: url(../images/check_active.png) 0 0 no-repeat!important;
    background-size: 100% 100%!important;
}
.home .home-center .center-bottom{
    padding-bottom: 15px;
}
.home .home-center .center-bottom .bottom-title{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 0 15px;
}
.home .home-center .center-bottom .bottom-textarea{
    margin: 0 15px;
    height: 135px;
    font-size: 14px;
    color: #666;
    width: 91%;
    padding: 15px;
    border: none;
    outline: none;
    background: none;
    background-color: #f8f8f8;
}
.home .home-bottom{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
}
.home .home-bottom .bottom-item{
    padding: 0 15px;
    margin-bottom: 30px;
    display: flex;
    font-size: 12px;
    color: #666;
}
.home .home-bottom .bottom-bottom{
    height: 48px;
    line-height: 48px;
    background-color: #ff4933;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 12px;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.center-content1_list:not(:last-child){
    margin-bottom: 15px;
}
.label_text{
    font-size: 14px;
    color: #333;
    margin-left: 15px;
}

.tipsmsg{
    padding: 0 15px 15px 15px;
    font-size: 12px;
    color: #666;
}
