 @font-face {
     font-family: "officialFont";
     src: url('../../../font/Txfxgjbf.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
 }

 @font-face {
     font-family: "LiSu";
     src: url('../../../font/Lisu.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
 }

 .LiSu {
     font-family: LiSu !important;
     -webkit-font-family: LiSu !important;
     -moz-font-family: LiSu !important;
     -ms-font-family: LiSu !important;
     -o-font-family: LiSu !important;
 }

 .ls {
     font-family: officialFont !important;
     -webkit-font-family: officialFont !important;
     -moz-font-family: officialFont !important;
     -ms-font-family: officialFont !important;
     -o-font-family: officialFont !important;
 }

 * {
     padding: 0;
     margin: 0;
 }

 a {
     text-decoration: none;
 }

 li {
     list-style: none;
 }



 /* 内容部分 */
 .contentBag {
     width: 100%;
     height: 100%;
     overflow: auto;
     background: url('../../../images/platform/jpgjk/customerLogin/bodyBag.png') center;
     background-size: 100%;
     padding: 22px;
     box-sizing: border-box;
 }

 .contentTag {
     width: 1200px;
     height: 666px;
     border-radius: 4px;
     overflow: hidden;
     background: url('../../../images/platform/jpgjk/customerLogin/nrbj_bj_img.png') center;
     margin: auto;
     position: relative;
     padding: 22px;
     top: 50%;
     margin-top: -333px;
     box-sizing: border-box;


 }


 .contentTag>.logoPart {
     float: left;
     text-align: center;
     width: 642px;
     margin: 100px 0 0px 0;
 }

 .contentTag>.logoPart>img {
     display: block;
     width: 600px;
     height: 328px;
     margin: 0 auto;
 }

 .logo {

     width: 490px !important;
     height: 70px !important;
     margin-bottom: 50px !important;
 }

 .contentTag>.ligInPart {
     float: right;
     width: 494px;
     height: 628px;
     /* background: pink;. */
     /* border: 1px solid; */
     background: url('../../../images/platform/jpgjk/customerLogin/denglukuan_img.png') no-repeat center;
 }

 .ligInPart_title {
     width: 87px;
     height: 28px;
     font-size: 36px;
     color: #333333;
     line-height: 36px;
     text-align: center;
     width: 100%;
     margin-top: 35px;
     margin-bottom: 63px;
 }

 .ligInPart>div {
     text-align: center;
 }

 .ligInPart>div>span {
     display: inline-block;
     width: 60px;
     font-size: 20px;
     font-weight: 400;
     color: #333333;
     line-height: 36px;
 }

 .ligInPart>div>input {
     width: 350px;
     height: 57px;
     background: #F8EAD8;
     border: 1px solid #AE9883;
     border-radius: 2px;
     padding: 0 10px;
     box-sizing: border-box;
     outline: none;
     font-size: 20px;
 }

 .name {
     margin-bottom: 43px;
 }

 .pwd {
     margin-bottom: 43px;
 }



 /* 验证滑块 */
 #box {
     position: relative;
     margin: 10px auto 0 106px;
     width: 350px;
     height: 57px;
     background: #EAD6C3;
     border-radius: 2px;
 }

 .bgColor {
     position: absolute;
     left: 0;
     top: 0;
     width: 40px;
     height: 57px;
     background-color: #d2bfa5;
 }

 .txt {
     position: absolute;
     width: 100%;
     height: 57px;
     line-height: 57px;
     text-align: center;
     font-size: 18px;
     color: #86654D;
 }

 .slider {
     position: absolute;
     left: 0;
     top: 0;
     /* width: 50px; */
     /* height: 38px; */
     /* background: #fff; */
     text-align: center;
     cursor: move;
     width: 50px;
     height: 57px;
     background: #D7B89A;
     border-radius: 2px 0px 0px 2px;
     background: url('../../../images/platform/jpgjk/customerLogin/hd.png') no-repeat center,#D7B89A;
 }


/* 
 .slider.active>i {
     color: green;
 } */

 /* 登录按钮 */
 .signIn_btn {
     width: 350px;
     height: 57px;
     background: url('../../../images/platform/jpgjk/customerLogin/dl_button.png') no-repeat center;
     font-size: 24px;
     color: #FFFFFF;
     text-align: center;
     line-height: 57px;
     margin: 50px auto 20px 106px;
     background-size: 100% 100%;
 }

 .signIn_btn:hover {
     color: #ffdfb6;
     cursor: pointer;
     /* e3d2bc */
 }
 .tips{
    width: 433px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin: 48px auto 0 auto;
 }