*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    /*overflow: auto;*/
    font-family: Microsoft yahei,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
.content{
    width: 100%;
    height: 100%;
    position: relative;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.header{
    width: 100%;
    min-width: 1100px;
    /*height: 17%;*/
    height: 70px;
    background: url(../../img/default/backgroundHeader.png) no-repeat;
    background-size: 100% 100%;
    max-height: 148px;
}
.header .logo{
    float: left;
    margin: 8px 0px 10px 200px;
}
.header .logo img{
    width: 327px;
    height: 57px;
}
.header .banRight{
    float: right;
    margin-top: 20px;
    margin-right: 170px;
}
.banLang{
    font-size: 16px;
    color: #124175;
}
.banRight span img{
    vertical-align: middle;
    border: none;
    margin-top:5px;
}
.posit{
    display: inline-block;
    position: relative;
}
.icon,.iconT,.iconH{
    cursor: pointer;
    display: inline-block;
    width: 80px;
    text-align: center;
    height: 50px;
    line-height: 30px;
    position: relative;
    z-index: 999;
}
.iconT,.iconH{
    border: transparent 1px solid;
}
.QRCode{
    width: 185px;
    height: 185px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 99;
    padding: 5px;
    border: #ccc 1px solid;
    background-color: #fff;
    -webkit-box-shadow:0 0 6px 3px #999;
    -moz-box-shadow:0 0 6px 3px #999;
    box-shadow:6px 6px 16px -3px #127bc1;
}
.mainCon{

    background: url(../../img/default/theme3/backgroundMain.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    border: solid 1px transparent;
}
.mainCon .title{
    //width: 536px;
    font-size: 34px;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    background-image: -webkit-gradient(linear,0 20, 1 bottom, from(rgba(255, 255, 255, 1)), to(rgba(167, 194, 244, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-top: 126px;
}
.titleTxt{
    text-shadow: -1px -1px 0 #fff, 1px 1px 0px rgba(50, 94, 175, 0.71), 1px 1px 0 rgba(35, 82, 152, 0.89);
    letter-spacing: 2px;
}
.mainCon .entry{
    width: 448px;
    height: 320px;
    background: url(../../img/default/theme3/loginBackgroundbox.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 54px;
}
.mainCon .entry .entryTwo{
    position: absolute;
    top: 8px;
    left: 20px;
}
.mainCon .entry .entryTwo select{
    height: 34px;
    width: 396px;
    border-radius: 5px;
    border: none;
    margin: 20px 5px auto 5px;
    padding-left: 9px;
    font-size: 14px;
    padding-top:8px\9;
    padding-bottom:8px\9;
}
.mainCon .entry .entryTwo .txt img{
    margin-right: 10px;
}
.mainCon .entry .entryTwo .txt img.img{
    position: absolute;
    z-index: 2;
    top: 29px;
    width: 15px;
    left: 20px;
}
.code {
    display: block;
    float: right;
    margin: 36px 54px;
    width: 250px;
    height: 146px;
}
.code img {
    display: block;
    margin: 0 auto;
}
.line {
    display: inherit;
    float: right;
    margin: 20px auto;
    height: 80%;
}
.code  .Scan {
    width: 85px;
    height: 85px;
    margin-bottom: 15px;
}
.fontimg {
    width: 220px;
}
.entryTwo  .txt {
    position: relative;
}
.mainCon .entry .entryTwo .txt input{
    height: 34px;
    line-height: 34px;
    width: 396px;
    border-radius: 5px;
    border: none;
    margin: 20px 5px auto 5px;
    padding-left: 38px;
    font-size: 14px;
    width:357px\9;
}
.mainCon .entry .entryTwo .loginBtn{
    width: 100%;
    height: 47px;
    margin: 23px 0px;
    background: url(../../img/default/theme3/loginback.png) no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    line-height: 47px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}
/*.loginBtn:hover{
	background: url(../img/loginAfter.png) no-repeat !important;
}*/
.one{
    border: #ccc 1px solid;
    border-bottom: none;
    background-color: #fff;
}
