* {
    margin: 0;
    padding: 0;
    /* font-size: 16px; */
    font-size: 16px;
}

.clear::after {
    clear: both;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    content: "";
}

.header {
    width: 100%;
    margin: 0 auto;
}

.nav {
    padding: 10px 0px;
    width: 1080px;
    margin: 0 auto;
    border: 0 solid black;
}

.nav_logo {
    float: left;
}

.nav_logo img {
    width: 80px;
    height: 80px;
}

.nav_info {
    margin-top: 19px;
    display: inline-block;
    width: 200px;
}

.nav_info_text1 {
    font-size: 25px;
}

.nav_info_text2 {
    font-size: 20px;
    text-align: right;
    color: #4c72f6;
}

.nav_info2 {
    display: inline-block;
    width: 150px;
    float: right;
}

.nav_info2_logo {
    margin-top: 5px;
}

.logo_text {
    display: block;
    float: left;
    font-size: 18px;
}

.info_text1 {
    float: right;
    line-height: 42px;
}

.logo_phone {
    float: left;
    width: 35px;
    height: 35px;
}

.logo_phone img {
    width: 35px;
    height: 35px;
}

.info_text2 {
    float: left;
    font-size: 20px;
    float: right;
}

.logo_text2 {
    display: inline-block;
}

.logo_text3 {
    color: #4c72f6;
}

.info_text3 {
    float: right;
    font-size: 16px;
    text-align: center;
    margin-top: 3px;
    cursor: pointer;
    width: 150px;
}

.nav_list {
    width: 100%;
    background: #5980f4;
}

.nav_list_contont {
    width: 1080px;
    margin: 0 auto;
}

.nav_list_contont ul {
    text-align: center;
}

.nav_list_contont li {
    display: block;
    padding: 0 20px;
    list-style: none;
    float: left;
    margin: 0 auto;
    line-height: 45px;
}

.nav_list_contont li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}


/* 登入的样式 */

#erweima_box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.514);
}

#erweima {
    position: fixed;
    top: 120px;
    left: 40%;
    z-index: 1000;
    background: white;
    padding-top: 50px;
    border-radius: 10px;
}

.impowerBox .qrcode {
    width: 180px;
}

.impowerBox .title {
    display: none;
}

.impowerBox .info {
    width: 180px;
}

.status_icon {
    display: none
}

.impowerBox .status {
    text-align: center;
}

.act {
    background: #4c69c0;
}

a {
    color: black;
    text-decoration: none;
}

.buttoms {
    width: 50%;
    margin: 0 auto;
    padding: 20px 0px;
    text-align: center;
}


/* 分页样式 */

.pagination li {
    list-style: none;
    line-height: 30px;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    color: rgb(49, 49, 49);
    text-decoration: none;
    border: 3px solid #539AC8;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    font-size: 16px;
    color: #539AC8;
    margin: 10px;
}

.active span {
    color: rgb(0, 112, 187);
    border: 3px solid rgb(0, 112, 187);
}


/* 
付款二维码的样式 
*/

.bay_dijing {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9000;
    position: fixed;
    top: 0px;
    left: 0px;
}

.bay_box {
    background: #ffffff;
    text-align: center;
    padding: 30px 50px 45px 50px;
    position: absolute;
    top: 15%;
    left: 28%;
    z-index: 9999;
    border-radius: 20px;
}

.bay_box>p {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 20px;
}

.guanbi {
    background: #dfdfdf;
    color: rgb(255, 121, 121);
    width: 30px;
    height: 30px;
    font-size: 27px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

#qrcode {
    width: 220px;
    height: 220px;
}

.bay_p {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}

.bay_title {
    font-size: 23px;
    text-align: center;
    padding-bottom: 10px;
}

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

.bay_box_box_right img {
    width: 210px;
    height: 250px;
}

.bay_box_box_left_img {
    border: 2px solid #dfdfdf;
    padding: 1px;
}

.bay_box_box_left {
    margin-right: 30px;
}

