* {
	margin: 0px;
	padding: 0px;
}

*,
*::after, 
*::before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none; 
	-khtml-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-input-placeholder-color: #cacaca;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #cacaca;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #cacaca;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #cacaca;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #cacaca;
}

html, body {
	font-family: "Helvetica Neue", HelveticaNeue,"Helvetica-Neue",Helvetica,"BBAlpha Sans",sans-serif;
	font-size: 14px;
	cursor: default;
}

a {
	text-decoration: none;
	color: #000;
}

input{
	-moz-user-select: auto;
	-webkit-user-select: auto;
	-ms-user-select: auto; 
	-khtml-user-select: auto;
	user-select: auto;
}

.logo{
	width: 100%;
	height:60px;
	line-height:50px;
	border-bottom: 1px solid #cacaca;
	padding: 5px;
	background: url(../../images/head.png) no-repeat center;
}

.hidden{
	display: none;
}

.clear {
	clear: both;
	height: 10px;
}

.orange{
	color: #CB7038 !important;
}

.blue{
	color: #157efb;
}

.red{
	color: #fc3e39;
}

.green{
	color: #53d769;
}

.bold{
	font-weight: bold;
}

.desc{
	padding-left:10px;
}

.descript{
	padding:10px;
}

.form{
}

.form .title{
	margin-top:10px;
	color: #989898;
	width: 100%;
	padding-left: 10px;
	font-size: 13px;
}

.form .body{
	list-style: none;
	margin: 10px 10px;
	border: 1px solid #DAD6D8;
	-webkit-border-radius: 10px;
	background-color: rgba(255, 255, 255, 1);
	border-image: initial;
}

.form .body li{
	padding: 0px 2px;
	border-bottom: 1px solid #EBE9E9;
	margin:0px 10px 0px 10px;
	min-height: 48px;
}

.form .body li:last-child{
	border-bottom: none;
}

.form .body li input,
.form .body li select{
	color: #CB7038;
	font-size: 14px;
	font-weight:bold;
	margin: 0px;
	width: 100%;
	-webkit-appearance: textarea;
	-moz-appearance: textarea;
   	appearance: textarea;
	border: 0px;
}

.form .body li input{
	padding: 5px 5px 5px 5px;
}
.form .body li select{
	padding: 5px 5px 5px 6px;
}
.form .body li>label:FIRST-CHILD{
	width: 33%;
}

.form .body li>span{
	width: 67%;
}

.form .body li>label,
.form .body li>span{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 48px;
	padding-top:0px;
}

