header {
	font-family: "microsoft yahei";

}

html,
body {
  height: 100%;background: #F4F4F4;
	overflow:hidden;
	overflow-y: scroll;
   }
body {
  padding-top: 93px!important;

}
#container {
	min-height: calc(100% - 221px);
}
.common-width-1024 {
    padding: 0 20px;
	/*position: relative;*/
}

header.narrow-header .new-header_help {
	 animation: myfirst 0.5s forwards ;
    -webkit-animation: myfirst 0.5s forwards ;
    overflow: hidden;

}
@keyframes myfirst
{
    0%   {height: 30px;padding:6px; opacity: 1;}
    100% {height: 0px;padding:0px; opacity: 0;}
}

@-webkit-keyframes myfirst /* Safari 与 Chrome */
{
     0%   {height: 30px;padding:6px; opacity: 1;}
    100% {height: 0px;padding:0px; opacity: 0;}
}
header.pc_dom {
	width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
}

header.pc_dom .header {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1px;
}

header.pc_dom .hn_ul .tabLi {
	border-bottom: 2px solid #3487FD;
}
header.pc_dom .hn_ul li a {
	color: #080808;
    font-size: 16px;
}
header.pc_dom .hp_ul li a span {
	font-size: 12px;
	color: #FFFFFF;
}
header.pc_dom .hn_ul li {
	float: left;
	margin-left: 12px;
}
header.pc_dom .hn_ul li.tabLi a {
    color: #3487FD;
}

header.pc_dom .header_help {
	position: relative;
	top: -12px;
}
header.pc_dom .hp_ul {
	float: right;
}
header.pc_dom .hp_ul>li {
	float: right;
    margin-left: 30px;
    color: #fff;
    font-size: 12px;
}
header.pc_dom .hp_ul li .cut-off {
	margin: 0 10px;
}
header.pc_dom .hp_ul li a {
	font-size: 12px;
	color: #FFFFFF;
}

header.pc_dom .hp_ul li:first-child {
	padding-right: 0px;
}

header.pc_dom .myaccount {
	min-width: 110px;
}

header.pc_dom .myaccount li {
	float: none;
	padding: 0;
}

header.pc_dom .myaccount a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

header.pc_dom .help_bottom .shopCar {
	position: relative;
	float: right;
    cursor: pointer;
}

header.pc_dom .help_bottom .shopCar  img {
    width: 25px;
    height: 25px;
    margin-top: 2px;
}

header.pc_dom .help_bottom .btnCar:hover {
	background-color: #fff !important;
}

header.pc_dom .help_bottom .carNumber {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0px;
    right: -7px;
    background-color: #F91818;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 10px;
    font-weight: lighter;
}

header.pc_dom .help_bottom .v_search {
	float: right;
}

@media all and (max-width: 1024px) {
	header.pc_dom .help_bottom .v_search {
		margin-right: 20px;
	}
	header.pc_dom .help_bottom .v_search .in_con {
		width: 290px;
	}
	header.pc_dom .help_bottom .v_search .in_con i {
		float: left;
		margin-left: 10px;
		line-height: 30px;
		color: #299eb6;
		font-weight: bold;
	}
	header.pc_dom .help_bottom .v_search .search_input {
		width: 202px;
		height: 28px;
	}
	header.pc_dom .help_bottom .v_search .search_b {
		width: 60px;
		border-radius: 0 3px 3px 0;
		height: 28px;
	}
}

@media (min-width: 1025px) {
	header.pc_dom .help_bottom .v_search .in_con {
		width: 300px;
	}
	header.pc_dom .help_bottom .v_search .search {
		float: left;
		margin-left: 10px;
		width: 20px;
        margin-top: 4px;
	}
	header.pc_dom .help_bottom .v_search .search_input {
		width: 222px;
		height: 28px;
	}
	header.pc_dom .help_bottom .v_search .search_b {
		width: 60px;
		height: 28px;
	}
}

