/*通用样式*/
html,body,div,header,nav,head,span,object,iframe,section,aside,article,figure,h1,h2,h3,h4,img,ol,ul,dl,dd,dt,p {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent
}
body,html{font: 14px Arial,Helvetica,sans-serif;}
body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,h2,h3,h4{
    line-height: 24px;
    font-weight: normal;
    color: #222;
    text-rendering: optimizelegibility
}
h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 15px;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu,hgroup {display: block}
a{text-decoration:none;color: #222;cursor: pointer;}
ul,li{list-style:none;}
img{max-width: 100%;height:auto;border:none; vertical-align: middle;}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
i,em,b{font-style:normal;}
input[type="search"],
input[type="number"],
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="email"],
textarea {
    border: none;
    padding: 3px;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer
}
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="email"],
select,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
}
:-moz-placeholder {color: #D2D2D2;}
::-moz-placeholder {color: #D2D2D2;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #D2D2D2;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #D2D2D2;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.fl{float: left;}
.fr{float: right;}
.none{display: none;}
.block{display:block;}
.relative{position: relative;}
hr {
    height: 1px;
    border: none;
    border-top: 1px dotted #ddd;
    margin: 18px 0;
}
a,
input,
textarea,
b,
button,
i,
span,
figure img,
img.avatar,
ul.children,
*:before,
*:after {
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: auto;
}
/******************************************博影公用样式*************************************/
/************************* select框样式更改 *************************/
/*外面边框的样式*/
.selectpick_div {
	background-color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #eee;
	line-height: 32px;
	padding-left: 5px;
	overflow: hidden;
	cursor: pointer;
	overflow: hidden;
	z-index: 9060;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.selectpick_div span:first-child {
	width: 97px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.selectpick_icon {
	float: right;
	background: url(../images/arrow-d.png) no-repeat center;
	margin-right: 5px;
	height: 32px;
	width: 10px;
	cursor: pointer;
}

.selectpick_div:hover {
    border: solid 1px #eee;
}
/*下拉框的主体*/
.selectpick_options {
	border-bottom: none;
	position: absolute;
	z-index: 9060;
	font-size: 13px;
	text-align: center;
	display: none;
}

.selectpick_options ul {
	list-style: none;
	height: 224px;
	margin: 0px;
	padding: 0px;
	z-index: 9060;
	font-size: 13.5px;
	overflow-y: auto;
	background: #fff;
	border: solid 1px #eee;
	border-radius: 4px;
}

.selectpick_options ul li {
	border-bottom: solid 1px rgb(238, 238, 238, .5);
	padding-left: 5px;
	display: block;
	font-size: 13px;
	z-index: 9060;
	background-color: #fff;
	white-space: nowrap;
	text-align: left;
}

.selectpick_options li:hover {
	background-color: #fff8f1;
	color: #222;
}

.selectpick_options ul li.selectpick_options_selected {
	color: #222;
	z-index: 9060;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*设置为disabled的时候*/
.selectpick_no_select {
	cursor: default;
	color: #9a9898;
	background-color: #F5F5F5;
}

/*设置下拉框的不透明度*/
.select_hide {
	display: none;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
}

/*其他*/
.selectpick_options li,.selectpick_options li label{
	cursor: pointer;
}

.selectpick_div_box {
	margin-right: 5px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: relative;
}
/* ************select ending************ */

/* 输入框效果 */
.p-input{
	min-height:30px;
    border-radius: 2px;
	background: #fff;
	box-shadow: 0px 0px 0px 2px transparent;
	-webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.p-input:focus {
	border: 1px solid #fff!important;
	box-shadow: 0px 0px 0px 1px #F15757;
}

/* 按钮效果 */
[class^=hvr-] {
    display: inline-block;
    width: 210px;
    height: 42px;
    background: rgb(241 87 87 / 59%);
    border-radius: 2px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.hvr-button {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
  }
  .hvr-button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #F15757;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
  }
  .hvr-button:hover, .hvr-button:focus, .hvr-button:active {
	color: white;
  }
  .hvr-button:hover:before, .hvr-button:focus:before, .hvr-button:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
  }









