.signin_box {
    background: url(../images/logging.jpg);
    height: 1100px;
    margin-top: -85px;
    /* margin-top: -60px;; */
    padding-top: 265px;

}

.sign_info_box {
    width: 738px;
    padding: 60px 90px;
    box-shadow: 0 3px 99px rgba(0, 0, 0, .16);
    margin: 0 auto 0;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    height: 625px;

}

.info_box_top {
    position: relative;
    margin-bottom: 82px;
}

/* .info_left {} */

.info_left h5 {
    color: #404040;
    font-size: 39px;
    font-weight: 400;
}

.info_left p {
    color: #404040;
    font-size: 22px;
}

.info_left p a {
    color: #186AE6;
    font-size: 22px;
    padding-bottom: 3px;
    text-decoration: none;
}
.info_left p a:hover{
    border-bottom: 2px solid #186AE6;
}
.sign_logo {
    position: absolute;
    width: 70px;
    height: 65px;
    background: url(../images/si_logo.png);
    right: -30px;
    top: 0;
}

.sign_type {
    display: flex;
    list-style: none;
    height: 76px;
    align-items: center;

}

.sign_type li {
    margin-right: 45px;
    cursor: pointer;
}

.sign_type li i {
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid #707070;
    border-radius: 50%;
    margin-right: 22px;
    vertical-align: middle;
    margin-top: -3px;
}

.sign_type li.active i {
    background-color: #186AE6;
}

.sign_box {
    height: 80px;
    position: relative;
    width: 100%;
}

.sign_box label {
    position: absolute;
    bottom: 40px;
    color: #A9A9A9;
    font-size: 16px;
}

.sign_box input {
    width: 100%;
    height: 40px;
    border: none;
    background: none;
    line-height: 40px;
    border-bottom: 2px solid #e1e1e1;
    padding-left: 132px;
    color: #404040;
}

.sign_box input:focus {
    outline: none;
}

#subf ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #E1E1E1;
    font-size: 20px;
    letter-spacing: 0!important;
}

#subf ::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #E1E1E1;
    font-size: 20px;
     letter-spacing: 0!important;
}


#subf ::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #E1E1E1;
    font-size: 20px;
    letter-spacing: 0!important;
}

.getyzm {
    position: absolute;
    width: 90px;
    height: 32px;
    border: 1px solid #186AE6;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    color: #186AE6;
    font-style: normal;
    right: 0;
    cursor: pointer;
}

.sign_box>span {
    margin-left: 130px;
    color: red;
}

.sign_box.agreement {
    color: #707070;
    font-size: 15px;
    margin-top: -15px;
}

.sign_box.agreement a {
    color: #186AE6;
    text-decoration: none;
    padding-bottom: 3px;
}
.sign_box.agreement a:hover{
    border-bottom: 1px solid #186AE6;
}
.sign_box.sub {
    text-align: center;
    margin-top: 20px;
}

.sign_box.sub .qdtg_button {
    border: 1px solid #186AE6;
    color: #186AE6;
    width: 313px;
    height: 52px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 26px;
    font-weight: 400;
}
.sign_box.sub .qdtg_button:hover{
    background-color: #186AE6;
    color: #fff;
}

.sign_box.remember_me {
    display: flex;
    justify-content: space-between;
    
}
.sign_box.remember_me>span{
    margin-left: 0;
}
.sign_box.remember_me a{
    font-size: 13px;
    color: #186AE6;
    text-decoration: none;
    padding-bottom: 3px;
    height: 20px;
}
.sign_box.remember_me a:hover{
    border-bottom: 1px solid #186AE6;
}
#remember_me.active i{
    background-color: #186AE6;
}
#remember_me i{
    border: 1px solid #707070;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -1px;
    display: inline-block;
    margin-right: 14px;
    cursor: pointer;
    
}
#remember_me span{
    color: #707070;
    font-size: 13px;
    cursor: pointer;
}

/*oauth*/
.oauth{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image:url(../images/si_logo.png);
    background-size: cover;
    cursor: pointer;
}
.sign_box #togglePassword {
  position: absolute;
  right: 20px;
  top: 27%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
}
.smdl {
    width: 80px;
    height: 80px;
    background-image: url(../images/2025.06.20/smdl.png);
    background-size: cover;
    position: absolute;
    left: 5px;
    bottom: 5px;
    cursor: pointer;
}
.smdl::after {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 80px 0px 0px 80px;
    border-left-color: #fff;
    transform: rotate(180deg);
    display: block;
}
.smdl_text{
  border: 1px solid #186AE6;
  color: #186ae6;
  padding: 8px;
  border-radius: 10px;
  position: absolute;
  bottom: 12px;
  left: 100px;

}
.smdl_text::after {
  position: absolute;
  left: -6px;
  bottom: 15px;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 1px solid #186AE6;
  border-bottom: 1px solid #186AE6;
  transform: rotate(-225deg);
  background-color: #fff;
}
.pc_scan {
  display: flex;
  justify-content: center;
}
.pc_code{
  width: 485px;
  height: 490px;
}