@charset "utf-8";  html{font-size:10px!important;}
@media screen and (min-width:321px) and (max-width:375px){html{font-size:11px !important;}}
@media screen and (min-width:376px) and (max-width:414px){html{font-size:12px !important;}}
@media screen and (min-width:415px) and (max-width:639px){html{font-size:15px !important;}}
@media screen and (min-width:640px) and (max-width:719px){html{font-size:20px !important;}}
@media screen and (min-width:720px) and (max-width:749px){html{font-size:22.5px !important;}}
@media screen and (min-width:750px) and (max-width:799px){html{font-size:23.5px !important;}}
@media screen and (min-width:800px){html{font-size:25px !important}}
/* ======================== 全局初始化 ===================== */

@keyframes button{
    0%{ transform:scale(1,1)}
    50%{ transform:scale(0.8,0.8)}
    100%{ transform:scale(1,1)}
}
/* ======================== 全局初始化 ===================== */

body,html,p,span,h2,h3,h4,button,ul,li {
    padding: 0;
    margin: 0;
    color: #333333;
    font-family: '微软雅黑' !important;
}
body,
html {
    background-color: #ffffff;
}
button {
    border: none;
    outline-style: none;
}
input {
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fl {float: left;}
.fr {float: right;}

:focus {
    outline: none;
}
a{ text-decoration:none} 

.animation_btn{
    animation: button 1s linear infinite;
}

body,
html,
p,
span,
h2,
h3,
h4,
button,
ul,
li {
    padding: 0;
    margin: 0;
    color: #333;
    font-family: '微软雅黑' !important;
}
ul, li {list-style: none;}


/*footer*/

.footer{
    margin: 0 auto;
    width: 100%;
    background: #333;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}
.foot-btn{
    /*width: 280px;*/
    /*height: 30px;*/
    display: inline-block;
    font-size: 18px;
    color: #b2b2b2;
    border-radius: 25px;
    border: 1px solid #4b4b4b;
    background: #333;
    text-align: center;
    line-height: 30px;
    padding: 5px 20px;
    margin: 40px 0;
}


.statement{
    width:100%;
    padding-bottom: 0.5em;
}

@media screen and (min-width:1200px){
    .statement p{
        font-size:14px;
        color:#6d6d6d;
        margin: 0;
        padding: 2px 0;
        line-height: 26px;
        text-align: left;
        margin-bottom: 5px;
        width: 1200px;
        margin: 0 auto!important;
    }

}
.statement p{
    font-size:14px;
    color:#6d6d6d;
    margin: 0;
    padding: 2px 0;
    line-height: 26px;
    text-align: left;
    margin-bottom: 5px;

}


.copyright {
    text-align: center !important;
    font-size: 14px !important;
    color:#6d6d6d !important;
    margin: 0px !important;
    padding: 0 !important;
}
.copyright:last-child {
    padding-bottom: 10px !important;
}
    /*footer*/
.m-copyright {
    text-align: center !important;
    font-size: 0.9rem !important;
    color: #6d6d6d !important;
    margin: 0px !important;
    padding: 0 !important;
    padding-bottom: 0px !important;
}


/* 弹框   --手机 */
.public_mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
}
.public_mask .sign_box {
    width: 80%;
	height: 18.5rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px #666;
    border: 5px solid #eb392a;
    position: absolute;
    top: 50%;
    left: 36%;
    margin-top: -165px;
    margin-left: -165px;
    text-align: center;
}


.public_mask .sign_box {
    width: 25.5rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -8.4rem;
    margin-left: initial;
    border: 5px solid #b28953;
}

.public_mask .sign_box div {
	width: 20rem;
	height: 3rem;
    line-height: 3rem;
    display: inline-block;
    text-align: left;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
}
.public_mask .sign_box div span {
    display: inline-block;
    width: 3rem;
    height: 100%;
    border-right: 1px solid #dcdcdc;
    text-align: center;
    float: left;
}
.public_mask .sign_box div span img{
    margin-top: 16px!important;
}
.public_mask .sign_box div input {
    width: 170px;
    height: 57px;
    border: none;
    background-color: rgb(255, 255, 255,0.1);
    float: left;
    font-size: 0.9rem;
    color: #999;
    padding-left: 12px;
}
.public_mask .sign_box div button {
	width: 6.6rem;
	height: 3rem;
    background-color: #dcdcdc;
    border: none;
    padding: 0px;
    margin: 0;
    float: right;
    font-size: 16px;
    color: #7172a5;
    cursor: pointer;
    font-size: 1rem;
	/* line-height: 3rem; */
	letter-spacing: 0.1rem;
	color: #eb392a;
}
.public_mask .sign_box a {
    display: inline-block;
	width: 20rem;
	height: 3.3rem;
	background-color: #eb392a;
    line-height: 3.3rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 0.5rem;
}
/* .public_mask .sign_box a:hover {
    background-color: #64659c;
} */
.public_mask .sign_box .close {
	width: 1.6rem;
	height: 1.6rem;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: -13px;
    right: -12px;
    z-index: 3;
    cursor: pointer;
}
.public_mask .sign_box .close:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("/common/images/box_close.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}



/* 弹框   --pc  此css必须置于wap后面*/
.pc-public_mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
}
.pc-public_mask .sign_box {
    width: 421px;
	height: 344px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px #666;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -185px;
    /*margin-left: -210px;*/
    text-align: center;
}
.pc-public_mask .sign_box div {
    width: 368px;
	height: 53px;
    line-height: 3rem;
    display: inline-block;
    text-align: left;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
}
.pc-public_mask .sign_box div span {
    display: inline-block;
    width: 3rem;
    height: 100%;
    border-right: 1px solid #dcdcdc;
    text-align: center;
    float: left;
}
.pc-public_mask .sign_box div span img{
    margin-top: -25px!important;
}
.pc-public_mask .sign_box div input {
    width: 145px;
    height: 51px;
    border: none;
    background-color: rgb(255, 255, 255);
    float: left;
    font-size: 18px;
    color: #999;
    padding-left: 12px;
}
.pc-public_mask .sign_box div button {
	width: 131px;
	height: 53px;
    background-color: #dcdcdc;
    border: none;
    padding: 0px;
    margin: 0;
    float: right;
    font-size: 16px;
    color: #7172a5;
    cursor: pointer;
    font-size: 20px;
	line-height: 40px;
	letter-spacing: 0.1rem;
	color: #eb392a;
}
.pc-public_mask .sign_box .check_code{
    display: inline-block;
	width: 375px;
	height: 70px;
	background-color: #eb392a;
    line-height: 70px;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 0.5rem;
}
/* .pc-public_mask .sign_box a:hover {
    background-color: #64659c;
} */
.pc-public_mask .sign_box .close {
    width: 32px;
	height: 32px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: -13px;
    right: -12px;
    z-index: 3;
    cursor: pointer;
}
.pc-public_mask .sign_box .close:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("/common/images/box_close.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


/* 改版:
	1. 隐藏name框 
	2. input下面添加 <i> 标签提醒 */
.pc-public_mask .sign_box .phone {
	margin-top: 50px;
	margin-bottom: 25px;
}
.comman_box .name {
	display: none !important;
}
.comman_box .phone, .comman_box .code {
	position: relative;
}
.comman_box .code input {
	/* width: 162px !important; */
}
.banner #box1_show {
	left: 162px !important;
}
.comman_box i.i_tips {
	position: absolute;
	bottom: -24px;
	left: 10px;
	color: red;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-style: initial;
	text-align: left;
	z-index: 9;
}

@media screen and (max-width:750px) {
	.comman_box i.i_tips {
		font-size: 0.9rem;
	}
	.banner_sign_box.sign_box.comman_box div {
		margin-bottom: 1rem;
	}
	.public_mask .sign_box div.phone {
		/* margin-top: 2rem; */
		margin-top: 3rem;
		margin-bottom: 1.5rem;
	}
	.public_mask .sign_box div.code {
		margin-bottom: 1.5rem;
	}
}




/*底部*/
.teamwork{
    width:100%;
    height:126px;
    border-top:1px solid #c2c2c2;
}
.teamwork-box{
    margin:0 auto;
    width:1130px;
    margin-top: -15.5px;
}
.teamwork-title{
    margin:0 auto;
    font-size:18px;
    color:#fff;
    background-color:#808080;
    width:106px;
    height:31px;
    text-align: center;
    line-height: 31px;
    margin-bottom: 33px;
}
/*.teamwork-box img {*/
    /*margin-left: 5px;*/
/*}*/
a:focus, a:hover {
    text-decoration: none !important;
}


/* 期货页面 底部古典按钮样式 */
.fix-foot{
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 3.8rem;
    z-index: 9999;
    background: #fff;
}
.fix-foot div{
width: 50%;
height: 100%;
font-size: 1.5rem;
}
.fix-foot .left{
width: 50%;
height: 100%;
background-color: #d79e41;
color: #fff;
}
.fix-foot .right{
width: 50%;
height: 100%;
background-color: #925806;
color: #ffffff;
}
.fix-foot .single{
width: 100%;
height: 100%;
background-color: #ff4b4f;
color: #ffffff;
}