header.pc_dom .help_bottom .in_con {
	width: 365px;
	padding: 1px;
	background: #fff;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

header.pc_dom .help_bottom .search_input {
	outline: none;
    width: 180px;
    line-height: 32px;
    vertical-align: middle;
    padding-left: 5px;
    float: left;
    border: 0;
    border-bottom: 1px solid #C1C1C1;
}

header.pc_dom .help_bottom .search_b {
	width: 80px;
	height: 32px;
	border: none;
	color: #fff;
	font-size: 15px;
	position: absolute;
	right: 1px;
	background: #37a3b9;
	border-radius: 0 3px 3px 0;
}

header.pc_dom .pc-nav {
	background: #333;
	padding: 0 10px;
	color: #F60;
}

header.pc_dom .pc-nav li {
	float: left;
	text-align: center;
	position: relative;
	padding: 0 !important;
}

header.pc_dom .pc-nav li:hover .pc-subnav {
	display: block;
}

header.pc_dom .pc-nav li a {
	padding: 0 10px;
	display: block;
	color: #fff;
	float: left;
}

header.pc_dom .pc-nav .pc-subnav {
	display: none;
	position: absolute;
	top: 15px;
	left: 2px;
	width: 100px;
	padding: 5px 0;
	margin: 2px 0 0;
	z-index: 100;
	color: #000;
	background-color: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

header.pc_dom .pc-nav .pc-subnav li {
	clear: both;
	width: 100px;
	height: 30px;
	line-height: 30px;
	padding: 0 !important;
}
header.pc_dom .pc-nav .pc-subnav li:hover {
	background: #F0F0F0;
}
header.pc_dom .pc-nav .pc-subnav li:hover a {
	color: #3487FD !important;
}

header.pc_dom .pc-nav .pc-subnav li a {
	padding: 0 20px !important;
	color: #323232 !important;
	font-size: 12px;
}

header.pc_dom .pc-nav li:hover,
header.pc_dom .pc-nav li:focus {
	text-decoration: none;
}

@media all and (max-width: 770px) {
	#container {
		min-height: calc(100% - 194px);
	}
	.hh {
		width: 100%;
		height:190px;
		/*background:url("/LJStore/static/IDH/images/index/jx(9).png");*/
         /*background: url("/LJStore/static/IDH/images/index/jx(10).png");*/
		/*background-repeat: no-repeat;*/
		/*background-position: center;*/
		/*background-size: 100% 100%;*/
		border-radius: 24px 24px 0px 0px;
		/*background: #FFF;*/
		background:rgba(244,244,244,1);
		position: relative;
		top: -38px;
		z-index: 888;

	}
	.phone_dom {
		width: 100%;
		height: 88px;
		/*background: #15ABFF;*/
	}
	.phone_dom .p_head {
		padding-top:10px;
	}
	.phone_dom .p_head ul{
		margin-bottom:0 !important;
	}
	.phone_dom .p_logo {
	    float: left;
	    height: 26px;
	}
	.phone_dom .p_logo .phone-logo{
		width: 34px;
	    height: 32px;
	    display: inline-block;
	}
	.phone_dom .p_logo a {
		width: 100%;
		color:#fff;
		font-size: 16px;
	}
	.phone_dom .p_help {
		float: right;
	}
	.phone_dom .p_hp_ul {
		padding: 0;
	}
	.phone_dom .p_search {
	    width: 100%;
	    height: 45px;
	    background: transparent;
        position: relative;
		/*top: 243px;*/
        text-align: center;
        display: none;
		/*background-color: red;*/
	}
	.phone_dom .p_search input {
		/*background:rgba(227,227,227,1);*/
		background:#EAEAEA;

	    /*border: 1px solid #000;*/
		border: none;
	    border-radius: 19px;
	    width: calc(100% - 30px );
	    margin: 6px auto;
	    height: 38px;
	    padding-left: 51px;
	    color:#9f9f9f;
	}
	.phone_dom .p_search img {
	    position: absolute;
	    left: 30px;
	    top: 14px;
	}
	.phone_dom li {
		float: right;
		/* margin-right: 0.5em; */
	}
	.phone_dom li a {
		color: #fff;
	}
	.phone_dom li:first-child {
		/* margin-right: 0.4em; */
	}
	.phone_dom li:first-child span{
		color: #fff;
		margin-left: 5px;
		margin-right: 5px;
	}
	.phone_dom .max-width-60 {
		max-width: 90px;
		display: inline-block;
		float: left;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}
	.phone_dom .myaccount {
		min-width: 4em;
	}
	.phone_dom .myaccount li {
		float: none;
		padding: 0;
	}
	.phone_dom .myaccount a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	.phone_dom .phone-nav {
		background: #333;
		/* padding: 0 10px; */
		color: #F60;
	}
	.phone_dom .phone-nav li {
		float: left;
		text-align: center;
		position: relative;
		padding: 0 !important;
		margin: 0 !important;
	}
	.phone_dom .phone-nav li a {
		display: block;
		color: #fff;
		float: left;
	}
	.phone_dom .phone-nav li a .indexPoint{
		display: inline-block;
		margin-right: 5px;
		width:5px;
		height:5px;
		border-radius:50%;
		background: #fff;
	}
	.phone_dom .phone-nav li .phone-nav-agent{
		width: 35px;
	    height: 35px;
	    margin-right: -10px;
	}
	.phone_dom .phone-nav .phone-subnav {
		display: none;
		position: absolute;
	    top: 25px;
        right: 5px;
	    width: 110px;
	    padding: 5px 0;
	    margin: 2px 0 0;
	    z-index: 100;
	    color: #fff;
	    background: rgba(0,0,0,0.85);
	}
	.phone_dom .phone-nav .phone-subnav li {
		clear: both;
		width: 110px;
		height: 30px;
		line-height: 30px;
		padding: 0 !important;
	}
	.phone_dom .phone-nav .phone-subnav li:nth-last-child(1) {
	    border-bottom: 0;
	}
	.phone_dom .phone-nav .phone-subnav li:hover {
		background-color: rgba(0, 0, 0, 0.1);
	}
	.phone_dom .phone-nav .phone-subnav li a {
		padding: 0 20px !important;
		color: #fff !important;
	}
	.phone_dom .phone-nav li:hover,
	.phone_dom .phone-nav li:focus {
		text-decoration: none;
	}
	.phone_dom .p_nav {
		/* height: 38px; */
	}
	.phone_dom .p_ul {
		height: 38px;
		display: -webkit-flex;
		display: flex;
		text-align: center;
		padding: 0;
		margin-bottom: 0px;
	}
	.phone_dom .p_ul .p_ul_li_active a {
		border-bottom: 5px solid #fff;
	}
	.phone_dom .p_ul li {
		flex: 1;
	}
	.phone_dom .p_ul li a {
		color: #fff;
	    display: inline-block;
	    height: 38px;
	}
	.phone_dom .p_ul li:last-child {
		position: relative;
	}
	.phone_dom .p_ul li:last-child a:nth-child(2) {
		margin-left: 20px;
	}
	.phone_dom .p_ul .carNumberPhone {
		width: 19px;
		height: 19px;
		position: absolute;
		top: 0em;
		z-index: 999999999;
		right: -0.5em;
		float: right;
		background-color: #ff7a7a;
		color: #fff;
		text-align: center;
		font-size: 13px;
		line-height: 19px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 10px;
		font-weight: lighter;
	}
}
/*底部导航*/

.Lj_footer {
	width: 100%;
	height: 48px;
	background-color: #FFF;
	position: fixed;
	bottom: 0;
	padding-top: 10px;
	box-shadow:0px 4px 10px rgba(41, 12, 127, 0.3);
	z-index: 999;
	box-sizing: border-box;
}
.Lj_footer ul {
	display: flex;
	justify-content: center; /* 水平居中 */
	/*align-items: center;     !* 垂直居中 *!*/
	height: 100%;
	margin-bottom: 0 !important;
	padding-bottom: 5px;


}
.Lj_footer ul li {
	flex: 1;
	text-align: center;
	/*padding-bottom: 6.5px;*/
	color:#4f4f4f;
}
/*图片*/
.Lj_footer ul li a  img {
	width: 20px;
	height: 20px;
}
/*图片*/
.Lj_footer ul li a .Switch {
	width: 20px;
	height: 20px;
	display: none;
}
/*文字颜色*/
.Lj_footer ul li  .now {
	color: #0F5BD3;
}
.Lj_footer ul li a  {
	color:#4f4f4f;
	display: block;
	width: 100%;
	height: 100%;
}
.Lj_footer ul li a p {
	text-align: center;
	font-size: 10px;
	margin: 0 !important;
	/*height: 20px;*/
}

.mb_sb_search {
	display: none;
	position: relative;
	width: 100%;
	height: .9rem;
	border-bottom: 1px solid #eee;
	padding: .1rem 0;
	box-shadow: 0px 0px 8px #ddd;
}
/*轮播图*/
/*.swiper-container {*/
	/*width: 100%;*/
	/*height: 300px;*/
/*}*/
/*.swiper-slide{*/
	/*width: 100%;*/
	/*height: 100%;*/
/*}*/
.mb_go2pre {
	position: absolute;
	left: .09rem;
	top: .14rem;
	width: 8%;
	color: #666;
	background-size: contain;
}

.mb_go2pre i {
	font-size: 28px !important;
}

.mb_sb_form {
	position: absolute;
	width: 89%;
	height: .5rem;
	left: 10%;
	top: 24%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.mb_input_search {
	padding: .1rem .2rem;
	float: left;
	width: 4.5rem;
	height: .5rem;
	box-shadow: none;
	-webkit-appearance: none;
	border-radius: 4px;
	border: 1px solid #28aac5;
	font-size: .28rem;
	line-height: .5rem;
	vertical-align: middle;
	background: transparent;
	background-color: #fff;
	outline: none;
}

.mb_input_search:focus {
	border-color: #28aac5;
}

#phone-search-remove {
	position: absolute;
	right: 1.35rem;
	top: .13rem;
	color: #f00909;
}

.mb_sb_submit {
	position: absolute;
	height: .5rem;
	width: 1.1rem;
	color: #ffffff;
	right: 0;
	background-color: #28aac5;
	font-size: 15px;
	line-height: .5rem;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #28aac5;
}

#loginModal .modal-dialog {
	margin-top: 180px;
}
#loginModal .help-block{
	margin-left:82px;
}
#loginModal .modal-dialog .modal-content{
	border-radius: 3px;
}
#loginModal .modal-header {
	position:relative;
	padding: 21px 0 21px 43px;
	font-size: 22px;
	color: #3487FD;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background: #FFFFFF;
    border-bottom: 1px solid #DFDFDF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#loginModal .modal-header .close{
	position:absolute;
	right:-45px;
	top:0;
	display:block;
	width:30px;
	height:30px;
	background:url("../../images/login/close.png") no-repeat;
	background-size: cover;
}
#loginModal .modal-body {
	margin-top: 30px;
}
#loginModal .modal-body .form-group{
	padding: 0 40px;
    margin-bottom: 25px;
}
#loginModal .modal-body .form-bottom{
	text-align: right;
    padding-top: 13px;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
}
#loginModal .modal-body .form-bottom .tip{
	font-size: 12px;
	color: #5A5A5A;
}
#loginModal .modal-body .form-bottom .weixin{
	background:url("../../images/login/weixin.png") no-repeat;
	background-size: cover;
	margin:0 20px;
}
#loginModal .modal-body .form-bottom .qq{
	background:url("../../images/login/QQ.png") no-repeat;
	background-size: cover;
	margin-right:50px;
}
#loginModal .modal-body .form-bottom a{
	display:inline-block;
	width:30px;
	height:30px;
	vertical-align:middle
}

