/*导航栏*/
/*.box{*/
/*position: fixed;*/
/*top: 0;*/
/*height: 80px;*/
/*width: 100%;*/
/*z-index: 10;*/
/*background-color:rgba(0,0,0,0);*/
/*}*/
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
html,body{
    background-color: #fff;
    /*height: 100%;*/
    width: 100%;
    /*overflow: hidden;*/
}

.clearfix{*zoom:1;}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}

@media (min-width: 1200px) {
    .box_1 {
        position: fixed;
        top: 0;
        height: 80px;
        width: 100%;
        z-index:101;
        background-color: #0D3E75;
    }

    .box-menu {
        position: absolute;
        height: 80px;
        width: 1200px;
        left: 50%;
        margin-left: -600px;
    }

    #menu{
        position: absolute;
        height: 80px;
        width: 800px;
        display: inline-block !important;
        margin-left: 25px;
        /* background-color: #fff; */
        /* margin-top: -80px; */
    }

    #menu li {
        float: left;
        margin-left: 10px;
        height: 80px;
        width: 120px;
        font-size: 24px;
        font-family: "微软雅黑";
        line-height: 80px;
        color: #fff;
        text-align: center;
    }

    #menu li a .line {
        display: block;
        width: 0px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        transition: width 0.3s;
        /* margin-left: 20px; */
    }

    #menu li a:hover > .line {
        width: 80px;
    }

    #menu #to-h5 .line_1, #menu #to-app .line_1, #menu #to-forum .line_1 {
        display: block;
        width: 80px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        /*transition: width 0.5s;*/
    }


    #menu #to-h5 a, #menu #to-forum a, #menu #to-app a {
        font-size: 26px;
        color: #fff;
    }


    #menu li:hover > a {
        color: #fff;
    }
    .logo{
        height: 56px;
        width: 120px;
        margin-left: 10px;
        display: inline-block;
        background: url(../img/wlogo.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 11px;
    }
    /*#menu .logo:hover{*/
    /*border-bottom: none;*/
    /*}*/
    .logo:after{
        content: "";
        width:2px;
        background:#fff;
        height:42px;
        margin-top:-21px;
        position: absolute;
        left: 12.4%;
        top:50%;
    }
    /*登录和注册按钮*/
    #member {
        position: absolute;
        height: 50px;
        width: 160px;
        top: 15px;
        right: 100px;
    }

    #member li {
        float: left;
        height: 20px;
        width: 75px;
        margin-top: 15px;
        font-size: 18px;
        font-family: "微软雅黑";
        color: #fff;
        line-height: 20px;
        text-align: center;
        cursor: pointer;

    }

    #member li a {
        font-size: 18px;
        font-family: "微软雅黑";
        color: #fff;
        text-decoration: none;
    }

    #member li:nth-child(1):after {
        content: "/";
        color: #fff;
        width: 5px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        left: 45%;
    }
    .after{
        width: 160px;
        /*height: 200px;*/
        /*border: 1px solid red;*/
        margin-top: 10px;
        position: relative;
        left: 78%;
        display: none;
    }
    .circle_1{
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 60px;
        height: 60px;
        /* margin-top: -10px; */
        /* border: 1px solid #F3F3F3; */
        background-color: #F3F3F3;
        /* position: absolute; */
        /* right: 13%; */
        border-radius: 50%;
    }
    /*导航栏搜索功能*/
    .menus_search{
        height: 0;
        width: 100%;
        background: rgba(255,255,255,0.9);
        position: fixed;
        top: 0;
        left: 0;
        transition: height 0.5s;
        overflow: hidden;

    }
    .search_box .search_close{
        float: right;
        margin-top: 15px;
        margin-right: 15px;
        width: 25px;
    }
    .menus_search .search_box{
        /*border:1px solid #000;*/
        background: #fff;
        width:80%;
        height:30%;
        margin:0 auto;
        overflow: hidden;


    }
    .menus_search .search_box .search_title{
        display: block;
        width: 100%;
        height: 50px;
        font-family: "微软雅黑";
        color: #000;
        font-size: 30px;
        margin-top: 50px;
        padding-left: 70px;
        line-height: 50px;
    }
    .menus_search .search_box .enter{
        width: 40px;
        position: absolute;
        top: 135px;
        right: 236px;
        cursor: pointer;
    }
    .menus_search .search_box .search_input{
        display: inline-block;
        width: 100%;
        height: 50px;
        margin-top: 30px;
        background: #eee;
        font-family: "微软雅黑";
        font-size: 18px;
        border: none;
        padding-left: 50px;
        outline: none;
    }
    .circle_1 img{
        /* display: block; */
        width: 44px;
        height: 48px;
        margin: 12px 8px;
    }
    .box0{
        width: 100%;
        /* border: 1px solid #dddddd; */
        margin-top: 9px;
        padding: 5px;
        background-color: #002776;
        display: none;
    }
    .box0 p{
        width: 80px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: 12px auto;
    }
    .box0 p a{
        font-family: 'Microsoft Yahei', serif;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }
    .box0 p a:hover{
        font-size: 18px;
        color: #ED6D00;
    }

    #menu li a {
        color: #e6e6e6;
        text-decoration: none;
        outline: none;
    }

    #menus {
        position: absolute;
        height: 50px;
        top: 15px;
        right: 0px;
    }

    #carte {
        float: left;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        display: none;
        cursor: pointer;
    }

    #search {
        float: right;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        color: #eee;
        cursor: pointer;
    }


    #register {
        position: absolute;
        height: 100%;
        /* margin: 0px; */
        width: 100%;
        overflow: hidden;
        padding-top: 80px;
        padding-bottom: 102px;
        /* background-color: rgba(255, 255, 255, 0.8); */
        z-index: 100;
        /* display: none; */
    }

    #register .big_logo {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 1px;
        margin-left: 1px;
        background: url(../img/background.png) no-repeat;
        background-size: 100% 100%;
        width: 40%;
        height: 100%;
    }


    #register .big_logo .logo_1 {
        position: absolute;
        top: 50%;
        /* margin-left: 33%; */
        margin-top: -183px;
        /* left: 33%; */
        width: 400px;
        height: 250px;
        right: 85px;
    }

    #register .on_register {
        position: absolute;
        left: 45%;
        top: 50%;
        margin-left: 25px;
        margin-top: -305px;
        /* border: 1px solid red; */
        overflow: hidden;
        width: 670px;
        height: 610px;
    }

    .register-con {
        margin: 0;
        margin-top: 115px;
        height: 485px;
        width: 620px;
        /*border: 1px solid #000;*/
    }

    .register-con div, #coder {
        float: left;
        margin-top: 10px;
        margin-bottom: 20px;
        height: 42px;
        width: 660px;
        /*border: 1px solid #1B6D85;*/
    }

    .register-con div label, #coder label {
        float: left;
        height: 40px;
        width: 120px;
        margin-left: 10px;
        font-family: "微软雅黑";
        font-size: 22px;
        line-height: 40px;
        text-align: right;
        font-weight: 200;
        color: #4D4E4E;
    }

    .register-con div input {
        float: left;
        margin-left: 30px;
        height: 40px;
        width: 260px;
        font-family: "微软雅黑";
        font-size: 16px;
        line-height: 40px;
        border-radius: 5px;
        color: #333;
        padding-left: 10px;
        outline: none;
    }

    .admin-point {
        float: left;
        margin-left: 8px;
        text-align: left;
        width: 210px;
        font-family: "微软雅黑";
        font-size: 12px;
        line-height: 20px;
        color: #888;
        /*display: none;*/
    }

    .register-con .reg-decide {
        float: left;
        height: 30px;
        width: 30px;
        margin-left: 20px;
        margin-top: 5px;
        /*display: none;*/
    }

    .register-con .reg-decide img {
        position: absolute;
        height: 30px;
        width: 30px;
        display: none;
    }

    .reg-admin {
        float: left;
        height: 40px;
        width: 100px;
        color: #b80101;
        line-height: 40px;
        font-size: 14px;
        font-family: "微软雅黑";
        margin-left: 10px;
        display: none;
    }

    .reg-admin-again {
        float: left;
        height: 40px;
        width: 200px;
        color: #b80101;
        line-height: 40px;
        font-size: 14px;
        font-family: "微软雅黑";
        margin-left: 10px;
        display: none;
    }

    #putIn {
        float: left;
        margin-top: 20px;
        margin-left: 255px;
        height: 40px;
        width: 100px;
        font-size: 20px;
        font-family: "微软雅黑";
        line-height: 40px;
        background-color: #015C97;
        border: none;
        border-radius: 5px;
        color: #ddd;
        text-align: center;
        cursor: pointer;
    }

    #putIn:hover {
        background-color: #0659cd;
        color: #fff;
    }

    .register-con #coder .code-box {
        float: left;
        height: 42px;
        width: 260px;
        margin-left: 30px;
        margin-top:0;
        border-radius: 5px;
    }

    .register-con #coder .slider {
        width: 260px;
        height: 40px;
        position: relative;
        border-radius: 5px;
        background-color: #ccc;
        overflow: hidden;
        text-align: center;
        user-select: none;
        margin-top: 0;
        -moz-user-select: none;
        -webkit-user-select: none;
    }




    .on_register #slider2 .slider_bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        margin: 0;
        background-color: #7AC23C;
        z-index: 1;
    }


    .label {
        width: 45px;
        position: absolute;
        padding: 0;
        left: 0;
        top: 0px;
        /*margin-left: 3px;*/
        height: 40px;
        line-height: 40px;
        border: 1px solid #cccccc;
        background: #fff;
        z-index: 3;
        cursor: move;
        color: #ff9e77;
        font-size: 16px;
        font-weight: 900;
    }

    .labelTip {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 13px;
        font-family: 'Microsoft Yahei', serif;
        color: #787878;
        /*background-color: #ccc;*/
        line-height: 38px;
        text-align: center;
        z-index: 2;
    }

    .code-box {
        float: left;
        height: 50px;
        width: 300px;
        margin-left: 35px;
        border-radius: 10px;
        border: 1px solid #aaa;
    }

    #slider2 {
        width: 100%;
        height: 48px;
        position: relative;
        border-radius: 10px;
        background-color: #ccc;
        overflow: hidden;
        text-align: center;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

    #labels {
        width: 46px;
        position: absolute;
        padding: 0;
        left: 0;
        top: 0;
        height: 48px;
        line-height: 48px;
        border: 1px solid #cccccc;
        background: #fff;
        z-index: 3;
        cursor: move;
        color: #ff9e77;
        font-size: 16px;
        font-weight: 900;
    }

    #labelTip {
        line-height: 48px;
    }

    .on_register .has {
        float: right;
        width: 160px;
        height: 30px;
        margin-right: 30px;
        margin-top: 75px;
        line-height: 30px;
        text-align: center;
    }

    .on_register .has a {
        width: 100%;
        height: 100%;
        font-family: "微软雅黑";
        font-size: 15px;
        color: #0F5FF5;
        text-decoration: none;

    }

    #footer {
        margin: 0 auto;
        width: 100%;
        position: fixed;
        bottom: 0px;
        background: url("../img/ft.png") no-repeat;
        background-size: 100% 100%;
    }

    .footer {
        height: 100px;
        width: 1200px;
        margin: 0 auto;

    }

    .QR {
        float: left;
        height: 70px;
        width: 70px;
        margin-top: 15px;
        margin-left: 100px;
    }

    .QR img {
        height: 100%;
        width: 100%;
    }

    .footer-con {
        float: left;
        width: 900px;
        height: 50px;
        margin-top: 25px;
        margin-left: 50px;
    }

    .footer-con p {
        float: left;
        margin: 0;
        height: 25px;
        width: 300px;
        font-family: "微软雅黑";
        font-size: 12px;
        line-height: 25px;
        color: #fff;
    }
}



