<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

body {
    font-size: 12px;
    position: relative;
    min-height: 560px;
    background: #3b9af3;
    background: -webkit-linear-gradient(#407beb, #3b9af3 20%, #464bec 100%);
    background: -moz-linear-gradient(#407beb, #3b9af3 20%, #464bec 100%);
    background: linear-gradient(#407beb, #3b9af3 20%, #464bec 100%);
    color: #424242;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    font-family: "Microsoft YaHei",思源黑体,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}

ul, ol, li {
    list-style-type: none;
}

.login_box {
    position: absolute;
    top: 15%;
    left: 45%;
    right: 0;
    /*margin-top: 0;*/
    /*margin-right: 13%;*/
}

.tab {
    /*width: 452px;
    height: 278px;
    background: url(../../images/bg_main.jpg) no-repeat;
    left: 50%;;
    margin: -139px 0px 0px -226px;*/
    width: 50%;
    height: auto;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 22px 50px rgba(5,10,72,.35);
    -moz-box-shadow: 0 22px 50px rgba(5,10,72,.35);
    box-shadow: 0 22px 50px rgba(5,10,72,.35);
}

#tblLogin {
    margin: 0 auto !important;
    width: 65%;
    font-weight: bold;
    font-size: 14px;
}

    #tblLogin td {
        width: 100%;
        padding: 10px 0;
    }

.login_title {
    display: inline-block;
    margin: 32px 0;
    color: #969696;
    font-size: 18px;
    font-weight: lighter;
}

.program span {
    width: 248px;
    height: 23px;
    background: url(../../Images/input.gif) no-repeat;
}

.tab_01 {
    /*width: 100%;*/
    height: 30px;
    line-height: 30px;
    /*background: url(../../Images/input.gif) no-repeat;*/
    border: 0;
    /*border-bottom: 1px solid #bfbfbf;*/
    padding-left: 8px;
    margin-top: 20px;
}

.select2-hidden-accessible {
    /*border: 0 !important;*/
    clip: rect(0 0 0 0) !important;
    /*height: 1px !important;*/
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    /*position: absolute !important;*/
    width: 100%;
}

.question_link {
    display: inline-block;
    margin-top: 10px;
    color: #000;
    text-decoration: none;
    font: 12px lighter;
    /*font-style: italic;*/
}

.buttom {
    /*width: 250px;
    height: 27px;
    position: absolute;
    left: 125px;
    top: 216px;*/
    position: static;
    padding-top: 20%;
    padding-bottom: 5%;
    width: 100%;
    height: auto;
}

.buttom_01 {
    /*width: 104px;
    height: 28px;
    line-height: 30px;
    background: url(../../Images/buttom.png);
    position: absolute;*/
    left: 0px;
    top: 0px;
    text-align: center;
    cursor: pointer;
    position: static;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 100px;
    background: #00c0fe;
    background: -webkit-linear-gradient( 90deg, #2c70f7, #4195f5 70%);
    background: -moz-linear-gradient(90deg, #2c70f7, #4195f5 70%);
    background: -ms-linear-gradient(90deg, #2c70f7, #4195f5 70%);
    background: linear-gradient( 90deg, #2c70f7, #4195f5 70%);
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    transition: none;
}

.buttom_02 {
    width: 104px;
    height: 28px;
    line-height: 30px;
    background: url(../../Images/buttom.png);
    position: absolute;
    top: 0px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.pic {
    width: 794px;
    height: 424px; /*background:url(../../images/bg_002.gif) no-repeat;*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -212px 0px 0px -397px;
}

.lead_01 {
    position: absolute;
    top: -40px;
    left: 540px;
    cursor: pointer;
}

.lead_02 { /*招展管理*/
    position: absolute;
    top: 350px;
    left: 310px;
    cursor: pointer;
    z-index: 999;
}

.lead_03 { /*观众管理*/
    position: absolute;
    top: 200px;
    left: 50px;
    cursor: pointer;
}

.lead_05 {
    position: absolute;
    top: 210px;
    left: 540px;
    cursor: pointer;
}

.lead_04 { /*营销中心*/
    position: absolute;
    top: -44px;
    left: 50px;
    cursor: pointer;
}

.lead_06 {
    position: absolute;
    top: 60px;
    left: 310px;
    cursor: pointer;
}

.lead_07 {
    position: absolute;
    top: -158px;
    left: 310px;
    cursor: pointer;
}

.labelDesc {
    color: Red;
}

.login_head {
    color: #ffffff;
    font-size: 32px;
    padding-bottom: 30px;
    text-align:center;
    /*position: absolute;
    z-index: 1000;
    right:15%;
    top:15%;*/
}

.login_foot {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 76px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    z-index: 1000;
}

input:focus, select:focus {
    border-color: #00c0fe;
}

input, input:focus, select, select:focus {
    outline: none;
}
</pre></body></html>