.AllBg {
  
    text-align: center;
    /*box-shadow: 0px 0px 10px 1px #EEEEEE;*/
}

.RegisterPanel {
    width: 745px;
    height: 477px;
    border-radius: 5px;
    margin: auto;
    background-color: #ffffff;
    margin: 0 auto; /*水平居中*/
    position: relative; /*脱离文档流*/
    margin-top: 120px;
    box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.1);
    margin-bottom: 50px;
    /*display: none;*/
}

.PanelLeft {
    width: 238px;
    height: 477px;
    background-color: #F6F9FE;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    float: left;
}

.PanelRight {
    width: 357px;
    height: 477px;
    background-color: #ffffff;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
}

.LinkPanel {
    position: absolute;
    width: 100%;
    margin-top: 500px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    min-width: 745px;
    z-index: 9999999;
    line-height: 25px;
}

.IconItem2 {
    display: inline-block;
}

.IconItem {
    margin-top: 53px;
    padding-left: 40px;
    text-align: left;
}

.IconKey {
    margin-bottom: 9px;
    color: #666666;
    font-size: 14px;
}

.IconDesc {
    color: #C1C1C1;
    font-size: 12px;
}

.IconLeft {
    width: 32px;
}

    .IconLeft img {
        vertical-align: text-top;
        margin-top: -20px;
    }


.PanelRightTitle {
    text-align: center;
    margin-top: 69px;
}

.PanelRightTitle1 {
    color: #2C2E34;
    font-size: 26px;
    /*font-weight: bold;*/
}

.PanelRightTitle2 {
    color: #0378D8;
    font-size: 26px;
    /*font-weight: bold;*/
    margin-left: 10px;
}

.PanelRightContent {
    margin-top: 44px;
}

.PanelRight {
    padding: 0px 75px;
}

.RegInput {
    border: solid 1px #E3E7ED;
    padding: 11px 34px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
    width: 287px;
    outline: none;
}

.RegInput2 {
    display: inline-block;
    width: 190px;
    margin-left: 30px;
    text-align: left;
    border: none;
    font-size: 14px;
    outline: none;
}

.RegInput3 {
    border: solid 1px #E3E7ED;
    padding: 11px 5px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
    outline: none;
}

.GetCode {
    display: inline-block;
    color: #0378D8;
    font-size: 14px;
    border-left: solid 1px #E3E7ED;
    padding: 0px 15px;
    /* margin-left: -30px; */
    float: right;
    cursor: pointer;
    margin-top: -18px;
}

.BtnReg {
    margin-top: 20px;
    background-color: #0378D8;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    cursor:pointer;
}

.PanelRightBottom {
    margin-top: 10px;
    text-align: center;
}

.PanelRightBottom1 {
    font-size: 14px;
    color: #8D92A1;
}

.PanelRightBottom2 {
    font-size: 14px;
    color: #0378D8;
}

.BtnLogin {
    margin-top: 60px;
    text-align: center;
}

    .BtnLogin a {
        color: #0378D8;
        font-size: 14px;

    }
        .BtnLogin a span {
            border-bottom: solid 1px #0378D8;
            padding-bottom: 2px;
        }


.JAlertPanel {
    width: 100%;
    position: fixed;
    text-align: center;
    z-index: 999999;
    top: 100px;
    display: none;
}

.JAlertText {
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    box-shadow: 0px 0px 10px 1px #EEEEEE;
    max-width: 300px;
}
body {
    margin: 0;
    padding: 0;
    background: url(../../images/RegisterNew/Banner1.png?ver=1) center top no-repeat !important;
}
.icon5 {
    vertical-align: middle;
    margin-bottom: 2px;
}

.footer{
    display:none;
}
.header {
    display: none;
}
.icon10 {
    position: absolute;
    margin-left: 15px;
    margin-top: 12px;
}
.icon11 {
    position: absolute;
    margin-left: 8px;
    margin-top: 2px;
    display: block;
}
.header-sub .nav {
    width: 1000px;
}
    .header-sub .nav .logo {
        position: unset !important;
    }

#ctl00_site_nav_panCityBox {
display:none;
}
#AppPanel {
    float: right;
    font-size: 12px;
    color: #666666;
    margin-top: 18px;
}