* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

i, a {
    font-style: normal;
    text-decoration: none;
}

img {
    display: block;
}

body, form, li, p, ul {
    list-style: none;
}

body {
    font-size: 12rem;

}

body > div, body > footer {
    margin: 0 auto;
}

/*字体样式*/
.font_size_0 {
    font-size: 14rem;
}

.font_size_1 {
    font-size: 16rem;
}

.font_size_2 {
    font-size: 28rem;
}

.font_size_3 {
    font-size: 20rem;
}

.font_size_4 {
    font-size: 40rem;
}

.font_size_5 {
    font-size: 35rem;
}

.font_size_6 {
    font-size: 36rem;
}

.font_size_7 {
    font-size: 22rem;
}

/*盒子样式合集*/
.box_style_1 {
    width: 100%;
}

/*弹性布局样式合集*/
.flex {
    display: flex;
}

.flex_j_c_SP {
    display: flex;
    justify-content: space-between;
}

.flex_ALL_C {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_a_i_C {
    display: flex;
    align-items: center;
}

/*按钮样式合集*/
.button_style_1 {
    width: 170rem;
    height: 60rem;
    background: linear-gradient(-12deg, #B65BCD, #5C2EB4);
    border-radius: 20rem;
    cursor: pointer;
    font-size: 24rem;
    color: #fff;
    border: none;
}

.button_style_2 {
    width: 170rem;
    height: 50rem;
    border-radius: 20rem;
    cursor: pointer;
    font-size: 24rem;
    border: 1rem solid #FFFFFF;
}
.button_style_2:hover {
    background: linear-gradient(-12deg, #B65BCD, #5C2EB4);
    color: #fff;
    border: none;
}

.button_style_1 > img, .button_style_2 > img {
    width: 24rem;
    margin-top: 2rem;
}

.button_style_3 {
    width: 170rem;
    height: 60rem;
    background: #362B87;
    border-radius: 18rem;
    cursor: pointer;
    font-size: 24rem;
}


.button_style_4 {
    width: 170rem;
    height: 60rem;
    background: rgba(221, 103, 65, 0);
    border: 1rem solid #AF4ACA;
    border-radius: 20rem;
    cursor: pointer;
    font-size: 24rem;
}

.button_style_3 > img, .button_style_4 > img {
    width: 12rem;
    height: 10rem;
    margin-left: 9rem;
}

.button_style_5 {
    width: 170rem;
    height: 60rem;
    background: #362B87;
    border-radius: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24rem;
    color: #fff;
    cursor: pointer;
}

.button_style_6 {
    width: 170rem;
    height: 60rem;
    background: #FFFFFF;
    border: 1rem solid #C6C6C6;
    border-radius: 15rem;
    cursor: pointer;
    margin: 19rem auto 0;
    font-size: 24rem;
}

.button_style_6 > img {
    width: 6rem;
    height: 10rem;
    margin-left: 13rem;
}


/*换行样式合集*/
.text_warp_one {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.text_warp_two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

/*公共标题/文字样式*/
.common_title {
    font-size: 40rem;
    text-align: center;
    line-height: 60rem;
    font-weight: bold;
    color: #333333;
}

.common_title_2 {
    font-size: 24rem;
    line-height: 24rem;
    font-weight: 400;
    color: #333333;
}

.common_font_1 {
    font-size: 30rem;
    font-weight: 400;
    color: #AF4AC9;
    line-height: 44rem;
}

.common_font_2 {
    font-size: 32rem;
    font-weight: 400;
    color: #362B87;
}

/*杂项*/
.must {
    font-size: 24rem;
    color: #DC3545;
}

#pop {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    display: none;
	z-index: 100;
}

.pop_window {
    width: 90%;
    height:65vh;
    background: #FFFFFF;
    border-radius: 20rem;
    margin:auto;
    padding: 0 40rem;
    line-height: 50rem;
    font-size: 28rem;
	overflow-y: scroll;
}

.pop_window_title {
    font-size: 32rem;
    font-weight: bold;
    color: #333333;
    display: flex;
    justify-content: space-between;
    padding: 20rem 30rem 20rem 30rem;
    border-bottom: 1rem solid #E5E5E5;
}

.pop_window_title > span {
    display: flex;
    align-items: center;
}

.pop_window_title > img {
    cursor: pointer;
	width: 40rem;
}

.pop_window_form_title {
    font-size: 16rem;
    font-weight: 400;
    color: #666666;
    line-height: 2;
}

.pop_window_form {
    padding: 30rem 15rem 30rem 15rem;
}

.pop_window_form_check i {
    width: 12rem;
    height: 12rem;
    display: inline-block;
    margin-right: 8rem;
}

.pop_window_form_check li {
    margin-top:15rem;
    display: flex;
    align-items: center;
    font-size: 16rem;
    line-height:1;
}

.pop_window_form_check li input {
    width: 30rem;
    height: 30rem;
    margin-right: 12rem;
}

.pop_window_form_check input {
    border-color: #ccc !important;
}

.pop_window_form_radio {
    margin-top: 15rem;
    font-size: 16rem;
    color: #000;
    line-height:2;
}

.pop_window_form_radio > div + div {
    margin-left: 29rem;
}

.pop_window_form_radio input {
    margin-right: 4rem;
}

.pop_window_form_input {
    margin-top: 15rem;

}

.pop_window_form_input > div {
    display: flex;
    align-items: center;
    font-size: 16rem;
    padding-left:0;
}

.pop_window_form_input > div + div {
    margin-top: 18rem
}

.pop_window_form_input input {
    width: 60%;
    height: 50rem;
    background: rgba(186, 198, 182, 0);
    border: 1rem solid #CCCCCC;
    padding:0 10rem;
    margin-left:0;
	color: #666;
}

.pop_window_form_input_left {
    width:40%;
    font-size: 16rem;
    font-weight: 400;
    color: #666666;
    line-height: 30rem;
    text-align: right;
	padding-right: 10rem;
}

.pop_window_form_input_button {
    margin-top: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop_window_form_input_button > button {
    width: 176rem;
    height: 48rem;
    border-radius: 24rem;
    cursor: pointer;
    background-color: #fff;
    border: 1rem solid #4564ff;
    color: #4564ff;
}

.pop_window_form_input_button > button:last-child {
    margin-left: 40rem;
    background-color: #4564ff;
    color: #fff;
    border: none;
}
.pop_window_form_check{
	flex-wrap: wrap;
}
.pop_window_form_radio{
	flex-wrap: wrap;
}
.pop_window_form_radio>div{
	width: 50%;
	text-align: left;
	margin-left: 0 !important;
}
/*公共颜色*/
.color_bg_1 {
    background-color: #27933D;
}

.color_bg_2 {
    background-color: #1A355E;
}

.color_bg_3 {
    background-color: #BAC6B6;
}

.color_bg_4 {
    background-color: #B2047C;
}

.color_bg_5 {
    background-color: #CF0889;
}

.color_bg_6 {
    background-color: #0318EB;
}

.color_bg_7 {
    background-color: #195B0A;
}
.toTop{
	width: 60rem;
	height: 60rem;
	bottom: 200rem;
}
/* .small_header {
    display: block;
    padding: 0;
} */
/* 分页 */
.pagebar{
	margin: 30rem;
}
.paginations{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.paginations a{
	border: 1px solid #ccc;
	color: #666;
	display: block;
	margin:0 5rem 5rem 5rem;
	padding: 10rem;
}
.paginations .page-num-current{
	background: #362B87;
	color: #fff;
	border: 1px solid #362B87;
}

/* 手机顶部功能样式 */
.mobile-box{
	position: fixed;
	top: 0;
	right: 70px;
	display: flex;
}
.mobile-item{
	/* position: relative; */
	/* margin: 0 10px; */
	position: absolute;
	top: 0;
	right: 30rem;
}
.mobile-item-ico {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-item-ico img{
	margin: 0 auto;
}
.mobile-item ul{
	position: absolute;
	top:45px;
	left: -10px;
	background: #fff;
	border-top: 1px solid #5C2EB4;
	display: none;
}
.mobile-item ul a{
	display: block;
	padding: 10px 15px;
	text-align: center;
	color: #333;
	word-break: keep-all;
	line-height: normal;
}
.mobile-item ul .active{
	color: #ff0000;
}
.search-box{
	top:45px;
	right: 0;
	width: 200px;
	height: 35px;
}
.search-box form{
	height: 100%;
}
.search-box input{
	width:150px;
	height: 100%;
	
}
.search-box button{
	width: 50px;
	height: 100%;
}
/* 投资者和关系 */
.out-box{
	width: 80%;
	margin: 50% auto;
}
.out-title{
	font-size: 34rem;
}
.out-word{
	font-size: 28rem;
}
.btn-one{
	font-size: 28rem;
	padding: 10rem 40rem;
}