html {
            min-width: 1120px;
        }

        .memgb_img {
            width: 400px;
            height: 225px;
            background: url(../image/nt_me.png) no-repeat center;
            overflow: hidden;
        }

        .memgb_img-text {
            width: 255px;
            height: 125px;
            margin: 70px auto;
        }

        .memgb_img-span {
            font-size: 18px;
            color: #414040;
            display: block;
            height: 85px;
            text-align: center;
        }

        .memgb_img-button {
            width: 105px;
            height: 35px;
            font-size: 18px;
            color: #ffffff;
            line-height: 35px;
            text-align: center;
            border-radius: 35px;
            background: #318bc8;
            display: table;
            margin: 0 auto;
            border: none;
            outline: none;
        }

        .header-top {
            width: 100%;
            height: 25px;
            background: #318bc8;
        }

        .header-top-in {
            width: 1200px;
            height: 25px;
            margin: 0 auto;
        }

        .set-index {
            line-height: 25px;
            font-size: 12px;
            color: #ffffff;
            float: left;
        }

        .set-index-a {
            color: #ffffff;
        }

        .header-margin {
            margin-left: 25px;
        }

        .header-r {
            width: 151px;
            height: 25px;
            float: right;
        }

        .header-login {
            display: block;
            line-height: 25px;
            font-size: 12px;
            color: #ffffff;
            float: left;
        }

        .header-bot {
            width: 100%;
            height: 81px;
            background: url(../image/header-bg.png);
            overflow: hidden;
        }

        .header-bot-in {
            width: 1200px;
            height: 81px;
            margin: 0 auto;
            position: relative;
        }

        .header-img {
            display: block;
            width: 300px;
            height: 70px;
            margin-top: 2px;
            float: left;
        }

        .header-input {
            width: 180px;
            height: 18px;
            border: 0;
            border-bottom: 1px solid #999999;
            line-height: 18px;
            font-size: 12px;
            color: #666;
            float: right;
            background: rgba(255,255,255,0.7);
            margin-top: 3px;
            box-sizing: border-box;
            padding-left: 4px;
        }

        .header-nones {
            width: 25px;
            height: 25px;
            position: absolute;
            top: 0;
            right: 0;
        }

        .header-none {
            display: block;
            width: 14px;
            height: 8px;
            position: absolute;
            right: 4px;
            top: 8px;
            cursor: pointer;
        }

        .header-no {
            display: none;
        }

        .nav-horn {
            display: block;
            width: 12px;
            height: 5px;
            position: absolute;
            left: 44px;
            top: 35px;
            display: none;
        }

        .nav-horns {
            display: block;
            width: 12px;
            height: 5px;
            position: absolute;
            left: 44px;
            top: 35px;
            display: none;
        }

        .Login-names {
            min-width: 93px;
            font-size: 12px;
            line-height: 40px;
            float: left;
            color: #ffffff;
        }

        .Login-getOut {
            display: block;
            font-size: 12px;
            line-height: 40px;
            float: left;
            color: #ffffff;
            margin-left: 20px;
            cursor: pointer;
            background-color: #318bc8;
        }