@media (min-width: 1001px) and (max-width: 1199px){
    /*导航栏搜索功能*/
    .menus_search{
        height: 0;
        width: 100%;
        background: rgba(255,255,255,0.9);
        position: fixed;
        top: 0;
        left: 0;
        transition: height 0.5s;
        overflow: hidden;

    }
    .search_box .search_close{
        float: right;
        margin-top: 15px;
        margin-right: 15px;
        width: 25px;
    }
    .menus_search .search_box{
        /*border:1px solid #000;*/
        background: #fff;
        width:80%;
        height:30%;
        margin:0 auto;
        overflow: hidden;


    }
    .menus_search .search_box .search_title{
        display: block;
        width: 100%;
        height: 50px;
        font-family: "微软雅黑";
        color: #000;
        font-size: 30px;
        margin-top: 50px;
        padding-left: 70px;
        line-height: 50px;
    }
    .menus_search .search_box .enter{
        width: 40px;
        position: absolute;
        top: 135px;
        right: 236px;
        cursor: pointer;
    }
    .menus_search .search_box .search_input{
        display: inline-block;
        width: 100%;
        height: 50px;
        margin-top: 30px;
        background: #eee;
        font-family: "微软雅黑";
        font-size: 18px;
        border: none;
        padding-left: 50px;
        outline: none;
    }
    .box_1 {
        position: fixed;
        top: 0;
        height: 80px;
        width: 100%;
        z-index: 101;
        background-color: #0D3E75;
    }

    .box-menu {
        position: absolute;
        height: 80px;
        width: 1000px;
        left: 50%;
        margin-left: -500px;
    }

    #menu{
        position: absolute;
        height: 80px;
        width: 635px;
        display: inline-block !important;
        margin-left: -10px;
        /* background-color: #fff; */
        /* margin-top: -80px; */
    }

    #menu li {
        float: left;
        margin-left: 45px;
        height: 80px;
        width: 60px;
        font-size: 22px;
        font-family: "微软雅黑";
        line-height: 80px;
        color: #fff;
        text-align: center;
    }

    #menu li a .line {
        display: block;
        width: 0px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        transition: width 0.3s;
        /* margin-left: 20px; */
    }

    #menu li a:hover > .line {
        width: 60px;
    }

    #menu #to-h5 .line_1, #menu #to-app .line_1, #menu #to-forum .line_1 {
        display: block;
        width: 80px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        /*transition: width 0.5s;*/
    }


    #menu #to-h5 a, #menu #to-forum a, #menu #to-app a {
        font-size: 26px;
        color: #fff;
    }


    #menu li:hover > a {
        color: #fff;
    }
    .logo{
        height: 56px;
        width: 120px;
        margin-left: 10px;
        display: inline-block;
        background: url(../img/wlogo.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 11px;
    }
    /*#menu .logo:hover{*/
    /*border-bottom: none;*/
    /*}*/
    .logo:after{
        content: "";
        width:2px;
        background:#fff;
        height:42px;
        margin-top:-21px;
        position: absolute;
        left: 14.4%;
        top:50%;
    }
    /*登录和注册按钮*/
    #member {
        position: absolute;
        height: 50px;
        width: 150px;
        top: 15px;
        right: 50px;
    }

    #member li {
        float: left;
        height: 20px;
        width: 65px;
        margin-top: 15px;
        font-size: 18px;
        font-family: "微软雅黑";
        color: #fff;
        line-height: 20px;
        text-align: center;
        cursor: pointer;

    }

    #member li a {
        font-size: 18px;
        font-family: "微软雅黑";
        color: #fff;
        text-decoration: none;
    }

    #member li:nth-child(1):after {
        content: "/";
        color: #fff;
        width: 5px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        left: 40%;
    }
    .after{
        width: 160px;
        /*height: 200px;*/
        /*border: 1px solid red;*/
        margin-top: 10px;
        position: relative;
        left: 78%;
        display: none;
    }
    .circle_1{
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 60px;
        height: 60px;
        /* margin-top: -10px; */
        /* border: 1px solid #F3F3F3; */
        background-color: #F3F3F3;
        /* position: absolute; */
        /* right: 13%; */
        border-radius: 50%;
    }
    .circle_1 img{
        /* display: block; */
        width: 44px;
        height: 48px;
        margin: 12px 8px;
    }
    .box0{
        width: 100%;
        /* border: 1px solid #dddddd; */
        margin-top: 9px;
        padding: 5px;
        background-color: #002776;
        display: none;
    }
    .box0 p{
        width: 80px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: 12px auto;
    }
    .box0 p a{
        font-family: 'Microsoft Yahei', serif;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }
    .box0 p a:hover{
        font-size: 18px;
        color: #ED6D00;
    }
    #menu li a {
        color: #e6e6e6;
        text-decoration: none;
        outline: none;
    }

    #menus {
        position: absolute;
        height: 50px;
        top: 15px;
        right: 0px;
    }

    #carte {
        float: left;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        display: none;
        cursor: pointer;
    }

    #search {
        float: right;
        height: 40px;
        width: 31px;
        margin-top: 5px;
        font-size: 30px;
        line-height: 40px;
        color: #eee;
        cursor: pointer;
    }

    #register {
        position: absolute;
        height: 100%;
        /* margin: 0px; */
        width: 100%;
        overflow: hidden;
        padding-top: 80px;
        padding-bottom: 102px;
        /* background-color: rgba(255, 255, 255, 0.8); */
        z-index: 100;
        /* display: none;*/
        }

        #register .big_logo {
            position: relative;
            top: 0;
            left: 0;
            margin-top: 1px;
            margin-left: 1px;
            background: url(../img/background.png) no-repeat;
            background-size: 100% 100%;
            width: 40%;
            height: 100%;
        }


        #register .big_logo .logo_1 {
            position: absolute;
            top: 50%;
            /* margin-left: 33%; */
        margin-top: -145px;
        /* left: 33%; */
        width: 315px;
        height: 190px;
        right: 60px;
    }

    #register .on_register {
        position: absolute;
        left: 45%;
        top: 50%;
        margin-left: -50px;
        margin-top: -227px;
        /* border: 1px solid red; */
        overflow: hidden;
        width: 610px;
        height: 534px;
    }

    .register-con {
        margin: 0;
        margin-top: 50px;
        height: 485px;
        width: 610px;
        /*border: 1px solid #000;*/
    }

    .register-con div, #coder {
        float: left;
        margin-top: 10px;
        margin-bottom: 20px;
        height: 40px;
        line-height: 40px;
        width: 610px;
        /*border: 1px solid #1B6D85;*/
    }

    .register-con div label, #coder label {
        float: left;
        height: 40px;
        width: 100px;
        margin-left: 10px;
        font-family: "微软雅黑";
        font-size: 20px;
        line-height: 40px;
        text-align: right;
        font-weight: 200;
        color: #4D4E4E;
    }

    .register-con div input {
        float: left;
        margin-left: 20px;
        height: 35px;
        width: 250px;
        font-family: "微软雅黑";
        font-size: 16px;
        line-height: 35px;
        border-radius: 5px;
        color: #333;
        padding-left: 10px;
        outline: none;
    }

    .admin-point {
        float: left;
        margin-left: 8px;
        text-align: left;
        width: 203px;
        font-family: "微软雅黑";
        font-size: 14px;
        line-height: 22px;
        color: #888;
        /* display: none; */
    }

    .register-con .reg-decide {
        float: left;
        height: 30px;
        width: 30px;
        margin-left: 20px;
        margin-top: 5px;
        /*display: none;*/
    }

    .register-con .reg-decide img {
        position: absolute;
        height: 30px;
        width: 30px;
        display: none;
    }

    .reg-admin {
        float: left;
        height: 40px;
        width: 100px;
        color: #b80101;
        line-height: 40px;
        font-size: 14px;
        font-family: "微软雅黑";
        margin-left: 10px;
        display: none;
    }

    .reg-admin-again {
        float: left;
        height: 40px;
        width: 200px;
        color: #b80101;
        line-height: 40px;
        font-size: 14px;
        font-family: "微软雅黑";
        margin-left: 10px;
        display: none;
    }

    #putIn {
        float: left;
        margin-top: 20px;
        margin-left: 255px;
        height: 35px;
        width: 90px;
        font-size: 18px;
        font-family: "微软雅黑";
        line-height: 35px;
        background-color: #015C97;
        border: none;
        border-radius: 5px;
        color: #ddd;
        text-align: center;
        cursor: pointer;
    }

    #putIn:hover {
        background-color: #0659cd;
        color: #fff;
    }

    .register-con #coder .code-box {
        float: left;
        height: 42px;
        width: 250px;
        margin-left: 20px;
        margin-top: 0;
        border-radius: 5px;
    }

    .register-con #coder .slider {
        width: 250px;
        height: 40px;
        position: relative;
        border-radius: 5px;
        background-color: #ccc;
        overflow: hidden;
        text-align: center;
        user-select: none;
        margin-top: 0;
        -moz-user-select: none;
        -webkit-user-select: none;
    }




    .on_register #slider2 .slider_bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        margin: 0;
        background-color: #7AC23C;
        z-index: 1;
    }


    .label {
        width: 45px;
        position: absolute;
        padding: 0;
        left: 0;
        top: 0px;
        /*margin-left: 3px;*/
        height: 40px;
        line-height: 40px;
        border: 1px solid #cccccc;
        background: #fff;
        z-index: 3;
        cursor: move;
        color: #ff9e77;
        font-size: 16px;
        font-weight: 900;
    }

    .labelTip {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 13px;
        font-family: 'Microsoft Yahei', serif;
        color: #787878;
        /*background-color: #ccc;*/
        line-height: 38px;
        text-align: center;
        z-index: 2;
    }

    .code-box {
        float: left;
        height: 50px;
        width: 300px;
        margin-left: 35px;
        border-radius: 10px;
        border: 1px solid #aaa;
    }

    #slider2 {
        width: 100%;
        height: 48px;
        position: relative;
        border-radius: 10px;
        background-color: #ccc;
        overflow: hidden;
        text-align: center;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

    #labels {
        width: 46px;
        position: absolute;
        padding: 0;
        left: 0;
        top: 0;
        height: 48px;
        line-height: 48px;
        border: 1px solid #cccccc;
        background: #fff;
        z-index: 3;
        cursor: move;
        color: #ff9e77;
        font-size: 16px;
        font-weight: 900;
    }

    #labelTip {
        line-height: 48px;
    }

    .on_register .has {
        float: right;
        width: 150px;
        height: 30px;
        margin-right: 60px;
        margin-top: 20px;
        line-height: 30px;
        text-align: center;
    }

    .on_register .has a {
        width: 100%;
        height: 100%;
        font-family: "微软雅黑";
        font-size: 14px;
        color: #0F5FF5;
        text-decoration: none;

    }

    #footer {
        margin: 0 auto;
        width: 100%;
        position: fixed;
        bottom: 0px;
        background: url(../img/ft.png) no-repeat;
        background-size: 100% 100%;
    }

    .footer {
        height: 100px;
        width: 1200px;
        margin: 0 auto;

    }

    .QR {
        float: left;
        height: 70px;
        width: 70px;
        margin-top: 15px;
        margin-left: 100px;
    }

    .QR img {
        height: 100%;
        width: 100%;
    }

    .footer-con {
        float: left;
        width: 900px;
        height: 50px;
        margin-top: 25px;
        margin-left: 50px;
    }

    .footer-con p {
        float: left;
        margin: 0;
        height: 25px;
        width: 300px;
        font-family: "微软雅黑";
        font-size: 12px;
        line-height: 25px;
        color: #fff;
    }
}