a{
    color: black;
}
a:hover{
    color:black;
}

/*扫码关注公众号*/
.guanzhu{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9000;
    position: fixed;
    top: 0px;
    left: 0px;
}
.gz_box{
    position: fixed;
    top: 120px;
    left: 40%;
    z-index: 1000;
    background: white;
    padding: 40px 25px;
    border-radius: 10px;
}
/*#gz_img{*/
    /*width: 190px;*/
    /*height: 190px;*/
    /*text-align: center;*/
    /*margin: 0 auto;*/
/*}*/
.gz_img img{
    width: 190px;
    height: 190px;
    display: flex;
    margin: 0 auto;
}
.gz_wenzi{
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}
.gz_bottome{
    text-align: center;
    font-size: 20px;
    padding-top:15px;
}

/*底部公共样式*/


.public_bottom {
    width: 100%;
    background: black;
    margin-top: -23px;
}

.bottom_box {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
}

.bottom_box_top {
    width: 100%;
}

.bottom_box_top_left_wx {
    float: left;
    font-size: 20px;
}

.bottom_box_top_left_wx i {
    line-height: 150px;
    color: #3e89ff;
}

.bottom_box_top_left {
    float: left;
    line-height: 150px;
}

.bottom_box_top_left_text {
    float: left;
    line-height: 150px;
    margin-left: 10px;
    color: white;
}

.bottom_box_top_right {
    float: right;
}

.box_top_right_left {
    color: white;
}

.box_top_right_left_mobile {
    float: left;
}

.box_top_right_left_mobile i {
    line-height: 150px;
    color: #3e89ff;
}

.box_top_right_left_mobiletext {
    float: left;
    margin-left: 10px;
}

.box_top_right_left_mobiletext p {
    line-height: 150px;
}

.bottom_logo_box {
    height: 100%;
    width: 100px;
    float: right;
}

.bottom_logo {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    border-radius: 50px;
    margin: 45px auto;
    text-align: center;
}

.bottom_box_contot {
    margin: 0 auto;
}

.bottom_box_list {
    height: 50px;
    border-top: 1px solid #393e42;
    border-bottom: 1px solid #393e42;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}

.bottom_box_list li {
    /* padding: 0 0px; */
    list-style: none;
    float: left;
    margin-left: 69px;
    /* line-height: 55px; */
}

.bottom_box_list li a {
    width: 100%;
    height: 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.last_info::after {
    content: "";
    position: relative;
    content: "|";
    left: 30px;
}

.bottom_box_bottom {
    margin-top: 25px;
    height: 175px;
}

.bottom_box_bottom_contont {
    /* width: 900px; */
    height: 100%;
    margin: 0 auto;
}

.box_bottom_contont_left {
    padding: 20px 0px;
    height: 100%;
    float: left;
    color: white;
    font-size: 16px;
}

.box_bottom_contont_left p {
    margin-top: 10px;
}

.box_bottom_contont_right_1 {
    text-align: center;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    color: white;
}

.box_bottom_contont_right {
    float: right;
    margin-top: 20px;
}

a {
    text-decoration: none;
    /* color: #fff; */
}

#flash {
    width: 100%;
    height: 400px;
    /* background: red; */
    background-position: center;
    background-size: cover;
    position: relative;
}

#num {
    position: absolute;
    left: 47%;
    bottom: 10px;
    z-index: 2;
    cursor: default;
}

#num li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #666;
    margin: 5px;
    cursor: pointer;
    list-style: none;
}

#num li.active {
    background: #3e89ff;
}

.arrow {
    height: 60px;
    width: 30px;
    line-height: 60px;
    text-align: center;
    display: block;
    position: absolute;
    top: 45%;
    z-index: 3;
    display: none;
}

.arrow:hover {
    background: rgba(0, 0, 0, 0.7);
}

#flash:hover .arrow {
    display: block;
}

#left {
    left: 2%;
}

#right {
    right: 2%;
}

.shuffling_box {
    width: 100%;
    height: 500px;
}

.shuffling_box a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}