
.input_btn a p {
    background: url(../images/search.png) no-repeat 0 center / 0.28rem .28rem;
    padding-left: 0.43rem;
}

/* in-section1 start */

.in-section1 {
    padding: 0.78rem 0 0.51rem;
}

.inse1-wrapper {
    margin-top: 0.17rem;
}

.inse1-slide {
    width: 3.47rem;
	height: 3.14rem;
    background-image: -webkit-linear-gradient(130deg, #a552eb 0%, #843aec 100%);
    background-image: -moz-linear-gradient(130deg, #a552eb 0%, #843aec 100%);
    background-image: -o-linear-gradient(130deg, #a552eb 0%, #843aec 100%);
    background-image: linear-gradient(-40deg, #a552eb 0%, #843aec 100%);
    border-radius: 0.05rem;
    margin: 0.18rem 0.1rem 0;
}

.inse1-top {
    margin-top:0.32rem;
    text-align: left;
}

.inse1-top-img img {
    width: 0.8rem;
	height: 0.8rem;
    margin-left: .5rem;
}

.inse1-top-main {
    margin-left: 0.12rem;
}

.inse1-top-name {
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.8rem;
    color: #fff45c;
}

.inse1-top-intro {
    display: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
}
.inse1-list{
    margin-top: 0.08rem;
}
.inse1-link {
    border-radius: 0.05rem;
    border: solid 1px #ffffff;
    line-height: 0.5rem;
    width: 1.38rem;
    margin: 0.2rem 0.08rem 0;
    font-size: 0.24rem;
}

.inse1-btn a {
    width: 128px;
    height: 40px;
    background-color: #fff45c;
    border-radius: 20px;
    line-height: 40px;
    margin: 28px auto 0;
    font-size: 14px;
    color: #843bec;
}

.inse1-btn a:hover {
    /* color:transparent */
    /* color: #fff; */
    /* background: linear-gradient(90deg, #ff504b, #fbc149); */
    box-shadow: 0 0 20px 0px #ff504b inset;
    font-weight: bold;
}

.inse1-slide:nth-child(1),
.inse1-slide:nth-child(2) {
    background-image: -webkit-linear-gradient(130deg, #f49037 0%, #eb5c24 100%);
    background-image: -moz-linear-gradient(130deg, #f49037 0%, #eb5c24 100%);
    background-image: -o-linear-gradient(130deg, #f49037 0%, #eb5c24 100%);
    background-image: linear-gradient(-40deg, #f49037 0%, #eb5c24 100%);
}

.inse1-slide:nth-child(1) .inse1-btn a,
.inse1-slide:nth-child(2) .inse1-btn a {
    color: #eb5c24;
}

.inse1-slide:nth-child(3),
.inse1-slide:nth-child(4) {
    background-image: -webkit-linear-gradient(130deg, #4b91ff 0%, #2272ef 100%);
    background-image: -moz-linear-gradient(130deg, #4b91ff 0%, #2272ef 100%);
    background-image: -o-linear-gradient(130deg, #4b91ff 0%, #2272ef 100%);
    background-image: linear-gradient(-40deg, #4b91ff 0%, #2272ef 100%);
}

.inse1-slide:nth-child(3) .inse1-btn a,
.inse1-slide:nth-child(4) .inse1-btn a {
    color: #2172ef;
}


.in-section2 {
    padding: 0.8rem 0 0.74rem;
}

.inse2-nav {
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
    border: solid 1px #00a0e9;
}

.inse2-nav-item {
    width: 33.33333%;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #535353;
    font-size: 0.24rem;
}

.inse2-active {
    color: #fff;
    background-color: #00a0e9;
    font-weight: bold;
}
/* 
.inse2-nav-item:not(.inse2-active):hover {
    font-weight: bold;
    color: #00a0e9;
    cursor: pointer;
} */
.inse2-slide{
    text-align: left;
	display: none;
}
.inse2-item{
    width: 2.3rem;
	height: 1.7rem;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 0.09rem 0rem 
		rgba(191, 191, 191, 0.5);
    margin-top:0.08rem;
    margin-left: 0.12rem;
    color: #313131;
    text-align: left;
	position: relative;
    box-sizing: border-box;
	padding-left:0.25rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.inse2-left{
    width: 2.3rem;
	height: 3.5rem;
    text-align: center;
    margin-left: 0px;
	padding-left:0;
}
.inse2-name{
    font-size: 0.26rem;
    line-height: 1em;
	font-weight: bold;
	padding:0.29rem 0 0 0rem;
}
.inse2-btn{
    border-radius: 0.05rem;
	border: solid 1px #00a0e9;
    line-height: 30px;
    width: 95px;
    font-size: 0.22rem;
    text-align: center;
	color: #00a0e9;
}
.inse2-btn:first-child{
	margin-left:0;
}
.inse2-btn:last-child{
	margin-right:0;
}
.inse2-intro{
	font-size: 14px;
	line-height: 20px;
	color: #7d7d7d;
	margin-top:9px;
    display: none;
}
.inse2-left .inse2-intro{
	line-height: 24px;
}
.inse2-item:not(.inse2-left) .inse2-img{
	position: absolute;
	right:0.18rem;
	bottom:0.15rem;
    max-width: .8rem;
    max-height: .8rem;
}
.inse2-left .inse2-name{
	font-size: 0.3rem;
	padding:0.28rem 0 0.24rem;
}
.inse2-left .inse2-intro{
	margin: 0 30px 22px;
}
.inse2-left .inse2-btn{
	width:1.78rem;
	line-height: 0.48rem;
	margin-bottom:0.48rem;
}
.inse2-left .inse2-btn:hover{
	background-color: #00a0e9;
	color:#fff;
}
.inse2-left .inse2-img{
	margin:0 auto;
    width:1.4rem;
}
.inse2-right .inse2-btn{
    display: none;
}
.inse2-price{
	font-size:  0.2rem;
	color: #ff6900;
	display: table-cell;
	vertical-align: bottom;
	position: absolute;
	left:0.25rem;
	bottom:0.55rem;
}
.inse2-price strong{
	font-size:  0.36rem;
	font-weight: normal;
}
.inse2-price span{
	font-size:0.26rem;
}
a.inse2-item:hover{
	box-shadow: 0px 0px 9px 0px
		rgba(191, 191, 191, 0.5) inset;
}
.inse2-right{
	width:4.84rem;
}


.in-section4{
	padding:0.54rem 0 0.7rem;
}
.inse4-wrapper{
	margin-top:0.3rem;
    font-size: 0;
}
.inse4-slide{
	text-align: left;
	background-color: #f5f6fa;
	padding-bottom: 10px;
}
.inse4-slide li{
	white-space: nowrap;
	overflow: hidden;
	margin:0 0.22rem;
}
.inse4-link{
    white-space: nowrap;
    overflow: hidden;
}
.inse4-link,.inse4-link-btn{
	font-size: 0.24rem;
	color:#535353;
	line-height: 0.66rem;
	height:0.66rem;
}
.inse4-link::before{
	content:'';
	width: 0.16rem;
    height: 0.16rem;
    display: inline-block;
    vertical-align: top;
    background-color: #00a0e9;
	border-radius: 50%;
	margin:0.25rem 0.2rem 0 0;
}
.inse4-slide li + li{
	border-top: dashed 1px #d8dde9;
}

.inse4-slide-head{
	padding:0.08rem 0;
	font-size: 0.28rem;
	background-color: #00a0e9;
}
.inse4-slide-head a{
	color:#fff;
	font-size: 0.28rem;
}
.inse4-slide-head .inse4-link::before{
	background-color: #fff;
	margin-left:0.22rem;
}
