


/*分辨率@1920*1080*/
@media screen and (max-width: 1920px) {

  //登录背景
  .syslogin{
    background-color: red;
    //background-image: url("../../../../../static/newStyle/loginbg.gif");
    //background-size:100% 100%;
    //background-repeat:no-repeat;
    //font-family: PINGFANG-MEDIUM;
  }
  //登录logo
  .login-title{
    height: 5%;
  }
  //logo子
  .login-title-chi{
    padding: 1% 1% 0 0;
    float: right;
    color: white;
    font-size: 1.6rem;
    width: 20%;
  }
  //logo子 -图标
  .login-title-chi img{
    margin: 0 3% 0 10%;
    width: 18px;
  }
  //登录主体
  .loginmain{
    margin: 7% 24% 0% 24%;
    ///* padding: 8%; */
    width: 52%;
    height: 62%;
    background-color: #ffffff;
    border-radius: 30px;
  }
  //登录主体左部
  .loginmain-left{
    width: 50%;
    height: 100%;
    /* padding: 3%; */
    padding: 8% 6%;
    float: left;
  }
  //登录主体左部图片
  .loginmain-left-img{
    width: 100%;
    height: 100%;
  }
  //登录主体右部
  .loginmain-right{
    width: 50%;
    height: 100%;
    padding: 3% 6% 3% 2%;
    float: right;
  }
  //主体右部标题
  .loginmain-right p{
    height: 20%;
    margin-top: 4%;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 90px;
    letter-spacing: 7px;
    font-family: TRENDSTRENDS;
    color: #333333;
    text-align: center;
  }
  //主体右部输入条
  .login-input{
    padding: 10px 0px 0px 4px;
    height: 60px;
    width: 100%;
    border: none;
    border-bottom: #e1e1e1 solid 1px;
  }
  .login-input:hover{
    border-bottom: #5792f0 solid 1px;
  }

  .login-input img{
    margin-top: 14px;
    width: 18px;
    float: left;
    vertical-align: middle;
  }
  .login-input input{
    font-size: 1.6rem;
    margin-top: 10px;
    height: 30px;
    width: 85%;
    margin-left: 10px;
    border: none;
    background-color: white !important;
    padding-left: 10px;
  }

  .login-input input:hover{
    margin-top: 10px;
    height: 30px;
    width: 85%;
    margin-left: 10px;
    border: none;
    background-color: white !important;
    padding-left: 10px;
  }
  .login-input-1{
    padding: 10px 0px 0px 4px;
    height: 60px;
    width: 60%;
    border: none;
    float: left;
    border-bottom: #e1e1e1 solid 1px;
  }
  .login-input-2{
    float: left;
    width: 40%;
    height: 60px;
    border: none;
    padding: 4% 0 0 2%;
  }
  .login-input-1:hover{
    border-bottom: #5792f0 solid 1px;
  }

  .login-input-1 img{
    margin-top: 14px;
    width: 18px;

    float: left;
    vertical-align: middle;
  }
  .login-input-1 input{
    height: 40px;
    width: 140px;
    margin-left: 10px;
    border: none;
    background-color: white !important;
    padding-left: 10px;
  }
  .login-input-1 input::-webkit-input-placeholder {
    color: #a9a9a9;
    font-size: 1.6rem;
  }
  .login-input input::-webkit-input-placeholder {
    color: #a9a9a9;
    font-size: 1.6rem;
  }
  .login-input-1 input:hover{
    height: 40px;
    width: 140px;
    margin-left: 10px;
    border: none;
    background-color: white !important;
    padding-left: 10px;
  }
  .login-check{
    height: 40px;
    float: left;
    width: 75% !important;
    border: none !important;
    background-color: white !important;
  }

  .login-check-1{
    height: 40px;
    float: left;
    width: 95% !important;
    border: none !important;
    background-color:#e1e1e1 !important;
    letter-spacing:2px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    color: #6994d7;
  }
  //登录按钮
  .login-bt{
    margin-top: 30%;
  }

  .login-button{
    font-size: 18px;
    letter-spacing: 8px;
    width: 100%;
    height: 40px;
    color: white;
    background-color: #5792f0;
    border-radius: 20px;
    border: solid 1px #1a72fe;
  }
  .login-button:hover{
    background-color: #357dee;
  }

}

