/* Basic CSS starts */

body {
    font-family: 'Î¢ÈíÑÅºÚ';
    -webkit-font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
}

img {
    text-align: absmiddle;
    width: 100%;
    height: 95px;
    background-color: transparent
}

.header {
    overflow: hidden;
    zoom: 1;
    height: 95px;
    background: transparent
}

.header_footer {
    width: 100%;
    height: 15px;
    line-height: 15px;
    background: #E2E9EA;
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    font-weight: bold;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        outline: 0;
    }

hr {
    margin: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dbd8d8;
}

.l-left {
    float: left;
}

.r-right {
    float: right;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}
/*********************************h5**********************************/
.ui-border-b {
    border-bottom: 1px solid #e0e0e0;
}

.ui-form-item {
    position: relative;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding-right: 15px;
    padding-left: 15px;
}

.ui-form-item-RadioBtn {
    position: relative;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding-right: 15px;
    padding-left: 15px;
    /*color: #2b2b2b;*/
}

.ui-form-item-detail {
    line-height: 15px;
}

.ui-form-item label:not(.ui-switch):not(.ui-checkbox):not(.ui-checkbox-s):not(.ui-radio) {
    width: 105px;
    position: absolute;
    text-align: left;
    box-sizing: border-box;
    color: #2b2b2b;
}

.ui-form-item-RadioBtn label:not(.ui-switch):not(.ui-checkbox):not(.ui-checkbox-s):not(.ui-radio) {
    width: 105px;
    /*position: absolute;*/
    text-align: left;
    box-sizing: border-box;
    color: #2b2b2b;
}

input {
    border: 1px solid #ccc;
}

.ui-select select, .ui-form-item input {
    /*line-height: 44px;*/
}

.ui-form-item input, .ui-form-item textarea, .ui-form-item .itemvalue {
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 0;
    background: none;
    padding-left: 105px;
}

.invoice {
    border: 1px solid #ccc;
}

.ui-form-item .itemvalue {
    display: inline-block;
}

.ui-form-item-title {
    text-align: center;
    height: 45px;
    line-height: 45px;
}

.ui-form-item-erwei {
    text-align: center;
    height: auto;
}

.ui-form-item-erweikuaizhao {
    text-align: center;
    height: auto;
}

.ui-form-item .itemTitle .ui-form-item-a {
    font-size: 18px;
    padding-left: 0px;
}

.ui-btn, .ui-btn-lg, .ui-btn-s {
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    min-width: 55px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 15px;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #fff), to(#fafafa));
    vertical-align: top;
    color: #00a5e0;
    -webkit-box-sizing: border-box;
    background-clip: padding-box;
    border: 1px solid #cacccd;
    border-radius: 3px;
}

.ui-btn-success {
    cursor: pointer;
    background: #4c9ed9;
    border-color: rgba(0,0,0, .2);
    color: #fff;
    background-clip: padding-box;
}

.ui-btn-lg {
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    display: block;
    width: 100%;
    border-radius: 5px;
}

.ui-btn-lg_50 {
    display: inline-block;
    width: 48%;
}

.ui-footer {
    display: block;
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #eee;
}

    .ui-footer ul {
        width: 100%;
        background-color: #fafafa;
    }

        .ui-footer ul li {
            width: 33.33333333333333%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            float: left;
            position: relative;
        }

            .ui-footer ul li a {
                width: 100%;
                display: block;
            }

                .ui-footer ul li a span {
                    color: #888888;
                    font-size: 1.2rem;
                    margin-top: 1%;
                }
                    /*.ui-footer ul .active a span {
    color: #f58611;
}*/
                    .ui-footer ul li a span:hover {
                        color: #f58611;
                    }

            .ui-footer ul li .menu {
                display: none;
                position: absolute;
                bottom: 50px;
                left: 0px;
                width: 100%;
                height: auto;
                background-color: #FFF;
                -webkit-box-shadow: 0px 0px 5px #ddd;
                -moz-box-shadow: 0px 0px 5px #ddd;
                box-shadow: 0px 0px 5px #ddd;
            }

                .ui-footer ul li .menu li {
                    width: 100%;
                    float: none;
                    border-bottom: 1px solid #ddd;
                }

                    .ui-footer ul li .menu li a {
                        color: #888888;
                    }