.form .body li>div{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form .body li>div:FIRST-CHILD{
	margin-top:5px;
}

.form .body li>div:LAST-CHILD{
	margin-bottom: 3px;
}

.form select{
	background: url(../../images/select_down.png) right center no-repeat;
	background-size: 24px 24px;
}

.form input{
	padding-right: 22px;
	background-size: 22px 22px;
	background: url(../../images/null.png) right center;
}

.form input.datefield{
	padding-right: 22px;
	background: url(../../images/select_time.png) right center no-repeat;
	background-size: 22px 22px;
}

.form input.moneyfield{
	padding-right: 22px;
	background: url(../../images/money.png) right center no-repeat;
	background-size: 22px 24px;
}

.form input.searchfield{
	padding-right: 22px;
	background: url(../../images/search.png) right center no-repeat;
	background-size: 22px 26px;
}

.form .phone{
	background: url(../../images/phone.png) right center no-repeat;
	background-size: 20px 26px;
	width:20px;
	height:26px;
	float: right;
	margin:5px 0px -4px 9px;
}

.form .people{
	background: url(../../images/people.png) right center no-repeat;
	background-size: 22px 22px;
	width:22px;
	height:22px;
	float: right;
	margin:8px 0px -4px 9px;
}

.form .search{
	background: url(../../images/search.png) right center no-repeat;
	background-size: 22px 26px;
	width:22px;
	height:26px;
	float: right;
	margin:8px 0px -4px 9px;
}

.form .buttons{
	padding-top:0px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:0px;
	text-align: center;
}

.form .confirm{
	list-style: none;
	margin: 10px 10px;
	padding-bottom:10px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	background-color: #fff;
	border: solid 2px #b8aba7;
	background-image: -webkit-linear-gradient(bottom, #dadada, #efefef);
	background-image: -moz-linear-gradient(bottom, #dadada, #efefef);
	background-image: -o-linear-gradient(bottom, #dadada, #efefef);
	background-image: linear-gradient(to top, #dadada, #efefef);
}

.form .confirm li{
	padding: 5px 15px;
	color: #b8aba7;
}

.form .confirm .title{
	font-size: 16px;
}

.form .confirm li>label:FIRST-CHILD{
	width: 35%;
}

.form .confirm li>span{
	width: 65%;
	color: #b8aba7;
}

.form .confirm li>label,
.form .confirm li>span{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.form .body li input[type=checkbox]{
	background: url(../../images/cb_uncheck.png) center no-repeat;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	margin:7px 5px -4px 10px;
}

.form .body li input[type=checkbox]:checked{
	background: url(../../images/cb_check.png) center no-repeat;
	background-size: 18px 18px;
}

.form .body li input[type=radio]{
	background: url(../../images/radio_uncheck.png) center no-repeat;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	margin:7px 5px -4px 10px;
}

.form .body li input[type=radio]:checked{
	background: url(../../images/radio_check.png) center no-repeat;
	background-size: 18px 18px;
}

.form .body li input[type=checkbox]:focus,
.form .body li input[type=radio]:focus {
	outline: none;
	border-color:#4d90fe;
}

.form .hint {
	padding:10px;
	color: #6b6969;
	font-size: 14px;
}

.form .hint div {
	padding:3px;
}

li span.auto{
	overflow: visible;
}

.button{
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	border-radius: 0.5em;
	background-color: #fff;
	width: 100%;
	padding: 8px;
	font-size: 18px;
	text-decoration: none;
	color: #fbfbfb;
	border: 1px solid #c76e13;
	-webkit-box-shadow: none;
          box-shadow: none;
    background-color: #E0874F;
	background-image: linear-gradient(to top, #E0874F, #E79F74);
	-moz-transition: all 0.3s ease-in 0s; 
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; 
    transition: all 0.3s ease-in 0s; 
}
.button:disabled{
	background-color: #cacaca!important;
	border: solid 1px #888;
	background-image: -webkit-linear-gradient(bottom, #b0b0b0, #c1c1c1);
	background-image: -moz-linear-gradient(bottom, #b0b0b0, #c1c1c1);
	background-image: -o-linear-gradient(bottom, #b0b0b0, #c1c1c1);
	background-image: linear-gradient(to top, #b0b0b0, #c1c1c1);
}

.button:active {
	background-color: #CB7038;
	border: solid 1px #c76e13;
	background-image: linear-gradient(to top, #eb6f31, #eb8331);
}

.button:focus {
	outline: none;
}

.button .red{
	border: 1px solid #fc3e39;
}

.button .green{
	border: 1px solid #53d769;	
}


.buttonR{
	/* -webkit-border-radius: 0.5em; */
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	/*  border-radius: 0.5em;  */
	background-color: #fff;
	width: 80%;
	padding: 8px;
	font-size: 18px;
	text-decoration: none;
	color: #fbfbfb;
	border: 1px solid #1bb60a;
	-webkit-box-shadow: none;
          box-shadow: none;
    background-color: #00aa2f;
	background-image: linear-gradient(to top, #00aa2f, #00aa2f);
	-moz-transition: all 0.3s ease-in 0s; 
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; 
    transition: all 0.3s ease-in 0s; 
}




.btn{
	width:45%;
	font-size: 12px;
	float: right;
	margin-top: 8px;
	padding: 6px;
	text-align: center;
}

.btn_white{
	width:45%;
	font-size: 12px;
	float: right;
	margin-top:10px;
	padding: 6px;
	text-align: center;
	background-image: linear-gradient(to top, #fff, #fff);
	background-color: white;
	color:#E0874F;
}

.btn_white:ACTIVE{
	background-image: linear-gradient(to top, #E0874F, #E79F74);
	background-color: #E0874F;
	color:#fff;
}




.btn:disabled{
	background-color: #cacaca;
	border: solid 1px #888;
	background-image: -webkit-linear-gradient(bottom, #b0b0b0, #c1c1c1);
	background-image: -moz-linear-gradient(bottom, #b0b0b0, #c1c1c1);
	background-image: -o-linear-gradient(bottom, #b0b0b0, #c1c1c1);
	background-image: linear-gradient(to top, #b0b0b0, #c1c1c1);
}

/* #header {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px; 
	right: 0px; 
	height: 56px;
	width: 100%;
	background-color:rgba(0,0,0,0);
} */
/*
* TABS
*/
.tabs{
	padding: 10px 10px 5px 10px;
	text-align: center;
	background-color: #eeeeee;
}
.tabs.col_2{
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
}
.tabs.col_3{
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
}
.tabs>.tab {
	display:inline-block;
    text-align: center;
    color: #CB7038;
    background: #fff;
    line-height: 40px;
    /* font-weight: bold; */
    border: 1px solid #CB7038;
    border-left: none;
}
.tab:first-child{
	width:50%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid #CB7038;
}
.tab:last-child{
	width:50%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: none;
}
.tabs>.tab>label {
    display: inline-block;
    padding-left: 5px;
    text-align: center;
}

.tabs>.tab.selected {
    color: #fbfbfb;
    background: #CB7038;
}

.list{
}
.detail{
}

.detail .title,
.list .title{
	margin-top:10px;
	color: #989898;
	width: 100%;
	padding-left: 10px;
	font-size: 13px;
}

.detail .body,
.list .body{
	list-style: none;
	margin: 10px 10px;
	border: 1px solid #b8aba7;
	-webkit-border-radius: 10px;
	background-color: rgba(255, 255, 255, 1);
	border-image: initial;
}

.list .body li{
	padding: 10px 10px 5px 15px;
	border-bottom: 1px solid #d8d8d8;
	min-height: 44px;
	background: 98% center url(../../images/select_right.png) no-repeat;
	background-size: 24px 24px;
}

.list .body li:active {
	background-color: #ffffff;
}

.detail .body li{
	padding: 10px 15px 5px 15px;
	border-bottom: 1px solid #EBE9E9;
	min-height: 44px;
}

.detail .body li:first-child,
.list .body li:first-child{
	-webkit-border-radius: 10px 10px 0px 0px;
}

.detail .body li:last-child,
.list .body li:last-child{
	-webkit-border-radius: 0px 0px 10px 10px;
	border-bottom: none;
}

.list .body .pressed{
	background-color: #ddd;
}

.detail .empty,
.list .empty{
	padding: 18px 0px 0px 0px;
	text-align: center;
	color: #8b97a4;
	border-bottom: 0px;
}

.list .no_background{
	background-image: none !important;
}
.list .no_background:active{
	opacity: 1 !important;
	background-color: #ffffff !important;
}

.detail .body label,
.detail .body span,
.list .body label,
.list .body span{
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 25px;
}

.detail .body label,
.list .body label{
	width: 30%;
}

.list .body span{
	text-align: right;
	width: 55%;
}

.detail .body span{
	text-align: right;
	width: 62%;
}

.list .pullrefresh {
	color: #8b97a4;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	width: 100%;
	height: 50px;
}

.list .pullrefresh .pullrefresh-arrow {
	position: relative;
	left: 30%;
	background: right center url(../../images/refreshArrow.png) no-repeat;
	background-size: 25px 50px;
	width: 25px;
	height: 50px;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 200ms;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.list .pullrefresh .pullrefresh-text {
	position: relative;
	top: -30px;
}

.list  .pullrefresh .pullrefresh-arrow.pullrefresh-release {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.list .loadmore {
	color: #8B97A4;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	padding: 4% 0;
	width: 100%;
}

.icon-add{
	background-image: url(../../images/add.png);
}

.onoffswitch-cb{
	background: url(../../images/switch_off.png) center no-repeat !important;
	background-size: 54px 22px !important;
	width: 54px !important;
	height: 22px !important;
	margin-bottom: -6px !important;
}

.onoffswitch-cb:checked{
	background: url(../../images/switch_on.png) center no-repeat !important;
	background-size: 54px 22px !important;
}

.onoffswitchnotext-cb{
	background: url(../../images/switch_off_notext.png) center no-repeat !important;
	background-size: 47px 22px !important;
	width: 47px !important;
	height: 22px !important;
	margin-bottom: -6px !important;
}

.onoffswitchnotext-cb:checked{
	background: url(../../images/switch_on_notext.png) center no-repeat !important;
	background-size: 47px 22px !important;
}

.li-right-del{
	padding: 5px 15px 0px 15px;
	border-bottom: 1px solid #cacaca;
	min-height: 25px;
	background: 98% center url(../../images/del_btn.png) no-repeat;
	background-size: 24px 24px;
}

.li-right-setup span,
.li-right-del span{
	width: 55% !important;
}

.li-right-setup{
	padding: 5px 25px 0px 15px;
	border-bottom: 1px solid #cacaca;
	min-height: 25px;
	background: 98% center url(../../images/set_up.png) no-repeat;
	background-size: 24px 24px;
}




.otherlist{
}

.otherlist .title{
	margin-top:10px;
	color: #989898;
	width: 100%;
	padding-left: 10px;
	font-size: 13px;
}

.otherlist .body{
	list-style: none;
	margin: 10px 10px;
	border: 1px solid #b8aba7;
	-webkit-border-radius: 10px;
	background-color: rgba(255, 255, 255, 1);
	border-image: initial;
}

.otherlist .body li{
	padding: 10px 5px 5px 15px;
	border-bottom: 1px solid #cacaca;
	min-height: 44px;
}

.otherlist .body li:first-child{
	-webkit-border-radius: 10px 10px 0px 0px;
}

.otherlist .body li:last-child{
	-webkit-border-radius: 0px 0px 10px 10px;
	border-bottom: none;
}

.otherlist .body .pressed{
	background-color: #ddd;
}

.otherlist .empty{
	padding: 18px 0px 0px 0px;
	text-align: center;
	color: #8b97a4;
	border-bottom: 0px;
}

.otherlist .body label,
.otherlist .body span{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
}

.otherlist .body label{
	width: 35%;
}

.otherlist .body span{
	text-align: left;
	width: 45%;
}

.rightbtn{
	float:right;
	width: 17%;
	height: 25px;
	padding: 2px 7px;
	margin-left:5px;
	color:#CB7038;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #CB7038;
	border: solid 1px #CB7038;
	background-image: -webkit-linear-gradient(bottom, #f0dec8, #fff);
	background-image: -moz-linear-gradient(bottom, #f0dec8, #fff);
	background-image: -o-linear-gradient(bottom, #f0dec8, #fff);
	background-image: linear-gradient(to top, #f0dec8, #fff);
}

.rightbtn:active {
	opacity: 0.5;
	background-color: #e1e1e1;
}




/**-------------msgbox 閸掓繂顬婃径褍鐨�---------**/
/* 闁喚鍍电仦鍌涚壉瀵拷*/
.msg-box-bg {
	display: block;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.7;
	opacity: .70;
	filter: alpha(opacity = 70);
}
.msg-box-bg1 {
	display: block;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.7;
	opacity: .30;
	filter: alpha(opacity = 70);
}

.msg-layer .msgbox {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 280px;
	min-height: 140px;
	margin-left: -140px;
	margin-top: -80px;
	text-align: left;
	color: #333;
	background: #fff;
	border: 0px;
	-moz-box-shadow: 2px 5px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 5px 2px rgba(0, 0, 0, .3);
	box-shadow: 2px 5px 2px rgba(0, 0, 0, .3);
	z-index: 1002;
}

.msg-layer .msgbox-title {
	color: #fff;
	font-size:18px;
	font-weight:bolder;	
	border-color: #ddd;
	padding: 10px 10px;
	border-bottom: 1px solid transparent;
	background-color: #4bc0f6;
}


.msg-layer .msgbox-content {
	text-align: left;
	vertical-align: middle;
	margin-bottom: 50px;
	height: 100%;
	font-size: 18px;
	word-break: break-all;
	width: 280px;
	line-height: 25px;
	padding: 15px;
}

.msg-layer .msgbox-btnbar {
	position: absolute;
	background-color: #fff;
	border-top:1px solid #e5e5e5;
	width: 100%;
	padding: 2px;
	left: 0;
	bottom: 0;
	text-align: center;
}

.msgbox-btnbar button.btn {
	width:30%;
	display: inline-block;
    padding: 4px 4px;
    margin:6px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float:none!important; 
}

/**-------------msgbox end----------**/
.toolbar {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #cacaca;
	line-height: 50px;
	text-shadow: 0 1px 0 #eee;
	/* background: url('../../images/title_bg.png') no-repeat; */
	background-size: 100% 100%;
}



.tips {
	padding:10px 0px 10px 10px;
	border: solid 1px #b8aba7;
	margin:12px;
	border-radius: 10px;
	background: #eaeaea;
	color: #C08054;
}

.tips label {
	line-height: 25px;
}

/* 遮罩层样式 */
.wait-layer {
	width:100%;
	height:100%;
	vertical-align: middle;	
	position: fixed;
	top:0;
	left: 0;
	z-index: 101; 
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.2);
	
}


.wait-layer .loading{
	position:absolute;
	top:45%;
	left:50%;
	margin-left: -70px;
	margin-top: -50px;
	width: 150px;
	height:150px;
	/* border-radius: 0.5em; */
	z-index:996;
}
.loading  {
	/* padding-left: 30px; */
	line-height:130px;
	background: url("../../images/ajax-loader.gif") no-repeat;/* #fff */ 
	background-size: 40px 40px;
	background-position:center 0;
	/* border: 1px solid #ccc;    */
	color: #fff;
	text-align: center; 
	font-size:16px;
	padding-top:40px!important;
	z-index:998;
}

.ui-button{
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	border-radius: 0.5em;
	background-color: hsl(0, 100%, 100%);
	width: 100%;
	padding: 8px;
	font-size: 18px;
	text-decoration: none;
	color: hsl(0, 0%, 98%);
	border: 1px solid hsl(30, 83%, 43%);
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: hsl(23, 70%, 59%);
	background-image: linear-gradient(to top, hsl(23, 70%, 59%), hsl(22, 71%, 68%));
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
input,select,textarea{
	outline: none;
}
    .private_agree_show{
        position: fixed;
        left: 0;
        bottom: 0px;
        width: 100%;
        z-index: 1100;
        background: #FFF;
    }
    
     .private_title{
        padding-left: 20px;
        display: flex;
        align-items: center;
        margin-top: 2vh;
     }
    
    .private_title img{
	    width: 22px;
	    height: 22px;
	    margin-right: 20px;
    }
    .private_title span{
        font-size: 16px;
        font-weight: 600;
    }
    
    .private_prompt{
        margin: 20px;
    }
    .prompt_tip{
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    .prompt_cont{
       font-size: 12px;
       color: #9E9E9E;
    }
    .fuctionIofo{
	    margin-left: 20px;
	    margin-right: 20px;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    font-size: 14px;
	    margin-bottom: 13px;
	    margin-top: 14px;  
    }
    .fuctionIofo  img{
    	width: 22px;
	    height: 22px;
    }
    .line {
	    height: 1px;
	    background-color: #EEEEEE;
	    margin-right: 14px;
	    margin-left: 15px;
	 }   
	 .private_xy{
	    margin: 20px;
	 } 
	 .private_xyCont{
	     color: #E0874F;
	 }
	 .private_btn {
	 	 display: flex;
		 justify-content: space-between;
		 margin: 20px;
	 }
	 .private_btn_ref {
	 	border: 1px solid #9E9E9E;
	 	width: 45%;
	 	text-align: center;
	 	height: 36px;
        line-height: 36px; 
        border-radius: 16px;      
	 }
	 .private_btn_agr {
	    border: 1px solid #E0874F;
	    width: 45%;
	    text-align: center;
	    height: 36px;
	    line-height: 36px;
	    border-radius: 16px;
	    background: #E0874F;
	    color: #fff;
	 }
	.private_btn_agr1 {
	    border: 1px solid #c7c5c4;
	    width: 45%;
	    text-align: center;
	    height: 36px;
	    line-height: 36px;
	    border-radius: 16px;
	    background: #c7c5c4;
	    color: #fff;
	 }
	 .private_bq{
	    text-align: center;
	    margin-bottom: 20px;
	 }