#loginModal input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
}

#loginModal .modal-body .form-group .control-label{
    width: 82px;
    font-size: 14px;
	color: #5A5A5A;
    letter-spacing: 25px;
    text-align: left;
}
#loginModal .modal-body .form-group .no-space{
	letter-spacing: 6px;
}
#loginModal .modal-body .form-group .form-input{
	width: calc(100% - 82px);
}
#loginModal .modal-body .form-group .form-input .form-control{
    height: 36px;
    border: 1px solid #595959;
    border-radius: 2px;
}

#loginModal .modal-body .form-group .form-input .code{
    display: inline-block;
    width: 180px;
    margin-right: 10px;
}
#loginModal .modal-body .form-group .form-input .codeimg{
	display: inline-block;
    width: 80px;
    height: 36px;
    background: #656565;
    vertical-align: bottom;
    margin-right: 10px;
}
#loginModal .login-btn{
    width: 285px;
    color: #fff;
	background: #3487fd;
    border-radius: 2px;
}
#loginModal .center {
	float: none;
	margin: 0 auto;
}

#loginModal .Third_party_login {
	width: 60%;
	margin: 20px auto 0;
	display: flex;
}

#loginModal .Third_party_login .line {
	flex: 1;
	position: relative;
	top: -10px;
	border-bottom: 1px solid #ccc;
}