/****************************PCµÇÂ¼**********************************/
.bodylogin {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    margin: 0;
    background: #fff url(../img/1.jpg) 50% 0 no-repeat;
}

.h1Title {
    margin: 80px auto 50px auto;
    text-align: center;
    color: #fff;
    margin-left: -25px;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #555;
}

.login {
    width: 370px;
    position: relative;
    border: 0;
    padding: 5px 0;
    background: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
}

.headerLogin {
    height: 50px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    font-family: "Microsoft Yahei";
}

    .headerLogin .switch {
        height: 45px;
        position: absolute;
        left: 70px;
        bottom: 0;
        font-size: 16px;
    }

        .headerLogin .switch .switch_btn {
            color: #999;
            display: inline-block;
            height: 45px;
            line-height: 45px;
            outline: none;
            *hide-focus: expression(this.hideFocus=true);
        }

        .headerLogin .switch .switch_btn_focus {
            color: #333;
            display: inline-block;
            height: 45px;
            line-height: 45px;
            outline: none;
            *hide-focus: expression(this.hideFocus=true);
        }

        .headerLogin .switch #switch_qlogin {
            margin-right: 85px;
        }

/*#switch_bottom {
    position: absolute;
    bottom: -1px;
    _bottom: -2px;
    border-bottom: 2px solid #848484;
}

.switch_bottom_0 {
    width: 64px;
    left: 0px;
}

.switch_bottom_1 {
    width: 64px;
    left: 153px;
}

.web_qr_login {
    position: relative;
    overflow: hidden;
}

.web_login {
    width: 370px;
    position: relative;
}

.web_login {
    padding-bottom: 20px;
}

    .web_login .login_form {
        width: 272px;
        margin: 0 auto;
    }

    .web_login .login_form {
        margin-top: 30px;
    }

    .web_login .uinArea {
        height: 55px;
        position: relative;
        z-index: 10;
    }

    .web_login .uinArea {
        height: 60px;
    }

    .web_login .pwdArea {
        height: 55px;
        margin-bottom: 10px;
        position: relative;
        z-index: 3;
    }

    .web_login .input-tips {
        float: left;
        margin-top: 10px;
        width: 50px;
        height: 42px;
        font-size: 16px;
        line-height: 42px;
        font-family: "Hiragino Sans GB", "Microsoft Yahei";
    }

    .web_login .inputOuter {
        width: 200px;
        height: 42px;
        margin-top: 10px;
        float: left;
    }

    .web_login .inputstyle {
        width: 200px;
        height: 38px;
        padding-left: 5px;
        line-height: 30px;
        line-height: 38px;
        border: 1px solid #D7D7D7;
        background: #fff;
        color: #333;
        border-radius: 2px;
        font-family: Verdana, Tahoma, Arial;
        font-size: 16px;
        ime-mode: disabled;
    }*/

.button_blue {
    display: inline-block;
    float: left;
    height: 41px;
    border-radius: 4px;
    background: #2795dc;
    border: none;
    cursor: pointer;
    border-bottom: 3px solid #0078b3;
    *border-bottom: none;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    *width: 140px;
    text-align: center;
    outline: none;
    font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif;
}

    .button_blue:hover {
        background: #0081c1;
        border-bottom: 3px solid #006698;
        *border-bottom: none;
        color: #fff;
        text-decoration: none;
    }

