
/*logo部分*/

body{
	margin: 0 !important;
	padding: 0 !important;
	font:normal!important;
	line-height: normal!important;
}
 [v-cloak] {  
        display: none;  
    }
.page-top-box{
    width: 100%;
    position:fixed;
    top:0;
    left: 0;
    z-index: 5;
    background-color: white;
    box-shadow: 0 0 5px gainsboro;
}
.page-top{
    width: 880px;
    height: 100px;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.top-menu-right{
    width: 90%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page-top-left-img{
  display: block;
  margin: auto;
  width: 209px;
  height: 60px;
  vertical-align:baseline !important;
}
.page-top-middle{
  
}
.page-top-right-menu{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page-top-right-menu>div{
    margin: 0 20px 0 0;
    padding: 8px ;
}
.page-top-right-menu>div>a{
    font-size: 18px;
    font-weight: bold;
    color:black;
    display: block;
    width: 100%;
    height: 100%;
}
.selected-bgc{
    position:relative;
}
.selected-bgc::after{
    content: "";
    position:absolute;
    bottom:0;
    left: 35%;
    width: 35%;
    height: 5px;
    background-color: black;
    border-radius: 20px;
}
.a-top-menu{
    color:white !important;
    /*padding: 10px 15px;*/
}
.a-line-none{
    text-decoration : none
}
/*最顶部*/
.max-top{
    width: 100%;
    height: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.max-top-tel{
    height: 100%;
    display: flex;
    align-items: center;
    margin:0 20px ;
}
.max-top-tel>img{
    margin-right: 10px;
}
.max-top-tel > span{
    font-size: 17px !important;
    font-weight: bolder !important;
	font-family: "微软雅黑" !important;
}
.max-top-shou-can{
    height: 100%;
    display: flex;
    align-items: center;
    margin:0 20px ;
    cursor: pointer;
}
.max-top-shou-can>img{
    margin-right: 10px;
}
.max-top-shou-can>span{
    font-size: 15px;
    font-weight: bold;
}
.max-top-shou-can-2{
    height: 100%;
    display: flex;
    align-items: center;
    
    cursor: pointer;
}
.vip-btn{
	text-decoration: none;
	font-size: 15px;
	font-weight: bolder;
	cursor: pointer;
	margin: 0 10px;
	width: 100px;
	height: 30px;
	background: #fd6b00;
	color: #002b46;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
}
.login-btn{
	text-decoration: none;
	font-size: 15px;
	font-weight: bolder;
	cursor: pointer;
	width: 100px;
	height: 30px;
	background: #fdca19;
	color: #002b46;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
}
.login-btn-out{
	text-decoration: none;
	font-size: 15px;
	font-weight: bolder;
	cursor: pointer;
	width: 100px;
	height: 30px;
	background: #fdca19;
	color: #002b46;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
}

.code-img >img{
    width: 80px;
    height: 80px;
}

.a-free-trial{
    display: block;
    text-decoration: none;
}
.free-trial{
    height: 100%;
    display: flex;
    align-items: center;
    margin:0 20px ;
}
.free-trial>img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.free-trial>span{
    font-size: 15px;
    font-weight: bold;
    color:red;
}
/*右边二维码*/
.code-group{
    
    display: flex;
    justify-content: space-around;
}
.code-group-left{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.code-group-left >img{
    width: 110px;
    height: 110px;
}
.min-code-img{
    box-shadow: 0 0 2px grey;
}
.code-word{
    font-size: 14px;
    font-weight: bolder;
    margin-left: 5px;
}

/*  */
@media screen and (max-width: 1199px){
	
	#app{
	    width: 1200px !important;
		box-sizing: border-box;
	}
	
	.about{
	    width: 1200px !important;
	}
		
	.promot{
		width: 100% !important;
		position:fixed;
		bottom:150px;
		display: block !important;
		
		color:yellow;
		font-weight: bold;
		font-size: 45px;
		text-align: center;
		background-color: red;
		padding: 30px 0;
	}
	.btn{
		background-color: black;
		padding: 5px 20px;
		border-radius: 5px;
	}
}