@media (min-width: 769px) and (max-width: 1000px){
    .box_1 {
        position: fixed;
        height: 60px;
        width: 100%;
        z-index: 10;
        top: 0;
        background-color: #fff !important;
        /* display: none; */
    }

    .box-menu {
        height: 60px;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #000;
    }

    #menu{
        position: absolute;
        top: 60px;
        /* height: calc(100% - 50px); */
        width: 100%;
        /* display: none; */
        opacity: 0;
        background: rgba(255,255,255,0.9);
        transition: height 0.5s;
        -webkit-animation: menu 0.3s linear;
        -webkit-animation-fill-mode: forwards;
        overflow: hidden;
        z-index: 10;

    }
    .hide{
        display: none;
    }
    .bl{
        display: block;
    }
    @-webkit-keyframes menu{
        from{
            opacity: 0;

        }
        to{ opacity: 0.8;}
    }

    #menu li {
        float: left;
        height: 60px;
        width: 100%;
        font-size: 24px;
        font-family: "微软雅黑";
        line-height: 60px;
        text-align: center;
        /* border-bottom: 1px solid #aaa; */
    }

    #menu li a .line {
        display: block;
        width: 0px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        transition: width 0.3s;
        /* margin-left: 20px; */
    }
    #menu li a {
        color: #222 !important;
        text-decoration: none;
        outline: none;
    }
    #menu li a:hover > .line {
        width: 60px;
    }

    #menu #to-h5 .line_1, #menu #to-app .line_1, #menu #to-forum .line_1 {
        display: block;
        width: 80px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        /*transition: width 0.5s;*/
    }


    #menu #to-h5 a, #menu #to-forum a, #menu #to-app a {
        font-size: 26px;
        color: #fff;
    }


    #menu li:hover > a {
        color: #fff;
    }
    .logo{
        width: 130px;
        height: 60px;
        background: url(../img/logo0.png) no-repeat;
        background-size: 120px 75px;
        margin-left: 20px;
        background-position: 4px -1px;
    }
    /*#menu .logo:hover{*/
    /*border-bottom: none;*/
    /*}*/
    #member {
        display: none;
    }
    /*登录和注册按钮*/
    /*#member {*/
        /*position: absolute;*/
        /*height: 50px;*/
        /*width: 150px;*/
        /*top: 15px;*/
        /*right: 50px;*/
    /*}*/

    /*#member li {*/
        /*float: left;*/
        /*height: 20px;*/
        /*width: 65px;*/
        /*margin-top: 15px;*/
        /*font-size: 18px;*/
        /*font-family: "微软雅黑";*/
        /*color: #fff;*/
        /*line-height: 20px;*/
        /*text-align: center;*/
        /*cursor: pointer;*/

    /*}*/

    /*#member li a {*/
        /*font-size: 18px;*/
        /*font-family: "微软雅黑";*/
        /*color: #fff;*/
        /*text-decoration: none;*/
    /*}*/

    /*#member li:nth-child(1):after {*/
        /*content: "/";*/
        /*color: #fff;*/
        /*width: 5px;*/
        /*height: 20px;*/
        /*line-height: 20px;*/
        /*position: absolute;*/
        /*left: 40%;*/
    /*}*/
    .after{
        width: 80px;
        /* height: 200px; */
        /* border: 1px solid red; */
        margin-top: -55px;
        float: right;
        margin-right: 110px;
        /* position: relative; */
        left: 60%;
        z-index: 999;
    }
    .circle_1{
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        /* margin-top: -10px; */
        /* border: 1px solid #F3F3F3; */
        background-color: #F3F3F3;
        /* position: absolute; */
        /* right: 13%; */
        border-radius: 50%;
    }
    .circle_1 img{
        /* display: block; */
        width: 44px;
        height: 48px;
        margin: 12px 8px;
    }
    .box0{
        width: 100%;
        /* border: 1px solid #dddddd; */
        margin-top: 5px;
        padding: 5px;
        background-color: #002776;
        display: none;
    }
    .box0 p{
        width: 100%;
        /* height: 20px; */
        line-height: 20px;
        text-align: center;
        margin: 12px auto
    }
    .box0 p a{
        font-family: 'Microsoft Yahei', serif;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }
    .box0 p a:hover{
        font-size: 16px;
        color: #ED6D00;
    }
    #menu li a {
        color: #e6e6e6;
        text-decoration: none;
        outline: none;
    }

    #menus {
        position: absolute;
        height: 50px;
        width: 100px;
        top: 5px;
        right: 5px;
    }

    #carte {
        float: left;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        color: #222;
        display: block;
        cursor: pointer;
    }

    #search {
        float: right;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        color: #222 !important;
    }
    /*导航栏搜索功能*/
    .menus_search{
        height: 0;
        width: 100%;
        background: rgba(255,255,255,0.9);
        position: fixed;
        top: 0;
        left: 0;
        transition: height 0.5s;
        overflow: hidden;

    }
    .search_box .search_close{
        float: right;
        margin-top: 15px;
        margin-right: 15px;
        width: 25px;
    }
    .menus_search .search_box{
        /*border:1px solid #000;*/
        background: #fff;
        width:80%;
        height:30%;
        margin:0 auto;
        overflow: hidden;
    }
    .menus_search .search_box .search_title{
        display: block;
        width: 100%;
        height: 50px;
        font-family: "微软雅黑";
        color: #000;
        font-size: 30px;
        margin-top: 50px;
        padding-left: 70px;
        line-height: 50px;
    }
    .menus_search .search_box .enter{
        width: 40px;
        position: absolute;
        top: 135px;
        right: 236px;
        cursor: pointer;
    }
    .menus_search .search_box .search_input{
        display: inline-block;
        width: 100%;
        height: 50px;
        margin-top: 30px;
        background: #eee;
        font-family: "微软雅黑";
        font-size: 18px;
        border: none;
        padding-left: 50px;
        outline: none;
    }

    #register {
        position: absolute;
        height: 100%;
        /* margin: 0px; */
        width: 100%;
        overflow: hidden;
        padding-top: 60px;
        padding-bottom: 220px;
         background-color: #fff;
        /*z-index: 100;*/
        /*display: none;*/
    }

    #register .big_logo {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 1px;
        margin-left: 1px;
        background: url(../img/background.png) no-repeat;
        background-size: 100% 100%;
        width: 40%;
        height: 100%;
    }


    #register .big_logo .logo_1 {
        position: absolute;
        top: 50%;
        /* margin-left: 33%; */
        margin-top: -100px;
        /* left: 33%; */
        width: 245px;
        height: 136px;
        right: 60px;
    }

    #register .on_register {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -50px;
        margin-top: -350px;
        /* border: 1px solid red; */
        overflow: hidden;
        width: 55%;
        /* height: 534px; */
    }

    .register-con {
        margin: 0;
        margin-top: 115px;
        height: 485px;
        width: 100%;
        /* border: 1px solid #000; */
    }

    .register-con div, #coder {
        float: left;
        margin-top: 10px;
        margin-bottom: 20px;
        height: 30px;
        line-height: 40px;
        width: 100%;
        /* border: 1px solid #1B6D85; */

    }

    .register-con div label, #coder label {
        float: left;
        height: 40px;
        width: 80px;
        margin-left: 2px;
        font-family: "微软雅黑";
        font-size: 18px;
        line-height: 40px;
        text-align: right;
        font-weight: 200;
        color: #4D4E4E;
    }

    .register-con div input {
        float: left;
        margin-left:5px;
        height: 35px;
        width: 168px;
        font-family: "微软雅黑";
        font-size: 16px;
        line-height: 35px;
        border-radius: 5px;
        color: #333;
        padding-left: 10px;
        outline: none;
    }

    .admin-point {
        float: left;
        margin-left: 5px;
        text-align: left;
        width: 160px;
        font-family: "微软雅黑";
        font-size: 12px;
        line-height: 20px;
        color: #888;
        /* display: none; */
    }

    .register-con .reg-decide {
        float: left;
        height: 30px;
        width: 30px;
        margin-left: 20px;
        margin-top: 5px;
        /*display: none;*/
    }

    .register-con .reg-decide img {
        position: absolute;
        height: 30px;
        width: 30px;
        display: none;
    }

    .reg-admin {
        float: left;
        height: 40px;
        width: 100px;
        color: #b80101;
        line-height: 40px;
        font-size: 14px;
        font-family: "微软雅黑";
        margin-left: 10px;
        display: none;
    }

    .reg-admin-again {
        float: left;
        height: 40px;
        width: 200px;
        color: #b80101;
        line-height: 40px;
        font-size: 14px;
        font-family: "微软雅黑";
        margin-left: 10px;
        display: none;
    }

    #putIn {
        float: left;
        margin-top: 20px;
        margin-left: 120px;
        height: 30px;
        width: 80px;
        font-size: 18px;
        font-family: "微软雅黑";
        line-height: 30px;
        background-color: #015C97;
        border: none;
        border-radius: 5px;
        color: #ddd;
        text-align: center;
        cursor: pointer;
    }

    #putIn:hover {
        background-color: #0659cd;
        color: #fff;
    }

    .register-con #coder .code-box {
        float: left;
        height: 35px;
        width: 168px;
        margin-left: 5px;
        margin-top: 0;
        border-radius: 5px;
    }

    .register-con #coder .slider {
        width: 100%;
        height: 35px;
        position: relative;
        border-radius: 5px;
        background-color: #ccc;
        overflow: hidden;
        text-align: center;
        user-select: none;
        margin-top: 0;
        -moz-user-select: none;
        -webkit-user-select: none;
    }




    .on_register #slider2 .slider_bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        margin: 0;
        background-color: #7AC23C;
        z-index: 1;
    }


    .label {
        width: 40px;
        position: absolute;
        padding: 0;
        left: 0;
        top: 0px;
        /* margin-left: 3px; */
        height: 35px;
        line-height: 35px;
        border: 1px solid #cccccc;
        background: #fff;
        z-index: 3;
        cursor: move;
        color: #ff9e77;
        font-size: 16px;
        font-weight: 900;
    }

    .labelTip {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 13px;
        font-family: 'Microsoft Yahei', serif;
        color: #787878;
        /* background-color: #ccc; */
        line-height: 36px;
        text-align: center;
        z-index: 2;
    }

    .code-box {
        float: left;
        height: 50px;
        width: 300px;
        margin-left: 35px;
        border-radius: 10px;
        border: 1px solid #aaa;
    }

    #slider2 {
        width: 100%;
        height: 48px;
        position: relative;
        border-radius: 10px;
        background-color: #ccc;
        overflow: hidden;
        text-align: center;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

    #labels {
        width: 46px;
        position: absolute;
        padding: 0;
        left: 0;
        top: 0;
        height: 48px;
        line-height: 48px;
        border: 1px solid #cccccc;
        background: #fff;
        z-index: 3;
        cursor: move;
        color: #ff9e77;
        font-size: 16px;
        font-weight: 900;
    }

    #labelTip {
        line-height: 48px;
    }

    .on_register .has {
        float: right;
        width: 150px;
        height: 30px;
        margin-right: 140px;
        margin-top: 15px;
        line-height: 30px;
        text-align: center;
    }

    .on_register .has a {
        width: 100%;
        height: 100%;
        font-family: "微软雅黑";
        font-size: 14px;
        color: #0F5FF5;
        text-decoration: none;

    }

    #footer{
        margin: 0 auto;
        width: 100%;
        /* clear: both; */
        position: fixed;
        bottom: 0;
        /* padding: 10px; */
        /* margin-bottom: 0px; */
        background: url(../img/ft.png) no-repeat;
        background-size: 100% 100%;
    }
    .footer{
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        clear: both;
        overflow: hidden;

    }
    .QR{
        /* float: left; */
        height: 70px;
        margin: 0 auto;
        width: 70px;
        /* margin-top: 15px; */
        /* margin-left: 70px; */
        clear: both;
    }
    .QR img{
        height: 100%;
        width: 100%;
    }
    .footer-con{
        /* float: left; */
        width: 345px;
        /* height: 93px; */
        /* padding: 10px; */
        margin: 0 auto;
        margin-top: 15px;
        /* margin-left: 20%; */
    }
    .footer-con p{
        /* float: left; */
        margin: 0 auto;
        /* height: 25px; */
        width: 270px;
        font-family: "微软雅黑";
        font-size: 12px;
        /* line-height: 25px; */
        /* margin-left: 50px; */
        color: #fff;
    }
}








