*{
	padding: 0;
	margin: 0;
}
.cls{
	clear: both;
	border-bottom: 1px solid #d2d2d2;
	height: 10px;
}
#my-grqyBox {
	padding: 0 10px;
	margin-top: 100px;
	position: relative;
	margin-bottom: 10px;
}
#my-grqyBox .my-photo {
	position: absolute;
	top:-37.5px;
	left: 50%;
	border-radius: 50%;
	margin-left: -37.5px;
	box-shadow: 0 4px 4px  rgba(0,0,0,.08) ;
}
#my-grqyBox .my-textBox {
	width: 100%;
	height: 150px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 2px 4px 8px 4px rgba(0,0,0,.05) ;
}
#my-grqyBox .my-textBox  h3 {
	text-align: center;
	padding-top: 50px;
}
#my-grqyBox .my-textBox .my-text {
	margin-top: 10px;
}
#my-grqyBox .my-textBox .my-text .my-textPulic {
	width: 50%;
	text-align: center;
}
#my-grqyBox .my-textBox .my-text .my-textLeft{
	float: left;
}
#my-grqyBox .my-textBox .my-text .my-textRight{
	float: right;
}
#my-grqyBox .my-textBox .my-text .my-textPulic span{
	font-size: 13px;
	color: #999;
}
#my-grqyBox .my-textBox .my-text .my-textLeft h2{
	font-size: 24px;
}
#my-grqyBox .my-textBox .my-text .my-textRight i{
	font-size: 24px;
}

/*我的办件*/
input[type="text"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="number"],
select,
button,
textarea {
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 2.2rem;
    line-height: normal;
    color: #424242;
    font-size: 0.8rem;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-user-select: text;
            user-select: text;
    -webkit-appearance: none;
            appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.wdbjBox {
	padding: 0 10px;
	margin-top: 10px;
}
.wdbjBox form {
	width: 100%;
}
.wdbjBox form .bjForm {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;;
	-ms-border-radius: 4px;
}
.wdbjBox form .bjColor {
	background: #fff;
}
.wdbjBox form .bj-select{	
	background-image: url(../img/my/icon-xiala.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 24px;
}
.wdbjBox form .time-select input{	
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 10px;
	float: left;
	margin-right: 10px;
	border-radius: 4px;
	background-image: url(../img/my/icon-date.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 19px 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;;
	-ms-border-radius: 4px;
	width: calc((100vw - 30px) / 2 );
	width: -webkit-calc((100vw - 30px) / 2 );
	width: -moz-calc((100vw - 30px) / 2 );
	width: -ms-calc((100vw - 30px) / 2 );
}
.wdbjBox form .time-select input:nth-child(2){
	margin-right: 0
}
.wdbjBox form .bj-czcx input{	
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;;
	-ms-border-radius: 4px;
}
.wdbjBox form .bj-czcx input:nth-child(1){
	width: 36%;
	background: #0dd603;
}
.wdbjBox form .bj-czcx input:nth-child(2){
	width: calc(100vw - (36% + 30px));
	width: -webkit-calc(100vw - (36% + 30px));
	width: -moz-calc(100vw - (36% + 30px));	
	width: -ms-calc(100vw - (36% + 30px));
	margin-right: 0;
	background: #03a9f4;
}
.wdbjBox .show-hide{
	background: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;;
	-ms-border-radius: 4px;
	box-shadow: 0 2px 8px -2px rgba(0,173,237,.2);
	-webkit-box-shadow: 0 2px 8px -2px rgba(0,173,237,.2);
	-moz-box-shadow: 0 2px 8px -2px rgba(0,173,237,.2);
	-ms-box-shadow: 0 2px 8px -2px rgba(0,173,237,.2);
}
.cxjgUl .cxjgLi .bj-scbj button{
	background: #fff;
	margin-top: 5px;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 16px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;;
	-ms-border-radius: 4px;
	width: calc((100vw - 30px) / 2 );
	width: -webkit-calc((100vw - 30px) / 2 );
	width: -moz-calc((100vw - 30px) / 2 );
	width: -ms-calc((100vw - 30px) / 2 );
	box-shadow: 0 2px 8px -2px rgba(0,173,237,.2);
	-webkit-box-shadow: 0 2px 8px -2px rgba(0,173,237,.2);
	-moz-box-shadow: 0 2px 8px -2px rgba(0,173,237,.2);
	-ms-box-shadow: 0 2px 8px -2px rgba(0,173,237,.2);
}
.cxjgUl .cxjgLi .bj-scbj button:nth-child(1){
	color: #ff4644;
	box-shadow: 0 2px 8px -2px rgba(255,77,123,.2);
	-webkit-box-shadow: 0 2px 8px -2px rgba(255,77,123,.2);
	-moz-box-shadow: 0 2px 8px -2px rgba(255,77,123,.2);
	-ms-box-shadow: 0 2px 8px -2px rgba(255,77,123,.2);
}
.cxjgUl .cxjgLi .bj-scbj button:nth-child(2){
	margin-right: 0;
	color: #03a9f4;
	box-shadow: 0 2px 8px -2px rgba(0,173,237,.2);
	-webkit-box-shadow: 0 2px 8px -2px rgba(0,173,237,.2);
	-moz-box-shadow: 0 2px 8px -2px rgba(0,173,237,.2);
	-ms-box-shadow: 0 2px 8px -2px rgba(0,173,237,.2);
}
/*时间选择器*/
input[type="date"]:before{
    content: attr(placeholder);
    color:#666;
}
input[type="date"].full:before {
    color:black;
    content:""!important;
}