#loginModal .Third_party_login .text {
	padding: 0 12px;
	font-weight: 700;
	font-size: 14px;
}

#loginModal .Third_party_login_logo {
	width: 60%;
	margin: 20px auto 0;
}

#loginModal .Third_party_login_logo img {
	width: 90%;
	cursor: pointer;
}

#loginModal .Third_party_login_logo img:last-child {
	float: right;
}

#loginModal .btn-option-primary {
	color: #fff;
	background-color: #28aac5;
	border-color: #28aac5;
}

#loginModal .btn-option-primary:hover,
#loginModal .btn-option-primary:active,
#loginModal .btn-option-primary:focus {
	border-color: #28aac5 !important;
	color: #fff !important;
	background-color: #28aac5 !important;
}

#loginModal .btn-option-default {
	border-color: #28aac5;
	color: #28aac5;
}

#loginModal .btn-option-default:hover,
#loginModal .btn-option-default:active,
#loginModal .btn-option-default:focus {
	border-color: #28aac5 !important;
	color: #28aac5 !important;
	background-color: #fff !important;
}

@media (min-width: 768px) {
	#loginModal .modal-dialog {
		width: 500px;
		margin-top: 5.5em;
	}
}

@media all and (max-width: 768px) {
	body{
	    padding-top: 0px!important;
	}
	#loginModal .modal-dialog {
		margin-top: 8.5em;
	}
	#loginModal .modal-body {
		margin-top: 0px;
	}
	#loginModal .modal-header .close {
	    right: -4px;
	    top: -40px;
	}
	#loginModal .Third_party_login,
	#loginModal .Third_party_login_logo {
		margin: 0 auto;
	}
	#loginModal .Third_party_login a,
	#loginModal .Third_party_login_logo a {
		display: inline-block;
		width: 50px;
		height: 50px;
	}
	#loginModal .Third_party_login img,
	#loginModal .Third_party_login_logo img {
		width: 100%;
	}
	#loginModal .Third_party_login .m-c,
	#loginModal .Third_party_login_logo .m-c {
		margin: 0 auto;
	}
	.messageContent{
		width: 60%;
	    margin: 0 auto;
	    height: 170px;
	    background: rgba(0,0,0,.89);
	    color: #fff;
	    position: fixed;
	    z-index: 9999999;
	    top: 20%;
	    left: 20%;
	}
	.messageContent p{
		text-align:center !important;
	}
	.messageContent .message_close{
		display:block;
		width:12px;
		height:12px;
		position: absolute;
	    right: 5px;
	    top: 5px;
	}
	/**/
	.messageContentt{
		width: 60%;
		/*width: auto;*/
		margin: 0 auto;
		/*height: 67px;*/
		height: 170px;
		/*border-radius: 41px;*/
		background: rgba(0,0,0,.89);
		color: #fff;
		/*position: fixed;*/
		z-index: 9999999;
		position: absolute;
		left: 50%;
		top: 37%;
		padding-top: 2%;
		transform: translate(-50%, -50%);
	}
	.messageContentt p{
		text-align:center !important;
		width: 85%;
		/*height: 67px;*/
		line-height: 37px;
		text-align: center;
		/*margin: 9px 1px  2px;*/
		margin-top: 11%;
		margin-left:9% ;
		font-size: 14px;
		text-align: center;
		overflow: hidden;

	}
	.messageContentt span {
		color: red;
	}
	.messageContentt .message_closee{
		display:block;
		width:12px;
		height:12px;
		position: absolute;
		right: 5px;
		top: 5px;
	}
}