@media (min-width: 430px) and (max-width: 768px) {
    /*导航栏搜索功能*/
    .menus_search{
        height: 0;
        width: 100%;
        background: rgba(255,255,255,0.9);
        position: fixed;
        top: 0;
        left: 0;
        transition: height 0.5s;
        overflow: hidden;

    }
    .search_box .search_close{
        float: right;
        margin-top: 15px;
        margin-right: 15px;
        width: 25px;
    }
    .menus_search .search_box{
        /*border:1px solid #000;*/
        background: #fff;
        width:80%;
        height:30%;
        margin:0 auto;
        overflow: hidden;


    }
    .menus_search .search_box .search_title{
        display: block;
        width: 100%;
        height: 50px;
        font-family: "微软雅黑";
        color: #000;
        font-size: 30px;
        margin-top: 50px;
        padding-left: 70px;
        line-height: 50px;
    }
    .menus_search .search_box .enter{
        width: 40px;
        position: absolute;
        top: 135px;
        right: 105px;
        cursor: pointer;
    }
    .menus_search .search_box .search_input{
        display: inline-block;
        width: 100%;
        height: 50px;
        margin-top: 30px;
        background: #eee;
        font-family: "微软雅黑";
        font-size: 18px;
        border: none;
        padding-left: 50px;
        outline: none;
    }
    .box_1 {
        position: fixed;
        height: 60px;
        width: 100%;
        z-index: 10;
        top: 0;
        background-color: #fff !important;
        /* display: none; */
    }

    .box-menu {
        height: 60px;
        width: 100%;
        background-color: #fff;
    }

    #menu{
        position: absolute;
        top: 60px;
        /* height: calc(100% - 50px); */
        width: 100%;
        /* display: none; */
        opacity: 0;
        background: rgba(255,255,255,0.9);
        transition: height 0.5s;
        -webkit-animation: menu 0.3s linear;
        -webkit-animation-fill-mode: forwards;
        overflow: hidden;
        z-index: 10;

    }
    .hide{
        display: none;
    }
    .bl{
        display: block;
    }
    @-webkit-keyframes menu{
        from{
            opacity: 0;

        }
        to{ opacity: 0.8;}
    }

    #menu li {
        float: left;
        height: 60px;
        width: 100%;
        font-size: 24px;
        font-family: "微软雅黑";
        line-height: 60px;
        text-align: center;
        /* border-bottom: 1px solid #aaa; */
    }

    #menu li a .line {
        display: block;
        width: 0px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        transition: width 0.3s;
        /* margin-left: 20px; */
    }
    #menu li a {
        color: #222 !important;
        text-decoration: none;
        outline: none;
    }
    #menu li a:hover > .line {
        width: 60px;
    }

    #menu #to-h5 .line_1, #menu #to-app .line_1, #menu #to-forum .line_1 {
        display: block;
        width: 80px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        /*transition: width 0.5s;*/
    }


    #menu #to-h5 a, #menu #to-forum a, #menu #to-app a {
        font-size: 26px;
        color: #fff;
    }


    #menu li:hover > a {
        color: #fff;
    }
    .logo{
        width: 130px;
        height: 60px;
        background: url(../img/logo0.png) no-repeat;
        background-size: 120px 75px;
        margin-left: 20px;
        background-position: 4px -1px;
    }
    /*#menu .logo:hover{*/
    /*border-bottom: none;*/
    /*}*/
    #member {
        display: none;
    }

    .after{
        width: 80px;
        /* height: 200px; */
        /* border: 1px solid red; */
        margin-top: -55px;
        float: right;
        margin-right: 110px;
        /* position: relative; */
        left: 60%;
        z-index: 999;
    }
    .circle_1{
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        /* margin-top: -10px; */
        /* border: 1px solid #F3F3F3; */
        background-color: #F3F3F3;
        /* position: absolute; */
        /* right: 13%; */
        border-radius: 50%;
    }
    .circle_1 img{
        /* display: block; */
        width: 44px;
        height: 48px;
        margin: 12px 8px;
    }
    .box0{
        width: 100%;
        /* border: 1px solid #dddddd; */
        margin-top: 5px;
        padding: 5px;
        background-color: #002776;
        display: none;
    }
    .box0 p{
        width: 100%;
        /* height: 20px; */
        line-height: 20px;
        text-align: center;
        margin: 12px auto
    }
    .box0 p a{
        font-family: 'Microsoft Yahei', serif;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }
    .box0 p a:hover{
        font-size: 16px;
        color: #ED6D00;
    }
    #menu li a {
        color: #e6e6e6;
        text-decoration: none;
        outline: none;
    }

    #menus {
        position: absolute;
        height: 50px;
        width: 100px;
        top: 5px;
        right: 5px;
    }

    #carte {
        float: left;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        color: #222;
        display: block;
        cursor: pointer;
    }

    #search {
        float: right;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        color: #222 !important;
    }


    #register {
        /*position: fixed;*/
        /*height: 100%;*/
        /*margin: 0px;*/
        width: 100%;
        overflow: hidden;
        padding-top: 0;
        /*padding-bottom: 102px;*/
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 100;
        /*display: none;*/
    }

    #register .big_logo {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 1px;
        margin-left: 1px;
        background: url(../img/background.png) no-repeat;
        background-size: 100% 100%;
        width: 40%;
        height: 100%;
        display: none;
    }


    #register .big_logo .logo_1 {
        position: absolute;
        top: 50%;
        /* margin-left: 33%; */
        margin-top: -42px;
        /* left: 33%; */
        width: 242px;
        height: 84px;
        right: 60px;
    }

    #register .on_register {
        /* position: absolute; */
        /* left: 50%; */
        /* top: 50%; */
        margin: 15% auto 8%;
        /* margin-top: -227px; */
        /* border: 1px solid red; */
        overflow: hidden;
        width: 80%;
        /* height: 534px; */
    }

    .register-con {
        margin: 0;
        margin: 0 auto;
        height: 485px;
        width: 80%;
        /* border: 1px solid #000; */
    }

    .register-con div, #coder {
        float: left;
        margin-top: 45px;
        margin-bottom: 20px;
        height: 30px;
        line-height: 40px;
        width: 100%;
        /* border: 1px solid #1B6D85; */

    }

    .register-con div label, #coder label {
        float: left;
        height: 43px;
        width: 108px;
        margin-left: 5px;
        font-family: "微软雅黑";
        font-size: 22px;
        line-height: 40px;
        text-align: left;
        font-weight: 200;
        color: #4D4E4E;
    }
    .register-con .password{
        margin-top: 85px;
    }

    .register-con div input {
        float: left;
        margin-left: 5px;
        height: 40px;
        width: 80%;
        font-family: "微软雅黑";
        font-size: 16px;
        line-height: 40px;
        border-radius: 5px;
        color: #333;
        padding-left: 10px;
        outline: none;
    }

    .admin-point {
        float: left;
        margin-left: 5px;
        margin-top: 5px;
        text-align: left;
        width: 310px;
        font-family: "微软雅黑";
        font-size: 16px;
        line-height: 23px;
        color: #888;
        /* display: none; */
    }

    .register-con .reg-decide {
        float: left;
        height: 30px;
        width: 30px;
        margin-left: 20px;
        margin-top: 5px;
        /*display: none;*/
    }

    .register-con .reg-decide img {
        position: absolute;
        height: 30px;
        width: 30px;
        display: none;
    }

    .reg-admin {
        float: left;
        height: 40px;
        width: 100px;
        color: #b80101;
        line-height: 40px;
        font-size: 14px;
        font-family: "微软雅黑";
        margin-left: 10px;
        display: none;
    }

    .reg-admin-again {
        float: left;
        height: 40px;
        width: 200px;
        color: #b80101;
        line-height: 40px;
        font-size: 14px;
        font-family: "微软雅黑";
        margin-left: 10px;
        display: none;
    }

    #putIn {
        float: left;
        margin-top: 60px;
        margin-left: 185px;
        height: 35px;
        width: 100px;
        font-size: 20px;
        font-family: "微软雅黑";
        line-height: 35px;
        background-color: #015C97;
        border: none;
        border-radius: 5px;
        color: #ddd;
        text-align: center;
        cursor: pointer;
    }

    #putIn:hover {
        background-color: #0659cd;
        color: #fff;
    }

    .register-con #coder .code-box {
        float: left;
        height: 40px;
        width: 80%;
        margin-left: 5px;
        margin-top: 0;
        border-radius: 5px;
    }

    .register-con #coder .slider {
        width: 100%;
        height: 40px;
        position: relative;
        border-radius: 5px;
        background-color: #ccc;
        overflow: hidden;
        text-align: center;
        user-select: none;
        margin-top: 0;
        -moz-user-select: none;
        -webkit-user-select: none;
    }




    .on_register #slider2 .slider_bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        margin: 0;
        background-color: #7AC23C;
        z-index: 1;
    }


    .label {
        width: 40px;
        position: absolute;
        padding: 0;
        left: 0;
        top: 0px;
        /* margin-left: 3px; */
        height: 40px;
        line-height: 40px;
        border: 1px solid #cccccc;
        background: #fff;
        z-index: 3;
        cursor: move;
        color: #ff9e77;
        font-size: 18px;
        font-weight: 900;
    }

    .labelTip {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 16px;
        font-family: 'Microsoft Yahei', serif;
        color: #787878;
        /* background-color: #ccc; */
        line-height: 36px;
        text-align: center;
        z-index: 2;
    }

    .code-box {
        float: left;
        height: 50px;
        width: 300px;
        margin-left: 35px;
        border-radius: 10px;
        border: 1px solid #aaa;
    }

    #slider2 {
        width: 100%;
        height: 48px;
        position: relative;
        border-radius: 10px;
        background-color: #ccc;
        overflow: hidden;
        text-align: center;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

    #labels {
        width: 46px;
        position: absolute;
        padding: 0;
        left: 0;
        top: 0;
        height: 48px;
        line-height: 48px;
        border: 1px solid #cccccc;
        background: #fff;
        z-index: 3;
        cursor: move;
        color: #ff9e77;
        font-size: 16px;
        font-weight: 900;
    }

    #labelTip {
        line-height: 48px;
    }

    .on_register .has {
        float: right;
        width: 200px;
        height: 40px;
        margin-right: 65px;
        margin-top: 15px;
        line-height: 40px;
        text-align: center;
    }

    .on_register .has a {
        width: 100%;
        height: 100%;
        font-family: "微软雅黑";
        font-size: 16px;
        color: #0F5FF5;
        text-decoration: none;
    }

    #footer{
        /* margin: 0 auto; */
        width: 100%;
        clear: both;
        /*position: fixed;*/
        /*bottom: 0;*/
        /*padding: 10px;*/
        margin-bottom: 0px;
        background: url(../img/ft.png) no-repeat;
        background-size: 100% 100%;
    }
    .footer{
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        clear: both;
        overflow: hidden;

    }
    .QR{
        /* float: left; */
        height: 70px;
        margin: 0 auto;
        width: 70px;
        /* margin-top: 15px; */
        /* margin-left: 70px; */
        clear: both;
    }
    .QR img{
        height: 100%;
        width: 100%;
    }
    .footer-con{
        /* float: left; */
        width: 345px;
        /* height: 93px; */
        /* padding: 10px; */
        margin: 0 auto;
        margin-top: 15px;
        /* margin-left: 20%; */
    }
    .footer-con p{
        /* float: left; */
        margin: 0 auto;
        /* height: 25px; */
        width: 270px;
        font-family: "微软雅黑";
        font-size: 12px;
        /* line-height: 25px; */
        /* margin-left: 50px; */
        color: #fff;
    }
}
@media (max-width: 429px) {
    .box_1 {
        position: fixed;
        height: 60px;
        width: 100%;
        z-index: 10;
        top: 0;
        background-color: #fff !important;
        /* display: none; */
    }

    .box-menu {
        height: 60px;
        width: 100%;
        background-color: #fff;
    }

    #menu{
        position: absolute;
        top: 60px;
        /* height: calc(100% - 50px); */
        width: 100%;
        /* display: none; */
        opacity: 0;
        background: rgba(255,255,255,0.9);
        transition: height 0.5s;
        -webkit-animation: menu 0.3s linear;
        -webkit-animation-fill-mode: forwards;
        overflow: hidden;
        z-index: 10;

    }
    .hide{
        display: none;
    }
    .bl{
        display: block;
    }
    @-webkit-keyframes menu{
        from{
            opacity: 0;

        }
        to{ opacity: 0.8;}
    }

    #menu li {
        float: left;
        height: 60px;
        width: 100%;
        font-size: 24px;
        font-family: "微软雅黑";
        line-height: 60px;
        text-align: center;
        /* border-bottom: 1px solid #aaa; */
    }

    #menu li a .line {
        display: block;
        width: 0px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        transition: width 0.3s;
        /* margin-left: 20px; */
    }
    #menu li a {
        color: #222 !important;
        text-decoration: none;
        outline: none;
    }
    #menu li a:hover > .line {
        width: 60px;
    }

    #menu #to-h5 .line_1, #menu #to-app .line_1, #menu #to-forum .line_1 {
        display: block;
        width: 80px;
        height: 4px;
        color: #fff;
        background-color: #fff;
        margin: 0 auto;
        /* text-align: center; */
        border-radius: 50px;
        margin-top: -15px;
        /*transition: width 0.5s;*/
    }


    #menu #to-h5 a, #menu #to-forum a, #menu #to-app a {
        font-size: 26px;
        color: #fff;
    }


    #menu li:hover > a {
        color: #fff;
    }
    .logo{
        width: 130px;
        height: 60px;
        background: url(../img/logo0.png) no-repeat;
        background-size: 120px 75px;
        margin-left: 20px;
        background-position: 4px -1px;
    }
    /*#menu .logo:hover{*/
    /*border-bottom: none;*/
    /*}*/
    #member {
        display: none;
    }

    .after{
        width: 80px;
        /* height: 200px; */
        /* border: 1px solid red; */
        margin-top: -55px;
        float: right;
        margin-right: 110px;
        /* position: relative; */
        left: 60%;
        z-index: 999;
    }
    .circle_1{
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        /* margin-top: -10px; */
        /* border: 1px solid #F3F3F3; */
        background-color: #F3F3F3;
        /* position: absolute; */
        /* right: 13%; */
        border-radius: 50%;
    }
    .circle_1 img{
        /* display: block; */
        width: 44px;
        height: 48px;
        margin: 12px 8px;
    }
    .box0{
        width: 100%;
        /* border: 1px solid #dddddd; */
        margin-top: 5px;
        padding: 5px;
        background-color: #002776;
        display: none;
    }
    .box0 p{
        width: 100%;
        /* height: 20px; */
        line-height: 20px;
        text-align: center;
        margin: 12px auto
    }
    .box0 p a{
        font-family: 'Microsoft Yahei', serif;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }
    .box0 p a:hover{
        font-size: 16px;
        color: #ED6D00;
    }
    #menu li a {
        color: #e6e6e6;
        text-decoration: none;
        outline: none;
    }

    #menus {
        position: absolute;
        height: 50px;
        width: 100px;
        top: 5px;
        right: 5px;
    }

    #carte {
        float: left;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        color: #222;
        display: block;
        cursor: pointer;
    }

    #search {
        float: right;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        color: #222 !important;
    }
    /*导航栏搜索功能*/
    .menus_search{
        height: 0;
        width: 100%;
        background: rgba(255,255,255,0.9);
        position: fixed;
        top: 0;
        left: 0;
        transition: height 0.5s;
        overflow: hidden;

    }
    .search_box .search_close{
        float: right;
        margin-top: 15px;
        margin-right: 15px;
        width: 25px;
    }
    .menus_search .search_box{
        /*border:1px solid #000;*/
        background: #fff;
        width:80%;
        height:30%;
        margin:0 auto;
        overflow: hidden;


    }
    .menus_search .search_box .search_title{
        display: block;
        width: 100%;
        height: 30px;
        font-family: "微软雅黑";
        color: #000;
        font-size: 25px;
        margin-top: 50px;
        padding-left: 30px;
        line-height: 30px;
    }
    .menus_search .search_box .enter{
        width: 40px;
        position: absolute;
        top: 102px;
        right: 85px;
        cursor: pointer;
    }
    .menus_search .search_box .search_input{
        display: inline-block;
        width: 100%;
        height: 40px;
        margin-top: 20px;
        background: #eee;
        font-family: "微软雅黑";
        font-size: 16px;
        border: none;
        padding-left: 25px;
        outline: none;
    }

    #register {
        /*position: fixed;*/
        height: 100%;
        /*margin: 0px;*/
        width: 100%;
        overflow: hidden;
        padding-top: 80px;
        padding-bottom: 102px;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 100;
        /*display: none;*/
    }

    #register .big_logo {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 1px;
        margin-left: 1px;
        background: url(../img/background.png) no-repeat;
        background-size: 100% 100%;
        width: 40%;
        height: 100%;
        display: none;
    }


    #register .big_logo .logo_1 {
        position: absolute;
        top: 50%;
        /* margin-left: 33%; */
        margin-top: -42px;
        /* left: 33%; */
        width: 242px;
        height: 84px;
        right: 60px;
    }

    #register .on_register {
        margin:0 auto;
        /* margin-top: -227px; */
        /* border: 1px solid red; */
        overflow: hidden;
        width: 100%;
        /* height: 534px; */
    }

    .register-con {
        margin: 0 auto;
        height: 100%;
        width: 80%;
        /* border: 1px solid #000; */
    }

    .register-con div, #coder {
        float: left;
        margin-top: 40px;
        /*margin-bottom: 20px;*/
        height: 30px;
        line-height: 40px;
        width: 100%;
        /* border: 1px solid #1B6D85; */

    }

    .register-con div label, #coder label {
        float: left;
        height: 25px;
        width: 64px;
        margin-left: -33px;
        font-family: "微软雅黑";
        font-size: 14px;
        line-height: 25px;
        text-align: right;
        font-weight: 200;
        color: #4D4E4E;
    }

    .register-con div input {
        float: left;
        margin-left: 5px;
        height: 30px;
        width: 170px;
        font-family: "微软雅黑";
        font-size: 10px;
        line-height: 25px;
        border-radius: 5px;
        color: #333;
        padding-left: 10px;
        outline: none;
    }

    .admin-point {
        float: left;
        margin-left: 30px;
        text-align: left;
        width: 200px;
        font-family: "微软雅黑";
        font-size: 12px;
        line-height: 20px;
        color: #888;
        /* display: none; */
    }

    .register-con .reg-decide {
        float: left;
        height: 25px;
        width: 30px;
        margin-left: 20px;
        margin-top: -1px;
        /*display: none;*/
    }

    .register-con .reg-decide img {
        position: absolute;
        height: 30px;
        width: 30px;
        display: none;
    }

    .reg-admin {
        float: left;
        height: 40px;
        width: 100px;
        color: #b80101;
        line-height: 40px;
        font-size: 14px;
        font-family: "微软雅黑";
        margin-left: 10px;
        display: none;
    }

    .reg-admin-again {
        float: left;
        height: 40px;
        width: 200px;
        color: #b80101;
        line-height: 40px;
        font-size: 14px;
        font-family: "微软雅黑";
        margin-left: 10px;
        display: none;
    }

    #putIn {
        float: left;
        margin-top: 20px;
        margin-left: 90px;
        height: 30px;
        width: 60px;
        font-size: 16px;
        font-family: "微软雅黑";
        line-height: 30px;
        background-color: #015C97;
        border: none;
        border-radius: 5px;
        color: #ddd;
        text-align: center;
        cursor: pointer;
    }

    #putIn:hover {
        background-color: #0659cd;
        color: #fff;
    }

    .register-con #coder .code-box {
        float: left;
        height: 35px;
        width: 168px;
        margin-left: 5px;
        margin-top: 0;
        border-radius: 5px;
    }

    .register-con #coder .slider {
        width: 100%;
        height: 35px;
        position: relative;
        border-radius: 5px;
        background-color: #ccc;
        overflow: hidden;
        text-align: center;
        user-select: none;
        margin-top: 0;
        -moz-user-select: none;
        -webkit-user-select: none;
    }




    .on_register #slider2 .slider_bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        margin: 0;
        background-color: #7AC23C;
        z-index: 1;
    }


    .label {
        width: 40px;
        position: absolute;
        padding: 0;
        left: 0;
        top: 0px;
        /* margin-left: 3px; */
        height: 35px;
        line-height: 35px;
        border: 1px solid #cccccc;
        background: #fff;
        z-index: 3;
        cursor: move;
        color: #ff9e77;
        font-size: 16px;
        font-weight: 900;
    }

    .labelTip {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 13px;
        font-family: 'Microsoft Yahei', serif;
        color: #787878;
        /* background-color: #ccc; */
        line-height: 36px;
        text-align: center;
        z-index: 2;
    }

    .code-box {
        float: left;
        height: 50px;
        width: 300px;
        margin-left: 35px;
        border-radius: 10px;
        border: 1px solid #aaa;
    }

    #slider2 {
        width: 100%;
        height: 48px;
        position: relative;
        border-radius: 10px;
        background-color: #ccc;
        overflow: hidden;
        text-align: center;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

    #labels {
        width: 46px;
        position: absolute;
        padding: 0;
        left: 0;
        top: 0;
        height: 48px;
        line-height: 48px;
        border: 1px solid #cccccc;
        background: #fff;
        z-index: 3;
        cursor: move;
        color: #ff9e77;
        font-size: 16px;
        font-weight: 900;
    }

    #labelTip {
        line-height: 48px;
    }

    .on_register .has {
        float: right;
        width: 170px;
        height: 30px;
        /*margin-right: 140px;*/
        margin-top: 15px;
        line-height: 30px;
        text-align: center;
    }

    .on_register .has a {
        width: 100%;
        height: 100%;
        font-family: "微软雅黑";
        font-size: 14px;
        color: #0F5FF5;
        text-decoration: none;

    }

    #footer{
        /* margin: 0 auto; */
        width: 100%;
        clear: both;
        /*position: fixed;*/
        /*bottom: 0;*/
        /*padding: 10px;*/
        margin-bottom: 0px;
        background: url(../img/ft.png) no-repeat;
        background-size: 100% 100%;
    }
    .footer{
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        clear: both;
        overflow: hidden;

    }
    .QR{
        /* float: left; */
        height: 70px;
        margin: 0 auto;
        width: 70px;
        /* margin-top: 15px; */
        /* margin-left: 70px; */
        clear: both;
    }
    .QR img{
        height: 100%;
        width: 100%;
    }
    .footer-con{
        /* float: left; */
        width: 345px;
        /* height: 93px; */
        /* padding: 10px; */
        margin: 0 auto;
        margin-top: 15px;
        /* margin-left: 20%; */
    }
    .footer-con p{
        /* float: left; */
        margin: 0 auto;
        /* height: 25px; */
        width: 270px;
        font-family: "微软雅黑";
        font-size: 12px;
        /* line-height: 25px; */
        /* margin-left: 50px; */
        color: #fff;
    }
}
#footer .footer .footer-con p a{
    color:#fff;
}
#footer .footer .footer-con p a:hover{
    text-decoration: none;
    color:red;
}