.button {
    margin-left: 15px;
    /*padding: 10px 8px;*/
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 1;
    *padding: 4px 10px;
    *height: 2em;
    letter-spacing: 2px;
    font-family: Tahoma, Arial/9 !important;
    width: auto;
    overflow: visible;
    *width: 1;
    color: #333;
    border: solid 1px #999;
    border-radius: 5px;
    background: #DDD;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#272727');
    background: linear-gradient(top, #FFF, #DDD);
    background: -moz-linear-gradient(top, #FFF, #DDD);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD));
    /*text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);*/
    box-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 0 rgba(0, 0, 0, .09);
    -moz-transition: -moz-box-shadow linear .2s;
    -webkit-transition: -webkit-box-shadow linear .2s;
    transition: box-shadow linear .2s;
}

.cue {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px #CCCCCC solid;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    font-family: "Hiragino Sans GB", "Microsoft Yahei";
}

.cue {
    margin-top: 15px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.web_login .reg_form {
    width: 300px;
    margin: 0 auto;
}

.reg_form li {
    height: 55px;
}

.web_login .input-tips2 {
    float: left;
    text-align: right;
    padding-right: 10px;
    width: 75px;
    height: 30px;
    font-size: 16px;
    margin-top: 10px;
    clear: both;
    line-height: 30px;
    font-family: "Hiragino Sans GB", "Microsoft Yahei";
}

.web_login .input-tips2 {
    padding-right: 5px;
    width: 80px;
    _width: 75px;
    _font-size: 12px;
}

.web_login .inputOuter2 {
    width: 200px;
    margin-top: 6px;
    margin-top: 5px\9;
    float: left;
}

.web_login .inputstyle2 {
    width: 200px;
    height: 34px;
    padding-left: 5px;
    line-height: 34px;
    border: 1px solid #D7D7D7;
    background: #fff;
    color: #333;
    border-radius: 2px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 16px;
    ime-mode: disabled;
}

.web_login .inputstyle2 {
    border-radius: 2px;
    width: 210px;
}


/****************************PCÊ×Ò³**********************************/

.top {
    width: 100%;
    background: #56A2CF;
    height: 60px;
    position: absolute;
}

.fixed {
    position: fixed;
    top: 0;
}

.main {
    width: 1210px;
    margin: 0 auto;
}

.logo {
    width: 103px;
    height: 28px;
    margin-top: 16px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}

.nav_bar {
    width: 600px;
    float: left;
    height: 60px;
    margin-left: 150px;
}

    .nav_bar ul li {
        list-style-type: none;
        float: left;
        line-height: 60px;
        text-align: center;
        width: 100px;
    }

        .nav_bar ul li a {
            color: #ffffff;
            text-decoration: none;
            display: block;
        }

    .nav_bar > ul > li:hover {
        background: #00cece;
    }

    .nav_bar ul li.l1:hover .hid {
        display: block;
    }

.hid {
    width: 100%;
    height: 60px;
    background: #00cece;
    position: absolute;
    left: 0;
    display: none;
}

    .hid ul {
        width: 1210px;
        margin: 0 auto;
    }

.userInfo {
    float: right;
    width: 120px;
    height: 30px;
    margin-top: 15px;
}

    .userInfo .userName {
        width: 100px;
        height: 30px;
        font-size: 12px;
        text-align: center;
        line-height: 30px;
        display: block;
        color: #fff;
        text-decoration: none;
    }

.bottom {
    margin-top: 60px;
    width: 100%;
    margin: 60 auto;
}

.divCom {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
}

.tatleInfo td {
    font-size: 14px;
    padding: 2px 5px;
}

.table_index {
    background: white;
    border-collapse: collapse;
    width: 100%;
}

    .table_index tr, .table_index th, .table_index td {
        border: none;
        border-bottom: 1px solid #e4ebeb;
        font-family: 'Lato', sans-serif;
        font-size: .875rem;
    }

    .table_index th, .table_index td {
        padding: 10px 12px;
        text-align: left;
    }

    .table_index th {
        background: #56a2cf;
        color: #ffffff;
        text-transform: uppercase;
    }

    .table_index tr td {
        background: #eaf3f5;
        color: #999999;
    }

    .table_index tr:nth-of-type(2n+2) td {
        background: #ffffff;
    }

.swiper-container {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.downjt {
    position: absolute;
    z-index: 20;
    top: 280px;
    left: 45%;
    width: 50px;
}

    .downjt img {
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
    }

.input-text {
    width: 120px;
    height: 24px;
    border: 1px solid #ddd;
}

.input-text-money {
    height: 50px;
}

.yahoo2 span.current {
    padding: 2px 6px;
    font-weight: bold;
    color: #000;
    margin: 0 3px 0 0;
}

.yahoo2 a {
    border: #ccdbe4 1px solid;
    padding: 2px 8px;
    background-position: 50% bottom;
    color: #0061de;
    margin: 0 3px 0 0;
    text-decoration: none;
}

.yahoo2 span.disabled {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd;
}
