@charset "utf-8";
/* Basic */
html,body,ul,li,h1,h2,h3,h4,h5,h6,blockquote,object,img,em,form,label,p{
	margin: 0px;
	padding: 0px;
}
p, ul,li{text-align: justify;text-justify:inter-ideograph;}
a{ color:#663300;text-decoration:none;}

img{border:none;}


@font-face {
font-family: 'YouSheBiaoTiHei';
src: url("../font/YouSheBiaoTiHei-2.ttf") format('truetype');
}

@font-face {
font-family: "PingFang SC";
src: url("../font/苹方黑体-准-简.ttf") format('truetype');
}

@font-face {
font-family: "SourceHanSansCN-Regular";
src: url("../font/SourceHanSansCN-Regular.ttf") format('truetype');
}

body {
font-family: PingFang SC;
background: #f5f5f5;
color: #666666;
}

.main {
width: 1200px;
margin: 0 auto;
}

.header {
display: flex;
flex-direction: row;
justify-content: space-around;
height: 100px;
background: #3E67FE;
background-image: linear-gradient(to right, #4BBAFA, #3E67FE, #3E67FE, #3E67FE, #4BBAFA);
}

.header .logo {
margin-top: 8px;
width: 90px;
height: 82px;
margin-left: 8px;
}

.header .desc-left {
width: 910px;
display: flex;
flex-direction: column;
align-items: flex-start;
color: #FFFFFF;
height: 78px;
margin-top: 22px;
}

.header .desc-left .first {
height: 31px;
line-height: 31px;
font-size: 44px;
font-family: "YouSheBiaoTiHei";
}

.header .desc-left .sec {
height: 22px;
font-size: 16px;
font-family: "SourceHanSansCN-Regular";
margin-top: 10px;
}

.header .desc-right {
display: flex;
flex-direction: column;
width: 200px;
color: #fff;
font-size: 12px;
text-align: right;
height: 44px;
margin-top: 28px;
}

.header .desc-right p {
width: 157px;
height: 24px;
line-height: 24px;
text-align: right;
}

.header .desc-right p.bor {
background: rgba(232, 1, 2, 0);
border: 1px solid #DDDDDD;
border-radius: 12px;
text-align: center;
}

.div-block {
background: #fff;
}

.connect {
display: flex;
flex-direction: row;
justify-content: space-around;
height: 136px;
margin-top: 20px;
background: #fff;
padding: 30px;
}

.connect .con-div {
width: 193px;
height: 118px;
background: #FFFFFF;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
border-radius: 10px;
padding-left: 15px;
padding-top: 15px;
}

.connect .last{
width: 180px;
box-shadow: none;
padding-left: 15px;
}
.connect .wechat {
	width: 200px;
	box-shadow: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: -10px;
}
.connect .wechat .wechatimg{
	margin-left: 3px;
}
.connect .con-div .tit {
font-size: 16px;
height: 24px;
line-height: 24px;
}

.connect .con-div .tit::before {
display: inline-block;
width: 4px;
height: 16px;
content: '';
background: #2D90FB;
border-radius: 2px;
margin-right: 13px;
margin-top: 2px;
position: relative;
top: 2px;
}

.connect .con-div .qq {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
margin-top: 20px;
}

.connect .con-div .qq .img {
height: 55px;
width: 55px;
/* background: url(../images/icon_1.png) no-repeat; */
background-size: 100% 100%;
border: 2px solid #ddd;
text-align: center;
}

.connect .con-div .qq .img:hover {
border: 2px dotted #ddd;
}

.connect .con-div .qq .img img {
margin-top: 6px;
}

.connect .con-div .qq .img-rig {
font-size: 12px;
margin-left: 11px;
}

.img-rig p:first-child {
color: #2D90FB;
}

.con-qq {
margin-bottom: 15px;
}

.qq-div {
display: flex;
flex-direction: row;
margin-top: 5px;
}

.qq-div p:last-child {
font-size: 12px;
color: #434343;
}

.buy {
margin-top: 20px;
background: url(../images/buy_banner.png) no-repeat;
background-size: 100% 100%;
}

.buy-btn{
	width: 130px;
	height: 53px;
	/*background: #f00;*/
	float: right;
}

.prox {
/* height: 287px; */
background: #fff;
margin-top: 20px;
padding: 25px 42px 0;
}

.prox .div-desc {
display: inline-flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
padding-left: 12px;
margin-top: 25px;
}

.prox .div-desc .div-desc-li {
	display: flex;
    flex-flow: row wrap;
    align-content: center;
    width: 375px;
    height: 85px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 25px;
    margin-left: 15px;
    padding: 5px 12px 5px 12px;
}

.prox .div-desc .div-desc-li:hover {
color: #2D90FB;
border-color: #2D90FB;
}

.prox .div-desc .div-desc-li p {
height: 30px;
line-height: 30px;
}

.footer {
height: 120px;
background: #fff;
margin-top: 20px;
background: url(../images/buy_footer.png) no-repeat;
background-size: 100% 100%;
padding: 36px 42px;
}

.footer .div-desc {
margin-top: 27px;
}

.footer .div-desc p {
height: 32px;
font-size: 16px;
padding-left: 12px;
}

.div-tit {
width: calc(100% - 42px);
height: 20px;
font-size: 20px;
font-weight: 400;
color: #000000;
}

.div-tit::before {
position: relative;
display: inline-block;
width: 4px;
height: 18px;
background: #2D90FB;
color: #2D90FB;
border-radius: 2px;
content: '';
margin-right: 5px;
top: 2px;
}