.form-horizontal .control-label {
	text-align: center;
}

.a_margin {
	margin-right: 15px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	line-height: 0;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
	/*display: flex;*/


}


/*# sourceMappingURL=head.css.map */


header .new-header_help {
	width: 100%;
    height: 30px;
    background: #000000;
    padding: 6px;
}
header .new-header_help .mess{
    font-size: 12px;
    color: #C9C9C9;
    margin-left: 48px;
} 
header .new-head-bottom-nav{
	width: 100%;
    /* height: 62px; */
    background: #FFFFFF;
    /* box-shadow: 0 0 1px 0 rgba(144,144,144,0.85); */
    padding: 10px 20px;
    display: block;
}
header .new-head-bottom-nav .new-header-logo{
    width: 200px;
    margin-right: 60px;
    display: inline-block;
    vertical-align: top;
}
header .new-head-bottom-nav .new-header-logo img{
    width: 100%;
}
header .new-head-bottom-nav .new-header-nav{
    width: 450px;
    display: inline-block;
    vertical-align: top;
}
header .new-head-bottom-nav .new-header-nav ul li{
    float: left;
    margin: 12px 20px;
    height: 28px;
}
header .new-head-bottom-nav .new-header-bottom-help {
	width: 340px;
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
}
#loginModal .code-box input[name="validateCode"]{
	font-weight: inherit!important;
    margin-bottom: 0;
    display: inline-block;
    width: 190px!important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #595959;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#loginModal .code-box .validateCode {
    height: 34px;
    vertical-align: bottom;
}


