@charset "utf-8";
/*公共样式*/
	* {
		margin: 0;
		padding: 0;
		-webkit-font-smoothing: antialiased;
		font-family: "微软雅黑";
		list-style: none;
		text-decoration: none;
	}
	
	img {
		display: block;
	}
	
	body,
	html {
		height: 100%;
		/* overflow: hidden;*/
	
	}
	
	html,
	body {
		position: relative;
		height: 100%;
	}
	
	body {
		background: #fff;
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #000;
		margin: 0;
		padding: 0;
	}
	.lastSidebar{
		display: none;
	}
@media screen and (min-width: 769px) {
	.top{
		border: 1px solid;
		height: 80px;
		position: fixed;
		width: 100%;
		background: #25272e;
		top: 0;
		left: 0;
		z-index: 99999;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.nav>a{
		display: block;
		margin-left: 120px;
	}
	.logo{
		height: auto;
		width: auto;
	}
	.nav .ub-f1{
		display: none;
	}
	.nav .daohang{
		display: none;
	}
	.nav_list{
		display: flex;
		margin-right: 120px;
	}
	.nav_list li{
		font-size: 22px;
		margin-right: 60px;
	}
	.nav_list li a{
		color: #fff;
	}
	.nav_list li a.active{
		color: #fff;
		position: relative;
		font-weight: bold;
	}
	.nav_list li a.active::after{
		content: '';
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -5px;
		width: 100%;
		height: 3px;
		background: #fff;
		transition: all 0.3s ease;
	}
	.nav_list li a{
		position: relative;
		transition: all 0.3s ease;
	}
	.nav_list li a:hover{
		color: #fff;
		font-weight: bold;
		transition: all 0.3s ease;
	}
	.nav_list li a:hover::after{
		content: '';
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -5px;
		width: 100%;
		height: 3px;
		background: #fff;
		transition: all 0.3s ease;
	}
	
	.last,.mnone{
		display: none;
	}

	/* 侧边栏样式 */
	.lastSidebar{
		display: block;
		position: fixed;
		right: 20px;
		bottom: 50%;
		z-index: 99999;
		flex-direction: column;
		align-items: center;
	}
	
	.lastSidebarb{
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 10px;
	}
	
	.lastSidebarbt{
		position: relative;
	}
	
	.lastSidebarbt a{
		display: flex;
		width: 50px;
		height: 50px;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 50%;
		text-align: center;
		line-height: 50px;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		transition: all 0.3s ease;
		text-align: center;
		align-items: center;
		justify-content: center;
	
	}
	
	.lastSidebarbt:hover a{
		background: #0099ff;
		color: #fff;
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(0, 153, 255, 0.3);
	}
	
	/* 弹出内容样式 */
	.lastSidebarTel,
	.lastSidebarWechat{
		position: absolute;
		right: 70px;
		top: 50%;
		transform: translateY(-50%);
		background: #fff;
		padding: 15px 20px;
		border-radius: 8px;
		box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
		color: #333;
		font-size: 14px;
		white-space: nowrap;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	}
	
	.lastSidebarTel::after,
	.lastSidebarWechat::after{
		content: '';
		position: absolute;
		right: -8px;
		top: 50%;
		transform: translateY(-50%);
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 8px solid #fff;
	}
	
	.lastSidebarbt:hover .lastSidebarTel,
	.lastSidebarbt:hover .lastSidebarWechat{
		opacity: 1;
		visibility: visible;
		right: 60px;
	}
	
	.lastSidebarTel{
		font-size: 16px;
		font-weight: bold;
		color: #0099ff;
	}
	
	.lastSidebarWechat span{
		color: #0099ff;
		font-weight: bold;
	}
	
	/* 返回顶部样式 */
	.lastSidebartop{
		display: flex;
		width: 50px;
		height: 50px;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 50%;
		text-align: center;
		line-height: 50px;
		color: #333;
		font-size: 14px;
		cursor: pointer;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		transition: all 0.3s ease;
		color: #fff;
		align-items: center;
		justify-content: center;
	}
	
	.lastSidebartop:hover{
		background: #0099ff;
		color: #fff;
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(0, 153, 255, 0.3);
	}


    .mbanner{
        height: 450px;
        margin-top: 80px;
    }
    .vr_mian1{
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }
    .vr_mian1 img{
        margin: 0 auto;
        margin-top: 30px;
    }
    .p_cont{
        margin: 80px 0 60px 0;
    }
    .tltle{
        text-align: center;
        margin-bottom: 60px;
    }
    .p_contb{
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .p_contb>div{
        width: calc( 100% / 2 - 20px);
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .p_contb dl{
        width: calc( 100% / 2 - 20px);
        border: 1px solid #ccc;
        border-radius: 10px;
        transition: all 0.3s ease;
    }
    .p_contb dl:hover {
        border-color: #0099ff;
        box-shadow: 0 4px 12px rgba(0, 153, 255, 0.3);
        transform: translateY(-5px);
    }
    .p_contb dl dt{
        padding: 20px 0;
    }
    .p_contb dl dt img{
        margin: 0 auto;
    }
    .p_contb dl dd{
        padding: 20px;
    }
    .p_contb dl dd h1{
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }
    .p_contb dl dd p{
        font-size: 16px;
        line-height: 30px;
    }
    .j_cont{
    }

    .j_contb{
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .j1,.j2,.j3,.j4,.j5{
        padding: 10px;
        border-radius: 5px;
        margin: 0 10px;
        width: calc( 100% / 5 - 20px);
        transition: all 0.3s ease;
    }
    .j1:hover,.j2:hover,.j3:hover,.j4:hover,.j5:hover {
        transform: scale(1.02);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }
    .j_contb div .title h1{
        text-align: center;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .j_contb div .text{
        font-size: 12px;
        line-height: 1.5;
    }
    .j_contb .ub .btn{
        display: block;
        margin: 0 auto;
        width: 80%;
        height:32px;
        background: #0099ff;
        border-radius: 50rem;
        text-align: center;
        line-height:32px;
        color: #fff;
        font-weight: bold;
        margin-top: 1rem;
    }
    .j_contb .ub .btn:hover{
        background: #007acc;
    }
    
    .j_contb .ub:last-child .ub-f1::after{
        content: '联系电话：13718070661';
        display: block;
        margin-top: 20px;
        width: 100%;
        text-align: right;
        font-size: 12px;

    }
    .j1{
        background: linear-gradient(90deg, #F58A75 0%, #F47C89 100%);
        color: #fff;
    }
    .j1 .ub .btn{
        background: #fff;
        color: #F47C89;
    }
    .j2{
        background: linear-gradient(90deg, #CCBEF9 0%, #B6B8FB 100%);
        color: #fff;
    }
    .j2 .ub .btn{
        background: #fff;
        color: #B6B8FB;
    }
    .j3{
        background: linear-gradient(90deg, #38E0DB 0%, #3DD6E7 100%);
        color: #fff;
    }
    .j3 .ub .btn{
        background: #fff;
        color: #3DD6E7;
    }
    .j4{
        background: linear-gradient(90deg, #26B0F6 0%, #2779FB 100%);
        color: #fff;
    }
    .j4 .ub .btn{
        background: #fff;
        color: #2779FB;
    }
    .j5{
        background: linear-gradient(90deg, #FFB32A 0%, #FF9709 100%);
        color: #fff;
    }
    .j5 .ub .btn{
        background: #fff;
        color: #FF9709;
    }
    .vr_mian4{
        margin-top: 80px;
    }
    .vr_mian4b{
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .vr_mian4b>div{
        width: calc( 100% / 3 - 20px);
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .vr_mian4b dl{
        border: 1px solid #ccc;
        border-radius: 5px;
        width: calc( 100% / 2 - 20px);
        transition: all 0.3s ease;
    }
    .vr_mian4b dl:hover {
        border-color: #0099ff;
        box-shadow: 0 4px 12px rgba(0, 153, 255, 0.3);
        transform: translateY(-5px);
    }
    .vr_mian4b dl dt{
        padding: 20px 0;
    }
    .vr_mian4b dl dt img{
        width: 50%;
        margin: 0 auto;
    }
    .vr_mian4b dl dd h1{
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }
    .vr_mian4b dl dd p{
        font-size: 12px;
        padding: 10px 10px;
        line-height: 1.5;
    }
    .hcont5{
        margin-top: 80px;
    }
    .hcont5 img{
        width: auto !important;
        margin: 0 auto;
    }
    .vr_mian6{
        margin-top: 80px;
    }
    .vr_mian6 img{
        width: auto !important;
        margin: 0 auto;
    }
    .vr_mian7{
        margin-top: 80px;
    }
    .vr_mian7 img{
        width: auto !important;
        margin: 0 auto;
    }
    .lastf{
        padding: 60px 0 80px;
        background: #141414;
        text-align: center;
        color: #fff;
        margin-top: 40px;
    }

}
@media screen and (max-width: 768px) {
    .ub {
        display: -webkit-box !important;
        display: box !important;
        position: relative;

    }

    .ub-ac {
        -webkit-box-align: center;
        box-align: center;
    }

    .ub-pc {
        -webkit-box-pack: center;
        box-pack: center;
    }

    .ub-ver {
        -webkit-box-orient: vertical;
        box-orient: vertical;
    }

    .ub-f1 {
        position: relative;
        -webkit-box-flex: 1;
        box-flex: 1;

    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    .clear {
        clear: both;
    }

    /*公共样式 end*/

    .banner {
        background: url(../images/bannerbg_02.jpg) no-repeat center top;
        background-size: cover;
        padding: 1.06rem 0;
        margin-top: 1rem;
    }

    .banner p {
        font-size: 0.5rem;
        font-weight: bolder;
        color: #fff;
        text-align: center;
    }

    .banner a {
        font-size: 0.32rem;
        display: block;
        margin: auto;
        color: #fff;
        width: 2.3rem;
        height: 0.73rem;
        background: #fff;
        border-radius: 50rem;
        text-align: center;
        line-height: 0.73rem;
        color: #3074e7;
        font-weight: bold;
        margin-top: 1rem;
    }

    .vr_mian1 {
        margin: 0 0.3rem;
        padding: 0 0 0.7rem;
    }

    .vr_mian1 img {
        display: block;
        margin: auto;
        width: 80%;
        display: block;
    }

    .vr_mian1 p {
        text-align: center;
        font-size: 0.95rem;
        color: #505050;
        line-height: 1.5rem;
        width: 85%;
        margin: auto;
        padding: 1rem;
    }

    .vr_mian1 h1 {
        color: #222;
        font-weight: bolder;
        margin: 0.53rem 0 0.48rem;
        font-size: 0.36rem;
        text-align: center;
    }

    .vr_mian2 {
        width: 100%;
        background: #0099ff;
        padding: 0.73rem 0;
    }

    .vr_mian2 .tltle h1 {
        font-size: 1.5rem;
        font-weight: normal;
        text-align: center;
        padding-bottom: 0.4rem;
        margin-top: 1rem;
        color: #fff;
    }

    .vr_mian2 .tltle p {
        font-size: .24rem;
        text-align: center;
        color: #fff;
        margin-top: 0.15rem;
    }

    .vr_mian2b {
        width: 80%;
        overflow: hidden;
        color: #fff;
        margin: auto;
    }

    .vr_mian2b dl {
        padding: 0.8rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .vr_mian2b dl:nth-child(1) dt {
        background: url(../images/vr_mian21.png) no-repeat center top;
        width: 3.15rem;
        height: 2.83rem;
        background-size: cover
    }

    .vr_mian2b dl:nth-child(1) dd {
        width: 4.67rem;
    }

    .vr_mian2b dl:nth-child(1) dd h1 {
        font-size: .96rem;
        font-weight: bolder;
    }

    .vr_mian2b dl:nth-child(1) dd {
        width: 70%;
        margin-left: 0.9rem;
    }

    .vr_mian2b dl:nth-child(1) dd p {
        font-size: .22rem
    }

    .vr_mian2b dl:nth-child(3) {
        border-bottom: 0;
    }

    .vr_mian2b dl:nth-child(3) dt {
        background: url(../images/vr_mian23.png) no-repeat center top;
        width: 3.15rem;
        height: 2.83rem;
        background-size: cover
    }

    .vr_mian2b dl:nth-child(3) dd {
        width: 4.67rem;
    }

    .vr_mian2b dl:nth-child(3) dd h1 {
        font-size: .96rem;
        font-weight: bolder;
    }

    .vr_mian2b dl:nth-child(3) dd {
        width: 70%;
        margin-left: 0.9rem;
    }

    .vr_mian2b dl:nth-child(3) dd p {
        font-size: .22rem
    }

    .vr_mian2b dl:nth-child(2) dd {
        background: url(../images/vr_mian22.png) no-repeat center top;
        width: 3.15rem;
        height: 2.83rem;
        background-size: cover
    }

    .vr_mian2b dl:nth-child(2) dt {
        width: 4.67rem;
    }

    .vr_mian2b dl:nth-child(2) dt h1 {
        font-size: .96rem;
        font-weight: bolder;
    }

    .vr_mian2b dl:nth-child(2) dt {
        width: 70%;
        margin-right: 0.9rem;
    }

    .vr_mian2b dl:nth-child(2) dt p {
        font-size: .22rem
    }

    .tltle h1 {
        font-size: 1.5rem;
        font-weight: normal;
        text-align: center;
        padding-bottom: 0.4rem;
        margin-top: 1rem;
    }

    .tltle p {
        display: block;
        background: #286efa;
        width: 2.3rem;
        height: .16rem;
        border-radius: 3rem;
        margin: auto;
        margin-top: .1rem;
    }




    .vr_mian4 div dl img {
        display: block;
        width: 4.14rem;
        height: 4.14rem;
        margin: auto;
    }

    .vr_mian4 {
        margin: 0 1rem;
        padding: 0rem 0 .7rem;
    }

    .vr_mian4 div dd h1 {
        font-size: 0.96rem;
        font-weight: bolder;
        text-align: center;
        color: #222;
        margin: .14rem 0;
    }

    .vr_mian4 div dd p {
        font-size: 0.66rem;
        text-align: center;
        color: #333;
    }

    .vr_mian4 div dl:nth-child(1) {
        margin-right: 1rem;
    }

    .vr_mian4 div dl:nth-child(2) {
        margin-left: 1rem;
    }

    .vr_mian4 div {
        margin: 0.6rem 0 0;
    }

    .vr_mian5 {
        width: 100%;
        background: #0099ff;
        padding: 0.73rem 0;
    }

    .vr_mian5 .tltle h1 {
        font-size: 0.36rem;
        font-weight: bolder;
        color: #fff;
        text-align: center;
    }

    .vr_mian5 .tltle p {
        font-size: .24rem;
        text-align: center;
        color: #fff;
        margin-top: 0.15rem;
    }

    .vr_mian5 img {
        display: block;
        width: 80%;
        margin: 0.4rem auto .5rem;
    }

    .vr_mian5>p {
        width: 80%;
        margin: auto;
        font-size: .24rem;
        text-align: center;
        color: #fff;
        font-weight: bolder;
    }

    .vr_mian5btn {
        width: 1.73rem;
        height: .57rem;
        border-radius: 50rem;
        color: #0099ff;
        background: #fff;
        line-height: .57rem;
        text-align: center;
        font-size: .22rem;
        margin: auto;
        display: block;
        margin-top: 0.5rem;
    }

    .vr_mian6b {
        margin: .4rem .3rem 0;
    }

    .vr_mian6b img {
        display: block;
        margin: auto;
        width: 100%;
    }

    .vr_mian6 {
        padding: 0.7rem 0;
        overflow: hidden;
    }

    .vr_mian7 {
        background: #0d91ff;
        padding: .6rem 0;
    }

    .vr_mian7 .tltle h1 {
        color: #fff;
    }

    .vr_mian7 .tltle p {
        background: #fff;
    }

    .vr_mian7b {
        width: 80%;
        margin: .46rem auto 0;
    }

    .vr_mian7b div h1 {
        text-align: center;
        color: #0099ff;
        font-size: .32rem;
        font-weight: bolder;
    }

    .vr_mian7b div p {
        text-align: center;
        color: #666;
        font-size: .22rem;
        margin-top: .1rem;
    }

    .vr_mian7b img {
        display: block;
        width: .28rem;
        height: .53rem;
        margin: .16rem auto .3rem;
    }

    .vr_mian8 {
        padding: 0rem 0 0.7rem;
        overflow: hidden
    }

    .vr_mian8b {
        margin: .5rem .3rem 0;
    }

    .vr_mian8b a:nth-child(n) {
        float: left;
    }

    .vr_mian8b a:nth-child(2n) {
        float: right;
    }

    .vr_mian8b a {
        width: 49%;
        display: block;
    }

    .vr_mian8bbg1 {
        background: url(../images/thum5.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        height: 3.6rem;
    }

    .vr_mian8bbg2 {
        background: url(../images/thumb.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        height: 3.6rem;
    }

    .vr_mian8bbg3 {
        background: url(../images/thumb2.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        height: 3.6rem;
    }

    .vr_mian8bbg4 {
        background: url(../images/thumb3.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        height: 3.6rem;
    }

    .vr_mian8bbg5 {
        background: url(../images/thumb4.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        height: 3.6rem;
    }

    .vr_mian8bbg6 {
        background: url(../images/thumb6.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        height: 3.6rem;
    }

    .vr_mian8bbg7 {
        background: url(../images/thumb7.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        height: 3.6rem;
    }

    .vr_mian8bbg8 {
        background: url(../images/thumb8.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        height: 3.6rem;
    }

    .vr_mian8b dl dd {
        font-size: .22rem;
        color: #222;
        text-align: center;
        padding: 0.15rem 0.2rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

    .footer {
        background: #2d2d30;
        padding: 0rem .3rem .0rem;
    }

    .footertl img {
        display: block;
        width: 2rem;
    }

    .footertl p {
        font-weight: lighter;
        font-size: .2rem;
        margin-top: .15rem;
        color: #fff;
    }

    .footertl {
        float: left;
    }

    .footertr {
        float: right;
        width: 1.59rem;
        height: 1.59rem;
        display: block;
    }

    .footerb {
        font-weight: lighter;
        font-size: .2rem;
        margin-top: .15rem;
        color: #fff;
    }

    .flast {
        color: #fff;
        font-size: .2rem;
        font-weight: lighter;
        text-align: center;
        padding: .2rem 0 .2rem;
        border-top: 1px solid #4a4a4a;
    }

    .vr_mian4b div dl {
        width: 45%;
    }




    .nav img {
        display: block;
    }

    .nav .logo {
        width: 6.3rem;
    }

    .nav .daohang {
        width: 1.5rem;
    }

    .nav {
        height: 3rem;
        margin: 0 1rem;
    }

    .nav {
        position: relative
    }

    .top {
        background: #141414;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 8;
    }

    .nav_list li a {
        color: #666;
        font-size: 1rem;
        text-align: center;
        display: block;
        padding: .9rem 0;
    }

    .nav_list {
        padding-bottom: 1.2rem;
        padding-top: 1.2rem;
        display: none;
        position: absolute;
        top: 3rem;
        z-index: 9;
        width: 100%;
        background: #fff;
        border-top: 1px solid #eee;
    }

    .p_contb {
        margin: .3rem 0.3rem 1rem;
    }

    .p_contb div dl dd h1 {
        font-size: 0.96rem;
        font-weight: bolder;
        text-align: center;
        color: #222;
        margin: .42rem 0;
    }

    .p_contb div dl dd p {
        font-size: 0.66rem;
        text-align: center;
        color: #333;
    }

    .p_contb div dl:nth-child(1) {
        margin-right: 1rem;
    }

    .p_contb div dl:nth-child(2) {
        margin-left: 1rem;
    }

    .p_contb div dt img {
        width: 3rem;
        height: 3rem;
        display: block;
        margin: auto;
    }

    .p_contb div dl {
        margin-top: .3rem;
        border: 1px solid #ccc;
        border-radius: 10px;
        transition: all 0.3s ease;
    }
    .p_contb div dl:hover {
        border-color: #0099ff;
        box-shadow: 0 4px 12px rgba(0, 153, 255, 0.3);
    }


    .j_cont {
        background: #f9f9f9;
        padding: .6rem 0;
    }

    .j_contb {
        margin: .5rem 1rem 0;
    }

    .j_contb .title {
        margin: 0 .15rem;
    }

    .j_contb .title h1 {
        font-size: 1rem;
        font-weight: bold;
        color: #fff;
        margin-left: .5rem;
    }

    .j_contb .text {
        margin-right: .1rem;
        margin-left: .1rem;
    }

    .j_contb .text p {
        font-size: 1rem;
        color: #fff;
    }

    .j_contb .text {
        font-size: .76rem;
        color: #666;
        font-style: initial;
        color: #fff;
    }

    .j_contb .btn {
        font-size: .6rem;
        display: block;
        height: 1.3rem;
        background: #fff;
        border-radius: 90rem;
        text-align: center;
        line-height: 1.5rem;
        margin: .2rem .9rem 0;
        padding: 0rem .12rem;
        width: 3.8rem;
    }

    .j_contb .j1 {
        background: linear-gradient(to right, #f58a75, #f47c89);
    }

    .j_contb .j2 {
        background: linear-gradient(to right, #cdbef9, #b6b8fb);
    }

    .j_contb .j3 {
        background: linear-gradient(to right, #38e0db, #3ed6e8);
    }

    .j_contb .j4 {
        background: linear-gradient(to right, #26b1f6, #2778fb);
    }

    .j_contb .j5 {
        background: linear-gradient(to right, #ffb32a, #ff9608);
    }

    .j_contb .j1 a {
        color: #f47e87;
    }

    .j_contb .j2 a {
        color: #b7b8fb;
    }

    .j_contb .j3 a {
        color: #3ed6e8;
    }

    .j_contb .j4 a {
        color: #277afb;
    }

    .j_contb .j5 a {
        color: #ff9608;
    }

    .j_contb>div {
        border-radius: .2rem;
        padding: 0.8rem 0;
        margin: .2rem 0;
    }

    .hcont5 {
        background: #f9f9f9;
        padding: .6rem 0;
    }

    .hcont5 img {
        display: block;
        margin-top: .4rem;
    }

    .ffbg {
        background: #2e2e2e;
    }

    .ffw {
        margin: 0 .3rem;
        padding: .6rem 0;
    }

    .ffw input {
        display: block;
        width: 80%;
        border: 0;
        margin: auto;
        font-size: .22rem;
        padding: .2rem 0;
        border-radius: .2rem;
        text-indent: .2rem;
        margin-top: .3rem;
    }

    .ffw h1 {
        font-size: .42rem;
        text-align: center;
        font-weight: bold;
        color: #0099ff;
    }

    .ffw p {
        font-size: .3rem;
        color: #fff;
        text-align: center;
        margin-top: .2rem;
    }

    .ffw a {
        display: block;
        width: 70%;
        margin: auto;
        background: #0099ff;
        border-radius: 100rem;
        color: #fff;
        font-size: .3rem;
        height: .8rem;
        line-height: .8rem;
        text-align: center;
        margin-top: .3rem;
    }
}