/*分辨率@1366*768*/
@media screen and (max-width: 1366px) {

  //登录背景
  .syslogin{
    background-color: red;
    //background-image: url("../../../../../static/newStyle/loginbg.gif");
    //background-size:100% 100%;
    //background-repeat:no-repeat;
    //font-family: PINGFANG-MEDIUM;
  }
  //登录logo
  .login-title{
   height: 5%;
  }
  //logo子
  .login-title-chi{
    padding: 1% 1% 0 0;
    float: right;
    color: white;
    font-size: 1.6rem;
    width: 20%;
  }
  //logo子 -图标
  .login-title-chi img{
    margin: 0 3% 0 10%;
    width: 18px;
  }
  //登录主体
  .loginmain{
    margin: 7% 24% 0% 24%;
    ///* padding: 8%; */
    width: 52%;
    height: 62%;
    background-color: #ffffff;
    border-radius: 30px;
  }
  //登录主体左部
  .loginmain-left{
    width: 50%;
    height: 100%;
    /* padding: 3%; */
    padding: 8% 6%;
    float: left;
  }
  //登录主体左部图片
  .loginmain-left-img{
    width: 100%;
    height: 100%;
  }
  //登录主体右部
  .loginmain-right{
    width: 50%;
    height: 100%;
    padding: 3% 6% 3% 2%;
    float: right;
  }
  //主体右部标题
  .loginmain-right p{
    height: 20%;
    margin-top: 4%;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 90px;
    letter-spacing: 7px;
    font-family: TRENDSTRENDS;
    color: #333333;
    text-align: center;
  }
  //主体右部输入条
  .login-input{
    padding: 10px 0px 0px 4px;
    height: 60px;
    width: 100%;
    border: none;
    border-bottom: #e1e1e1 solid 1px;
  }
  .login-input:hover{
    border-bottom: #5792f0 solid 1px;
  }

  .login-input img{
    margin-top: 14px;
    width: 18px;
    float: left;
    vertical-align: middle;
  }
  .login-input input{
    font-size: 1.6rem;
    margin-top: 10px;
    height: 30px;
    width: 85%;
    margin-left: 10px;
    border: none;
    background-color: white !important;
    padding-left: 10px;
  }

  .login-input input:hover{
    margin-top: 10px;
    height: 30px;
    width: 85%;
    margin-left: 10px;
    border: none;
    background-color: white !important;
    padding-left: 10px;
  }
  .login-input-1{
    padding: 10px 0px 0px 4px;
    height: 60px;
    width: 60%;
    border: none;
    float: left;
    border-bottom: #e1e1e1 solid 1px;
  }
  .login-input-2{
    float: left;
    width: 40%;
    height: 60px;
    border: none;
    padding: 4% 0 0 2%;
  }
  .login-input-1:hover{
    border-bottom: #5792f0 solid 1px;
  }

  .login-input-1 img{
    margin-top: 14px;
    width: 18px;

    float: left;
    vertical-align: middle;
  }
  .login-input-1 input{
    height: 40px;
    width: 140px;
    margin-left: 10px;
    border: none;
    background-color: white !important;
    padding-left: 10px;
  }
  .login-input-1 input::-webkit-input-placeholder {
    color: #a9a9a9;
    font-size: 1.6rem;
  }
  .login-input input::-webkit-input-placeholder {
    color: #a9a9a9;
    font-size: 1.6rem;
  }
  .login-input-1 input:hover{
    height: 40px;
    width: 140px;
    margin-left: 10px;
    border: none;
    background-color: white !important;
    padding-left: 10px;
  }
  .login-check{
    height: 40px;
    float: left;
    width: 75% !important;
    border: none !important;
    background-color: white !important;
  }

  .login-check-1{
    height: 40px;
    float: left;
    width: 95% !important;
    border: none !important;
    background-color:#e1e1e1 !important;
    letter-spacing:2px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    color: #6994d7;
  }
   //登录按钮
  .login-bt{
   margin-top: 30%;
  }

  .login-button{
    font-size: 18px;
    letter-spacing: 8px;
    width: 100%;
    height: 40px;
    color: white;
    background-color: #5792f0;
    border-radius: 20px;
    border: solid 1px #1a72fe;
  }
  .login-button:hover{
    background-color: #357dee;
  }

}



/*分辨率@1280*720*/
@media screen and (max-width: 1280px) {

}


/*分辨率@800*600*/
@media screen and (max-width: 800px) {

}