/* 移动端样式 */
@media all and (max-width: 640px) {
	#loginModal .modal-body .form-group {
	    padding: 0 15px;
	}
	#loginModal .code-box input[name="validateCode"]{
		width:124px!important;
	}
	#loginModal .login-btn{
		width:100%
	}
	#loginModal .modal-body .form-group .control-label{
		display:none;
	}
	#loginModal .modal-body .form-group .form-input{
		width:100%;
	}
	.code-box{
		display:flex;
		align-items:center;
	}
	.code-box input[name='validateCode']{
		flex:1;
	}
	.code-box img.validateCode{
		margin:0 5px;
	}
	/*轮播图*/
	.slide-warp {
		width: 100%;
		height: 200px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.slide-warp img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}

	.swiper-container {
		width: 100%;
		height: 200px;
		/*border-radius: 10px;*/
		/*margin: 0 auto;*/
		margin: 0 !important;

	}

	.swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 43px !important;
	}
}


@media screen and (min-width: 320px) and (max-width: 375px),
only screen and (min-device-width: 321px) and (max-device-width: 375px){/* p6  */
	body {
	    padding-top: 0px!important;
	}
	#loginModal .modal-body .form-group {
	    padding: 0 20px;
	}
	#loginModal .code-box input[name="validateCode"]{
		width:72px!important;
	}

}
@media screen and (max-width: 321px),
only screen and (max-device-width: 320px) {/* p5 */
	#loginModal .modal-body .form-group {
	    padding: 0 20px;
	}
	#loginModal .code-box input[name="validateCode"]{
		width:80px!important;
	}
	#loginModal .code-box .validateCodeRefresh{
		display:none;
	}
	#loginModal .login-btn{
		width:100%
	}
}
@media screen and (min-width: 375px) and (max-width: 414px),
only screen and (min-device-width: 376px) and (max-device-width: 414px) {/* p6plu */

}

@media screen and (min-width: 414px) and (max-width: 768px),
only screen and (min-device-width: 415px) and (max-device-width: 768px) {/* ipad */

}


@media all and (min-width:320px)  {
	.slide-warp {
		width: 100%;
		height: 200px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.slide-warp img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}

	.swiper-container {
		width: 100%;
		height: 200px;
		/*border-radius: 10px;*/
		/*margin: 0 auto;*/
		margin: 0 !important;

	}
}





