﻿ * {
            margin: 0;
            padding: 0;
        }

        a {
            text-decoration: none;
        }

        .fr {
            float: right;
            list-style: none;
        }

        .fl {
            float: left;
            list-style: none;
            margin-top: 0px!important;
        }

        .clearfix:after {
            /* 清浮动 */
            content: "0";
            display: block;
            clear: both;
            visibility: hidden;
            height: 0;
        }

        .head {
            width: 100%;
            height: 130px;
            background-color: white;
        }

        .navbar {
            background-color: #242529;
            width: 100%;
            height: 50px;
            display: flex;
        }

        .navbar_list {
            list-style-type: none;
            font-size: 20px;
            margin: auto;
            display: flex;
            justify-content: space-around;
            width: 1200px;


        }

        .navbar_list_li {
            display: inline-block;
            height: 26px;
            line-height: 26px;

            /* https://www.wanhu888.com/static/pc/image/logo.png */

        }

        .ws_link {
            color: #FFFFFF !important;
            font-family: Microsoft YaHei;

        }

        .head_logo {
            width: 180px;
            height: 40px;
	    margin-top: 6px;
        }

        .search_box {
            border-radius: 24px;
            width: 379px;
            height: 46px;
            border: 1px solid #191C27;
            padding-left: 20px;
            font-size: 20px;
            outline: none;
        }

        .search_box:focus {
            border-radius: 24px;
            border: 1px solid rgb(40, 78, 216);
            
        }

        .head_top {
            padding-top: 30px;
            display: flex;
            justify-content: space-around;
        }

        .head_search {
            padding-top: 14px;
        }

        .mobile_version {
            margin-left: 30px;
            border-left: 2px solid#191C27;
            font-size: 18px;
            padding-left: 33px;
            padding-top: 16px;
            display: flex;
	    font-family: 雅黑;
        }

        .version {
            color: #191C27;
            margin-right: 34px;
        }

        .logo_next_text {
            margin-left: 8px;
            font-size: 14px;
            color: #242529;
            width: 174px;
            letter-spacing: 8px;
        }

        .rl {
            color: #63656C;
        }

        .head_search_img {
            width: 24px;
            height: 24px;
            position: relative;
            left: 54%;
            top: 20%;
            cursor:pointer;
            /* display: flex; */
        }
        .select {
            font-weight: Bold;
            border-bottom: 2px solid #FFFFFF;
        }