*{margin:0px; padding:0px;list-style:none;box-sizing: border-box;}
html,body{font-size: 14px;color: #2b2f33; font-family: Microsoft YaHei,sans-serif;background-color: #fff;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
*html clearfix{height:1%;}
.fl{float: left;}
.fr{float: right;}
img{border: 0;}
input, label, img, th {vertical-align: middle;}
.hide {display: none;}
.block {display: block;}
.f_s_16 {font-size: 16px;}
.ta_c{
	text-align:center;
}
a{text-decoration: none;color:#1e1d1c; cursor: pointer;}
a:hover{ color: var(--color-primary);}
.maxw{
	width:1200px;
	margin:auto;
}
.minw{
	min-width:1200px;
	margin:auto;
}
.color1{
	color:#df2222;
}
.color000{
	color:#000;
}
.cursorp{
	cursor: pointer;
}
.submit_form{
	cursor: pointer;
}
.layui-layer-loading1{
    margin: auto;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*
头部
*/
.pagetop_kg{
	height: 88px;
	width: 100%;
}
.pagetop{
	z-index: 100;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	position: fixed;
	display: flex;
	flex-direction: row;
	top: 0px;
	left: 0px;
	right: 0px;
	transition: all .3s ease-in-out;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	line-height:34px;
	min-width: 1200px;
}
.pagetop .ptop_c{
	width: 1200px;
	margin: auto;
	padding: 0px;
	display: flex;
}
.pagetop.active{
	background-color:hsla(0,0%,100%,.9) !important;
box-shadow: 0 1px 6px 0 rgba(121,169,173,.12) !important;
}
.indexClass .pagetop{
	box-shadow:none;
}
.pagetop .topyy{
	position: absolute;
	z-index: 100;
	background: url(../images/dhyy.png) repeat-x top;
	height: 95px;
	bottom: -95px;
	width: 100%;
	left: 0px;
}
.pagetop .logo{
	display:inline-block;
	background:url(../images/logo886.svg) no-repeat left center;
	width: 163px;
	margin-right: 40px;
}
.pagetop .menu{
	flex: auto;
	display: flex;
	justify-content: center;
}
.pagetop .menu > a,.pagetop .menu > span{
	display: inline-block;
	padding: 0 13px;
	font-weight: bold;
	line-height: 88px;
	color: #2b2f33;
}
.mainlevelHeader{
	position: relative;
}
.mainlevelHeader > a::after{
	content: "";
	display: inline-block;
	height: 10px;
	margin-left: 4px;
	width: 10px;
	background: url(../images/home_10.jpg) no-repeat center right;
}
.mainlevelHeader > a.on::after{
	background: url(../images/home2_09.jpg) no-repeat center right;
}
.mainlevelHeader .menusub{
	line-height: 38px;
	min-width: 140px;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
  	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 10px #999;
	top:88px;
	padding: 10px 30px;
}
.mainlevelHeader .menusub a{
	text-align: center;
	color: #343843;
	line-height: 35px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mainlevelHeader .menusub a.on{
	color: var(--color-primary);
}
.pagetop .menu .menusub a:hover{
	color: var(--color-primary);
}
.mainlevelHeader .menusub a span{
	margin: 0px 5px;
}
.menusub{
	position:absolute;
	z-index:10000;
	display:none;
}
.pagetop .menu > a:hover,.pagetop .menu > a.on{
	color: var(--color-primary);
}
.pagetop .menu > span > a:hover,.pagetop .menu > span > a.on{
	color: var(--color-primary);
}
.pagetop .top_r{
	display: flex;
	align-items: center;
	font-size: 15px;
}
.pagetop .top_r .user_t{
	background-image: url(../images/home_03.jpg);
	background-color: var(--color-primary);
	height: 32px;
	width: 32px;
	display: inline-block;
	margin: 0px 10px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 16px;
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
}
.pagetop .top_r span{
	padding: 0px 8px;
}
.pagetop .top_r a{
	display: inline-block;
	line-height: 34px;
	text-align: center;
	float: right;
	border-radius: 3px;
}
.pagetop .top_r a.tigd:hover{
	color: var(--color-primary);
}
.dhbanana {
	background: url(../images/home_06.jpg) no-repeat center #f1f5f6;
	background-size: auto 100%;
}
.dhbanana .maxw{
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	min-height: 244px;
	padding: 30px 0px;
	position: relative;
}
.dhbanana dd{
	display: none;
}
.dhbanana dd.on{
	display: inline-block;
}
.aboutbanana::after{
	display: inline-block;
	height: 2px;
	width: 62px;
	background-color: var(--color-primary);
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -31px;
	bottom: -2px;
}
.dhbanana .title, .aboutbanana .title{
	font-size: 30px;
	font-weight: bold;
}
.dhbanana .des, .aboutbanana .des{
	padding-top: 14px;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 20px;
}
.dhbanana .zixun a{
	display: inline-block;
	border-radius: 4px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	width: 124px;
	line-height: 40px;
	font-size: 15px;
}
.dhbanana .zixun a.server{
	background-color: #2dbe60;
	margin-right: 22px;
	color: #fff;
}
.dhbanana .zixun a.zx{
	border: 1px solid #292d31;
}
.dhbanana .des2{
	background-color: #d8ffe6;
	border: 1px solid #aaf9c6;
	padding: 24px;
	border-radius: 6px;
	width: 80%;
	margin: auto;
}
/*首页*/
.h_hotprotitle{
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
	color: #4c4d4d;
}
.h_hotprotitle .title{
	color: #32363b;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	padding-top: 37px;
	padding-bottom: 7px;
}
.h_hotprotitle .des{
	padding-top: 13px;
}
.p_hotprotitle{
	text-align: center;
	font-size: 20px;
	color: #777777;
	line-height: 38px;
	padding-bottom: 60px;
}
.p_hotprotitle .title{
	font-size: 44px;
	color: #010101;
	line-height: 60px;
	padding-top: 60px;
	padding-bottom: 23px;
}
.h_fwqo{
	padding-top:31px;
	padding-bottom:94px;
}
.h_fwqo ul li{
	float:left;
	width:25%;
	padding-left:130px;
	background:no-repeat left center;
	height:62px;
	font-size:12px;
}
.h_fwqo ul li span{
	display:block;
	color:#2b1e2b;
	font-size:16px;
	height:43px;
	line-height:43px;
}
.h_fwqo ul li:hover span{
	color:#0080ff;
}
.h_pro{
	padding-bottom: 20px;
	padding-top: 25px;
}
.hdht .title{
	font-size:33px;
	color:#171718;
	line-height:84px;
}
.hdht{
	text-align:center;
	font-size:17px;
}
.h_pro dl{
	margin: auto;
	width: 1220px;
}
.h_pro dt .title{
	padding-bottom:18px;
}
.h_pro dt{
	padding-top: 60px;
	padding-bottom:97px;
}
.h_pro dd{
	width:284px;
	margin: 8px;
	border: 1px solid #d2d2d9;
	position:relative;
	float:left;
	border-radius: 10px;
	background:#fff;
	z-index:0;
	overflow: hidden;
}
.h_pro dd .class{
	background-color: #f7f7f7;
	color: #32363b;
	height: 106px;
	width: 100%;
	border-bottom: 1px solid #d2d2d9;
}
.h_pro .class .pic{
	padding-left: 43px;
	padding-top: 30px;
	padding-right: 16px;
	float: left;
}
.h_pro .class .pic img{
	border: 1px solid #cbcbcb;
}
.h_pro .class .name{
	width: 143px;
	float: left;
	padding-top: 30px;
}
.h_pro dd .class .name .en{
	background: url(../images/home_21.png) no-repeat;
	background-size: auto 14px;
	padding-left: 16px;
	font-size: 10px;
}
.h_pro .class .name .zh{
	padding-top: 3px;
	font-size: 16px;
}
.h_pro dd .title .pic{
	height: 96px;
	background: url(../images/sgergweg.png) no-repeat center;
	background-image: auto 58px;
	float: left;
	width: 129px;
}
.h_pro dd .cont{
	line-height:48px;
	padding-bottom:26px;
	padding-top:10px;
	margin:0px 30px;
}
.h_pro dd .cont .ico{
	padding-left: 45px;
	background: url(../images/hprojt_06.png) no-repeat left bottom;
}
.h_pro dd .price{
	font-size: 20px;
	line-height: 88px;
	color: var(--color-primary);
	height: 88px;
	padding-left: 50px;
}
.h_pro dd .price .yuan{
	margin-right: -4px;
}
.h_pro dd .price span{
	font-size: 37px;
	font-family: "Inter",sans-serif;
	font-weight: bold;
}
.h_pro dd .item{
	padding-left: 30px;
	padding-bottom: 20px;
	color: #32363b;
}
.h_pro dd .item ul li, .h_pro_tj .item ul li{
	padding-left: 30px;
	margin: 12px 0px;
	background-repeat: no-repeat;
}
.item_pro .cpu{
	background-image: url(../images/index_21.png);
}
.item_pro .neicun{
	background-image: url(../images/index_24.png);
}
.item_pro .yingpan{
	background-image: url(../images/index_26.png);
}
.item_pro .wangluo{
	background-image: url(../images/index_29.png);
}
.item_pro .ip{
	background-image: url(../images/index_32.png);
}
.h_pro dd .hbtn{
	text-align: center;
}
.h_pro dd a.buy{
	display:block;
}
.h_pro dd.on{
	border: 1px solid var(--color-primary);
	z-index:1;
}
.h_pro dd .title2{
	float: left;
	color: #32363b;
	width: 153px;
	padding-left: 20px;
	padding-top: 26px;
	height: 96px;
	border-left: 1px solid #d2d2d9;
}
.qq_icon{
	background: url(../images/index_09.png) no-repeat center;
	width: 25px;
	height: 25px;
	margin-right: 14px;
	display: inline-block;
}
.h_pro_tj dl{
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}
.h_pro_tj .grid {
  display: grid;
  grid-template-columns: repeat(4, 25%);
}

.h_pro_tj dl dd {
  border: 1px solid #d7dee3;
  margin: -1px 0 0 -1px; /* 抵消重叠边框，只显示一条线 */
}

.h_pro_tj dl dd:hover {
  border-color: #2dbe60;
  z-index: 1;   /* 确保 hover 时边框在最上层 */
}
.h_pro_tj a:hover{
	color: #32363b;
}
.h_pro_tj .name{
	line-height: 60px;
	padding-left: 50px;
	background: url(../images/home_15.jpg) no-repeat 20px center ;
	font-size: 16px;
	color: #1e1d1c;
}
.h_pro_tj .item_pro{
	padding: 6px 0px 20px 30px;
}
.h_pro_tj .price{
	background-color: #f1f5f6;
	text-align: center;
	line-height: 60px;
	color: var(--color-primary);
}
.h_pro_tj .price .yuan{
	font-size: 27px;
	font-weight: bold;
}
.h_pro_tj dl dd:hover .price{
	background-color: var(--color-primary);
	color: var(--color-white);
}
.h_pro_tj dl dd:hover .name{
	position: relative;
	color: var(--color-primary);
	background: url(../images/home_12.jpg) no-repeat 20px center ;
}
.h_pro_tj dl dd:hover .name:after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/home_09.jpg) no-repeat center;
	position: absolute;
	right: 20px;
	top: 20px;
}
.h_about{
	display: flex;
	color: #1c2f3a;
	padding-bottom: 40px;
}
.h_about .cont{
	flex: 1;
	padding-right: 68px;
}
.h_about .title{
	padding: 40px 0px 20px;
	font-size: 18px;
	font-weight: bold;
}
.h_about .des{
	line-height: 26px;
}
.h_youshi{
	width: 920px;
	padding-bottom: 44px;
}
.h_youshi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.h_youshi ul li{
	width: 190px;
	border: 1px solid #f1f5f6;
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.08);
	margin-bottom: 26px;
	text-align: center;
	border-radius: 8px;
}
.h_youshi ul li .img{
	background-position: center;
	background-repeat: no-repeat;
	height: 84px;
}
.h_youshi ul li .title{
	line-height: 45px;
	background-color: #f1f5f6;
}
.h_link{
	padding-bottom: 40px;
	background-color: #f1f5f6;
}
.h_link ul li .cont{
	width: 206px;
	height: 118px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: var(--color-white);
	border: 1px solid #dfdfdf;
	border-radius: 4px;
}
.h_link ul li img{
	max-width: 90%;
}
.link_c {
	z-index: 0;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 120px;
}

.c_slides {
	position: relative;
	width: 9999px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.c_slides li {
	float: left;
	position: relative;
}
.link_c .zyb_c {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-size: 18px;
}

.link_c ol.btnlist {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.link_c ol.btnlist span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}

.link_c ol.btnlist span.on {
	background: var(--color-primary);
}
.link_slides{
	position: relative;
}
.h_news{
	padding: 50px;
	display: flex;
	justify-content: space-between;
}
.h_news dl{
	width: 46%;
}
.h_news dt{
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 30px;
}
.h_news dt .en{
	font-weight: normal;
	margin-top: 6px;
	font-size: 15px;
}
.h_news dd{
	padding: 20px 0px 18px;
	border-bottom: 1px solid #e8eaeb;
}
.h_news .title{
	font-weight: bold;
}
.h_news dd .more{
	font-size: 12px;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
}
.h_news dd .more .time{
	color: #a9a9a9;
}
.h_news dd .more a{
	color: #2dbe61;
}
.h_news .des{
	padding-top: 20px;
	font-size: 12px;
	line-height: 180%;
}
/* 产品 */
.pro_class{
	padding-top: 30px;
	text-align: center;
}
.pro_class ul{
	display: flex;
	justify-content: center;
}
.pro_class ul li{
	display: inline-block;
	font-size: 14px;
	color: #1e1d1c;
	line-height: 46px;
	font-weight: bold;
	border: 1px solid #dbe1e5;
	border-bottom: 0px;
	border-radius: 4px 4px 0px 0px;
}
.pro_class ul li a{
	display: block;
	padding: 0px 30px;
}
.pro_class ul li img{
	height: 24px;
	margin-right: 10px;
	width: 24px;
	border-radius: 24px;
	object-fit:cover;
}
.pro_class ul li.on{
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-bottom: 0px;
}
.pro_class ul li.on a{
	color: var(--color-white);
}
.line_class{
	padding-top: 22px;
	padding-bottom: 30px;
}
.line_class a{
	display: inline-block;
	padding: 0px 20px 0px 44px;
	border: 1px solid #676767;
	border-radius: 4px;
	margin: 0px 6px;
	line-height: 46px;
	background: url(../images/pro_05.jpg) no-repeat 13px center;
}
.line_class a.on{
	background: url(../images/pro_03.jpg) no-repeat 13px center var(--color-primary);
	border-color: var(--color-primary);
	color: var(--color-white);
}
/* 博客 */
.nest_list_top{
	padding-top: 30px;
	text-align: center;
	padding-top: 50px;
	border-bottom: 1px solid #d7dee3;
}
.nest_list_top a{
	display: inline-block;
	padding: 0px 40px;
	font-size: 16px;
	color: #1e1d1c;
	line-height: 60px;
	font-weight: bold;
}
.nest_list_top a.on{
	border-bottom: 3px solid #2dbe60;
}
.news_info{
	padding-top: 52px;
	padding-bottom: 26px;
	border-bottom: 1px solid #d7dee3;
}
.news_info .title{
	font-size: 20px;
	text-align: center;
}
.news_info .time{
	text-align: center;
	font-size: 12px;
	color: #a9a9a9;
	margin-bottom: 50px;
	border-bottom: 1px solid #d7dee3;
}
.news_info .time span{
	display: inline-block;
	border-bottom: 3px solid #2dbe60;
	line-height: 46px;
}
.news_info .des{
	line-height: 240%;
	font-size: 14px;
	text-indent: 2rem;
}
.news_info .tag{
	font-size: 12px;
	color: #555555;
	padding: 30px 0px;
	line-height: 20px;
}
.news_info .tag a{
	color: #555555;
	display: inline-block;
	padding: 0px 10px;
	border: 1px solid #d7dee3;
	margin-right: 10px;
}
.news_info .tag a:hover{
	color: #fff;
	background-color: var(--color-primary);
}
.news_info .tig{
	font-size: 12px;
	color: #a9a9a9;
}
.news_info .prevnext{
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 70px;
}
.news_info .prevnext span{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.news_info .pre, .news_info .next{
	padding-right: 30px;
	font-size: 14px;
	width: 48%;
	background-color: #f1f5f6;
	padding-left: 132px;
	background-repeat: no-repeat;
	background-position: 42px center;
	background-color: #f1f5f6;
	padding-top: 36px;
	padding-bottom: 36px;
	color: #282828;
}
.news_info .pre{
	background-image: url(../images/newsinfo_u.jpg);
}
.news_info .next{
	background-image: url(../images/newsinfo_d.jpg);
}
/* 联系我们 */
.c_contact{
	padding-top: 80px;
	padding-bottom: 50px;
}
.contactForm{
	padding: 28px 26px;
	padding-bottom: 40px;
}
.contactForm .dh_title{
	color: #1e1d1c;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 20px;
}
.contactForm .dh_des{
	font-size: 18px;
	padding-bottom: 70px;
}
.contactForm li{
	width: 46%;
	padding-bottom: 36px;
}
.contactForm li .text{
	line-height: 40px;
	border: 0px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #dae1e3;
	width: 100%;
}
.contactForm li span{
	display: inline-block;
}
.contactForm li .textarea{
	display: block;
	border: 0px;
	font-size: 14px;
	width: 100%;
	padding: 10px;
	height: 130px;
	border: 1px solid #dae1e3;
}
.contact_map{
	padding-bottom: 72px;
}


/*全球服务器*/
.hot_title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 32px;
}
.hot_title span::after{
	display: inline-block;
	content: "";
	background: url(../images/home4_09.jpg) no-repeat;
	height: 10px;
	width: 7px;
	margin-left: 16px;
}
.hot_title span::before{
	display: inline-block;
	content: "";
	background: url(../images/home4_07.jpg) no-repeat;
	height: 10px;
	width: 7px;
	margin-right: 16px;
}
.pro_cont{
	margin-bottom: 70px;
	margin-top: 30px;
}
.pro_quyu ul{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 16px;
}
.pro_quyu ul li{
	background-color: #fcfcfc;
	line-height: 58px;
	border: 1px solid #dfdfdf;
	margin-bottom: 14px;
}
.pro_quyu_index ul li{
	width: 19%;
	margin-right: 1%;
}
.pro_quyu_index ul li:nth-child(5n){
	margin-right: 0px;
}
.pro_quyu ul li:last-child{
	margin-right: 0px;
}
.pro_quyu ul li a{
	height: 58px;
	display: block;
	padding-left: 40px;
	font-size: 15px;
	color: #32363b;
}
.pro_quyu ul li a img{
	height: 25px;
	width: 36px;
	margin-right: 8px;
	border: 1px solid #cbcbcb;
}
.pro_quyu ul li a:hover,.pro_quyu ul li.on a{
	background-color: var(--color-primary);
	color: #fff;
}
.pro_quyu ul li a:hover img,.pro_quyu ul li.on a img{
	border: 1px solid var(--color-primary);
}
.gs_class_top{
	padding-top:20px;
}
.gs_class_top .li1{
	font-size:18px;
	color:#2395fd;
	line-height:38px;
}
.gs_class_top .img{
	height: 24px;
	width: 24px;
	border-radius: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 24px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.gs_class_top .li2{
	padding-bottom:4px;
	font-size:12px;
}
.gs_class_top .li2 a{
	width: 270px;
	height: 88px;
	padding:10px 16px 0px 16px;
	display:inline-block;
	margin-right:33.3px;
	margin-bottom: 10px;
	color:#05275c;
	border: 1px solid #ced0da;
	border-radius: 8px;
	float: left;
}
.gs_class_top .li2 a:nth-child(4n+4){
	margin-right: 0px;
}
.gs_class_top .li2 a:hover,.gs_class_top .li2 a.on{
	color: #fff;
	border: 1px solid #fff;
	background-color: #359bf5;
	background-image: linear-gradient(#359bf5, #0780eb);
}
.gs_class_top .li2 a.on .to,.gs_class_top .li2 a:hover .to{
	color: #fa464c;
}
.gs_class_top .li2 a .catname{
	font-weight: bold;
	font-size: 20px;
}
.gs_class_top .li2 a .catname img{
	width: 23px;
	height: 23px;
	margin-right: 16px;
	margin-top: -3px;
}
.gs_class_top .li2 a .des_to{
	margin-top: 18px;
}
.gs_class_top .li2 a .des{
	float: left;
}
.gs_class_top .li2 a .to{
	color: #58aef8;
	float: right;
}
.gs_class_top .li3{
	line-height:50px;
	text-align: center;
}
.gs_class_top .li3 a{
	padding:0px 8px;
	display:inline-block;
	color: #808fa4;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	background: url(../images/244t34.jpg);
	border: 1px solid #ced0da;
	margin: 0px 11px 10px;
	border-radius: 8px;
}
.gs_class_top .li3 a.on,.gs_class_top .li3 a:hover{
	color:#fff;
	background-image: url(../images/host_28.jpg);
}
.gs_des{
	padding-top:30px;
}
.gs_des .title{
	
	color:#000;
	 text-indent: 2em; 
}
.gs_des .des{
	padding-top:16px;
	line-height:20px;
	text-indent: 2em;
	color:#666666;
	font-size:12px;
}
.gs_des .showdiv{
	height:58px;
	overflow-y:hidden;
	margin-bottom:12px;
}
.gs_des .showdivon{
	height:auto;
}
.gs_des .toshowdiv{
	cursor:pointer;
	color:#000;
	font-size:12px;
}
.attention{
	padding-top: 130px;
}
.attention_l{
	width: 710px;
	padding-bottom: 100px;
	float: left;
}
.attention_r{
	width: 376px;
	height: 300px;
	float: right;
	background: url(../images/prolist_03.jpg) no-repeat center;
}
.attention1{
	padding-left: 60px;

	padding-bottom: 26px;
}
.attention .title{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	margin-bottom:22px;
}
.attention .line{
	width:100%;
	border-bottom:1px solid #e6e6e6;
	margin-top:35px;
	margin-bottom:35px;
}
.attention1 .des{
	color: #a4a5a7;
	line-height:40px;
}
.attention2{
	padding-left: 60px;
	padding-top: 26px;
	color: #1a2134;
	line-height:40px;
}

.proItemTitle{
	width: 100%;
	font-size: 22px;
	padding-bottom: 40px;
}
.fwqClass dl{
	border-top: 1px solid var(--color-primary);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 30px;
}
.fwqClass dd{
	width: 137px;
	padding: 0px 10px;
	height: 52px;
	color: #283542;
	text-align: center;
	line-height: 50px;
	border: 1px solid #dbe1e5;
	border-top: 0px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 0px 0px 4px 4px;
}
.fwqClass dd:nth-child(8n){
	margin-right: 0px;
}
.fwqClass dd a{
	display: block;
}
.fwqClass dd.on,.fwqClass dd:hover{
	border: 1px solid var(--color-primary);
	border-top: 0px;
	background-color: var(--color-primary);
	color: #fff;
}
.fwqClass dd.on a, .fwqClass dd:hover a{
	color: #fff;
}
.gs_list{
	padding-top: 50px;
}
.gs_list dd{
	width: 377px;
	float: left;
	border-radius: 4px;
	border: 1px solid #c8cbd0;
	margin-right: 24px;
	margin-bottom: 48px;
	min-height: 244px;
	cursor: pointer;
}
.gs_list dd:nth-child(3n){
	margin-right: 0px;
}
.gs_list dd .protop{
	text-align: center;
	border-bottom: 1px solid #c8cbd0;
	padding-top: 26px;
	font-size: 18px;
}
.gs_list dd .price{
	line-height: 68px;
	color: #0874b3;
}
.gs_list dd .price span{
	font-size: 26px;
}
.gs_list dd .procont{
	font-size: 14px;
	padding: 8px 0px;
	color: #030303;
	flex-direction: row;
	line-height: 38px;
}
.gs_list dd .procont .pro_t{
	width: 100%;
	padding-left: 28px;
}
.gs_list dd .procont .pro_l{
	width: 55%;
	float: left;
	padding-left: 28px;
}
.gs_list dd .procont .pro_r{
	width: 45%;
	float: left;
}
.gs_list dd:hover,.gs_list dd.on{
	background-image: linear-gradient(to right,#4216c4, #7010e9);
	color: #fff;
}
.gs_list dd:hover .procont,.gs_list dd:hover .price,.gs_list dd.on .procont,.gs_list dd.on .price{
	color: #fff;
}
.pic_c{
	border-bottom: 1px solid #dcdcdc;
	padding:12px 0px 13px;
	font-size: 24px;
	color: #283145;
	font-weight: bold;
}
.pic_c img{
	float: right;
}
.gs_list2 {
	margin-top: 10px;
}
.gs_list2 .getlist_head{
	color: #283542;
}
.gs_list2 .getlist_head span{
	display: inline-block;
	text-align:center;
	width:13.3%;
	color: #283542;
	float:left;
	overflow: hidden;
	height: 62px;
	line-height: 62px;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
}
.gs_list3 .getlist_head span{
	width:14%;
}
.gs_list_fe dl{
	padding-top: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gs_list_fe dd{
	width: 282px;
	margin-right: 24px;
	border: 2px solid #f2f2f7;
	border-radius: 6px;
	text-align: center;
	margin-bottom: 24px;
	overflow: hidden;
}
.gs_list_fe .title{
	padding: 14px 0px;
	font-size: 16px;
	font-weight: bold;
	background-color: #f7f7fc;
}
.gs_list_fe .title .price{
	font-family: "Inter",sans-serif;
	font-size: 40px;
	color: #4d4e94;
}
.gs_list_fe .title .price font{
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.gs_list_fe .title .month{
	font-size: 14px;
	font-weight: normal;
}
.gs_list_fe .list_c{
	padding: 14px 0px 19px;
}
.gs_list_fe .list_c ul li{
	line-height: 30px;
	font-size: 16px;
}
.gs_list_fe .list_c .jf{
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gs_list_fe .list_c .jf span{
	background: url(../images/w3gg.svg) no-repeat center;
	display: inline-block;
	margin-bottom: -2px;
	width: 24px;
	height: 24px;
}
.gs_list_fe dd:nth-child(4n){
	margin-right: 0px;
}
.gs_list_fe dd .buy{
	display: inline-block;
	background-color: #4d4e94;
	font-size: 15px;
	font-weight: bold;
	width: 120px;
	line-height: 38px;
	height: 38px;
	margin-top: 15px;
	color: #fff;
	border-radius: 4px;
}
.gs_list_fe dd.on .title{
	background-color: #4d4e94;
	color: #fff;
}
.gs_list_fe dd.on .price{
	color: #fff;
}
.gs_list_fe dd.on .buy{
	background-color: #f67a3c;
}
.pro_des{
	margin-top: 57px;
	line-height: 45px;
	background: url(../images/prodesbac.jpg);
	padding-left: 22px;
}
.pro_dqpz{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 36px;
	font-size: 20px;
	color: var(--color-primary);
}
.pro_buy{
	text-align: center;
}
.pro_buy a{
	display: inline-block;
	width: 518px;
	height: 80px;
	border-radius: 6px;
	font-size: 22px;
	background-color: var(--color-primary);
	text-align: center;
	line-height: 80px;
	margin: auto;
	color: #fff;
}
.proClasslist{
	color: #060606;
	padding-bottom: 26px;
	font-size: 32px;
}
.pagination {
	margin:auto;
	text-align:center;
	color: #707070;
	padding-bottom: 50px;
}
.pagination li{display: inline-block;}
.pagination a,.pagination span{
	height:35px;
	color: #333333;
	width:35px;
	margin:0px 10px;
	border: 1px solid #ddd;
	line-height:33px;
	text-align:center;
	background:#f7f7f7;
	display:inline-block;
}
.pagination a:hover{
	border: 1px solid var(--color-primary);
}
.pagination span{
	font-weight:bold;
	border:1px solid #fff;
	color:var(--color-primary);
	background:#fff;
}
.pagination a.prev,.pagination a.next,.pagination a.first,.pagination a.end{
	width:auto;
	padding:0px 10px;
}
/*优势*/
.youshi dl dt{
	font-weight: bold;
	font-size: 20px;
	color: #1a2134;
	padding-bottom: 13px;
	padding-left: 10px;
}
.youshi dl dd{
	padding-left: 94px;
	background: url(../images/shouye_16.jpg) no-repeat 25px center;
	line-height: 62px;
	font-size: 20px;
	color: #1a2134;
}
.kefufuwu{
	padding-bottom: 60px;
}
.kefufuwu .gongdan{
	background: url(../images/shouye_20.jpg) no-repeat 37px center;
	padding: 28px 30px 28px 122px;
	border: 1px solid #c8cbd0;
}
.kefufuwu .zaixian{
	background: url(../images/shouye_28.jpg) no-repeat 37px center;
	padding: 36px 30px 28px 122px;
	border: 1px solid #c8cbd0;
	border-top: 0px;
}
.kefufuwu .gongdan,.kefufuwu .zaixian{
	display: flex;
	flex-direction: row;
}
.kefufuwu .gd_left{
	flex: auto;
	color: #909090;
}
.kefufuwu .gd_right{
	width: 150px;
	text-align: right;
	padding-top: 10px;
}
.kefufuwu .gd_left .title{
	padding-bottom: 16px;
	color: #000000;
	font-size: 20px;
}
.kefufuwu .gd_right a{
	display: inline-block;
	width: 118px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: url(../images/shouye_23.jpg) no-repeat;
}
/*关于我们*/
.p_about_des{
	padding: 70px 0px;
}
.p_about_des .title{
	font-size: 30px;
	padding-top: 0px;
}
.p_about_des .des{
	text-indent: 2rem;
}
.about .title{
	padding: 90px 0 25px;
	color:#333;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
.about .des{
	line-height: 200%;
	padding-bottom: 100px;
}
.p_about_sj{
	background-color: #f1f5f6;
	text-align: center;
	padding: 85px 0px 98px;
}
.p_about_sj .title{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 18px;
}
.p_about_sj .des{
	padding-bottom: 60px;
	color: #8e9a9d;
}
.p_about_sj ul li{
	width: 25%;
	font-size: 18px;
	color: #8e9a9d;
}
.p_about_sj ul li span{
	display: block;
	font-size: 44px;
	font-weight: bold;
	color: #1c2f3a;
}
.p_about_lc{
	background: url(../images/about_07.jpg) no-repeat center;
	height: 516px;
	position: relative;
	line-height: 160%;
}
.p_about_lc ul li{
	position: absolute;
	text-align: center;
	width: 300px;
}
.p_about_lc .url{
	display: block;
	padding: 4px 0px;
}
.aboutp{
	padding: 20px 0 130px;
}
.aboutp .about_l{
	width: 220px;
}
.aboutp .about_l dt{
	background:url(../images/aleftico.jpg) no-repeat 60px 26px #04b2b1 ;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
	padding-left:80px;
}
.aboutp .about_l dd{
    border-bottom: 1px dashed #e6e6e6;
    color: #04b2b1;
    font-size: 14px;
    line-height: 60px;
    padding-left:80px;
	background:url(../images/bacyq.png) no-repeat 65px 27px;
}
.aboutp .about_l dd.on a{
	color:#04b2b1;
}
.aboutp .about_l{
	width: 220px;
}
.aboutp .about_r{
	width: 935px;
}
.aboutp .about_r .right-top{
	 color: #b2b2b2;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
    line-height: 55px;
}
.aboutp .about_r .right-top2{
	font-size: 16px;
	font-weight:bold;
	color:#000;
	border-bottom: 1px solid #e6e6e6;
    line-height: 55px;
	background:url(../images/newstop.jpg) no-repeat left;
	padding-left:14px;
}
.aboutp .about_r .title ,.unewsview .untitle {
    padding: 50px 0 25px;
}
.aboutp .about_r .title h1 ,.unewsview .untitle h1{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}
.aboutp .about_r .des,.unewsview  .des{
	line-height:200%;
}
.aboutp .about_r li,.unewslist .list li {
    border-bottom: 1px dashed #e6e6e6;
    padding: 30px 0;
}
.aboutp .about_r li .date ,.unewslist .list li  .date{
    background-color: #04b2b1;
    box-sizing: border-box;
    color: #fff;
    padding: 6px 15px;
    text-align: center;
    width: 90px;
}
.aboutp .about_r li .item-info{
    transition: color 0.5s linear 0s;
    width: 800px;
}
.unewslist .list li  .item-info{
	margin-left: 130px;
}
.aboutp .about_r li .item-info a,.unewslist .list li  .item-info a{
    transition: color 0.3s linear 0s;
}
.aboutp .about_r li .item-info p ,.unewslist .list li  .item-info p{
    font-size: 16px;
    margin-bottom: 16px !important;
}
.aboutp .about_r li .date p ,.unewslist .list li  .date p {
    border-bottom: 1px dashed #fff;
    font-size: 30px;
}
.aboutp .about_r li .item-info span ,.unewslist .list li  .item-info span{
    color: #999;
    font-size: 12px;
    line-height: 18px;
}
.aboutp .about_r li:hover,.aboutp .about_r li:hover .item-info a, .aboutp .about_r li:hover .item-info span,.unewslist .list li:hover,.unewslist .list li:hover .item-info a, .unewslist .list li:hover .item-info span {
    color: #04b2b1;
}
/* 联系我们 */
.contact_ul{
	margin-bottom: 86px;
}
.contact_ul li{
	text-align: center;
	padding-top: 114px;
	padding: 110px 55px 55px 55px;
	width: 30%;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
	color: #1c2f3a;
	line-height: 180%;
	background-repeat: no-repeat;
	background-position: center 40px;
}
.contact_ul li.tel{
	background-image: url(../images/contact_03.jpg);
}
.contact_ul li.email{
	background-position: center 50px;
	background-image: url(../images/contact_09.jpg);
}
.contact_ul li.address{
	background-image: url(../images/contact_06.jpg);
}
/*用户中心*/
.u_body{
	min-width: 1200px;
	background: url(../images/user_59.jpg) repeat-y left #eef0f6;
	height: 100vh;
}
.u_top{
	height: 54px;
	line-height: 54px;
	background: var(--color-primary);
	font-size: 15px;
	color: #fff;
	padding-right: 40px;
	box-shadow: 0px 0px 5px #888888;
}
.u_top a{
	color: #fff;
}
.tx{
	position: relative;
}
.tx i{
	position: absolute;
	right: -6px;
}
.tx i,.tx2{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #df2222;
}
.u_top span,.u_top a{
	margin: 0px 10px;
}
.u_top .logo{
	display:inline-block;
	background: url(../images/logo886.svg) no-repeat center #fff;
	background-size: 90% auto;
	width: 189px;
	height: 54px;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
.user_c{
	background: url(../images/user_59.jpg) repeat-y left #eef0f6;
}
.user_l{
	width: 189px;
	height:100%;
	float: left;
	padding-top: 18px;
}
.user_r{
	display:block;
	overflow:hidden;
	padding:20px;
	margin-left: 190px;
}
.user_l .gl{
	padding-left: 25px;
	background: #272d32;
	height: 50px;
	line-height: 50px;
	border-right: 2px solid var(--color-primary);
	color: #fff;
}
.user_l .gl a{
	color: #fff;
}
.user_l .ico{
	width: 34px;
	display: inline-block;
}
.user_l,.user_l a{
	color:#7d868e;
}
.user_l dl{
	padding-left:24px;
	padding-right:22px;
}
.user_l dt{
	margin-top:16px;
	color:#7d868e;
	border-bottom:1px solid #7d868e;
	height:40px;
	line-height:40px;
}
.user_l dd{
	height:50px;
	line-height:50px;
}
.user_home_wrz{
	height:36px;
	line-height:36px;
	padding-left:20px;
	color:#ff4d4d;
	margin-bottom: 18px;
	background:#fff;
}
.user_home_wrz a{
	color:#ff4d4d;
}
.user_home_top .huiyuan a,.user_home_top .chongzhi{
	color:var(--color-primary);
}
.user_home_top{
	color:#666;
	padding:10px 20px;
	background:#FFF;
	line-height:38px;
}
.user_home_top .huiyuan{
	width:40%
}
.user_home_top .yue{
	width:40%
}
.user_home_top .ordernum{
	width:20%
}
.user_home_top .huiyuan .useremail{
	font-size:22px;
	color:#3d3d3d;
}
.user_home_top .chongzhi span{
	font-size:26px;
	font-weight:bold;
}
.user_home_top .chongzhi .btn{
	display:inline-block;
	width:80px;
	height:32px;
	margin-top:0px;
	line-height:32px;
	text-align:center;
	color:#ffffff;
	background:var(--color-primary);
	margin-left:10px;
	margin-right:10px;
}
.user_home_top .ordernum{
	text-align:center;
}
.user_home_top .ordernum li{
	float:left;
	width:50%;
}
.user_home_top .ordernum li span{
	display:block;
	font-size:26px;
	font-weight:bold;
	color:#3d3d3d;
}
.user_home_top .ordernum li a{
	color:#3d3d3d;
}
.user_home_o{
	margin-top:18px;
	background:#fff;
	padding:20px;
	padding-bottom:45px;
}
.user_home_o dt{
	color:#3d3d3d;
	font-weight:bold;
	font-size:16px;
	border-left:2px solid var(--color-primary);
	padding-left:20px;
}
.user_home_o dd{
	width:33.3%;
	background:#f5f6fa;
	float:left;
	height:111px;
	margin-top:28px;
}
.user_home_o dd .ico{
	width:160px;
	background-repeat:no-repeat;
	background-position:center 30px;
	height:111px;
	float:left;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding-top:62px;
}
.user_home_o dd .onum{
	padding-top:10px;
	margin-left:180px;
}
.user_home_o dd .onum a{
	line-height:30px;
	height:30px;
	display:block;
	width:65%;
}
.user_home_o dd .onum span{
	float:right;
}
.user_cb{
	background:#fff;
	padding:20px;
	padding-bottom:45px;
	margin-bottom: 10px;
}
.user_cb .title{
	margin-bottom:20px;
	color:#3d3d3d;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px solid #aaaaaa;
	padding-bottom:10px;
}
.userf li{
	padding: 20px 0px;
}
.userf li span{
	text-align:right;
	width:200px;
	padding-right: 5px;
	display:inline-block;
}
.userf li span em{
	color: #ff0000;
	font-style: normal;
}
.userf li .input{
	border:1px solid #dbdbda;
	color:#666666;
	height:50px;
	font-size: 14px;
	line-height:50px;
	width:400px;
	border-radius: 4px;
	padding-left:10px;
}
 .select{
	border:1px solid #aaaaaa;
	color:#666666;
	padding-right:10px;
	height:35px;
	line-height:35px;
	padding-left:10px;
}
.buyf .select{
	border:1px solid #dbdbda;
	height:50px;
	line-height:50px;
}
.btn,.table_form td a.btn{
	display: inline-block;
	background: var(--color-primary);
	width: 300px;
	line-height: 50px;
	height: 50px;
	border: 0px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.table_form th{
	background: #f7f7f7;
	color: #9a9a9a;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #dedede;
}
.table_form td{
	padding: 14px 0px;
	font-size: 14px;
	border-bottom: 1px solid #dedede;
	color: #7c7a79;
}
.table_form td a{
	color: #2789d1;
	cursor:pointer;
}
.wtable_form th{
	text-align: right;
	color: #9a9a9a;

	height: 42px;
	line-height: 42px;
}
.wtable_form td{
	padding: 14px 0px;
	color: #7c7a79;
}
.wtable_form td a{
	color: #2789d1;
}
.wtable_form .bo th,.wtable_form .bo td{
	border-bottom:1px dotted #dedede;
}
.overWork a{
	text-align: center;
	cursor: pointer;
	display: inline-block;
	background: var(--color-primary);
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: 0px;
	color: #fff !important;
}
#Pic_img{
	cursor: pointer;
}
.user_search{
	margin-bottom: 10px;
	background:#fff;
	padding:20px;
	line-height: 32px;
}
.user_search .select{
	border:1px solid #aaaaaa;
	color:#666666;
	padding-right:10px;
	height:32px;
	line-height:32px;
	float: left;
	padding-left:10px;
	margin-right: 2px;
}
.user_search .input,.txinput{
	border:1px solid #aaaaaa;
	color:#666666;
	height:32px;
	float: left;
	line-height:32px;
	width:150px;
	padding-left:10px;
	margin-right: 2px;
}
.user_search .btn,.user_search .reset,.btn2{
	background: var(--color-primary);
	text-align: center;
	padding: 0px;
	width:90px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	border: 0px;
	cursor: pointer;
	margin-right: 2px;
}
.user_search .reset{
	background: #999999;
	cursor: pointer;
}
.ultop{
	padding-bottom: 20px;
}
.ultop a{
	display: inline-block;
	width: 135px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #ff4c4c;
}
.wk_top{
	font-size: 20px;
	color: #000;
	padding-bottom: 20px;
}
.wk_top span{
	font-size: 12px;
	color: #999;
}
.wk_top2{
	height: 45px;
}
.wk_top2 a{
	display: inline-block;
	text-align: center;
	width: 120px;
	float: left;
	height: 34px;
	line-height: 34px;
	margin-top: 11px;
	background: #e3e5f1;
	color: #000;
}
.wk_top2 a.on{
	font-size: 16px;
	height: 45px;
	color: #fa0000;
	background: #fff;
	margin-top: 0px;
	line-height: 45px;
}
.gdtitle a{
	display: inline-block;
	color: #999;
	font-size: 13px;
	font-weight: normal;
	margin-left: 20px;
}

/*购买*/
.pbuy .b_top{
	text-align:center;
	padding-top:60px;
	padding-bottom:25px;
	color:#3c3c3a;
	font-size:18px;
}
.pbuy .b_top em{
	text-align:center;
	display:inline-block;
	border:2px solid #ababab;
	color:#ababab;
	border-radius:14px;
	height:28px;
	line-height:24px;
	width:28px;
	margin-right:12px;
	font-style:normal;
	font-size:16px;
}
.pbuy .b_top font{
	font-family:宋体;
	font-size:22px;
	display:inline-block;
	color:#355f8f;
	padding:0px 14px 0px 18px;
}
.pbuy .b_top span{
	color:var(--color-primary);
}
.pbuy .b_top span em{
	border:2px solid var(--color-primary);
	color:var(--color-primary);
}
.pbuy .b_qr{
	color:#202428;
	line-height: 85px;
	padding-left:50px;
	font-size: 26px;
	border-bottom:1px solid  #dfe1e3;
	background: url(../images/ordertoptit.jpg) no-repeat 24px center;
}
.pbuy .b_qr span{
	padding-bottom:10px;
	cursor: pointer;
	display: inline-block;
	width: 130px;
	text-align: center;
}
.pbuy .b_qr span.on{
	border-bottom: 2px solid #00a4ff;
	color:#00a4ff;
}
.xxpay{
	padding-top: 50px;
}
.xxpay dt{
	padding-bottom: 20px;
}
.xxpay .xxpay_c{
	background: #f7f7f7;
	height: 420px;
	padding-top: 35px;
	padding-left: 20px;
}
.xxpay .xppay_c2{
	padding-top: 20px;
	line-height: 24px;
	font-size: 13px;
}
.xxpay dd{
	width: 25%;
	float: left;
	padding: 0px 6px;
}
.pbuy .buyf{
	padding:22px;
	width:750px;
	margin:auto;
}
.pbuy .zyts{
	padding:16px;
	margin-bottom:100px;

}
.pbuy .zyts .tig{
	background:url(../images/page_07.jpg) no-repeat left;
	padding-left:18px;
	margin-bottom:12px;
}
.pbuy .zyts .des{
	line-height:160%;
	text-indent:2em;
}
.pbuy .numjj{
	float: left;
	width: 200px;
}
.pbuy .numjj_s{
	float: left;
	line-height: 50px;
}
.pbuy .numjj a,.pbuy .numjj input{
	display: inline-block;
	text-align: center;
	float: left;
	line-height: 50px;
	width: 50px;
	height: 50px;
}
.pbuy .numjj a.no{
	color: #9c99ad;
	background: #ebeff1;
}
.pbuy .numjj a{
	background: #ebeff1;
	color: var(--color-primary);
	cursor: pointer;
	border: 1px solid #bdc1c9;
}
.pbuy .numjj input{
	border: 0px;
	border-bottom: 1px solid #bdc1c9;
	border-top: 1px solid #bdc1c9;
}
.pbuy .m_list{
	float: left;
	border-left: 1px solid #bdc1c9;
}
.pbuy .m_list a{
	display: inline-block;
	width: 70px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border: 1px solid #bdc1c9;
	border-left: 0px;
	cursor: pointer;
}
.pbuy .m_list a.on{
	margin-left: -1px;
	background: var(--color-primary);
	color: #fff;
}
.pbuy .price{
	float: left;
	color: #ee7e37;
	font-size: 16px;
}
.pbuy .payprice{
	float: left;
	color: #ee7e37;
	font-size: 30px;
}
.pbuy .price em,.pbuy .payprice em{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}
.orderSucess{
	padding-bottom: 100px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 290px;
	box-shadow: 0px 0px 20px #b6b6b6;
}
.orderSucess{
	color: #000;
}
.orderSucess .pic{
	padding-top: 66px;
	padding-bottom: 40px;
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	font-size: 24px;
}
.orderSucess .pic img{
	margin-bottom: 22px;
}
.orderSucess .time{
	color: #fff;
}
.orderSucess .orderv{
	padding-top: 20px;
	text-indent: 1em;
	line-height: 200%;
	width: 300px;
	padding-bottom: 30px;
	margin: auto;
}
.orderSucess .orderv2{
	padding-top: 50px;
	text-align: center;
}
.orderSucess .orderv .oprice {
    color: #ee7e37;
    font-size: 16px;
}
.orderSucess .orderv2 a{
	display: inline-block;
	background: var(--color-primary);
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: 0px;
	color: #fff;
}
.topay{
	padding-top: 10px;
	font-size: 16px;
	padding-bottom: 100px;
	line-height: 60px;
}
.topay .title{
	text-align: right;
	width: 100px;
	float: left;
}
.topay .cont{
	float: left;
	width: 350px;
}
.topay .price{
	color: #ee7e37;
	font-size: 30px;
	padding-right: 5px;
}
.topay .paytype{
	padding-left: 100px;
	vertical-align: middle;
	width: 600px;
	padding-top: 30px;
	margin: auto;
}
.topay .cont input{
	margin-top: 24px;
	float: left;
}
.topay i.picon{
	margin-left: 3px;
	margin-top: 14px;
	margin-right: 10px;
	float: left;
	display: inline-block;
	width: 87px;
	height: 27px;
	background: url(../images/index.png) no-repeat;
}
.toradio{
	display: flex;
	align-items: center;
}
.chongzhi i.picon{
	margin-left: 3px;
	margin-top: 0px;
	margin-right: 10px;
	display: inline-block;
	width: 87px;
	height: 27px;
	background: url(../images/index.png) no-repeat;
	cursor: pointer;
}
.topay i.wx,.chongzhi i.wx{
	background-position: 0px -27px;
}
.topay i.up,.chongzhi i.up{
	background-position: 0px -54px;
}
.topay i.usdt,.chongzhi i.usdt{
	background: url(../images/usdt.png) no-repeat left center;
	background-size: auto 26px;
}
.topay .btn,.chongzhi .btn{
	margin-left: 100px;
	margin-top: 20px;
}
.msgdel{
	text-align: right;
	padding-top: 40px;
}
.msgdel a{
	display: inline-block;
	background: #36a7ff;
	width: 100px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	color: #fff;
}
/*登录注册*/
.pagetop2{
	width: 50%;
	padding: 50px 86px;
}
.pagetop2 .logo{
	height: 50px;
	background: url(../images/886logo.png) no-repeat center;
	background-size: auto 40px;
	width: 191px;
	display: block;
}
.pagetop2 .cont{
	margin-top: 50%;
	color: #fff;
	line-height: 150%;
}
.pagetop2 .cont .title{
	font-size: 44px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.headerlr{
	background: url(../images/login_01.jpg) no-repeat center;
	background-size: 50% 100%;
	background-color: #f1f5f6;
	background-position: left;
}
.reglogbac{
	display: flex;
	min-height: 100vh;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	position: relative;
	margin: auto;
}
.reglogbac .reglog_cnt{
	display: flex;
	align-items: center;
	width: 50%;
}
.reglogbac .regck_r{
	text-align: center;
	padding-top: 15px;
	color: #8e9a9d;
}
.reglogbac a{
	color: var(--color-primary);
}
.regck{
	border-radius: 4px;
	width:466px;
	margin: auto;
	z-index: 2;
	position: relative;
}
.regck .title{
	font-size:28px;
	font-weight: bold;
	padding-bottom: 25px;
}
.regck .title a{
	float:right;	
}
.regck .tkt{
	display: flex;
}
.regck .tkt .checkbox{
	margin-right: 10px;
}
.regck li span{
	margin-top: 12px;
	display: block;
	height: 28px;
	padding-bottom: 3px;
	font-weight: bold;
	line-height: 28px;
	color: #475569;
}
.regck .form-group .text{
	width:100%;
	border-radius: 4px;
	height:52px;
	border:1px solid #d2d3d5;
	color:#b8b8b8;
	padding-left:10px;
}
.regck .form-group .verify_code{
	padding-left: 20px;
}
.regck .form-group .text:focus {
	outline: 2px solid #4d4e94;
  }
.regck .form-group .btn{
	color:#fff;
	width:100%;
	margin-top: 26px;
	border-radius: 4px;
	height:52px;
	line-height: 52px;
	background: var(--color-primary);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border:0px;
}
.regck .form-group .verify_img{
	height:46px;
}
.verify_img{
	cursor: pointer;
}
.submitDiv{
	text-align: center;
	padding-top: 36px;
}
.submitDiv .submit_form{
	width: 100%;
}
.foot3{
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 36px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
/*所有*/
.gsz_list .proItemTitle{
	border: 1px solidvar(--color-primary);
	background-color:var(--color-primary);
	color:#fff;
	width: 178px;
	height: 48px;
	margin-top: 40px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #c8cbd0;
	font-size: 20px;
	cursor: pointer;
	margin-right: 22px;
}
.gsz_list{
	padding-top:58px;
	padding-bottom:42px;
	font-size: 14px;
	color: #666666;
}
.gsz_list dt,.gsz_list dd{
	border-bottom:1px solid #929292;
	height:38px;
	line-height:36px;
}
.gsz_list dt{
	color:#000;
	border-top:1px solid #929292;
}
.gsz_list dt span,.gsz_list dd span{
	display: inline-block;
	height: 38px;
	text-align:center;
	width:10%;
	float:left;
}
.gsz_list dd a{
	color:var(--color-primary);
}
/*底部*/
.h_zixun{
	background:url(../images/index_56.jpg) no-repeat center;
	height:310px;
}
.h_zixun a{
	display: block;
	height: 310px;
}
.usercopy{
	text-align:center;
	color:#aaaaaa;
	height:70px;
	line-height:70px;
	font-size:12px;
}
.foot_dingzhi {
	background: url(../images/home_78.jpg) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	height: 265px;
	display: flex;
	align-items: center;
	color: #fff;
}

.foot_dingzhi .title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.foot_dingzhi .title_en{
	font-size: 20px;
}
.foot_dingzhi .des {
	font-size: 14px;
	padding-top: 22px;
	padding-bottom: 30px;
}

.foot_dingzhi a {
	color: var(--color-primary);
	background-color: var(--color-white);
	width: 154px;
	line-height: 48px;
	display: inline-block;
	font-size: 16px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}
.foot{
	background: #f1f5f6;
	padding: 60px 0px;
}
.foot2 dl{
	width: 110px;
	float: right;
	line-height: 30px;
}
.foot2 dl dt{
	font-weight: bold;
}
.foot2 .contact{
	line-height: 30px;
}
.footright{
	float: left;
	display: inline-block;
}
.copyright{
	margin-top: 34px;
}
.footright .app{
	padding-top: 25px;
	line-height: normal;
}
.footright .app a{
	width: 31px;
	height: 31px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80% auto;
	display: inline-block;
	margin-right: 18px;
}
.footright .app a.qq{
	background-image: url(../images/home_111.jpg);
	background-size: auto 31px;
	margin-right: 0px;
}
.footright .app a.telegram{
	background-image: url(../images/home_109.jpg);
	background-size: auto 31px;
}
.footright .app a.line{
	background-image: url(../images/ficon_07.png);
	background-size: auto 31px;
}
.footright .app a.skype{
	background-image: url(../images/home_114.jpg);
	background-size: auto 31px;
}
.fudong{
	position:fixed;
	top:30%;
	right:20px;
	width:64px;
	text-align: right;
}
.fudong a{
	height: 48px;
	width: 48px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--color-primary);
	border-radius: 8px;
}
.fudong a.telegram{
	background-image: url(../images/ficon_03.png) ;
}
.fudong a.skype{
	background-image: url(../images/ficon_05.png) ;
}
.fudong a.line{
	background-image: url(../images/ficon_07.png) ;
}
.fudong a.qq{
	background-image: url(../images/ficon_08.png) ;
}
.fudong a:hover{
	width: 64px;
}
.fudong a img{
	width: 32px;
	height: 32px;
	margin-top: 8px;
}
.foot3{
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 36px;
	text-align: center;
	padding-bottom: 36px;
}
@media screen and (max-width: 640px) {
	.maxw{
		width: 100%;
		margin:auto;
	}
	.minw{
		min-width:100%;
		margin:auto;
	}
	.dhbanana{
		background-size: 100% 100%;
	}
}
/* default */
:root {
	/* 主色 */
	--color-primary: #2dbe60;
	--color-white: #ffffff;
}